FAQ
Auto detect failed / amber badge
The module could not find a started resource.
- Confirm the resource is
ensured andstarted - Open
/lbridge→ Modules - Pick the correct resource → Apply changes
Settings panel will not open
- You need ACE
lumix.bridge.adminor a group inAdminGroups - Default commands are
/lumixbridgeand/lbridge(config/server.lua)
Wrong language or color in other Lumix scripts
Set Theme in the bridge panel. Those scripts read appearance from the bridge.
Media upload fails
Set the convar:
ini
set lumix_bridge:fivemanage_key "YOUR_TOKEN"Provider must be fivemanage (not none).
My script errors on Notify / Framework
Add to your resource:
lua
dependency 'lumix_bridge'
shared_script '@lumix_bridge/init.lua'And start lumix_bridge before that resource.
Can I add a resource that is not listed?
Yes — see Adding modules.