Skip to content

Commit

Permalink
Merge pull request #20 from zer0Kerbal/0.6.0
Browse files Browse the repository at this point in the history
# Release 0.6.0 (2015-05-01) - KSP 1.0.1 corrections
- Adjusted engine heat & thrust for KSP 1.0.1 compatibility.
- Converted textures to DDS format.
- closes #12
  • Loading branch information
zer0Kerbal authored Dec 19, 2021
2 parents 8aae888 + c997ee8 commit f7750cc
Show file tree
Hide file tree
Showing 27 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion JoolianDiscovery-CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
0.6 (2015-05-01) - KSP 1.0.1 corrections
- Adjusted engine heat & thrust for KSP 1.0.1 compatability.
- Converted textures to DDS format.

0.5 (2015-04-30) - Beta Release
- Added more advanced SAS functions to the command pod
- KSP 1.0 compatibility updates
- KSP 1.0 compatability updates
- Re-assigned tech-tree locations.
- Now uses LiquidFuel instead of NuclearPropellant.

Expand Down
4 changes: 2 additions & 2 deletions JoolianDiscovery/JoolianDiscovery.version
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"DOWNLOAD": "https://kerbalstuff.com/mod/240/Joolian%20Discovery",
"VERSION": {
"MAJOR": 0,
"MINOR": 5,
"MINOR": 6,
"PATCH": 0
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
"MINOR": 0,
"PATCH": 0
"PATCH": 1
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions JoolianDiscovery/Parts/JoolianEngine/part.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ MODULE
exhaustDamage = True
ignitionThreshold = 0.1
minThrust = 0
maxThrust = 40
heatProduction = 45
maxThrust = 120
heatProduction = 450
fxOffset = 0, 0, 1.4
EngineType = Nuclear
PROPELLANT
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit f7750cc

Please sign in to comment.