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>
6 lines
249 B
Lua
6 lines
249 B
Lua
-- stabilizev2.lua -- lowercase alias for stabilizeV2 (CC is case-sensitive on Linux).
|
|
-- Forwards all args to the real launcher so either case works.
|
|
local args = { ... }
|
|
local unpack = table.unpack or unpack
|
|
shell.run("stabilizeV2", unpack(args))
|