Skip to content

Commit f9db180

Browse files
committed
Added black list for Kerbal Atomics, updated black list for NFElectric, marked as 1.12.5 compatible
1 parent 8e51440 commit f9db180

3 files changed

Lines changed: 25 additions & 2 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// Disable repainting for these parts
2+
//
3+
// Nuclear engines
4+
@PART[ntr-sc-0625-1,ntr-sc-125-1,ntr-sc-125-2,ntr-sc-25-1,ntr-gc-25-1,ntr-gc-25-2,ntr-gc-25-3,ntr-sc-375-1]:BEFORE[zzzzzzSimpleRepaint]
5+
{
6+
%SR_Ignore = true
7+
}

GameData/SimpleRepaint/IgnoreParts/NearFutureElectrical.cfg

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// Disable repainting for these parts
22
//
3+
4+
// Release NFE version
5+
//
36
// Batteries
47
@PART[battery-0625,battery-125,battery-25,battery-rad-125]:BEFORE[zzzzzzSimpleRepaint]
58
{
@@ -30,3 +33,16 @@
3033
{
3134
%SR_Ignore = true
3235
}
36+
37+
// Dev NFE version
38+
//
39+
// Fission reactors
40+
@PART[nfe-reactor-tiny-1,nfe-reactor-tiny-2,nfe-reactor-0625-1,nfe-reactor-125-1,nfe-reactor-25-1,nfe-reactor-25-2,nfe-reactor-375-1,nfe-reactor-375-2]:BEFORE[zzzzzzSimpleRepaint]
41+
{
42+
%SR_Ignore = true
43+
}
44+
// RTG
45+
@PART[nfe-rtg-asrg-1,nfe-rtg-gphs-1,nfe-rtg-mmrtg-1,nfe-rtg-snap27-1]:BEFORE[zzzzzzSimpleRepaint]
46+
{
47+
%SR_Ignore = true
48+
}

GameData/SimpleRepaint/SimpleRepaint.version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
{
77
"MAJOR":0,
88
"MINOR":4,
9-
"PATCH":1,
9+
"PATCH":2,
1010
"BUILD":0
1111
},
1212
"KSP_VERSION":
1313
{
1414
"MAJOR":1,
1515
"MINOR":12,
16-
"PATCH":4
16+
"PATCH":5
1717
},
1818
"KSP_VERSION_MIN":
1919
{

0 commit comments

Comments
 (0)