Space Engineers

Space Engineers

Not enough ratings
Planetary down thrusters only script (PDTOS)
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
20.720 KB
5 Sep, 2019 @ 1:01pm
8 Sep, 2019 @ 3:09am
9 Change Notes ( view )

Subscribe to download
Planetary down thrusters only script (PDTOS)

Description
Planetary Thrusters Only Down Script (PDTOS)

Script for flight under gravity with the downwards thrusters, with the ability to fly in space with backwards thrusters

For the script to work except program block is necessary:
1.Thrusters down and / or forward
2.Ship control block
3.Gyro

Please replace the header of script for english lang
/* Сlan "Andromeda" * vk.com/andromeda_se * * Planetary Down Thrusters Only Script (PDTOS) * English header no version. * * For the script to work except program block is necessary: * 1.Thrusters * 2.Ship control block * 3.Gyro * * In Custom Data of this program block you must specify at columns: * 1. Ship control block name(You can leave blank, then you need to set the main) * 2. Group name (Can be left blank, then will use all that is) * 3. text panel name to display information(to specify the panel inside the block - "Block*Number") * 4. Yaw Rotation multipler * 5. Small distance to surface (angle Reduction) * 6. Critical distance to surface (Strong angle reduction) * 7. Yaw axis control by Q&E (Right-Left = Q-E) * 8. Gyro multiplier * 9. Speed divider control slope (slope Coefficient = Velocity / X) * 10. Overload timer name (will triggered when the ship is overloaded at a height of not more than 3km, You can leave empty) * * Arguments: * Toggle 'maximum angle' - "ToggleMaxAngle" * * Settings are loaded when the script is compiled. If you change the settings, recompile the script * Press Z to turn off the dampener */ //deep settings const float ThrustCoeff = 0.5f;//Efficiency of the accelerators down at which we can assume that the ship went into space const bool Eng = true;//English outputs
5 Comments
Pixelblob 24 Nov, 2019 @ 5:00am 
Can i adjust the tilt when moving forward?
Delebre 11 Sep, 2019 @ 10:01pm 
As a modder for SE also, I'd love to add you as a friend. Nice to have friends to bounce stuff off of.
Delebre 11 Sep, 2019 @ 9:59pm 
Now THAT is a better description! Thanks dude! Subscribing :)
Siptrixed  [author] 11 Sep, 2019 @ 11:15am 
Brenku, In General nothing, except just need 1 thruster and gyroscope. You can build a ship with thrusters directed only downward. In fact, this is a hover script without the ability to hover(without holding the altitude)
Delebre 10 Sep, 2019 @ 11:13pm 
Can you tell us more? How is this different from just putting thrusters on a ship and flying around in general?