How to fix Arma Reforger Mods not working
Locate mod's .json file , found at profiles/addons/modNameFolder/ServerData.json
Change "modNameFolder" for the name of the mod that isnt working.
.json file before edit:
{"modId": "60AAC732172258BF","name": "g36","version": "0.9.77"}
To fix mod not working, remove the version completely, it should look like this:
{"modId": "60AAC732172258BF","name": "g36"
}
