Toch_ja

Forum User
  • Content count

    32
  • Joined

  • Last visited

Posts posted by Toch_ja


  1. do you know you could change all of these (except cheat protected dvars which wont work in mp) in the graphic options menu?

     

    yes and i add these commands here so like the player who use these play still legit ingame.

    1

  2. It's not even a proper config and definitely won't make your FPS higher, do you know you could change all of these (except cheat protected dvars which wont work in mp) in the graphic options menu? :dumb:

    If it ever was made to 'improve fps' then why is r_drawdecals & r_detail 1? :wat:

     

     

    I'd say stop posting shit you've copied from other forums when you basically just up your post count making such trashy topics all over the forums

     

     

    okay, thanks for this nice assessment, but

     

    i write these commands out of my own Config, this config is more useful in Modern Warfare 2 as in Modern Warfare 1.

     

    r_drawdecals  :

     

    first test in mw2 with this command delete or hide "all" in surrounding of the map one step away.. 

    i have no idea what this command do ingame in cod4 :D^^

     

     

    r_detail, how i understood disable weap skins and some other not useful things ingame.. if its helpfully to boost up your fps just try it^^

     

     

     stop posting shit you've copied from other forums
     

     

    all except this here 

    your welcome m8

    1

  3.  
    Recording a Demo and play there 
     
    // Demo
     
    seta demo_start "record; set demo_togg vstr demo_stop"
    seta demo_stop "stoprecord; set demo_togg vstr demo_start"
    seta demo_togg "vstr demo_start"
    bind F1 "vstr demo_togg"
     
    Pressing F1 u start a "demo" Pressing it again u stop recording a "demo"
     
    
    2


  4. 
    
     


    // Texture's //
    
    
    
    select--------------------dvar r------m r-------x sv_Cheats 1 // cheats/ign tweaks enable
     
    seta r_drawdecals 1
    
    seta r_drawsun 0
    
    seta r_drawWater 0
    
    seta cg_drawfps 1
    
    seta r_fog "1" // 0 cheat protected, smoke disable
    
    seta r_glow 1
    
    seta fx_draw 1
    
    seta r_detail "1"
    
    seta ragdoll_fps "0"
    
    seta ai_corpseCount "0"
    
    seta fx_enable "1"
    
    seta fx_drawclouds "0"
    
    
    
    
    
    
    
    // Promode Classes
     
    // Assault (standart)
    bind KP_END "openscriptmenu quickpromod assault; ^1Assault"
     
    //Snip (standart)
    bind KP_DOWNARROW "openscriptmenu quickpromod sniper; ^3Sniper"
     
    // SpecOps (standart)
    bind KP_PGDN "openscriptmenu quickpromod specops; ^2AK-74"
    
     

    NumPad

     
    // KP_MINUS KP_PLUS Enter = KP_ENTER KP_SLASH KP_DEL
     
    // 0 - KP_INS
    // 1 - KP_END
    // 2 - KP_DOWNARROW
    // 3 - KP_PGDN
    // 4 - KP_LEFTARROW
    // 5 - KP_5
    // 6 - KP_RIGHTARROW
    // 7 - KP_HOME
    // 8 - KP_UPARROW
    // 9 - KP_PGUP
     

     

     

    0