Userconfig

Just every day general shtuff.
User avatar
Sandman
Posts: 32
Joined: August 25th, 2012, 2:14 pm
Game Name: <ACR>Sandman

Userconfig

Unread post by Sandman » October 22nd, 2012, 12:09 am

First copy the config.cfg --- paste ---- rename to userconfig.
Open and edit the new userconfig
Delete the first line ----- Unbind all
Delete the last line exec Userconfig.cfg

Most of the keys should be set. But now you want to add the custom settings

// Oz settings
bind "KEY" "+hook"
bind "KEY" "userune"
bind "KEY" "droprune"

//- Jump Fix
alias +bsh "+jump; wait; -jump; wait; +jump; wait; -jump; wait; +jump; wait; //-jump; wait; +jump; wait; -jump; wait; +jump; wait; -jump; wait; +jump; wait; //-jump; wait; +jump; wait; -jump; wait; +jump; wait; -jump"
alias -bsh "-jump"
//-----------------------------------------------------------------WaiTs
alias "wait1" "wait"
alias "wait2" "wait1; wait1"
//-----------------------------------------------------------------Long Jump
bind "SPACE" "+lj"
alias +lj "+duck;wait2;+jump"
alias -lj "-duck;wait2;-jump"

// Weapon View - This blends the Model of the weapon on and off

alias "draw_off" "r_drawviewmodel 0; hud_weapon 1; alias toggle_dweapon draw_on"
alias "draw_on" "r_drawviewmodel 1; hud_weapon 0; alias toggle_dweapon draw_off"
alias "toggle_dweapon" "draw_off"
bind "z" "toggle_dweapon"

// Instant Weapon Selection - Want the shotgun faster?

bind "mwheelup" "weapon_shotgun" // bind keys to any weapon

//Netgraph - Show you your fps and ping

alias "graph_off" "net_graph 0; alias toggle_graph graph_on"
alias "graph_on" "net_graph 3; alias toggle_graph graph_off"
alias "toggle_graph" "graph_on"
bind "x" "toggle_graph"

//----ScReEnShOt without weapons and hud messages
bind "F5" "cleansnap"
alias cleansnap "crosshair 0;r_drawviewmodel 0;hud_draw 0 ;wait;wait;wait;wait;wait;snapshot;crosshair 1;r_drawviewmodel 0;hud_draw 1"

// Graphics Tweaks will help bring the ping down

gl_texturemode GL_LINEAR_MIPMAP_LINEAR
gl_playermip "5"
gl_affinemodels "1"
gl_clear "1"
gl_cull "1"
gl_alphamin "0.25"
gl_zmax "6012" // Max View Distance
gl_dither "0"
gl_flipmatrix "0"
gl_fog "0"
gl_monolights "0"
gl_overbright "0"
gl_polyoffset "0.1"
r_bmodelhighfrac "5.0"
r_drawentities "1"
r_drawviewmodel "0"
r_mirroralpha "1"
r_mmx "1"
//Other things to help ping and the precache
cl_lc "1"
cl_lw "1"
fs_lazy_precache "1" //Skip the precache

// Sound things

bind "v" "stopsound" //stops those sounds you don't want to hear

bind "k" "say rock" // say shortcuts


//Bind Keys to the Numpad

bind "KP_INS" "+hook"

//See a list of the server sounds Commands.
bind "i" "say /soundlist"


//Quick Model and Name Change
bind "F6" "+mn"
//--------------------------------------------- Name
alias +mn "name Oblivian;wait;model helmet"
//---------------------------------------------- Name Fix

// Admin Menu for those with admin
bind "-" "amxmodmenu"
bind "6" "slot6"
bind "7" "slot7"
bind "8" "slot8"
bind "9" "slot9"
bind "0" "slot10"
Image

Post Reply