-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
90aed8a
commit 70625ec
Showing
11 changed files
with
63 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
Binary file added
BIN
+12.8 KB
...NearFutureSolar/Parts/@thumbs/nfs-panel-deploying-blanket-copernicus-1_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+18.8 KB
GameData/NearFutureSolar/Parts/@thumbs/nfs-panel-deploying-blanket-drm-1_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+6.29 KB
...Data/NearFutureSolar/Parts/@thumbs/nfs-panel-deploying-blanket-orion-1_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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