Announcement

Collapse
No announcement yet.

Counter Strike Global Offensive tweaks and fixes

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Counter Strike Global Offensive tweaks and fixes

    This the beginning of an attempt to clean up GO

    Video settings:
    - Enable "Computer Monitor" as your "Display Mode" for correct colour
    - Change your "Play Distance" to "Desktop"
    - Disable "Laptop Power Savings"

    Game Settings:
    - Enable the "Classic" crosshair in "Crosshair Style"
    - Select "Yes" for "Enable developer console (~)"

    Keyboard/Mouse settings:
    - Select "On" for "Raw Input"
    - Disable "Mouse Acceleration"
    Last edited by rec; 24-02-12, 06:12 PM.

  • #2
    did i miss something? you guys playing the beta? if so where do i get it? please n thank you.

    Comment


    • #3
      You did miss something and it's posted in the news section
      http://gamers-underground.com/news/3...beta-keys.html

      Comment


      • #4
        Awesome, thanks for the share. Sorry I am a bit behind the times here but thanks anyway.

        Comment


        • #5
          Enjoy, if anyone else has any useful commands etc please post them.

          My autoexec.cfg file:
          Code:
          // Seefy's CS:GO config Tweaks!
          
          // FOV
          
          viewmodel_offset_x "2"
          viewmodel_offset_y "2"
          viewmodel_offset_z "-2"
          viewmodel_fov "68"
          
          // Model
          
          cl_viewmodel_shift_left_amt "0"
          cl_viewmodel_shift_right_amt "0"
          
          // Bobbing
          
          cl_bob_lower_amt "0" 
          cl_bobamt_lat "0" 
          cl_bobamt_vert "0" 
          cl_bobcycle "2" 
          
          // Rate commands
          
          cl_interp "0"
          cl_interp_ratio "1"
          cl_cmdrate "128"
          cl_updaterate "128"
          rate "80000"
          
          // hud
          
          hud_scaling "0.90"
          
          // Crosshair
          
          cl_crosshairalpha "200"
          cl_crosshaircolor "0"
          cl_crosshaircolor_b "0"
          cl_crosshaircolor_g "0"
          cl_crosshaircolor_r "250"
          cl_crosshairdot "0"
          cl_crosshairscale "0"
          cl_crosshairsize "5"
          cl_crosshairthickness "1.6"
          cl_crosshairusealpha "1"
          cl_crosshairgap "-2"
          cl_dynamiccrosshair "0"
          
          
          // Net Graph
          net_graphproportionalfont 0
          net_graphpos 3
          net_graph 1
          
          
          
          // Others
          
          r_drawtracers_firstperson "0"
          hud_showtargetid "1"
          cl_autohelp "0"
          cl_showhelp "0"
          bind "DEL" "exec autoexec.cfg"
          m_customaccel 0
          fps_max 300
          
          
          
          // buyscripts
          
          bind "KP_INS" "give weapon_smokegrenade; buy smokegrenade"
          bind "KP_END" "give weapon_decoy; buy decoy"
          bind "KP_PGDN" "give weapon_molotov; give weapon_incgrenade; buy molotov; buy incgrenade"
          bind "KP_5" "give weapon_awp; buy awp"
          bind "KP_PLUS" "buy defuser"
          bind "KP_ENTER" "buy vesthelm; buy vest"
          bind "KP_DOWNARROW" " "give weapon_galilar; give Weapon_famas; buy galilar;buy famas"
          bind "UPARROW" "give weapon_m4a1;give weapon_ak47; buy m4a1; buy ak47"
          bind "LEFTARROW" "give weapon_flashbang; buy flashbang"
          bind "DOWNARROW" "give weapon_deagle; buy deagle"
          bind "RIGHTARROW" "give weapon_hegrenade; buy hegrenade"
          bind "END" "give weapon_mp7; buy mp7"
          
          
          // Sound
          
          snd_mixahead "0.07"
          snd_headphone_pan_exponent "2"
          snd_musicvolume "0"

          Comment

          Working...
          X