Skip to content

Commit a58f3cb

Browse files
committed
BDArmory support patch ins now more universal, unsupported Aviator Arsenal parts added to grey list
1 parent d5afb69 commit a58f3cb

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.3.2
2+
-----
3+
* Made compability patch for BDArmory guns more universal, which hopefully will improve support for BDA-based parts mods in the future.
4+
* Several parts from Aviator Arsenal Continued mod added to greylist.
5+
16
0.3.1
27
-----
38
+ Added setting to use whitelist-only repainting (disabled by default, see readme).

GameData/SimpleRepaint/IgnoreParts.cfg

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,19 @@
2626
}
2727
2828
// BD Armory
29-
@PART[bahaGatlingGun,bahaTurret,bahaBrowningAnm2,bahaGau-8,bahaGoalKeeper,GoalKeeperBDAcMk1,BDAcGKmk2,bahaHEKV1,bahaHiddenVulcan,bahaM102Howitzer,bahaM1Abrams,bahaM230ChainGun,bahaOMillennium,bahaSmokeCmPod,bahaTowMissile]:BEFORE[zzz_SimpleRepaint]
29+
@PART[*]:HAS[@MODULE[ModuleWeapon]:HAS[#weaponType[ballistic]]]:BEFORE[zzz_SimpleRepaint]
30+
{
31+
%SR_Ignore = true
32+
%SR_UsePartVariant = #$@SIMPLE_REPAINT_SETTINGS/UseStockVariantSwitcherForB9PSIncompatibleParts$
33+
}
34+
@PART[bahaHEKV1,bahaSmokeCmPod,bahaTowMissile]:BEFORE[zzz_SimpleRepaint]
35+
{
36+
%SR_Ignore = true
37+
%SR_UsePartVariant = #$@SIMPLE_REPAINT_SETTINGS/UseStockVariantSwitcherForB9PSIncompatibleParts$
38+
}
39+
40+
// Aviator Arsenal Continued
41+
@PART[WW2HVARRocket,WW2RP3Rocket]:BEFORE[zzz_SimpleRepaint]
3042
{
3143
%SR_Ignore = true
3244
%SR_UsePartVariant = #$@SIMPLE_REPAINT_SETTINGS/UseStockVariantSwitcherForB9PSIncompatibleParts$

GameData/SimpleRepaint/SimpleRepaint.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{
77
"MAJOR":0,
88
"MINOR":3,
9-
"PATCH":1,
9+
"PATCH":2,
1010
"BUILD":0
1111
},
1212
"KSP_VERSION":

0 commit comments

Comments
 (0)