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.
Merge branch 'master' of https://github.com/Crzyrndm/FilterExtension
- Loading branch information
Showing
18 changed files
with
299 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
CATEGORY | ||
{ | ||
name = BDArmory | ||
icon = BahaSP | ||
colour = #FFF0F0F0 | ||
all = true | ||
|
||
FILTER | ||
{ | ||
CHECK | ||
{ | ||
type = folder | ||
value = BDArmory | ||
} | ||
} | ||
|
||
SUBCATEGORIES | ||
{ | ||
list = 0,Guidance and Targeting | ||
list = 1,Missiles and Bombs | ||
list = 2,Turrets and Guns | ||
list = 3,Radar | ||
list = 4,Ammo | ||
list = 5,Other Parts | ||
} | ||
} | ||
|
||
FilterSetIcon | ||
{ | ||
icon = BDArmory=>BahaSP | ||
icon = BDMk22=>BahaSP | ||
icon = P.E.W=>turret | ||
icon = North Kerbin Weaponry=>turret | ||
icon = MalFunc Industries=>turret | ||
icon = NAS=>turret | ||
} |
38 changes: 38 additions & 0 deletions
38
GameData/000_FilterExtensions Configs/Default/Mod_Naval.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,38 @@ | ||
CATEGORY | ||
{ | ||
name = Naval Parts | ||
icon = boat | ||
colour = #FFF0F0F0 | ||
all = true | ||
|
||
FILTER | ||
{ | ||
CHECK | ||
{ | ||
type = path | ||
value = LShipParts | ||
} | ||
} | ||
|
||
SUBCATEGORIES | ||
{ | ||
List = 0,Modern Ships | ||
list = 1,Carrier Parts | ||
list = 2,WWII Hulls | ||
list = 3,Subs | ||
list = 4,Marine Drive | ||
list = 5,Marine Command | ||
list = 6,Marine Structural | ||
list = 7,SM Marine | ||
} | ||
} | ||
|
||
FilterSetIcon | ||
{ | ||
icon = LShipPartsModern=>FNE | ||
icon = LShipPartsRequired=>FNE | ||
icon = LShipPartsWW2=>FNE | ||
icon = SM_Marine=>smsolutions | ||
icon = HullBreach=>boat | ||
icon = AirPark =>plane | ||
} |
82 changes: 82 additions & 0 deletions
82
GameData/000_FilterExtensions Configs/SubCategories_BDA.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,82 @@ | ||
SUBCATEGORY | ||
{ | ||
name = Guidance and Targeting | ||
icon = targetingicon | ||
FILTER | ||
{ | ||
CHECK | ||
{ | ||
type = moduleName | ||
value = ModuleTargetingCamera,BDModulePilotAI,ModuleWingCommander,CMDropper | ||
} | ||
} | ||
} | ||
|
||
SUBCATEGORY | ||
{ | ||
name = Missiles and Bombs | ||
icon = missile | ||
FILTER | ||
{ | ||
CHECK | ||
{ | ||
type = moduleName | ||
value = MissileLauncher,RocketLauncher | ||
} | ||
} | ||
} | ||
|
||
SUBCATEGORY | ||
{ | ||
name = Turrets and Guns | ||
icon = turret | ||
FILTER | ||
{ | ||
CHECK | ||
{ | ||
type = moduleName | ||
value = ModuleTurret,ModuleWeapon | ||
} | ||
} | ||
} | ||
|
||
SUBCATEGORY | ||
{ | ||
name = Radar | ||
icon = DataTransmitter | ||
FILTER | ||
{ | ||
CHECK | ||
{ | ||
type = moduleName | ||
value = ModuleRadar | ||
} | ||
} | ||
} | ||
SUBCATEGORY | ||
{ | ||
name = Ammo | ||
icon = BahaSP | ||
FILTER | ||
{ | ||
CHECK | ||
{ | ||
type = moduleName | ||
value = CFEnable | ||
} | ||
} | ||
} | ||
|
||
SUBCATEGORY | ||
{ | ||
name = Other Parts | ||
icon = BahaSP | ||
FILTER | ||
{ | ||
CHECK | ||
{ | ||
type = moduleName | ||
value = BDACategoryModule | ||
} | ||
} | ||
} |
143 changes: 143 additions & 0 deletions
143
GameData/000_FilterExtensions Configs/SubCategories_Naval.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,143 @@ | ||
SUBCATEGORY | ||
{ | ||
name = Modern Ships | ||
icon = boat | ||
FILTER | ||
{ | ||
CHECK | ||
{ | ||
type = folder | ||
value = LShipPartsModern | ||
} | ||
CHECK | ||
{ | ||
type = title | ||
value = modern,dg,medium,tri,tumble,vette | ||
} | ||
} | ||
} | ||
|
||
SUBCATEGORY | ||
{ | ||
name = Carrier Parts | ||
icon = boat | ||
FILTER | ||
{ | ||
|
||
CHECK | ||
{ | ||
type = folder | ||
value = LShipPartsModern | ||
} | ||
CHECK | ||
{ | ||
type = title | ||
value = carrier | ||
} | ||
} | ||
} | ||
|
||
SUBCATEGORY | ||
{ | ||
name = WWII Hulls | ||
icon = boat | ||
FILTER | ||
{ | ||
CHECK | ||
{ | ||
type = folder | ||
value = LShipPartsWW2 | ||
} | ||
} | ||
} | ||
|
||
SUBCATEGORY | ||
{ | ||
name = Subs | ||
icon = boat | ||
FILTER | ||
{ | ||
CHECK | ||
{ | ||
type = folder | ||
value = LShipPartsModern | ||
} | ||
CHECK | ||
{ | ||
type = title | ||
value = SubHull,SubTower,SubPlatform | ||
} | ||
} | ||
} | ||
|
||
SUBCATEGORY | ||
{ | ||
name = Marine Drive | ||
icon = boat | ||
FILTER | ||
{ | ||
CHECK | ||
{ | ||
type = moduleName | ||
value = ModuleEngines | ||
} | ||
CHECK | ||
{ | ||
type = folder | ||
value = LShipPartsRequired | ||
} | ||
} | ||
} | ||
|
||
SUBCATEGORY | ||
{ | ||
name = Marine Command | ||
icon = boat | ||
FILTER | ||
{ | ||
CHECK | ||
{ | ||
type = category | ||
value = pods | ||
} | ||
CHECK | ||
{ | ||
type = path | ||
value = LShipParts | ||
} | ||
} | ||
} | ||
|
||
SUBCATEGORY | ||
{ | ||
name = Marine Structural | ||
icon = boat | ||
FILTER | ||
{ | ||
CHECK | ||
{ | ||
type = category | ||
value = Structural | ||
} | ||
CHECK | ||
{ | ||
type = path | ||
value = LShipParts | ||
} | ||
} | ||
} | ||
|
||
SUBCATEGORY | ||
{ | ||
name = SM Marine | ||
icon = smsolutions | ||
FILTER | ||
{ | ||
CHECK | ||
{ | ||
type = path | ||
value = SM_Marine | ||
} | ||
} | ||
} | ||
|
Binary file not shown.
Binary file added
BIN
+824 Bytes
GameData/000_FilterExtensions/Icons/Autoloaded_Icons_Mods/FNE_selected.dds
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+824 Bytes
GameData/000_FilterExtensions/Icons/Autoloaded_Icons_Mods/boat_selected.dds
Binary file not shown.
Binary file added
BIN
+824 Bytes
GameData/000_FilterExtensions/Icons/Autoloaded_Icons_Mods/missile.dds
Binary file not shown.
Binary file added
BIN
+824 Bytes
GameData/000_FilterExtensions/Icons/Autoloaded_Icons_Mods/missile_selected.dds
Binary file not shown.
Binary file added
BIN
+640 Bytes
GameData/000_FilterExtensions/Icons/Autoloaded_Icons_Mods/plane.dds
Binary file not shown.
Binary file added
BIN
+824 Bytes
GameData/000_FilterExtensions/Icons/Autoloaded_Icons_Mods/plane_selected.dds
Binary file not shown.
Binary file added
BIN
+824 Bytes
GameData/000_FilterExtensions/Icons/Autoloaded_Icons_Mods/smsolutions.dds
Binary file not shown.
Binary file added
BIN
+824 Bytes
GameData/000_FilterExtensions/Icons/Autoloaded_Icons_Mods/smsolutions_selected.dds
Binary file not shown.
Binary file added
BIN
+824 Bytes
GameData/000_FilterExtensions/Icons/Autoloaded_Icons_Mods/targetingicon.dds
Binary file not shown.
Binary file added
BIN
+824 Bytes
GameData/000_FilterExtensions/Icons/Autoloaded_Icons_Mods/targetingicon_selected.dds
Binary file not shown.
Binary file added
BIN
+824 Bytes
GameData/000_FilterExtensions/Icons/Autoloaded_Icons_Mods/turret.dds
Binary file not shown.
Binary file added
BIN
+824 Bytes
GameData/000_FilterExtensions/Icons/Autoloaded_Icons_Mods/turret_selected.dds
Binary file not shown.