// Follow the instructions by the mod authors on how to add their mods to this list. // One line per file. // The format is {"name":"[filename of mod]","status":[true or false],"description":"[description for the end user so they know which mod to disable or enable]","parameters":{[Don't use this if you're unsure]}}, // If you want to disable a certain mod, change their ["status":true] to ["status":false] var $mods = [ // Do not edit above this line // FPSLimit is provided as a sample of how to add a mod to this list {"name":"FPSLimit","status":false,"description":"An alternative way of limiting FPS for fast monitors, turn off FPS Sync in the ingame Settings if you want to enable this mod.","parameters":{"FPS Limit":"60"}}, // Start adding mods below this line // Do not edit below this line ];