Your cart is empty.
Browse ShopArticles
server.cfg.
server.cfg.config.json file. You will see this structure:
{
'licensekey': 'LICENSE_KEY_HERE',
'skipResources': [ 'PATH/TO/RESOURCE', 'PATH/TO/RESOURCE2' ],
'checkSirenIDs': true,
'checkLightIDs': true,
'checkModkitIDs': true
}
LICENSE_KEY_HERE with the license key from your license page.skipResources lets you tell Carcols Fixer to ignore specific resources. Paths must be absolute (e.g. /home/fxserver/server-data/resources/NORTHERNMODS), wrapped in double quotes, and separated by commas.
checkSirenIDs to false to skip checking sirenSettings IDs.checkLightIDs to false to skip checking lightSettings IDs.checkModkitIDs to false to skip checking modKit IDs.To make sure the resource works correctly, do not modify any file other than config.json.
Next: Starting the resource →