-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #88 from post-kerbin-mining-corporation/dev
Release 1.3.3
- Loading branch information
Showing
10 changed files
with
253 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
15 changes: 15 additions & 0 deletions
15
GameData/NearFutureSolar/Patches/VABOrganizer/NFSolarSubcategories.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
ORGANIZERSUBCATEGORY | ||
{ | ||
name = blanketPanels | ||
Label = #LOC_NFSolar_Subcategory_blanketPanels | ||
Priority = 22 | ||
CategoryPriority = 55 | ||
} | ||
ORGANIZERSUBCATEGORY | ||
{ | ||
name = staticPanels | ||
Label = #LOC_NFSolar_Subcategory_staticPanels | ||
Priority = 18 | ||
CategoryPriority = 55 | ||
} |
29 changes: 29 additions & 0 deletions
29
GameData/NearFutureSolar/Patches/VABOrganizer/NFSolarSubcategoryAssignment.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
/// Support for VABOrganizer | ||
@PART[nfs-panel-deploying-advanced*|nfs-panel-deploying-concentrator*]:FOR[NearFutureSolar]:NEEDS[VABOrganizer] | ||
{ | ||
%VABORGANIZER | ||
{ | ||
%organizerSubcategory = solarPanels | ||
} | ||
} | ||
@PART[nfs-panel-deploying-blanket*]:FOR[NearFutureSolar]:NEEDS[VABOrganizer] | ||
{ | ||
%VABORGANIZER | ||
{ | ||
%organizerSubcategory = blanketPanels | ||
} | ||
} | ||
@PART[nfs-panel-deploying-curved*|nfs-panel-static*]:FOR[NearFutureSolar]:NEEDS[VABOrganizer] | ||
{ | ||
%VABORGANIZER | ||
{ | ||
%organizerSubcategory = staticPanels | ||
} | ||
} | ||
@PART[solarPanels5|LgRadialSolarPanel]:AFTER[VABOrganizer]:NEEDS[VABOrganizer] | ||
{ | ||
%VABORGANIZER | ||
{ | ||
%organizerSubcategory = staticPanels | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters