Skip to content

Commit 7e22317

Browse files
authored
Update available range for fpslimit in all server configuration files (#2848)
Update fpslimit range description
1 parent 0ac6c27 commit 7e22317

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Server/mods/deathmatch/editor.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
<filter_duplicate_log_lines>1</filter_duplicate_log_lines>
189189

190190
<!-- Specifies the frame rate limit that will be applied to connecting clients.
191-
Available range: 25 to 100. Default: 50. -->
191+
Available range: 25 to 32767. Default: 50. You can also use 0 for uncapped fps. -->
192192
<fpslimit>50</fpslimit>
193193

194194
<!-- This parameter specifies whether or not to enable player voice chat in-game

Server/mods/deathmatch/local.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
<filter_duplicate_log_lines>1</filter_duplicate_log_lines>
189189

190190
<!-- Specifies the frame rate limit that will be applied to connecting clients.
191-
Available range: 25 to 100. Default: 36. -->
191+
Available range: 25 to 32767. Default: 36. You can also use 0 for uncapped fps. -->
192192
<fpslimit>36</fpslimit>
193193

194194
<!-- This parameter specifies whether or not to enable player voice chat in-game

Server/mods/deathmatch/mtaserver.conf.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ R"=====(
190190
<filter_duplicate_log_lines>1</filter_duplicate_log_lines>
191191

192192
<!-- Specifies the frame rate limit that will be applied to connecting clients.
193-
Available range: 25 to 100. Default: 36. -->
193+
Available range: 25 to 32767. Default: 36. You can also use 0 for uncapped fps. -->
194194
<fpslimit>36</fpslimit>
195195

196196
<!-- This parameter specifies whether or not to enable player voice chat in-game

0 commit comments

Comments
 (0)