Skip to content

Commit 696dca1

Browse files
authored
Merge pull request #1457 from allista/DEVELOP
Updated GC to 2.3.1 and AT_Utils to 1.6.3, both compatible with KSP-1.7
2 parents 1c2879f + 0b09e79 commit 696dca1

File tree

9 files changed

+108
-21
lines changed

9 files changed

+108
-21
lines changed

FOR_RELEASE/GameData/000_AT_Utils/000_AT_Utils.version

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@
66
"VERSION":
77
{
88
"MAJOR":1,
9-
"MINOR":6,
10-
"PATCH":2,
9+
"MINOR":8,
10+
"PATCH":0,
1111
"BUILD":0
1212
},
1313
"KSP_VERSION_MIN":
1414
{
1515
"MAJOR":1,
16-
"MINOR":4,
17-
"PATCH":5
16+
"MINOR":7,
17+
"PATCH":0
1818
},
1919
"KSP_VERSION_MAX":
2020
{
2121
"MAJOR":1,
22-
"MINOR":4,
23-
"PATCH":5
22+
"MINOR":7,
23+
"PATCH":0
2424
}
2525
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,78 @@
1+
LineWidthMult = 0.4
2+
MinLineWidthMult = 0.01
3+
14
MeshesToSkip = flagtransform canopy
2-
BadParts = RadialDrill MKS.Drill.02 MKS.Drill.03
5+
BadParts = RadialDrill MKS.Drill.02 MKS.Drill.03 dmFlexoTube
6+
7+
Colors
8+
{
9+
Enabled
10+
{
11+
html = #00FF00FF
12+
}
13+
Active
14+
{
15+
html = #FFEB04FF
16+
}
17+
Inactive
18+
{
19+
html = #808080FF
20+
}
21+
Confirm
22+
{
23+
html = #00FF00FF
24+
}
25+
Open
26+
{
27+
html = #00FF00FF
28+
}
29+
Close
30+
{
31+
html = #FF0000FF
32+
}
33+
Good
34+
{
35+
html = #00FF00FF
36+
}
37+
Warning
38+
{
39+
html = #FFEB04FF
40+
}
41+
Danger
42+
{
43+
html = #FF0000FF
44+
}
45+
Selected1
46+
{
47+
html = #00FFFFFF
48+
}
49+
Selected2
50+
{
51+
html = #FF00FFFF
52+
}
53+
FractionGradient
54+
{
55+
Item
56+
{
57+
html = #FF0000FF
58+
}
59+
Item
60+
{
61+
html = #FFEB04FF
62+
}
63+
Item
64+
{
65+
html = #FFFFFF
66+
}
67+
Item
68+
{
69+
html = #00FF00FF
70+
}
71+
}
72+
}
373

474
StylesConfig
575
{
6-
//available colors: normal (meaning white), grey, red, dark_red, green, dark_green, yellow, dark_yellow, cyan, magenta
7-
EnabledButtonColor = green
8-
ActiveButtonColor = yellow
9-
InactiveButtonColor = grey
10-
ConfirmButtonColor = green
11-
AddButtonColor = green
12-
CloseButtonColor = red
13-
DangerButtonColor = red
1476
}
15-
//:mode=c#:
77+
78+
//:mode=c#:
Binary file not shown.

FOR_RELEASE/GameData/GroundConstruction/GroundConstruction.version

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@
66
"VERSION":
77
{
88
"MAJOR":2,
9-
"MINOR":2,
9+
"MINOR":4,
1010
"PATCH":0,
1111
"BUILD":0
1212
},
1313
"KSP_VERSION_MIN":
1414
{
1515
"MAJOR":1,
16-
"MINOR":4,
17-
"PATCH":5
16+
"MINOR":7,
17+
"PATCH":0
1818
},
1919
"KSP_VERSION_MAX":
2020
{
2121
"MAJOR":1,
22-
"MINOR":4,
23-
"PATCH":5
22+
"MINOR":7,
23+
"PATCH":0
2424
}
2525
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
GC_IGNORE_MODULES
2+
{
3+
// stock
4+
ignore = ModuleTestSubject
5+
ignore = ModulePartVariants
6+
ignore = FlagDecal
7+
ignore = ModuleOverheatDisplay
8+
ignore = ModuleLiftingSurface
9+
ignore = ModuleSurfaceFX
10+
ignore = FXModuleAnimateThrottle
11+
ignore = ModuleDragModifier
12+
ignore = ModuleColorChanger
13+
ignore = ModuleAblator
14+
15+
// mods
16+
ignore = KOSNameTag
17+
ignore = ModuleB9PropagateCopyEvents
18+
ignore = ModuleB9PartSwitch
19+
ignore = ModuleB9PartInfo
20+
ignore = ModuleConnectedLivingSpace
21+
ignore = ModuleKISItem
22+
ignore = TCAEngineInfo
23+
ignore = ResourceHack
24+
}
Binary file not shown.

0 commit comments

Comments
 (0)