Results 1 to 10 of 11

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Spamming the boards! Scarhand's Avatar
    Join Date
    Feb 2011
    Replies
    98
    Country
    United States
    Clan
    -=PDP=-

    Low/High Graphics CFGs

    Make sure you first back up your settings with "/writeconfig mycfg.cfg" in your console. Paste this into a cfg and exec it, for very low graphics. This can improve FPS, if you can stand the graphics. You can also try pieces of this cfg, if you don't like some of the other settings, just back up your settings first. They are written in Notepad, size 14 font, Times New Roman.

    Code:
    // _________________________
    // _______________________
    // [ Low Graphic Settings ]
    // ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
    // ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
    
    // May increase performance, but has very poor graphic quality.
    // Cfg based on my graphic cfg.
    // Designed mostly for NoQuarter.
    // Cfg created entirely by -=PDP=-Scarhand, do not steal.
    // Written in notepad with size 14 font, Times New Roman.
    
    exec "preset_fast_ui.cfg"
    // You can use fastest if you want instead of fast.
    
    //////////////////////////////
    ////// Rendering //////
    ////////////////////////////
    
    // r_colorbits "16"
    r_compressModels "1"
    r_detailTextures "0"
    r_dlightBacks "0"
    r_drawSun "0"
    r_dynamiclight "0"
    r_dynamictextures "0"
    r_ext_compressed_textures "1"
    r_ext_texture_filter_anisotropic "0"
    r_ext_multitexture "1"
    r_facePlaneCull "1"
    r_fastsky "1"
    r_flares "0"
    r_highQualityVideo "0"
    r_ignoreFastPath "0"
    r_inGameVideo "0"
    r_lodCurveError "1"
    // Above: Turn this higher up to remove the effects of messed up roads and train tracks. Default 200?
    r_lodbias "2"
    r_picmip "3"
    r_rmse "25"
    // above: Higher is worse quality. Too high and you can't see text or HUD, and it makes your crosshair blurry.
    r_roundImagesDown "1"
    r_simpleMipMaps "0"
    // Above: turn this on if the extreme texture quality is bothering you.
    r_subdivisions "999"
    // r_texturebits "16"
    r_textureMode "GL_LINEAR_MIPMAP_NEAREST"
    // above: GL_NEAREST is even worse quality. Havent tried it.
    
    /////////////////////////////////
    ////// Client Game //////
    ////////////////////////////////
    
    cg_atmosphericEffects "0"
    cg_coronas "0"
    cg_cursorhints "4"
    cg_bloodDamageBlend "0"
    cg_bloodFlash "0"
    cg_bloodTime "0"
    cg_brassTime "0"
    cg_drawAuraIcons "0"
    cg_drawCompass "0"
    cg_drawMuzzleFlash "0"
    cg_drawTracers "0"
    cg_fastSolids "1"
    cg_gibs "0"
    cg_impactParticles "0"
    cg_marks "0"
    cg_marktime "0"
    cg_muzzleFlash "0"
    cg_optimizePrediction "1"
    cg_shadows "0"
    cg_showBlood "0"
    cg_simpleItems "1"
    cg_smokeParticles "0"
    cg_tracers "0"
    cg_trailParticles "0"
    cg_wolfParticles "0"
    
    //////////////////////////
    ////// Sounds //////
    /////////////////////////
    
    s_doppler "0"
    s_khz "22"
    s_mixahead "0.14"
    
    // -
    
    echo "^1~^!S^3carhand^9's ^1Low Graphic ^9settings loaded!"
    Screenshots:




    Here is also a high graphics cfg, if you want ET to look good. Beware, it will eat up your FPS.

    Code:
    // _________________________
    // _______________________
    // [ High Graphic Settings ]
    // ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
    // ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
    
    // May cause large drop in FPS if you don't have a very good computer.
    // Cfg based on my graphic cfg.
    // Some settings left out because you will probably want them off, muzzleflash, blood, and atmospheric effects for example.
    // Designed mostly for NoQuarter.
    // Cfg created entirely by -=PDP=-Scarhand, do not steal.
    // Written in notepad with size 14 font, Times New Roman.
    
    exec "preset_high_ui.cfg"
    // The preset turns on brass
    
    //////////////////////////////
    ////// Rendering //////
    ////////////////////////////
    
    r_colorbits "32"
    r_compressModels "1"
    r_detailTextures "1"
    // Above: note, cvar can cause some textures to become very bright.
    r_dlightBacks "1"
    r_drawSun "1"
    r_dynamiclight "2"
    r_dynamictextures "1"
    r_ext_compressed_textures "1"
    r_ext_texture_filter_anisotropic "1"
    r_ext_multitexture "1"
    r_facePlaneCull "1"
    r_fastsky "0"
    r_flares "1"
    r_highQualityVideo "1"
    r_ignoreFastPath "0"
    r_inGameVideo "1"
    r_lodCurveError "9999"
    r_lodbias "0"
    r_picmip "0"
    r_rmse "0"
    r_roundImagesDown "0"
    r_simpleMipMaps "1"
    r_subdivisions "4"
    r_textureAnisotropy "4"
    r_texturebits "32"
    r_textureMode "GL_LINEAR_MIPMAP_LINEAR"
    
    /////////////////////////////////
    ////// Client Game //////
    ////////////////////////////////
    
    cg_fastSolids "1"
    cg_impactParticles "1"
    cg_marks "1"
    cg_optimizePrediction "1"
    cg_optimizedPrediction "1"
    cg_shadows "1"
    // Above: Higher shadow levels broken?
    cg_simpleItems "0"
    cg_smokeParticles "1"
    
    //////////////////////////
    ////// Sounds //////
    /////////////////////////
    
    s_doppler "1"
    s_khz "44"
    s_mixahead "0.2"
    
    // -
    
    echo "^1~^!S^3carhand^9's ^1High Graphic ^9settings loaded!"
    Screenshots (Sorry it looks bad, got my graphics card on lowest settings):


    Last edited by Scarhand; 22-02-2011 at 00:35.

Posting Permissions