Edit Doom 3's doomconfig.cfg to boost performance by adjusting image cache and disabling bump mapping.
Walkthrough
- 1Locate the
doomconfig.cfgfile. - 2To improve game performance, you can edit the following settings:
- Set
image_useCacheto"1".
- Set
- 3Set
image_cacheMegsto 1/4th of your system's memory. - 4Calculate
image_cacheMinKusing the formula:image_cacheMegs/ 8 = n, then n * 1024 =image_cacheMinK. - 5To disable bump mapping and potentially gain a few frames per second (FPS), you can change the following settings:
- Change
image_filterfromGL_LINEAR_MIPMAP_LINEARtoGL_LINEAR.
- Change
- 6Change
image_anisotropyfrom"1"to"0".
Tips
- Editing these settings may boost the game's performance.
- Changing
image_anisotropyfrom"1"to"0"can gain a few FPS.
100% Human-Written. AI Fact-Checked. Community Verified. Learn how AntMag verifies content