Skip to content

Commit

Permalink
Adding color variants to HeavyLES.cfg.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerbas-ad-astra committed Nov 3, 2018
1 parent 385d4c9 commit 25205e4
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 1 deletion.
2 changes: 1 addition & 1 deletion GameData/HGR/HGRCommunityFixes.version
Expand Up @@ -10,7 +10,7 @@
"VERSION":{
"MAJOR":1,
"MINOR":6,
"PATCH":1,
"PATCH":2,
"BUILD":0
},
"KSP_VERSION":{
Expand Down
68 changes: 68 additions & 0 deletions GameData/HGR/Parts/Utility/Heavy Escape Tower/HeavyLES.cfg
Expand Up @@ -157,6 +157,8 @@ PART
nSides = 32
nArcs = 2
TextureURL = Squad/Parts/Aero/fairings/fairings_diff
CapTextureURL = Squad/Parts/Aero/fairings/fairingsCap
TextureNormalURL = Squad/Parts/Aero/fairings/fairings_normals

panelGrouping = 3
pivot = 0,0.17,0
Expand Down Expand Up @@ -394,4 +396,70 @@ PART
prestige = Exceptional
}
}

MODULE
{
name = ModulePartVariants
baseVariant = White

VARIANT
{
name = White
displayName = #autoLOC_8007119
themeName = White
primaryColor = #ffffff
secondaryColor = #ffffff

TEXTURE
{
materialName = FairingIconShell
mainTextureURL = Squad/Parts/Aero/fairings/fairings_diff
}
EXTRA_INFO
{
FairingsTextureURL = Squad/Parts/Aero/fairings/fairings_diff
FairingsNormalURL = Squad/Parts/Aero/fairings/fairings_normals
}
}
VARIANT
{
name = Grey
displayName = #autoLOC_8007120
themeName = BlackAndWhite
themeName = BlackAndWhite
primaryColor = #000000
secondaryColor = #ffffff

TEXTURE
{
materialName = FairingIconShell
mainTextureURL = Squad/Parts/Aero/fairings/fairings_diff_grey
}
EXTRA_INFO
{
FairingsTextureURL = Squad/Parts/Aero/fairings/fairings_diff_grey
FairingsNormalURL = Squad/Parts/Aero/fairings/fairings_grey_normals
}
}
VARIANT
{
name = Dark Grey
displayName = #autoLOC_8007121
themeName = GrayAndOrange
themeName = GrayAndOrange
primaryColor = #4c4f47
secondaryColor = #f49841

TEXTURE
{
materialName = FairingIconShell
mainTextureURL = Squad/Parts/Aero/fairings/fairings_diff_orange
}
EXTRA_INFO
{
FairingsTextureURL = Squad/Parts/Aero/fairings/fairings_diff_orange
FairingsNormalURL = Squad/Parts/Aero/fairings/fairings_orange_normals
}
}
}
}
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -101,6 +101,8 @@ From there, just unzip the "HGR" folder into your GameData directory. Be sure t
* 02018 Nov 03 (1.6.1): Comrade Ogilvy
* Changing the internal name of the 1.875m fairings from "fairingSize1.5" to "fairingSize1p5HGR", to avoid any possible confusion with the Making History "fairingSize1p5" in Module Manager patches. The "fairingSize1.5" part still exists, but it's been marked as "TechHidden" like the stock Mk1-2 Pod and other parts to be deprecated, and it will be removed in the next release of HGR.
* Made the Lima pod a recolor of the Soy-Juice capsule. Recolored the Garlic pod to match.
* 02018 Nov 03 (1.6.2): Orange You Glad
* Added fairing color options to Heavy LES tower.

## Roadmap

Expand Down

0 comments on commit 25205e4

Please sign in to comment.