-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* MAJOR CHANGE - Update included version of KSPWheel to latest (0.9.4…
….15). * FIX - SRB thrust / burn time on MSRBs should now be correct, as well as using whatever ISP is specified in the config. * FIX - SRB custom thrust curves should now update symmetry counterparts appropriately. * FIX - Re-add the 'gold' nosecone texture/texture-set-configs for MFT tanks. Still using old specular shader so the textures don't quite match, but is close enough for now (until I can get all the shader stuff worked out). * FIX - MFT/MSRB/MUS/MEC -- Should no longer need to drop a part before it can be surface attached. * CHANGE - Update a few values in the SC-E wheel configs for the changes to KSPWheel * CHANGE - Add a slider to adjust the percentage of the 'support' tank in the MUS tanks. This allows for adding/removing monoprop and EC easily from the main part-action-window. * CHANGE - Add EL workshop patch by Sudragon, adds workshop to HAB parts * NEW PART - RD-180 Engine - moderate thrust kerolox lifter engine, with decent ISP. Still a bit WIP, might see a few texture and config revisions.
- Loading branch information
1 parent
6dd94d7
commit a40812c
Showing
43 changed files
with
527 additions
and
491 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
KSPWHEELCONFIG | ||
{ | ||
//how many kJ does 1 EC provide? | ||
//this may be different conventions than other mods use | ||
//stock uses 65:1 for its motors | ||
//NFE and USI declare it as 1:1, but then tiny motors will draw hundreds of ec per second | ||
powerConversion = 65 | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-1.9 MB
GameData/SSTU-TextureSets/TextureSets-TanksExtra/SC-NOSE1-GOLD-DIFF.png
Binary file not shown.
Binary file removed
BIN
-1.91 MB
GameData/SSTU-TextureSets/TextureSets-TanksExtra/SC-NOSE1-GOLD-NRM.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
@PART[SSTU-ST-HAB-A1|SSTU-ST-HAB-A2]:FOR[SSTU]:NEEDS[ExtraplanetaryLaunchpads] | ||
{ | ||
MODULE | ||
{ | ||
name = ExWorkshop | ||
ProductivityFactor = 1 | ||
} | ||
} | ||
@PART[SSTU-ST-HAB-B1|SSTU-ST-HAB-B2|SSTU-ST-HAB-B3|SSTU-ST-HAB-B4]:FOR[SSTU]:NEEDS[ExtraplanetaryLaunchpads] | ||
{ | ||
MODULE | ||
{ | ||
name = ExWorkshop | ||
ProductivityFactor = 1.5 | ||
} | ||
} | ||
@PART[SSTU-ST-HAB-C1|SSTU-ST-HAB-C2|SSTU-ST-HAB-C3|SSTU-ST-HAB-C4]:FOR[SSTU]:NEEDS[ExtraplanetaryLaunchpads] | ||
{ | ||
MODULE | ||
{ | ||
name = ExWorkshop | ||
ProductivityFactor = 2 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.