Announcement

Collapse
No announcement yet.

Autoexec.cfg for CS that works with new drivers

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

  • Autoexec.cfg for CS that works with new drivers

    With help from DZeus and others, I have tackled the bugs in the newest win2000 drivers.

    Heres my autoexec.cfg:
    gl_ztrick "1"
    r_decals "300"
    gl_alphamax "99999"
    gl_texturemode "GL_LINEAR_MIPMAP_LINEAR"
    r_mmx "1"
    s_eax "1"
    joystick "0"
    cl_rollangle "0"
    cl_rollspeed "0"
    cl_bob "0"
    cl_bobcycle "0"
    cl_bobup "0"

    alias +setC4 "weapon_c4; +duck; +attack"
    alias -setC4 "-attack; -duck;"

    bind "g" "+setC4;"
    echo "Autoexec Config Loaded"

    Comments:
    The "Echo "Autoexec Config Loaded" statement is to show if its actually loaded on startup.
    The Alias is my own making, no guarantees.

    Hope this help others.

    ~~DukeP~~
Working...
X