🖥️Complete configuration of an Arma Reforger server
Step-by-step guide to configure an Arma Reforger server (admin, AI, crossplay, visibility, console mods).
Objective
Step-by-step guide
1
{
"name": "[FR] Arma Reforger Server",
"adminPassword": "mypassword",
"operating": {
"disableAI": false
},
"crossPlatform": true,
"supportedPlatforms": ["PC", "XBL", "PSN"],
"visible": true
}2
"adminPassword": "yourpwd"#login yourpwd3
"operating": {
"disableAI": true
}/profile/settings/ai.json{
"aimingAccuracy": 0.2,
"aimingShake": 0.6,
"aimingSpeed": 0.4,
"spotDistance": 0.5,
"spotTime": 0.3,
"commanding": 0.3,
"courage": 0.4,
"reloadSpeed": 0.6,
"general": 0.4
}4
5
"crossPlatform": true,
"supportedPlatforms": ["PC", "XBL", "PSN"],
"visible": trueCommon issues
FAQ
Do I need to restart after modification?
Last updated