Skip to content

Commit

Permalink
Merge pull request #107 from zer0Kerbal/1.2.1.0
Browse files Browse the repository at this point in the history
1.2.1.0 (2015-09-14) - Tweaks
  • Loading branch information
zer0Kerbal authored Apr 12, 2022
2 parents c3a5a2d + 8d1917b commit b2c5286
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion FuelTanksPlus.version
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"MAJOR" : 1,
"MINOR" : 2,
"PATCH" : 0,
"PATCH" : 1,
"BUILD" : 0
},
"KSP_VERSION" :
Expand Down
4 changes: 4 additions & 0 deletions GameData/NecroBones/FuelTanksPlus/FuelTanksPlus-CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.2.1 (2015-09-14) - Tweaks.
- Renamed the 0.625m red variant "Centaur", after the thrust vectoring tanks on the Centaur rocket boosters.
- Added missing TweakScale settings for 1.25m nose cones.

1.2 (2015-08-31) - Minor update.
- Corrected a texture alignment problem with the 0.625m tanks when using reduced texture resolution.
- Added new red color option to the 0.625m tanks.
Expand Down
2 changes: 1 addition & 1 deletion GameData/NecroBones/FuelTanksPlus/FuelTanksPlus.version
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"MAJOR" : 1,
"MINOR" : 2,
"PATCH" : 0,
"PATCH" : 1,
"BUILD" : 0
},
"KSP_VERSION" :
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
@PART[TPcone1m*]:NEEDS[TweakScale]
{
MODULE
{
name = TweakScale
type = stack
defaultScale = 1.25
}
}
@PART[TPcone2m*]:NEEDS[TweakScale]
{
MODULE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name:NEEDS[!InterstellarFuelSwitch] = FSmeshSwitch
name:NEEDS[InterstellarFuelSwitch] = InterstellarMeshSwitch
objects = TPtank0m-Grey;TPtank0m-White;TPtank0m-Checkered;TPtank0m-Black;TPtank0m-Red
objectDisplayNames = Oscar;Juno;Astrobee;Brant;Red
objectDisplayNames = Oscar;Juno;Astrobee;Brant;Centaur
affectColliders = false
buttonName = Next Variant
previousButtonName = Previous Variant
Expand Down
2 changes: 1 addition & 1 deletion json/mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"schemaVersion": 1,
"label": "Fuel Tanks Plus",
"labelColor": "BADA55",
"message": "1.2.0.0",
"message": "1.2.1.0",
"color": "darkgreen",
"style": "plastic"
}

0 comments on commit b2c5286

Please sign in to comment.