From 5c05fe9420505bc19e098ac8076bda164c2ca28d Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Tue, 11 Jul 2023 12:05:36 +0300 Subject: [PATCH] Arma 3: add limitFPS setting (#417) --- arma3config.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) 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 +]