Skip to content

Set Up a Flight with the Debug Sandbox

The debug tree exists to set the stage quickly. It is excellent for tutorials, test flights, and recovering from experiments that were technically educational.

Terminal window
echo 1 > /sim/debug/vessels/Hunter/refill_fuel
echo 1 > /sim/debug/vessels/Hunter/refill_battery
echo Hunter > /sim/debug/control_vessel
echo 10 > /sim/debug/time/warp

Teleport writes a six-number CCI state vector about the vessel’s current parent body:

Terminal window
echo '6578100 0 0 0 7784 0' > /sim/debug/vessels/Hunter/teleport

debug_namespace = false removes this whole subtree. These actions remain deliberate cheats; they are not softened into ordinary flight controls.