-
Notifications
You must be signed in to change notification settings - Fork 30
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 #138 from post-kerbin-mining-corporation/dev
Release 1.3.6
- Loading branch information
Showing
16 changed files
with
81 additions
and
169 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
Binary file removed
BIN
-1.33 MB
GameData/NearFuturePropulsion/Parts/Resources/cryoseperator-25/cryoseperator-25-n.dds
Binary file not shown.
98 changes: 0 additions & 98 deletions
98
GameData/NearFuturePropulsion/Parts/Resources/cryoseperator-25/cryoseperator-25.cfg
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-1.33 MB
GameData/NearFuturePropulsion/Parts/Resources/cryoseperator-25/cryoseperator-25.dds
Binary file not shown.
Binary file removed
BIN
-374 KB
GameData/NearFuturePropulsion/Parts/Resources/cryoseperator-25/cryoseperator-25.mu
Binary file not shown.
60 changes: 0 additions & 60 deletions
60
GameData/NearFuturePropulsion/Parts/Resources/gasspectrometer-01/gasspectrometer-01.cfg
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-341 KB
GameData/NearFuturePropulsion/Parts/Resources/gasspectrometer-01/gasspectrometer-01.dds
Binary file not shown.
Binary file removed
BIN
-71 KB
GameData/NearFuturePropulsion/Parts/Resources/gasspectrometer-01/gasspectrometer-01.mu
Binary file not shown.
14 changes: 14 additions & 0 deletions
14
GameData/NearFuturePropulsion/Patches/VABOrganizer/NFPropulsionSubcategories.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,14 @@ | ||
ORGANIZERSUBCATEGORY | ||
{ | ||
name = plasmaEngines | ||
Label = #LOC_NFPropulsion_Subcategory_plasmaEngines | ||
Priority = 155 | ||
CategoryPriority = 10 | ||
} | ||
ORGANIZERSUBCATEGORY | ||
{ | ||
name = rcsElectric | ||
Label = #LOC_NFPropulsion_Subcategory_rcsElectric | ||
Priority = 15 | ||
CategoryPriority = 5 | ||
} |
43 changes: 43 additions & 0 deletions
43
GameData/NearFuturePropulsion/Patches/VABOrganizer/NFPropulsionSubcategoryAssignment.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,43 @@ | ||
/// Support for VABOrganizer | ||
@PART[ionArgon*|ionXenon*]:FOR[NearFuturePropulsion]:NEEDS[VABOrganizer] | ||
{ | ||
%VABORGANIZER | ||
{ | ||
%organizerSubcategory = ionEngines | ||
} | ||
} | ||
@PART[pit-*|vasimr*|mpdt*]:FOR[NearFuturePropulsion]:NEEDS[VABOrganizer] | ||
{ | ||
%VABORGANIZER | ||
{ | ||
%organizerSubcategory = plasmaEngines | ||
} | ||
} | ||
@PART[xenon-*]:FOR[NearFuturePropulsion]:NEEDS[VABOrganizer] | ||
{ | ||
%VABORGANIZER | ||
{ | ||
%organizerSubcategory = xenon | ||
} | ||
} | ||
@PART[argon-*]:FOR[NearFuturePropulsion]:NEEDS[VABOrganizer] | ||
{ | ||
%VABORGANIZER | ||
{ | ||
%organizerSubcategory = argon | ||
} | ||
} | ||
@PART[lithium-*]:FOR[NearFuturePropulsion]:NEEDS[VABOrganizer] | ||
{ | ||
%VABORGANIZER | ||
{ | ||
%organizerSubcategory = lithium | ||
} | ||
} | ||
@PART[rcsblock-*]:FOR[NearFuturePropulsion]:NEEDS[VABOrganizer] | ||
{ | ||
%VABORGANIZER | ||
{ | ||
%organizerSubcategory = rcsElectric | ||
} | ||
} |
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