Space Engineers

Space Engineers

SE Mothership
Survival Ready  [developer] 21 Dec, 2021 @ 3:27pm
Discharge Cargo Module
To demonstrate the scenario, while in the pilot's seat of the ship's working area, press key #7 on digital panel #2 or button #3 with the inscription "Drop Cargo" on the right four-button panel.

The discharge must be carried out in space or in a high orbit of a planet with a gravity level of no more than 0.1g while in a static position.

After dropping activating, the front cover of the hold will be opened, the dampers and connectors of the cargo module inside the hold will be disabled. After 5 sec. the ship will begin to move backward at a low speed, especially from the cargo module.

The beacon on the cargo module will be switched on in ripplemode so that the load can be easily detected. The hold lid will close automatically and the brake thrusters will be activated.
@drop_cargo { * if module connected inside the hold if Status of Connector Hold 1 ? "SE Cargo" { * open fron cover if Angle of Hinge Hold < 90 { @cover_hold } * turn on cargo beacon and disconnect module Start Cargo Timer Unlock Connector Hold OnOff_Off Connector Hold * fly back in space or low natural gravity if Natural Gravity of MyShip = 0 { Delay 5000 Damp of Remote Control = False OnOff_On ([MS] Hydrogen Thruster) OnOff_Off ([MS] Hydrogen Force) OnOff_On ([MS] Ion Thruster) Damp of Remote Control = False Over of Gyroscope = True Over of Ion Thruster BS on MyGrid = 100% Delay 20000 Over of Ion Thruster BS on MyGrid = 0 Over of Gyroscope = False Damp of Remote Control = True OnOff_On Connector Hold @cover_hold } } }