FAQ and Troubleshooting
Common questions, common mistakes, and quick fixes
Last updated
Common questions, common mistakes, and quick fixes
Some special cases, advanced edits, and known questions are already answered on the Configuration page. If your question is about disabling routes, cooldowns, route rewards, step order, or builder task modules, check Configuration first.
Use:
config/main.lua
config/builder.lua
Use config/main.lua for menu, UI, XP, clothing, and global behavior.
Use config/builder.lua for routes, vehicles, rewards, cooldowns, and step order.
No. The profile table is created automatically by the resource.
Check these first:
Does 0r_lib start correctly?
Does builderjob-assets start correctly?
Does builderjob-vehicles start correctly?
Does 0r-builderjob start correctly?
Is your server.cfg start order correct?
Check these points:
You edited the correct file
You restarted the resource
You changed the correct route block
The real problem is in a task module, not in the route config
Last updated