Skip to content

Commit

Permalink
Fixed Meadowlark for 1.5.1
Browse files Browse the repository at this point in the history
	Disabled the science experiment and container in Meadowlark
	Thanks to @JadeOfMaar:
		Updated the model for the Alouette probe
	Added scripts to copy missing texture files
	Updated parts which referenced missing texture files to use new location
	Thanks to @taniwha for the following:
		Fixed hatch and ladder colliders for the Buzzerd
  • Loading branch information
linuxgurugamer committed Nov 16, 2018
1 parent bd0e260 commit d31b0f4
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 62 deletions.
1 change: 1 addition & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,4 @@ ChangeLog
Thanks to @JadeOfMaar: Updated the model for the Alouette probe
Added scripts to copy missing texture files
Updated parts which referenced missing texture files to use new location
Fixed hatch and ladder colliders for the Buzzerd, thanks @Taniwha
31 changes: 0 additions & 31 deletions GameData/SXT/BashCopyTextures.sh.bak

This file was deleted.

29 changes: 0 additions & 29 deletions GameData/SXT/Windows_CopyTextures.bat.bak

This file was deleted.

44 changes: 42 additions & 2 deletions 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

0 comments on commit d31b0f4

Please sign in to comment.