Skip to content

A small suit software update that prevents death due to malfunction of the suit.

License

Notifications You must be signed in to change notification settings

natepizzle/SmarterSuit

 
 

Repository files navigation

Smarter Suit

SmarterSuit

Info

A small suit software update that prevents death due to malfunction of the suit.

The new suit update will now check some parameters when leaving a cockpit or after a respawn to eliminate potential sources of danger. In addition, the speed is adjusted relative to the ship.

In update 1.188 we received a suit update from Keen, thank you by the way. It introduces the relative inertia dampeners. This works great and because of that this mod will no longer change the dampener state when exiting a cockpit. It also seems to fix most issues with oxygen readouts. Now 'AlwaysAutoHelmet' option is enabled by default.

helmet (will check every 30 ticks.)

  • opened when enviroment with oxygen detected.
  • closed when enviroment without oxygen detected.

jetpack

  • enabled when no gravity detected or gravity detected and no ground in range.
  • disabled when gravity detected and ground is in range.

dampeners (only after respawn in the medical room)

  • enabled when ship is not moving or when no ground in range and in planetary gravity well.
  • disabled when ship is moving.

Options

  • AlwaysAutoHelmet/AAH (boolean) - Will check everytime if helmet is needed. I don't recomend this setting for multiplayer with airthigness enabled, because of an bug with cockpits.
  • DelayAfterManualHelmet/DAMH (integer) - This will delay the auto helmet check for x ticks after the player toggled his helmet manualy.
  • AdditionalFuelWarning/AFW (boolean) - Will play a additional fuel warning at given threshold.
  • FuelThreshold/FT (float) - The fuel threshold used for additional fuel warnings. Default: 0.25 Range is 0-1.
  • DisableAutoDampener/DAD (byte) - Option to disable automatic dampener changes. Default: 0 (Disabled) 0 = Disabled | 1 = only mod changes disabled | 2 All dampener changes disabled.
  • HaltedSpeedTolerance/HST (float) - Option to adjust the speed tolerance that declares a ship specifies as not moving. Default: 0.01.

Commands

Usage: /ss [command] [arguments]

Available commands:

  • Enable [option] - Enables an option
  • Disable [option] - Disables an option.
  • Set [option] [value] - Set an option to value.
  • List - Lists all options.
  • Help - Shows a help window with all commands.

Mod Support

Remove all automatic jetpack activation This mod will then not change the jetpack status.

Credits

Icons used in this mod:

About

A small suit software update that prevents death due to malfunction of the suit.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 95.9%
  • Batchfile 4.1%