Skip to content

Instantly share code, notes, and snippets.

@DartPower
Created January 28, 2020 21:44
Show Gist options
  • Save DartPower/69e2f7987d38e052d2a0c16c1bd9063b to your computer and use it in GitHub Desktop.
Save DartPower/69e2f7987d38e052d2a0c16c1bd9063b to your computer and use it in GitHub Desktop.
Doom 3 Ultra Settings
// Old Default Ultra Settings
seta r_useLightScissor "0"
seta r_skipNewAmbient "0"
seta r_forceLoadImages "0"
seta r_ignoredownsize "1"
seta r_sb_ScreenSpaceShadow "0"
//seta com_videoRam "512" // Disabled by technological issues...
seta image_useCache "0" // 1 and two near lines for Potato-PC
//seta image_cacheMegs "256"
//seta image_cacheMinK "32768"
seta g_showPlayerShadow "0"
seta g_decals "1"
seta g_showHud "1"
seta g_showProjectilePct "1"
// Default Ultra Settings
seta r_renderer "best"
seta image_ignoreHighQuality "0"
seta image_downSizeBump "0"
seta image_downSizeSpecular "0"
seta image_usePrecompressedTextures "0"
seta image_useNormalCompression "0"
seta image_useCompression "0"
seta image_roundDown "0"
seta image_downSize "0"
seta image_lodbias "-2"
seta image_anisotropy "16"
seta image_filter "GL_LINEAR_MIPMAP_LINEAR"
seta com_purgeAll "1"
seta com_machineSpec "3"
seta com_allowConsole "1"
seta g_showBrass "1"
seta g_doubleVision "1"
seta g_bloodEffects "1"
seta g_projectileLights "1"
seta g_muzzleFlash "1"
// New Settings
seta sys_lang "russian"
seta r_mode "-1"
seta r_customWidth "1920"
seta r_customHeight "1080"
seta r_aspectRatio "1"
seta r_gamma 1
seta g_fov "90"
seta com_fixedtic -1
//Optional: Disable head bob
//seta pm_runbob "0"
//seta pm_runpitch "0"
//seta pm_runroll "0"
//seta pm_walkbob "0"
//seta pm_bobpitch "0"
//seta pm_bobroll "0"
//seta pm_bobup "0"
//seta pm_crouchbob "0"
seta gui_mediumFontLimit "0"
seta gui_smallFontLimit "0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment