Skip to content

Commit

Permalink
Merge pull request #100 from zer0Kerbal/1.0.1.0
Browse files Browse the repository at this point in the history
1.0.1.0 (2015-07-17) - Tweaks
  • Loading branch information
zer0Kerbal authored Apr 12, 2022
2 parents 1e47ac4 + 6df6ac6 commit dd0c145
Show file tree
Hide file tree
Showing 217 changed files with 54 additions and 43 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" : 0,
"PATCH" : 0,
"PATCH" : 1,
"BUILD" : 0
},
"KSP_VERSION" :
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
1.0.1 (2015-07-17) - Tweaks.
- Added more preferential use of InterstellarFuelSwitch over the Firespitter system for all switchers.
- Interstellar is now preferred over Firespitter, but either will work.

1.0 (2015-07-17) - Major Overhaul.
- Updated to version "1.0" to indicate large-scale voerhaul (major version revision).
- Updated to version "1.0" to indicate large-scale overhaul (major version revision).
- Consolidated same-size tanks into single menu objects, with tweakables to choose appearance.
- Now requires Module Manager and the Firespitter Core as dependencies to function.
- Old single-color tanks are deprecated, but temporarily included for compatiblity.
Expand Down
4 changes: 2 additions & 2 deletions GameData/NecroBones/FuelTanksPlus/FuelTanksPlus-README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Installation:
1. Simply copy the "FuelTanksPlus" folder into your GameData folder. If upgrading from a
previous version, be sure to delete the old one from GameData first (this is the cleanest option).

2. Also make sure you have a current copy of ModuleManager, and the Firespitter Core (DLL). These
can be found through CKAN or KerbalStuff.
2. Also make sure you have a current copy of ModuleManager, and either the Firespitter Core (DLL) or
the Intersteller Fuel Switch mod (preferred). These can be found through CKAN or KerbalStuff.



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" : 0,
"PATCH" : 0,
"PATCH" : 1,
"BUILD" : 0
},
"KSP_VERSION" :
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
{
MODULE
{
name = FStextureSwitch2
name:NEEDS[!InterstellarFuelSwitch] = FStextureSwitch2
name:NEEDS[InterstellarFuelSwitch] = InterstellarTextureSwitch2
textureRootFolder = FuelTanksPlus/Radial/
textureNames = TPtankR-rimGold-Specular;TPtankR-rimBlack-Specular;TPtankR-rimRed-Specular;TPtankR-rimBlue-Specular
textureDisplayNames = MonoPropellant;LF+OX;LiquidFuel;Oxidizer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ RESOURCE

MODULE
{
name = FSfuelSwitch
name:NEEDS[!InterstellarFuelSwitch] = FSfuelSwitch
name:NEEDS[InterstellarFuelSwitch] = InterstellarFuelSwitch
resourceNames = MonoPropellant;LiquidFuel,Oxidizer;LiquidFuel;Oxidizer
resourceAmounts = 125;45,55;90;110
tankMass = 0.125;0.0625;0.0625;0.0625
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ RESOURCE

MODULE
{
name = FSfuelSwitch
name:NEEDS[!InterstellarFuelSwitch] = FSfuelSwitch
name:NEEDS[InterstellarFuelSwitch] = InterstellarFuelSwitch
resourceNames = MonoPropellant;LiquidFuel,Oxidizer;LiquidFuel;Oxidizer
resourceAmounts = 250;90,110;180;220
tankMass = 0.25;0.125;0.125;0.125
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ RESOURCE

MODULE
{
name = FSfuelSwitch
name:NEEDS[!InterstellarFuelSwitch] = FSfuelSwitch
name:NEEDS[InterstellarFuelSwitch] = InterstellarFuelSwitch
resourceNames = MonoPropellant;LiquidFuel,Oxidizer;LiquidFuel;Oxidizer
resourceAmounts = 600;180,220;360;440
tankMass = 0.6;0125;0.25;0.25
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
{
MODULE
{
name = FSmeshSwitch
name:NEEDS[!InterstellarFuelSwitch] = FSmeshSwitch
name:NEEDS[InterstellarFuelSwitch] = InterstellarMeshSwitch
objects = TPtank0m-Grey;TPtank0m-White;TPtank0m-Checkered;TPtank0m-Black
objectDisplayNames = Oscar;Juno;Astrobee;Brant
affectColliders = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
{
MODULE
{
name = FSmeshSwitch
name:NEEDS[!InterstellarFuelSwitch] = FSmeshSwitch
name:NEEDS[InterstellarFuelSwitch] = InterstellarMeshSwitch
objects = TPtank1m-White;TPtank1m-Checkered;TPtank1m-Black;TPtank1m-Green
objectDisplayNames = Vega;Redstone;Vanguard;Soyuz
affectColliders = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
{
MODULE
{
name = FSmeshSwitch
name:NEEDS[!InterstellarFuelSwitch] = FSmeshSwitch
name:NEEDS[InterstellarFuelSwitch] = InterstellarMeshSwitch
objects = TPtank2m-Orange,TPtank2m-Orange2;TPtank2m-White;TPtank2m-Checkered;TPtank2m-Black;TPtank2m-Blue;TPtank2m-Red
objectDisplayNames = Jumbo;Antares;Gemini;Black;Delta;Atlas
affectColliders = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
{
MODULE
{
name = FSmeshSwitch
name:NEEDS[!InterstellarFuelSwitch] = FSmeshSwitch
name:NEEDS[InterstellarFuelSwitch] = InterstellarMeshSwitch
objects = TPtank3m-Silver,TPtank3m-SilverShine;TPtank3m-White;TPtank3m-Checkered;TPtank3m-Black;TPtank3m-Orange,TPtank3m-Orange2;TPtank3m-Tan
objectDisplayNames = Titan;Falcon;Saturn;Black;STS;Ariane
affectColliders = false
Expand Down
21 changes: 14 additions & 7 deletions GameData/NecroBones/FuelTanksPlus/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,15 +259,16 @@

---

## 1.1.1 (2015-08-27) - Hotfix
## 1.1.1.0 (2015-08-27) - Hotfix

* Corrected the transparent meshes in the FL-T50 fuel tank.
* Co-Authored-By: NecroBones <10134364+NecroBones@users.noreply.github.com
* closes #54 - 1.1.1 (2015-08-27) - Hotfix
* updates #26 - Previous Releases

---

## 1.1 (2015-08-27) - Fixes, New things
## 1.1.0.0 (2015-08-27) - Fixes, New things

* Added a blue "Delta" variant at the 1.25m size, historically inspired by Delta, Delta II, etc.
* Renamed 2.5m colors, to be more historically minded with regards to Delta IV and Delta IV Heavy.
Expand All @@ -277,53 +278,59 @@
* Added 2.5m to 3.75m adapter tank.
* Added 1.25m to 2.5m adapter tank.
* Added 0.625m to 1.25m adapter tank.
* Co-Authored-By: NecroBones <10134364+NecroBones@users.noreply.github.com
* closes #53 - 1.1 (2015-08-27) - Fixes, New things
* updates #26 - Previous Releases

---

## 1.0.5 (2015-08-23) - Bug fix
## 1.0.5.0 (2015-08-23) - Bug fix

* Moved README and CHANGELOG to mod's folder.
* Fixed a problem with one of the RP-400 radial tank's fuel combinations having a dry mass of 125 tons.
* Lowered the dry mass of radial tanks for non-monopropellant configurations.
* Co-Authored-By: NecroBones <10134364+NecroBones@users.noreply.github.com
* closes #52 - 1.0.5 (2015-08-23) - Bug fix
* updates #26 - Previous Releases

---

## 1.0.4 (2015-07-31) - Tweaks
## 1.0.4.0 (2015-07-31) - Tweaks

* Now including a (disabled by default) Module Manager config for re-enabling deprecated parts in the VAB/SPH.
* This should not be relied upon as a long-term solution.
* Corrected a mistake with dry-mass of the FLT-50-FTP tank in the fuel switching config.
* Co-Authored-By: NecroBones <10134364+NecroBones@users.noreply.github.com
* closes #51 - 1.0.4 (2015-07-31) - Tweaks
* updates #26 - Previous Releases

---

## 1.0.3 (2015-07-18) - Tweaks
## 1.0.3.0 (2015-07-18) - Tweaks

* Will now start including ModuleManager and the InterstellerFuelSwitch folders in the zip archive.
* Addressed an issue with the old deprecated parts showing up in the manufacturer's tab.
* Added warnings to deprecated parts' descriptions, just in case they show up in a menu somewhere.
* Co-Authored-By: NecroBones <10134364+NecroBones@users.noreply.github.com
* closes #50 - 1.0.3 (2015-07-18) - Tweaks
* updates #26 - Previous Releases

---

## 1.0.2 (2015-07-17) - Tweaks
## 1.0.2.0 (2015-07-17) - Tweaks

* Fix for small probe tanks to use InterstellarFuelSwitch properly for appearance changes.
* Co-Authored-By: NecroBones <10134364+NecroBones@users.noreply.github.com
* closes #49 - 1.0.2 (2015-07-17) - Tweaks
* updates #26 - Previous Releases

---

## 1.0.1 (2015-07-17) - Tweaks
## 1.0.1.0 (2015-07-17) - Tweaks

* Added more preferential use of InterstellarFuelSwitch over the Firespitter system for all switchers.
* Interstellar is now preferred over Firespitter, but either will work.
* Co-Authored-By: NecroBones <10134364+NecroBones@users.noreply.github.com
* closes #48 - 1.0.1 (2015-07-17) - Tweaks
* updates #26 - Previous Releases

Expand Down
21 changes: 14 additions & 7 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,15 +259,16 @@

---

## 1.1.1 (2015-08-27) - Hotfix
## 1.1.1.0 (2015-08-27) - Hotfix

* Corrected the transparent meshes in the FL-T50 fuel tank.
* Co-Authored-By: NecroBones <10134364+NecroBones@users.noreply.github.com
* closes #54 - 1.1.1 (2015-08-27) - Hotfix
* updates #26 - Previous Releases

---

## 1.1 (2015-08-27) - Fixes, New things
## 1.1.0.0 (2015-08-27) - Fixes, New things

* Added a blue "Delta" variant at the 1.25m size, historically inspired by Delta, Delta II, etc.
* Renamed 2.5m colors, to be more historically minded with regards to Delta IV and Delta IV Heavy.
Expand All @@ -277,53 +278,59 @@
* Added 2.5m to 3.75m adapter tank.
* Added 1.25m to 2.5m adapter tank.
* Added 0.625m to 1.25m adapter tank.
* Co-Authored-By: NecroBones <10134364+NecroBones@users.noreply.github.com
* closes #53 - 1.1 (2015-08-27) - Fixes, New things
* updates #26 - Previous Releases

---

## 1.0.5 (2015-08-23) - Bug fix
## 1.0.5.0 (2015-08-23) - Bug fix

* Moved README and CHANGELOG to mod's folder.
* Fixed a problem with one of the RP-400 radial tank's fuel combinations having a dry mass of 125 tons.
* Lowered the dry mass of radial tanks for non-monopropellant configurations.
* Co-Authored-By: NecroBones <10134364+NecroBones@users.noreply.github.com
* closes #52 - 1.0.5 (2015-08-23) - Bug fix
* updates #26 - Previous Releases

---

## 1.0.4 (2015-07-31) - Tweaks
## 1.0.4.0 (2015-07-31) - Tweaks

* Now including a (disabled by default) Module Manager config for re-enabling deprecated parts in the VAB/SPH.
* This should not be relied upon as a long-term solution.
* Corrected a mistake with dry-mass of the FLT-50-FTP tank in the fuel switching config.
* Co-Authored-By: NecroBones <10134364+NecroBones@users.noreply.github.com
* closes #51 - 1.0.4 (2015-07-31) - Tweaks
* updates #26 - Previous Releases

---

## 1.0.3 (2015-07-18) - Tweaks
## 1.0.3.0 (2015-07-18) - Tweaks

* Will now start including ModuleManager and the InterstellerFuelSwitch folders in the zip archive.
* Addressed an issue with the old deprecated parts showing up in the manufacturer's tab.
* Added warnings to deprecated parts' descriptions, just in case they show up in a menu somewhere.
* Co-Authored-By: NecroBones <10134364+NecroBones@users.noreply.github.com
* closes #50 - 1.0.3 (2015-07-18) - Tweaks
* updates #26 - Previous Releases

---

## 1.0.2 (2015-07-17) - Tweaks
## 1.0.2.0 (2015-07-17) - Tweaks

* Fix for small probe tanks to use InterstellarFuelSwitch properly for appearance changes.
* Co-Authored-By: NecroBones <10134364+NecroBones@users.noreply.github.com
* closes #49 - 1.0.2 (2015-07-17) - Tweaks
* updates #26 - Previous Releases

---

## 1.0.1 (2015-07-17) - Tweaks
## 1.0.1.0 (2015-07-17) - Tweaks

* Added more preferential use of InterstellarFuelSwitch over the Firespitter system for all switchers.
* Interstellar is now preferred over Firespitter, but either will work.
* Co-Authored-By: NecroBones <10134364+NecroBones@users.noreply.github.com
* closes #48 - 1.0.1 (2015-07-17) - Tweaks
* updates #26 - Previous Releases

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.0.0.0",
"message": "1.0.1.0",
"color": "darkgreen",
"style": "plastic"
}

0 comments on commit dd0c145

Please sign in to comment.