Skip to content

Commit 6c1f318

Browse files
authored
Raise default fps limit to 74 (#3023)
1 parent c557f77 commit 6c1f318

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Server/mods/deathmatch/editor.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@
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 32767. Default: 60. You can also use 0 for uncapped fps. -->
194-
<fpslimit>60</fpslimit>
193+
Available range: 25 to 32767. Default: 74. You can also use 0 for uncapped fps. -->
194+
<fpslimit>74</fpslimit>
195195

196196
<!-- This parameter specifies whether or not to enable player voice chat in-game
197197
Values: 0 - disabled , 1 - enabled -->

Server/mods/deathmatch/local.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@
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 32767. Default: 60. You can also use 0 for uncapped fps. -->
194-
<fpslimit>60</fpslimit>
193+
Available range: 25 to 32767. Default: 74. You can also use 0 for uncapped fps. -->
194+
<fpslimit>74</fpslimit>
195195

196196
<!-- This parameter specifies whether or not to enable player voice chat in-game
197197
Values: 0 - disabled , 1 - enabled -->

Server/mods/deathmatch/mtaserver.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@
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 32767. Default: 60. You can also use 0 for uncapped fps. -->
194-
<fpslimit>60</fpslimit>
193+
Available range: 25 to 32767. Default: 74. You can also use 0 for uncapped fps. -->
194+
<fpslimit>74</fpslimit>
195195

196196
<!-- This parameter specifies whether or not to enable player voice chat in-game
197197
Values: 0 - disabled , 1 - enabled -->

0 commit comments

Comments
 (0)