arma-server-manager icon indicating copy to clipboard operation
arma-server-manager copied to clipboard

Reforger json config values

Open melsy6666 opened this issue 5 months ago • 0 comments

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

}

}

melsy6666 avatar Oct 03 '24 18:10 melsy6666