Mirrors the live CC autopilot (computer 0) and cockpit (computer 4) from the Modda wii world. install.lua fetches each role's manifest over HTTP so the system installs on any server regardless of computer id. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
10 lines
366 B
Lua
10 lines
366 B
Lua
-- stabilizeV2.lua -- launcher for v3 observer-autopiloten i autopilot/.
|
|
-- Videresender argumenter:
|
|
-- stabilizeV2 -> meny
|
|
-- stabilizeV2 monitor -> Lag 1
|
|
-- stabilizeV2 signtest -> §13.2
|
|
-- stabilizeV2 manual 4 3 -> Lag 2 (fore=4, aft=3)
|
|
local args = { ... }
|
|
local unpack = table.unpack or unpack
|
|
shell.run("autopilot/main", unpack(args))
|