Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Basically yes, but this config file is of course optimized for this game, here the focus was on turning on everything that is possible, although most of the best parameters are locked, so that the game looks as nice as possible and to eliminate the stuttering, especially in this subversion (early version) of the id tech5 engine.
seta com_videoRam "12288"
r_mode "-1"
r_customWidth "3840"
r_customHeight "2160"
Works silky-smooth with almost no pop-in in full 4K.
e.g. CommandLine:
+com_allowConsole 1 +com_allowMods 0 +com_skipIntroVideo 1 +g_showPlayerShadow 1 +logFile 0 +set m_rawinput 1 +set m_raw 1 +g_fov 103 +exec rageConfig.cfg
---> in rageConfig.cfg:
seta com_fixedtic "1"
// 0=60 fps cut, 1= 60 FPS cut out + fix micro stutter with vsync=on
seta r_displayRefresh "144"
seta r_swapInterval "1"
// 1 = vsync on, -1 = 60 FPS Limit (maybe r_displayRefresh Limit)
e.g. CommandLine:
+com_allowConsole 0 +com_allowMods 0 +com_skipIntroVideo 1 +g_showPlayerShadow 1 +logFile 0 +set m_rawinput 1 +set m_raw 1 +g_fov 103 +exec rageConfig.cfg
or only CommansLine if r_swapinterval will work?
e.g. CommandLine:
+com_allowConsole 0 +com_allowMods 0 +com_skipIntroVideo 1 +g_showPlayerShadow 1 +logFile 0 +set m_rawinput 1 +set m_raw 1 +r_swapInterval 1 +g_fov 103 +exec rageConfig.cfg
You can also test:
+set r_swapInterval 1
+seta r_swapInterval 1