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.
testing goes outside GameData so I can stop packaging it by accident...
- Loading branch information
Showing
30 changed files
with
196 additions
and
81 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
21 changes: 0 additions & 21 deletions
21
GameData/000_FilterExtensions Configs/Testing/ByModuleTitle.cfg
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
GameData/000_FilterExtensions Configs/Testing/ByProfile.cfg
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
GameData/000_FilterExtensions Configs/Testing/ByResource.cfg
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
SUBCATEGORY | ||
{ | ||
name = By Module Title - Module Engines & Module Parachute | ||
FILTER | ||
{ | ||
CHECK | ||
{ | ||
type = moduleTitle | ||
value = Engine, Parachute | ||
} | ||
} | ||
} | ||
SUBCATEGORY | ||
{ | ||
name = By Module Title 2 - !contains(Module Engines & Module Parachute) | ||
FILTER | ||
{ | ||
CHECK | ||
{ | ||
type = moduleTitle | ||
value = Engine, Parachute | ||
contains = false | ||
} | ||
} | ||
} | ||
|
||
@CATEGORY[Testing] | ||
{ | ||
@SUBCATEGORIES | ||
{ | ||
list = By Module Title - Module Engines & Module Parachute | ||
list = By Module Title 2 - !contains(Module Engines & Module Parachute) | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
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,35 @@ | ||
SUBCATEGORY | ||
{ | ||
name = By Profile - mk2 | ||
FILTER | ||
{ | ||
CHECK | ||
{ | ||
type = profile | ||
value = mk2 | ||
} | ||
} | ||
} | ||
|
||
SUBCATEGORY | ||
{ | ||
name = By Profile 2 - !contains(mk2 & mk1) | ||
FILTER | ||
{ | ||
CHECK | ||
{ | ||
type = profile | ||
value = mk2, mk1 | ||
contains = false | ||
} | ||
} | ||
} | ||
|
||
@CATEGORY[Testing] | ||
{ | ||
@SUBCATEGORIES | ||
{ | ||
list = By Profile - mk2 | ||
list = By Profile 2 - !contains(mk2 & mk1) | ||
} | ||
} |
File renamed without changes.
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,35 @@ | ||
SUBCATEGORY | ||
{ | ||
name = By Resource - LF | ||
FILTER | ||
{ | ||
CHECK | ||
{ | ||
type = resource | ||
value = LiquidFuel | ||
} | ||
} | ||
} | ||
|
||
SUBCATEGORY | ||
{ | ||
name = By Resource 2 - !contains(LF - Ox) | ||
FILTER | ||
{ | ||
CHECK | ||
{ | ||
type = resource | ||
value = LiquidFuel, Oxidizer | ||
contains = false | ||
} | ||
} | ||
} | ||
|
||
@CATEGORY[Testing] | ||
{ | ||
@SUBCATEGORIES | ||
{ | ||
list = By Resource - LF | ||
list = By Resource 2 - !contains(LF - Ox) | ||
} | ||
} |
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,35 @@ | ||
SUBCATEGORY | ||
{ | ||
name = By Size - 1 | ||
FILTER | ||
{ | ||
CHECK | ||
{ | ||
type = size | ||
value = 1 | ||
} | ||
} | ||
} | ||
|
||
SUBCATEGORY | ||
{ | ||
name = By Size 2 - !contains(0-1-3) | ||
FILTER | ||
{ | ||
CHECK | ||
{ | ||
type = size | ||
value = 0, 1, 3 | ||
contains = false | ||
} | ||
} | ||
} | ||
|
||
@CATEGORY[Testing] | ||
{ | ||
@SUBCATEGORIES | ||
{ | ||
list = By Size - 1 | ||
list = By Size 2 - !contains(0-1-3) | ||
} | ||
} |
File renamed without changes.
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,35 @@ | ||
SUBCATEGORY | ||
{ | ||
name = By Tag - mk2 | ||
FILTER | ||
{ | ||
CHECK | ||
{ | ||
type = tag | ||
value = mk2 | ||
} | ||
} | ||
} | ||
|
||
SUBCATEGORY | ||
{ | ||
name = By Tag 2 - !contains(mk1 mk2) | ||
FILTER | ||
{ | ||
CHECK | ||
{ | ||
type = tag | ||
value = mk2, mk1 | ||
contains = false | ||
} | ||
} | ||
} | ||
|
||
@CATEGORY[Testing] | ||
{ | ||
@SUBCATEGORIES | ||
{ | ||
list = By Tag - mk2 | ||
list = By Tag 2 - !contains(mk1 mk2) | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.