diff --git a/Changelog.txt b/Changelog.txt index e40c05a8..6d0dcc09 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -194,3 +194,8 @@ ChangeLog 0.3.24.1 Updated transforms in the Alouette probe, fixes the blind spots above and below + +0.3.24.2 + Thanks to @tjdeckard: + Updated part configs to reflect changes made to converters in USITools + Removed KSP_MaxVersion from version file diff --git a/GameData/SXT/README.md b/GameData/SXT/README.md index 3954ee27..75e8739d 100644 --- a/GameData/SXT/README.md +++ b/GameData/SXT/README.md @@ -1,13 +1,53 @@ # SXTContinued Lack's Stock eXTension +IMPORTANT - INSTALLATION INSTRUCTIONS + +Some of the parts (see below) use some Squad textures. Unfortunately, in 1.5, some +of the textures it uses have been moved into the zDeprecated directory, and are +not directly accessible during loading. This causes some textures to be missing. + +To address this, I've provided a pair of scripts, one to be used on Windows and +the other to be used on both Linux & OSX. These only need to be run one time + + +Windows Instructions +==================== +Open the SXT folder in Windows Explorer +Double-click on the file Windows_CopyTextures.bat (note that on most systems, +you won't see the .bat) + + +Linux & OSX Desktop Instructions +================================ +Open the SXT folder +Double-click on the file: BashCopyTextures.sh + + +Linux & OSX Terminal Instructions +================================= +Change to the GameData/SXT directory +Type the following: + bash BashCopyTextures.sh + + +Affected Parts +============== +LV-T80 "Robin" Liquid Fuel Engine +The hub and related pipes +3.75m Stage 3 Tank + + http://forum.kerbalspaceprogram.com/index.php?/topic/151129-12-sxt-continued-beta/ This is a revival of the SXT - Stock eXTension mod, originally published by @Lack -Updated for 1.2. The truck had some parts redone and works well, it includes the Bounce dll from the WorldCup mod (for the airbags), and RetractableLiftingSurface, which I wrote to support the folding wing. +Updated for 1.2. The truck had some parts redone and works well, it includes the +Bounce dll from the WorldCup mod (for the airbags), and RetractableLiftingSurface, +which I wrote to support the folding wing. -Given the size of this mod, I'm sure there will be some issues. Please let me know about them so that I can get them fixed. +Given the size of this mod, I'm sure there will be some issues. Please let me know about +them so that I can get them fixed. A great shout out to @Deimos Rast for doing a lot of the early legwork diff --git a/GameData/SXT/SXTContinued.version b/GameData/SXT/SXTContinued.version index a8cde395..b51cfce6 100644 --- a/GameData/SXT/SXTContinued.version +++ b/GameData/SXT/SXTContinued.version @@ -1,34 +1,25 @@ { - "NAME":"SXTContinued", - "URL":"http://ksp.spacetux.net/avc/SXTContinued", - "DOWNLOAD" : "https://github.com/linuxgurugamer/SXTContinued/releases", - "GITHUB" : - { - "USERNAME" : "linuxgurugamer", - "REPOSITORY" : "SXTContinued" - }, - "VERSION": - { - "MAJOR":0, - "MINOR":3, - "PATCH":23, - "BUILD":8 - }, - "KSP_VERSION": - { - "MAJOR":1, - "MINOR":5, - "PATCH":1 + "NAME": "SXTContinued", + "URL": "http://ksp.spacetux.net/avc/SXTContinued", + "DOWNLOAD": "https://github.com/linuxgurugamer/SXTContinued/releases", + "GITHUB": { + "USERNAME": "linuxgurugamer", + "REPOSITORY": "SXTContinued" }, - "KSP_VERSION_MIN": { + "VERSION": { + "MAJOR": 0, + "MINOR": 3, + "PATCH": 24, + "BUILD": 2 + }, + "KSP_VERSION": { "MAJOR": 1, "MINOR": 5, "PATCH": 1 }, - "KSP_VERSION_MAX": { + "KSP_VERSION_MIN": { "MAJOR": 1, "MINOR": 5, - "PATCH": 99 + "PATCH": 1 } - -} +} \ No newline at end of file diff --git a/SXTContinued.version b/SXTContinued.version index 7303fcd0..b51cfce6 100644 --- a/SXTContinued.version +++ b/SXTContinued.version @@ -10,7 +10,7 @@ "MAJOR": 0, "MINOR": 3, "PATCH": 24, - "BUILD": 1 + "BUILD": 2 }, "KSP_VERSION": { "MAJOR": 1, @@ -21,10 +21,5 @@ "MAJOR": 1, "MINOR": 5, "PATCH": 1 - }, - "KSP_VERSION_MAX": { - "MAJOR": 1, - "MINOR": 5, - "PATCH": 99 } } \ No newline at end of file