Skip to content

1wsx10/VectorThrust2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Vector Thrust

put your thrusters on rotors!

MAIN SETUP

  1. paste the contents of VectorThrust.cs into the programmable block (click edit, not custom data, replace what is in there normally), then click 'check code' and 'save & exit'
  2. run the programmable block it should be already running THIS ONLY HAPPENS IF THE PROGRAMMABLE BLOCK IS NEW. OTHERWISE IT WILL GO STRAIGHT INTO STANDBY
  3. setup your buttons.. either use 'Control Module' by DIGI or make your cockpit buttons with various actions. you will have to use the vanilla method for the standby action.
  4. get in and hit the jetpack button!

VANILLA BUTTONS SETUP

  1. get in your cockpit, press G
  2. drag the programmable block to the bar and select "RUN"
  3. copy&paste the code for your controls. you will need:
  • %dampeners

  • %jetpack

  • %standby

    standby completely stops the script, till you press the button again (and also safely turns off thrusters & rotors) please use it in multiplayer

  • %raiseAccel

  • %lowerAccel

  • %resetAccel

the last 3 control your "Target Accel" value and are optional

CONTROL MODULE SETUP

just install the mod and you're good to go!

BUTTONS

  • suit jetpack key: engines on/off
  • inertia dampeners key: inertia dampenerse on/off
  • +: increase target acceleration
  • -: decrease target acceleration
  • 0: reset target acceleration

there is currently no binding for standby, so you will have to set that up with the vanilla method

INFO PANEL SETUP

while this is optional, i highly recommend it

  1. place a text panel
  2. put %VectorLCD in the name

BUGS

unfortunately there seems to be a physics bug in space engineers at the moment which causes thrusters on rotors to spaz out in some situations. i have reproduced it on a ship without the script whatsoever, so its not my script doing it

workaround

so far, i have narrowed it down to the thrusters being in-line with the centre of mass... that's pretty ironic because this update is supposed to remove that requirement.

just try to keep the rotors in-line with the centre of mass and it should be fine

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages