Scratchpad: Difference between revisions

From Unreal Tournament 2004 MiA Wiki
mNo edit summary
mNo edit summary
 
Line 1: Line 1:
<syntaxhighlight lang="text" copy >
#Search for <code>[WinDrv.WindowsClient]</code> and <code>[WinDrv.WindowsClient]</code>, and set some reasonable values for these maximums if they do not already exist. e.g.
test
#:<syntaxhighlight>[SDLDrv.SDLClient]
MaxOfflineFrameRate=200
MaxMenuFrameRate=200
</syntaxhighlight>
#:and
#:<syntaxhighlight>
[WinDrv.WindowsClient]
MaxMenuFrameRate=200
MaxOfflineFrameRate=200
</syntaxhighlight>
</syntaxhighlight>

Latest revision as of 22:18, 23 February 2026

  1. Search for [WinDrv.WindowsClient] and [WinDrv.WindowsClient], and set some reasonable values for these maximums if they do not already exist. e.g.
    [SDLDrv.SDLClient]
    MaxOfflineFrameRate=200
    MaxMenuFrameRate=200
    and
    [WinDrv.WindowsClient]
    MaxMenuFrameRate=200
    MaxOfflineFrameRate=200