inital commit
This commit is contained in:
commit
b17e9ae3fb
36 changed files with 771 additions and 0 deletions
27
Balance/stock_tweaks.cfg
Executable file
27
Balance/stock_tweaks.cfg
Executable file
|
@ -0,0 +1,27 @@
|
|||
// Reduce the effective torque of all reaction wheels
|
||||
@PART[*]:HAS[@MODULE[ModuleReactionWheel]]:FINAL
|
||||
{
|
||||
@MODULE[ModuleReactionWheel]
|
||||
{
|
||||
@PitchTorque *= 0.1
|
||||
@YawTorque *= 0.1
|
||||
@RollTorque *= 0.1
|
||||
}
|
||||
}
|
||||
//Allow deflating inflatable heat sheield
|
||||
@PART[InflatableHeatShield]:AFTER[Squad]
|
||||
{
|
||||
@MODULE[ModuleAnimateGeneric]
|
||||
{
|
||||
@allowAnimationWhileShielded = true
|
||||
@disableAfterPlaying = false
|
||||
}
|
||||
}
|
||||
//sometimes I want to use a probe core for the looks, but want to have SAS for my KOS scripts to use.
|
||||
@PART[*]:HAS[@MODULE[ModuleCommand]]:FINAL
|
||||
{
|
||||
%MODULE[ModuleSAS]
|
||||
{
|
||||
%SASServiceLevel = 3
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue