Space Engineers

Space Engineers

Nincs elegendő értékelés
Planetary down thrusters only script (PDTOS)
   
Díjazás
Kedvenc
Kedvenc
Törlés
Fájlméret:
Közzétéve:
Frissítve:
20.720 KB
2019. szept. 5., 13:01
2019. szept. 8., 3:09
9 változásjegyzék ( megnézés )

Feliratkozás a letöltéshez
Planetary down thrusters only script (PDTOS)

Leírás
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 megjegyzés
Pixelblob 2019. nov. 24., 5:00 
Can i adjust the tilt when moving forward?
Delebre 2019. szept. 11., 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 2019. szept. 11., 21:59 
Now THAT is a better description! Thanks dude! Subscribing :)
Siptrixed  [készítő] 2019. szept. 11., 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 2019. szept. 10., 23:13 
Can you tell us more? How is this different from just putting thrusters on a ship and flying around in general?