diff --git a/arma3config.json b/arma3config.json index 1ef84b5..78bb4c1 100644 --- a/arma3config.json +++ b/arma3config.json @@ -298,6 +298,24 @@ "Placeholder":"\"127.0.0.1\",\"192.168.1.2\"", "EnumValues":{} }, + { + "DisplayName":"FPS Limit", + "Category":"Arma Server Settings", + "Description":"Sets the limit for the server FPS. Setting this too high can have an effect on server performance", + "Keywords":"frames,fps,limitfps", + "FieldName":"limitFPS", + "InputType":"number", + "MinValue":"5", + "MaxValue":"1000", + "IsFlagArgument":false, + "ParamFieldName":"limitFPS", + "IncludeInCommandLine":true, + "SkipIfEmpty":true, + "DefaultValue":"50", + "Placeholder":"50", + "Suffix":"fps", + "EnumValues":{} + }, { "DisplayName":"Enable UPnP", "Category":"Arma Server Settings", @@ -1173,4 +1191,4 @@ "creatordlc":"Creator DLC Build" } } -] \ No newline at end of file +]