Airship autopilot: role-based wget installer for server
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>
This commit is contained in:
9
files/autopilot/stabilizeV2.lua
Normal file
9
files/autopilot/stabilizeV2.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
-- 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))
|
||||
Reference in New Issue
Block a user