Skip to content

Commit

Permalink
Thanks to @tjdeckard:
Browse files Browse the repository at this point in the history
	Updated part configs to reflect changes made to converters in USITools
Removed KSP_MaxVersion from version file
  • Loading branch information
linuxgurugamer committed Dec 8, 2018
1 parent 48e1303 commit 8568a14
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 33 deletions.
5 changes: 5 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
44 changes: 42 additions & 2 deletions GameData/SXT/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
41 changes: 16 additions & 25 deletions GameData/SXT/SXTContinued.version
Original file line number Diff line number Diff line change
@@ -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
}

}
}
7 changes: 1 addition & 6 deletions SXTContinued.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"MAJOR": 0,
"MINOR": 3,
"PATCH": 24,
"BUILD": 1
"BUILD": 2
},
"KSP_VERSION": {
"MAJOR": 1,
Expand All @@ -21,10 +21,5 @@
"MAJOR": 1,
"MINOR": 5,
"PATCH": 1
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 5,
"PATCH": 99
}
}

0 comments on commit 8568a14

Please sign in to comment.