questionFAQ and Troubleshooting

Common questions, common mistakes, and quick fixes

Where Do I Change Task Settings?

The original builder docs point to task config files in:

core/builder/modules

The main script config is:

0r-builderjob/config/main.lua

How Do I Change Localization?

The active locale is set in Config.locale.

You can then edit the matching locale file in the locales/ folder.

Where Do I Integrate My Own Inventory or Target Script?

  • Inventory: modules/inventory/server.lua

  • Target: modules/target/client.lua

  • Notify, progressbar, skillbar, and helper functions: modules/utils/client.lua

  • Server-side helpers: modules/utils/server.lua

The Script Does Not Start Correctly

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?

You do not have a license to access this script!

This is usually related to 0r_lib.

Check these points:

  • 0r_lib is installed

  • 0r_lib is up to date

  • Your keymaster license is attached to the correct resource

  • You are using the latest package version

Do I Need To Run SQL Manually?

No. The SQL from read-me/database.sql is handled automatically.

Still Not Fixed?

Check these last:

  • Resource names are correct

  • Dependencies are installed and updated

  • Your framework, inventory, and target integrations match your server setup

Last updated