This repository has been archived by the owner on Sep 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix equality not getting cloned, few missing log statements
- Loading branch information
Showing
6 changed files
with
165 additions
and
13 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
16 changes: 16 additions & 0 deletions
16
GameData/000_FilterExtensions Configs/StockRework/FilterbyFunction.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,16 @@ | ||
@CATEGORY[Filter?by?Function] | ||
{ | ||
@SUBCATEGORIES | ||
{ | ||
list = 0,Command and Crew | ||
list = 1,Attitude Control | ||
list = 2,Fuel Tanks | ||
list = 3,Engines | ||
list = 4,Structural | ||
list = 5,General Aero | ||
list = 6,Flight | ||
list = 7,Misc | ||
list = 8,Electrical | ||
list = 9,Science | ||
} | ||
} |
130 changes: 130 additions & 0 deletions
130
GameData/000_FilterExtensions Configs/StockRework/Subcategories.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,130 @@ | ||
SUBCATEGORY | ||
{ | ||
name = Command and Crew | ||
icon = stockIcon_pods | ||
FILTER | ||
{ | ||
CHECK | ||
{ | ||
type = category | ||
value = Pods | ||
} | ||
} | ||
FILTER | ||
{ | ||
CHECK | ||
{ | ||
type = crew | ||
value = 0 | ||
equality = greaterThan | ||
} | ||
} | ||
} | ||
SUBCATEGORY | ||
{ | ||
name = Attitude Control | ||
icon = stockIcon_cmdctrl | ||
FILTER | ||
{ | ||
CHECK | ||
{ | ||
type = category | ||
value = Control | ||
} | ||
} | ||
FILTER | ||
{ | ||
CHECK | ||
{ | ||
type = subcategory | ||
value = Control Surface | ||
} | ||
} | ||
} | ||
SUBCATEGORY | ||
{ | ||
name = General Aero | ||
icon = Fairing | ||
FILTER | ||
{ | ||
CHECK | ||
{ | ||
type = category | ||
value = Aerodynamics | ||
} | ||
CHECK | ||
{ | ||
type = subcategory | ||
value = Wings, Control Surface | ||
invert = true | ||
} | ||
} | ||
FILTER | ||
{ | ||
CHECK | ||
{ | ||
type = subcategory | ||
value = Parachutes, Adapter, Cargo Bay | ||
} | ||
} | ||
} | ||
SUBCATEGORY | ||
{ | ||
name = Flight | ||
icon = Wings | ||
FILTER | ||
{ | ||
CHECK | ||
{ | ||
type = subcategory | ||
value = Wings, Control Surface | ||
} | ||
} | ||
FILTER | ||
{ | ||
CHECK | ||
{ | ||
type = moduleName | ||
value = ModuleAeroSurface | ||
} | ||
} | ||
} | ||
SUBCATEGORY | ||
{ | ||
name = Misc | ||
icon = stockIcon_utility | ||
FILTER | ||
{ | ||
CHECK | ||
{ | ||
type = category | ||
value = Utility | ||
} | ||
CHECK | ||
{ | ||
type = subcategory | ||
value = Generators, Lights, Power Storage, Solar Panels, Cargo Bay, Parachutes | ||
invert = true | ||
} | ||
CHECK | ||
{ | ||
type = crew | ||
value = 0 | ||
invert = true | ||
equality = greaterThan | ||
} | ||
} | ||
} | ||
SUBCATEGORY | ||
{ | ||
name = Electrical | ||
icon = ElectricCharge | ||
FILTER | ||
{ | ||
CHECK | ||
{ | ||
type = subcategory | ||
value = Generators, Lights, Power Storage, Solar Panels | ||
} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -50,7 +50,7 @@ SUBCATEGORY | |
CHECK | ||
{ | ||
type = category | ||
value = Command and Control | ||
value = Control | ||
} | ||
} | ||
} | ||
|
Binary file not shown.