|
////////////////////////////////////////////////////////////////////////////////////////////////////
// //
// V A R I A B L E S //
// //
////////////////////////////////////////////////////////////////////////////////////////////////////
//Player Settings
ruleset "smackdown"
b_switch "2"
w_switch "2"
bottomcolor "11"
name "[tVS]blAze"
rate "50000"
skin "tvs-bla"
team "tvs"
//Skin Settings
enemyskin "2_yellow"
noskins "2"
//Console Settings
con_notifytime "8"
con_particles_alpha "0"
gl_consolefont "charset-phren-anguaremix"
scr_conspeed "10000"
//FPS and EyeCandy Settings
cl_deadbodyFilter "2"
cl_fakeshaft "0.8"
cl_gibFilter "1"
cl_maxfps "1080"
cl_model_bobbing "0"
cl_muzzleflash "0"
cl_newlerp "0.1"
cl_physfps_spectator "0"
cl_r2g "1"
gl_powerupshells "0"
r_drawflame "0"
r_drawvweps "0"
r_explosionLight "0"
r_explosionType "5"
r_rocketLight "0"
r_rocketTrail "0"
//Lighting
gl_flashblend "1"
gl_shaftlight "0"
r_dynamic "0"
//Turbulency and Sky Settings
r_fastsky "1"
r_skycolor "0"
//Weapon View Model Settings
r_drawviewmodel "0"
//Texture Settings
gl_playermip "2"
gl_texturemode "GL_LINEAR_MIPMAP_NEAREST"
//Config Management
cfg_legacy_exec "0"
//OpenGL Rendering
gl_smoothmodels "0"
//Video Settings
vid_conheight "300"
vid_conwidth "480"
vid_displayfrequency "120"
vid_mode "13"
//Sound Settings
cl_staticSounds "0"
s_ambientlevel "0"
s_mixahead "0.07"
s_noextraupdate "1"
volume "0.1"
//Input - Keyboard
cl_upspeed "999"
//Input - Mouse
in_mouse "3"
m_pitch "-0.022"
//Input - Joystick
in_raw_allbuttons "1"
//Input - Misc
sensitivity "1.75"
//Network Settings
cl_c2sImpulseBackup "1"
cl_earlypackets "1"
//Status Bar and Scoreboard
cl_parseFrags "0"
scr_scoreboard_borderless "1"
scr_scoreboard_fillalpha "0"
scr_scoreboard_fillcolored "3"
scr_scoreboard_teamsort "0"
//Crosshair Settings
cl_crossx "-0.3"
cl_crossy "0.6"
crosshairimage "default"
//Screen Settings
cl_clock_x "1"
cl_gameclock "3"
cl_gameclock_y "-1"
cl_onload "console"
gl_contrast "2"
gl_gamma "0.5"
scr_autoid "0"
scr_teaminfo "0"
show_fps "1"
show_fps_x "56"
show_fps_y "36"
//Screen & Powerup Blends
gl_polyblend "0"
//View Settings
fov "133"
//Match Tools
match_auto_logconsole "0"
match_auto_sshot "1"
//Demo Handling
demo_dir "qw/demos"
//Unsorted Variables
in_builtinkeymap "1"
menu_advanced "1"
//User Created Variables
set nick " {&cf22blz:&cfff}"
////////////////////////////////////////////////////////////////////////////////////////////////////
// //
// A L I A S E S //
// //
////////////////////////////////////////////////////////////////////////////////////////////////////
// weapon scripts
alias +gl "impulse 6 5 3 2 4 1; +attack"
alias -gl "impulse 2 1; -attack"
alias +lg "impulse 8 5 3 2 4 1; +attack; m_yaw 0.0115; fov 110"
alias -lg "impulse 2 1; -attack; m_yaw 0.022 ; fov 133"
alias +rl "impulse 7 5 3 2 4 1; +attack"
alias -rl "impulse 2 1; -attack"
alias +sg "impulse 2 5 4 1; +attack"
alias -sg "impulse 2 1; -attack"
alias +ssg "impulse 3 2 5 4 1; +attack"
alias -ssg "impulse 2 1; -attack"
// team messages
alias +message_set_1 "bind MOUSE1 _safe; bind MOUSE2 _point; bind MOUSE3 _lost; bind MOUSE4 _coming; +showteamscores"
alias +message_set_2 "bind MOUSE1 _help; bind MOUSE2 _took; bind MOUSE3 _cancel; bind MOUSE4 _report"
alias +message_set_3 "bind MOUSE1 _replace; bind MOUSE2 _getquad; bind MOUSE3 _take; bind MOUSE4 _waiting"
alias -message_set_1 "return_mbuttons; -showteamscores"
alias -message_set_2 "return_mbuttons"
alias -message_set_3 "return_mbuttons"
alias return_mbuttons "return_m1; return_m2; return_m3; return_m4"
alias return_m1 "bind MOUSE1 +rl"
alias return_m2 "bind MOUSE2 +jump"
alias return_m3 "bind MOUSE3 +lg"
alias return_m4 "bind MOUSE4 +ssg"
////////////////////////////////////////////////////////////////////////////////////////////////////
// //
// K E Y B I N D I N G S //
// //
////////////////////////////////////////////////////////////////////////////////////////////////////
unbindall
bind TAB "+showteamscores"
bind ESCAPE "togglemenu"
bind SPACE "+lg"
bind / "impulse 10"
bind 0 "impulse 0"
bind 1 "impulse 1"
bind 2 "impulse 2"
bind 3 "impulse 3"
bind 4 "impulse 4"
bind 5 "impulse 5"
bind 6 "impulse 6"
bind 7 "impulse 7"
bind 8 "impulse 8"
bind 9 "impulse 9"
bind ` "toggleconsole"
bind a "+moveleft"
bind b "break"
bind c "+movedown"
bind d "+moveright"
bind e "+message_set_2"
bind f "+message_set_1"
bind j "join"
bind p "_getpent"
bind q "+message_set_3"
bind r "ready"
bind s "+back"
bind t "messagemode"
bind w "+forward"
bind y "messagemode2"
bind PAUSE "pause"
bind F10 "quit"
bind F12 "screenshot"
bind KP_INS "+showteamscores"
bind MOUSE1 "+rl"
bind MOUSE2 "+jump"
bind MOUSE3 "+lg"
bind MOUSE4 "+ssg"
bind MOUSE5 "+gl"
bind MWHEELUP "bind MOUSE4 +sg"
bind MWHEELDOWN "bind MOUSE4 +ssg"
// For team messages get XantoM's tVS teamplay config at
// http://gfx.quakeworld.nu/details/341/tvs-teamplay-config/
exec tvs_alias.cfg
|