-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added cost multipliers for future updates; Balanced airplane parts; Added config for monoProp engine upgrade with attached Monoprop tank; Extras patch to disable upgrades.
- Loading branch information
Showing
22 changed files
with
1,143 additions
and
275 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
// This patch will disable all upgrades and provide close a "stock" experience. Place in a folder in a personal folder somewhere in the GameData folder that will not get replaced when updated by a mod. | ||
// If you want to edit other settings, find the correct nodes to edit in GameData/KiwiTechTree/KiwiConfig.cfg | ||
// BACKUP YOUR SAVE BEFORE YOU EDIT ANY OF THESE VALUES !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
|
||
@KIWI_GENERAL_SETTINGS:FIRST | ||
{ | ||
@UPGRADES | ||
{ | ||
@BATTERY = off // Options: on/off Turning off will disable the battery density upgrades in KTT | ||
@ENGINE = off // Options: on/off Turning off will disable the engine upgrades in KTT | ||
@COMMAND = off // Options: on/off Turning off will disable the command pod structural upgrades in KTT | ||
@FUELTANK = off // Options: on/off Turning off will disable the fuel tank upgrades in KTT. This includes the composite material upgrade for SRBs. | ||
@KERBALENGINEER = off // Options: on/off Turning on will add Kerbal Engineer modules to all probes. | ||
@PARACHUTE = off // Options: on/off Turning off will disable the parachute upgrades in KTT. | ||
@RCS = off // Options: on/off Turning off will disable the RCS upgrades in KTT. This is only relevant if Rational Resources is installed, otherwise it is disabled. | ||
@SAS = off // Options: on/off Turning off will disable the Probe SAS upgrades in KTT. Note that this result in the default SAS level for all probes and they may be out of order in the tech tree. I will not balance accordingly. | ||
@SOLAR = off // Options: on/off Turning off will disable the solar panel upgrade system upgrades in KTT. Only relevant if Near Future Solar is installed, otherwise it is disabled. | ||
@SPACECAPABLE = off // Options: on/off Turning off will disable the space capabile upgrade system upgrades in KTT. | ||
@STRUCTURAL = off // Options: on/off Turning off will disable the structural parts upgrade system upgrades in KTT. | ||
@SYSTEM = off // Options: on/off Turning off will disable the spaceplane system upgrades in KTT. | ||
} | ||
} |
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.