Integration Guide
Next Gen Screen
Setup instructions and error codes for the Next Gen Screen integration on your Huxley or GenX chassis.
Setup Instructions
- Choose between either Huxley or GenX (case sensitive)
- Insert this script in the DriveSeat in your Huxley/GenX Bus.
- Insert the screen without the model in Body of your Huxley/GenX Bus.
- Make sure HTTP Service is on.
Module Configuration
local NextGenScreenModule = {}
NextGenScreenModule.ChassisType = "Huxley" -- Huxley, or GenX, other chassis types will be supported soon.
NextGenScreenModule.KeyEnabled = true -- this tells us if you use a key to startup or not
-- this is the only setting for now, dont blame me i got lazy 😭KeyEnabled tells the screen if you use a key to startup.
Error Codes
nxt_0x2failed to check (caused by group owner lookup failure or ownership api request error)
nxt_0x3does not own asset (failed ownership verification check)
nxt_0x4failed to check (caused by unknown creator type)
Docs generated with AI, information may not be accurate.
