Skip to content

Commit

Permalink
Merge pull request #112 from zer0Kerbal/1.5.0.0
Browse files Browse the repository at this point in the history
1.5.0.0 (2015-12-17) - Tweaks
  • Loading branch information
zer0Kerbal authored Apr 12, 2022
2 parents 2fcc6e6 + 66175d8 commit 4e37482
Show file tree
Hide file tree
Showing 16 changed files with 670 additions and 517 deletions.
2 changes: 1 addition & 1 deletion FuelTanksPlus.version
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"VERSION" :
{
"MAJOR" : 1,
"MINOR" : 4,
"MINOR" : 5,
"PATCH" : 0,
"BUILD" : 0
},
Expand Down
2 changes: 1 addition & 1 deletion GameData/NecroBones/FuelTanksPlus/Agencies/Agents.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ AGENT
mentality = Commercial
mentality = Industrial
mentality = Economic 0.3
mentality = moral 0.2
mentality = Moral 0.2
mentality = Patient 0.9
}
13 changes: 13 additions & 0 deletions GameData/NecroBones/FuelTanksPlus/FuelTanksPlus-CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
1.5 (2015-12-17) - Tweaks.
- Rewrote the fuel-switching config.
- Should play more nicely with other mods that affect fuel switching.
- Consolidated patches to reduce complexity.
- Capacities standardized based on mass, so some values will have changed slightly.
- Added "FuelTanksPlus_ATM.cfg" with settings to attempt to disable or dissuade ActiveTextureManagement for this mod.
- Can optionally be deleted to return to ATM defaults.
- ATM known to occasionally have caching issues with remapped/shared textures in my mods.
- FuelTanksPlus is already very memory efficient and uses DDS, so ATM doesn't help much for this case.
- May need to delete ATM's cache if using ATM and some textures still aren't appearing.
- Replaced some placeholder images with smaller versions that will be more obvious when reassignment fails.
- Corrected a typo with Agency mentality.

1.4 (2015-12-04) - Update.
- Added stack decouplers with built-in separation motors, and color-changing capability.

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 @@ -12,7 +12,7 @@
"VERSION" :
{
"MAJOR" : 1,
"MINOR" : 4,
"MINOR" : 5,
"PATCH" : 0,
"BUILD" : 0
},
Expand Down
16 changes: 16 additions & 0 deletions GameData/NecroBones/FuelTanksPlus/FuelTanksPlus_ATM.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
ACTIVE_TEXTURE_MANAGER_CONFIG
{
folder = FuelTanksPlus
enabled = true
OVERRIDES
{
FuelTanksPlus/.*
{
compress = false
mipmaps = false
scale = 1
max_size = 0
make_not_readable = false
}
}
}
Loading

0 comments on commit 4e37482

Please sign in to comment.