Skip to content

Commit

Permalink
Merge pull request linuxgurugamer#26 from Gordon-Dry/Tantares-fix
Browse files Browse the repository at this point in the history
Tantares fix
  • Loading branch information
linuxgurugamer authored Feb 21, 2020
2 parents fd8ca4b + c46363e commit 6414a2b
Showing 1 changed file with 38 additions and 2 deletions.
40 changes: 38 additions & 2 deletions GameData/000_FilterExtensions_Configs/Default/Mod_Tantares.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CATEGORY:NEEDS[Tantares]
CATEGORY:NEEDS[Tantares,!TantaresLV]
{
name = Tantares Space Technologies
icon = Tantares
Expand Down Expand Up @@ -34,7 +34,7 @@ CATEGORY:NEEDS[Tantares]
}
}

CATEGORY:NEEDS[TantaresLV]
CATEGORY:NEEDS[!Tantares,TantaresLV]
{
name = Tantares Space Technologies
icon = Tantares
Expand All @@ -50,6 +50,42 @@ CATEGORY:NEEDS[TantaresLV]
}
}

SUBCATEGORIES
{
list = 0,Pods
list = 1,Fuel Tanks
list = 2,Engines
list = 3,Command and Control
list = 4,Structural
list = 5,Coupling
list = 6,Payload
list = 7,Aerodynamics
list = 8,Ground
list = 9,Thermal
list = 10,Electrical
list = 11,Communications
list = 12,Science
list = 13,Utility
list = 14,Undefined
}
}

CATEGORY:NEEDS[Tantares,TantaresLV]
{
name = Tantares Space Technologies
icon = Tantares
colour = #FFF0F0F0
all = true

FILTER
{
CHECK
{
type = folder
value = Tantares,TantaresLV
}
}

SUBCATEGORIES
{
list = 0,Pods
Expand Down

0 comments on commit 6414a2b

Please sign in to comment.