I want to use this thread to put useful information to making your cs:go play as much like cs:s as possible so that is if faster and easier to learn. Lets try to pool all our info into one thread.
GENERAL SETTINGS
Crosshair Style: Classic
Color: Green
Behavior: Dynamic
Close Buymenu after purchase: yes
View Model Position: Classic
Enable Developer Console: yes
KEYBOARD/MOUSE Mouse Acceleration: OFF
Change weapon_recoil_model
(might not work anymore b/c valve hates us)
- Go into your Steam library, right-click CSGO, go to "Properties" then "Set Launch Options".
- Add exactly the quoted text to the end of the options " +weapon_recoil_model 0" (default is 2).
Change weapon appearance more
Code:
// These commands reposition the gunmodel to mimic css more closely.
viewmodel_fov "65" //max. value, not cheat protected
viewmodel_offset_x "2"
viewmodel_offset_y "2"
viewmodel_offset_z "-2"
//
// These two removes the shifting of the arm when crouching down.
cl_viewmodel_shift_left_amt "0"
cl_viewmodel_shift_right_amt "0"
//
// This removes the bobbing of the weapon back and forth, when you run.
cl_bob_lower_amt "5" //min. value
cl_bobamt_lat "0.1" //min. value
cl_bobamt_vert "0.1" //min. value
cl_bobcycle "2" //max. value = less cycles
IMPROVE LOW END PERFORMANCE Go into your Steam library, right-click CSGO, go to "Properties" then "Set Launch Options".
add -High to your Launch Options
RATES cl_cmdrate and cl_updaterate are automatically adjusted to match the server tickrate.
For good connections (if you have low ping):
Change "cl_interp_ratio" from 2 (default) to 1
Change "cl_interp" to 0 (=auto adjust)