Arma 3: add limitFPS setting (#417)
This commit is contained in:
parent
2724f0db7f
commit
5c05fe9420
@ -298,6 +298,24 @@
|
|||||||
"Placeholder":"\"127.0.0.1\",\"192.168.1.2\"",
|
"Placeholder":"\"127.0.0.1\",\"192.168.1.2\"",
|
||||||
"EnumValues":{}
|
"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",
|
"DisplayName":"Enable UPnP",
|
||||||
"Category":"Arma Server Settings",
|
"Category":"Arma Server Settings",
|
||||||
@ -1173,4 +1191,4 @@
|
|||||||
"creatordlc":"Creator DLC Build"
|
"creatordlc":"Creator DLC Build"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user