Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Crzyrndm committed Nov 5, 2016
2 parents f94fe4b + dd84064 commit 4e83a18
Show file tree
Hide file tree
Showing 18 changed files with 299 additions and 0 deletions.
36 changes: 36 additions & 0 deletions GameData/000_FilterExtensions Configs/Default/Mod_BDA.cfg
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 GameData/000_FilterExtensions Configs/Default/Mod_Naval.cfg
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 GameData/000_FilterExtensions Configs/SubCategories_BDA.cfg
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 GameData/000_FilterExtensions Configs/SubCategories_Naval.cfg
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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 4e83a18

Please sign in to comment.