arma-server-manager
arma-server-manager copied to clipboard
Reforger json config values
When adding a mod to the config, this will overwrite the config json file with the mod data and the default data that is configured.
I would like to be able to either set more values, or when adding mods , it should only update the Mods Array in the json.
Right now I have to set the mods, then customize the json, and any change I make in the gui overwrites those changes.
Here are the properties we would need to be able to set.
{ "game": { "admins": ["steamid", "steamid"], "maxPlayers": int , "visible": bool, "crossPlatform": bool, "supportedPlatforms": ["PLATFORM_PC", "PLATFORM_XBC"], }, "gameProperties": { "serverMaxViewDistance": int, "serverMinGrassDistance": int, "networkViewDistance": int, "disableThirdPerson": bool, "fastValidation": true, "battlEye": bool, "VONDisableUI": bool, "VONDisableDirectSpeechUI": bool }, "operating": { "lobbyPlayerSynchronise": bool, "playerSaveTime": int, "aiLimit'": int
}
}