Arma 3: add limitFPS setting (#417)

This commit is contained in:
Greelan 2023-07-11 12:05:36 +03:00 committed by GitHub
parent 2724f0db7f
commit 5c05fe9420
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",