how to use parachbute in basement to the skyrim
For Basement To The Sky , the parachute seems to work by installing the parachute module, then adding a launch/deploy condition in the rocket’s coding tab rather than relying on a separate on-screen button. Players report setting it to something like “when rocket launched, if key W is pressed, deploy parachute,” and some also use a rotation trigger so it auto-deploys when the rocket tilts too far.
How to use it
- Get the parachute module and install it on the rocket.
- Open the coding tab next to the module setup area.
- Add a deploy rule, such as:
- if you press W , deploy parachute, or
- if rocket rotation passes a threshold, deploy parachute.
- Make sure the parachute is linked correctly and re-check the rocket setup after tinkering with modules.
Common issue
If the parachute “does nothing,” the usual cause is that it’s installed but not actually wired into the rocket’s coding logic, so it never gets a trigger signal.
Practical tip
One player noted that a manual key trigger can be more reliable than rotation- based auto-deploy if you want full control during flight.
A tutorial video also includes a parachute deployment segment, which may help if the coding screen is confusing.
TL;DR: install the parachute module, open the coding tab, and assign a trigger like a key press or rotation threshold to deploy it.