Drag and drop your custom JSON file into the appropriate directory. If the mod requires multiple files (like a Trader mod), ensure you maintain the correct folder structure provided by the mod author. 4. Set File Permissions
Are you installing or editing loot/gameplay settings ?
Drag and drop your new or edited .json file into the appropriate server directory.
enableCfgGameplayFile = 1;
Drag and drop your new .json file into the designated mod folder via FTP.
Configuration of contaminated areas is done through a file within the mission folder, allowing any server owner to contaminate any part of the world. This JSON file defines static zones that load on mission start and can be added or removed between restarts without requiring a wipe. If you want to disable effect areas entirely, simply place an empty JSON with opening and closing brackets {} in your mission folder.
Many mods require you to point the server to their custom JSON files using cfgeconomycore.xml . This XML file lives in your mission folder and defines custom economy files to append or override.
I can provide the exact pathing and template scripts for your specific setup. Share public link
: Allow server owners to set custom loadouts for new players, overriding default vanilla starting gear. Installation Process Review