Space Engineers

Space Engineers

Otillräckligt med betyg
Planetary down thrusters only script (PDTOS)
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Filstorlek
Lades upp
Uppdaterades
20.720 KB
5 sep, 2019 @ 13:01
8 sep, 2019 @ 3:09
9 ändringsnotiser ( visa )

Abonnera för att ladda ner
Planetary down thrusters only script (PDTOS)

Beskrivning
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 kommentarer
Pixelblob 24 nov, 2019 @ 5:00 
Can i adjust the tilt when moving forward?
Delebre 11 sep, 2019 @ 22:01 
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 @ 21:59 
Now THAT is a better description! Thanks dude! Subscribing :)
Siptrixed  [skapare] 11 sep, 2019 @ 11:15 
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 @ 23:13 
Can you tell us more? How is this different from just putting thrusters on a ship and flying around in general?