Configs
All values are properly described in their respective config files.
There are multiple configuration files that you can adjust to suit your preferences. In most cases, you will only need to modify the config.lua file located in the root folder.
However, there are additional configuration files that should only be changed if you are familiar with their specific purposes:
data/locales/en.luaLocalization strings for the resource.data/maps/mapName.luaConfiguration settings specific to each map.configs/outfits.luaDefine your police outfits.configs/sconfig.luaDefine your webhook for police logs.configs/fines.luaDefine your fines.configs/fake_vehicle_info.luaSettings related to fake vehicle information.configs/weapons.luaConfiguration for the Department Weapon shop.modules/nui/web/build/config.jsLocalization for the UI elements.
Best Practices
Backup Before Making Changes: Always create a backup of any configuration file before making modifications. This ensures you can revert to the original settings if something goes wrong.
Understand the Configuration: Before editing a config file, make sure you understand what each setting does. Refer to the specific config file's documentation for detailed explanations.
Test After Changes: After modifying any configuration file, test the changes in a controlled environment to ensure they work as expected without causing issues.
Last updated
Was this helpful?