Skip to content

Commit c6d1ab0

Browse files
committed
Readme update, version update
1 parent 1c5d014 commit c6d1ab0

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

RealSolarSystem/Readme_RSS.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ Supreme thanks to regex for code, and dimonnomid and SpacedInvader for incredibl
99
License: CC-BY-NC-SA
1010
Includes code by Majiir (CompatibilityChecker, licensed as per source) and stupid_chris (ConfigNodeExtensions, licensed CC-BY-NC-SA). Used with permission.
1111
Includes artwork by dimonnomid and SpacedInvader.
12+
Includes biomes by Felger
1213
Some planetary imagery is derived from work by Steve Albers and NASA / Jet Propulsion Laboratory, and some from the Celestia Motherlode (itself in the main sourced from JPL). Used by permission of the licenses for non-commercial release.
1314

1415
Also included:
1516
Module Manager (by sarbian, swamp_ig, and ialdabaoth). See thread for details, license, and source: http://forum.kerbalspaceprogram.com/threads/55219
1617
Custom Biomes by Trueborn. See thread for details, license, and source: http://forum.kerbalspaceprogram.com/threads/66256
17-
Custom Asteriods by Starstrider42. See thread for details, license, and source: http://forum.kerbalspaceprogram.com/threads/80483
18+
DDSLoader by Sarbian. See thread for details, license, and source: http://forum.kerbalspaceprogram.com/threads/96729
19+
A configuration for Custom Asteriods by Starstrider42. See thread for details, license, and source: http://forum.kerbalspaceprogram.com/threads/80483
1820

1921

2022
INSTALLATION:
@@ -46,6 +48,15 @@ Pluto is represented by Vall
4648

4749
===========================
4850
Changelog
51+
v8.3
52+
*Added many new biomes from Felger (Luna, Mars/Deimos/Phobos, Venus, Jupiter and its moons, Saturn, Uranus
53+
*Includes DDSLoader from Sarbian, and full DDS support.
54+
*Allows specifying textures via GameDatabase rather than via direct loading (remove GameData/ prefix and remove extension, and make sure the image you are referencing is not under a PluginData folder)
55+
*Update loading to include AppRoot when loading locally (thanks TriggerAu)
56+
*Log on not finding LaunchSites.
57+
*Add support for VertexPlanet and for useHeightMap in LandClass (thanks Starwaster)
58+
*Support more light-shifting (can now modify Sun.AU and Sun.brightnessCurve)
59+
4960
v8.2.1
5061
*Fix typo in camera clipping that made the ground flicker (at least it wasn't another loader bug).
5162
*Correct version this time in assembly info.

RealSolarSystem/RealSolarSystem.version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"URL": "https://raw.githubusercontent.com/NathanKell/RealSolarSystem/master/RealSolarSystem/RealSolarSystem.version",
44
"VERSION": {
55
"MAJOR": 8,
6-
"MINOR": 2,
7-
"PATCH": 1
6+
"MINOR": 3,
7+
"PATCH": 0
88
},
99
"KSP_VERSION": {
1010
"MAJOR": 0,

0 commit comments

Comments
 (0)