FPS Problems

Home Forums Community MOUF Talk FPS Problems

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #428
    chinz
    Member

    I was having fps problems because my comp is an old turd but i found this config and it has seemed to help so far, so if anyone needs it here it is.

    Code:
    crosshair “1” //Enables crosshair
    cl_dynamiccrosshair “1” //1=fully dynamic 0=static on movement only dynamic while shooting
    sfcrosshair “0” //If set to 0 disables the new crosshair and uses the settings below
    cl_crosshairdot “1” //Adds a dot in the center if set to 1 The size of the Dot is the same as cl_crosshairthickness.
    cl_crosshairscale “5” //Has no use without the legacy_crosshair_scale CVARs from CSS
    cl_crosshairsize “3” //The length of each of the crosshairs Lines.
    cl_crosshairthickness “1” //The thickness of the crosshairs Lines
    cl_crosshaircolor “1” //Color of crosshair 0=red 1=green, 2=yellow, 3=blue, 4=teal, 5=Use cl_crosshaircolor_R/G/B to set Your own Color
    cl_crosshaircolor_R “100” //RGB value for RED
    cl_crosshaircolor_G “100” //RGB value for GREEN
    cl_crosshaircolor_B “255” //RGB value for BLUE

    cl_crosshairusealpha “1” //If set to 1 allows the crosshair to become transparent
    cl_crosshairalpha “200” //Determines the level of transparency, default is 200
    0=completely transparent (invisible) and 255 (max.) is completely solid.

    viewmodel_fov “65”

    cl_interp “0”
    m_mousespeed “0”
    m_customaccel_exponent “0”
    fps_max 101
    cl_dynamiccrosshair “0”
    windows_speaker_config “1”
    vsync -> off
    rate “30000”

    // These three reposition the gunmodel to mimic css more closely.
    viewmodel_offset_x “2”
    viewmodel_offset_y “4”
    viewmodel_offset_z “-2”
    viewmodel_fov “65”

    // 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 “0”

    // Rate commands (you do not want 33 lerp… these will help)
    net_graph “1”
    cl_interp “.01”
    cl_interp_ratio “1”
    cl_cmdrate 102.400002
    cl_updaterate 102.400002
    rate “80000”
    // Do not change your rate to 30000, there is no need when you have a fast connection.

    http://www.on3network.co.nz/showthread.php?82661-Hello-people-!!!-CS-GO-FPS-Config-Improvements

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.