Skip to content

Commit

Permalink
Added LiquidFuel as mineable resource in Tekto's oceans and v2.2.9 re…
Browse files Browse the repository at this point in the history
…lease.
  • Loading branch information
Poodmund committed Feb 12, 2021
1 parent 97b48d3 commit b183f9e
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

### Outer Planets Mod v2.2.9

- Added LiquidFuel as a mineable resource in Tekto's oceans.
- Fixed contracts from spawning requiring players to drill Ore from gas giants.
- Increased Neidon and Plock's (plus moons) Science Recovery Values slightly to increase their contract duration times. Hopefully this increase in potential science gain around Neidon and Plock will not unbalance the tech tree progression rate.

Expand Down
6 changes: 3 additions & 3 deletions GameData/OPM/OuterPlanetsMod.version
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"VERSION":{
"MAJOR":2,
"MINOR":2,
"PATCH":8,
"PATCH":9,
"BUILD":0
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":9,
"MINOR":11,
"PATCH":1
},
"KSP_VERSION_MIN":{
Expand All @@ -21,7 +21,7 @@
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":9,
"MINOR":11,
"PATCH":99
}
}
26 changes: 26 additions & 0 deletions GameData/OPM/Resources/LiquidFuel.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
//
// Outer Planets Mod
// Resource: LiquidFuel
//
//Resource types:
// 0 = Crustal (Stuff you dig up)
// 1 = Oceanic (Stuff in the oceans)
// 2 = Atmospheric (Stuff in the air, varies with pressure)
// 3 = Interplanetary (Stuff you find between planets)
//

PLANETARY_RESOURCE
{
ResourceName = LiquidFuel
ResourceType = 1
PlanetName = Tekto

Distribution
{
PresenceChance = 100
MinAbundance = 10
MaxAbundance = 90
Variance = 0
Dispersal = 3
}
}
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Extract the GameData folder found in the downloadable .zip directly into your Ke

The following KSP mods must be installed prior to using Outer Planets Mod (ensure you install the correct version of the dependencies for your version of KSP):

* Kopernicus - https://github.com/Kopernicus/Kopernicus/releases or Kopernicus Continued - https://github.com/prestja/kopernicus/releases (depending on KSP game version)
* Kopernicus - https://github.com/Kopernicus/Kopernicus/releases (depending on KSP game version)
* Module Manager - https://forum.kerbalspaceprogram.com/index.php?/topic/50533-1
* Community Terrain Texture Pack - bundled within OPM

Expand All @@ -50,6 +50,7 @@ The following KSP mods must be installed prior to using Outer Planets Mod (ensur

v2.2.9

* Added LiquidFuel as a mineable resource in Tekto's oceans.
* Fixed contracts from spawning requiring players to drill Ore from gas giants.
* Increased Neidon and Plock's (plus moons) Science Recovery Values slightly to increase their contract duration times. Hopefully this increase in potential science gain around Neidon and Plock will not unbalance the tech tree progression rate.

Expand Down

0 comments on commit b183f9e

Please sign in to comment.