clear unbindall echo "" echo "^3Quake3Arena ^1St^3Vlas ^3Config" echo "^3 ver. 1.32" echo "^1 12.08.2001" echo "" //General Controls bind MOUSE1 "+attack" bind w "+forward" bind s "+back" bind a "+moveleft" bind d "+moveright" bind SPACE "+moveup bind ALT "+movedown" bind CTRL "+speed" //Zoom set zoomin "cg_fov 35; sensitivity 0.8; set zoomswitch vstr zoomout; set cg_drawcrosshair 4; set cg_crosshairsize 64; echo Targeting..." set zoomout "cg_fov 90; sensitivity 3.1; set zoomswitch vstr zoomin; set cg_drawcrosshair 2; set cg_crosshairsize 20; " set zoomswitch "vstr zoomin" bind MOUSE2 "vstr zoomswitch" //Advanced Weaponry bind z "weapnext" set plasma "weapon 6; set mshot vstr lightn " set lightn "weapon 8; set mshot vstr plasma " set mshot "vstr plasma " bind MOUSE3 "vstr mshot " bind q "weapon 7" bind e "weapon 5" bind f "weapon 3" bind r "weapon 1" bind x "weapon 2" bind c "weapon 4" //Another weapory bind 1 "weapon 1" bind 2 "weapon 2" bind 3 "weapon 3" bind 4 "weapon 4" bind 5 "weapon 5" bind 6 "weapon 6" bind 7 "weapon 7" bind 8 "weapon 8" bind 9 "weapon 9" bind 0 "weapon 10" bind = "weapon 12" bind - "weapon 11" //Menu bind F1 "exec vlas_q3.cfg" bind F2 "exec " bind F3 "exec " bind F12 "screenshot" bind + "sizeup" bind - "sizedown" bind = "sizeup" bind _ "sizedown" bind ` "toggleconsole" bind ~ "toggleconsole" bind t "messagemode" bind y "messagemode2" bind SHIFT "+scores" //Fucking words bind g "say CMEPTb KOCT/\RBbIM !" bind h "say El-ivis is DeaD now !" bind j "say BoT u 4yDHEHbKo !" bind k "say q:))" bind l "say q:(" //Volume Control set vol00 "set s_volume 0.0;set vdn vstr vol00;set vup vstr vol01;echo Volume ^4|__________" set vol01 "set s_volume 0.1;set vdn vstr vol00;set vup vstr vol02;echo Volume ^4_|_________" set vol02 "set s_volume 0.2;set vdn vstr vol01;set vup vstr vol03;echo Volume ^4__|________" set vol03 "set s_volume 0.3;set vdn vstr vol02;set vup vstr vol04;echo Volume ^4___|_______" set vol04 "set s_volume 0.4;set vdn vstr vol03;set vup vstr vol05;echo Volume ^4____|______" set vol05 "set s_volume 0.5;set vdn vstr vol04;set vup vstr vol06;echo Volume ^4_____|_____" set vol06 "set s_volume 0.6;set vdn vstr vol05;set vup vstr vol07;echo Volume ^4______|____" set vol07 "set s_volume 0.7;set vdn vstr vol06;set vup vstr vol08;echo Volume ^4_______|___" set vol08 "set s_volume 0.8;set vdn vstr vol07;set vup vstr vol09;echo Volume ^4________|__" set vol09 "set s_volume 0.9;set vdn vstr vol08;set vup vstr vol10;echo Volume ^4_________|_" set vol10 "set s_volume 1.0;set vdn vstr vol09;set vup vstr vol10;echo Volume ^4__________|" set vdn vstr vol00 set vup vstr vol01 bind rightarrow "vstr vup" bind leftarrow "vstr vdn" //Gamma Control set gm00 "set r_gamma 1.0;set gdn vstr gm00;set gup vstr gm01;echo Gamma ^2|__________" set gm01 "set r_gamma 1.1;set gdn vstr gm00;set gup vstr gm02;echo Gamma ^2_|_________" set gm02 "set r_gamma 1.2;set gdn vstr gm01;set gup vstr gm03;echo Gamma ^2__|________" set gm03 "set r_gamma 1.3;set gdn vstr gm02;set gup vstr gm04;echo Gamma ^2___|_______" set gm04 "set r_gamma 1.4;set gdn vstr gm03;set gup vstr gm05;echo Gamma ^2____|______" set gm05 "set r_gamma 1.5;set gdn vstr gm04;set gup vstr gm06;echo Gamma ^2_____|_____" set gm06 "set r_gamma 1.6;set gdn vstr gm05;set gup vstr gm07;echo Gamma ^2______|____" set gm07 "set r_gamma 1.7;set gdn vstr gm06;set gup vstr gm08;echo Gamma ^2_______|___" set gm08 "set r_gamma 1.8;set gdn vstr gm07;set gup vstr gm09;echo Gamma ^2________|__" set gm09 "set r_gamma 1.9;set gdn vstr gm08;set gup vstr gm10;echo Gamma ^2_________|_" set gm10 "set r_gamma 2.0;set gdn vstr gm09;set gup vstr gm10;echo Gamma ^2__________|" set gdn vstr gm00 set gup vstr gm01 bind uparrow "vstr gup" bind downarrow "vstr gdn" //Demos Operetions - Playing set demopause "cl_freezedemo 1" set slow "cl_freezedemo 0;timescale .5;echo Slow" set normal "cl_freezedemo 0;;timescale 1;echo Normal" set ff "cl_freezedemo 0;timescale 2;echo Fast Forward" set ff+ "cl_freezedemo 0;timescale 3;echo Hi-Speed Fast Forward" bind kp_home "vstr demopause" bind kp_leftarrow "vstr slow" bind kp_5 "vstr normal" bind kp_rightarrow "vstr ff" bind kp_pgup "vstr ff+" //Demos Operetions - Recording set startswitch "play sound/misc/menu1;vstr rdm; g_synchronousClients 1;vstr rdm;g_synchronousClients 0" set stopswitch "play sound/misc/menu4; stoprecord; vstr ndm; echo Recording Stopped.; echo Current Queue; rdm" set queueprev "play sound/misc/menu2; vstr pdm; echo Current Queue; rdm" set queuenext "play sound/misc/menu2; vstr ndm; echo Current Queue; rdm" bind INS vstr startswitch bind DEL vstr stopswitch bind PGUP vstr queueprev bind PGDN vstr queuenext set demo_01 "set rdm record demo01; set pdm vstr demo_20; set ndm vstr demo_02" set demo_02 "set rdm record demo02; set pdm vstr demo_01; set ndm vstr demo_03" set demo_03 "set rdm record demo03; set pdm vstr demo_02; set ndm vstr demo_04" set demo_04 "set rdm record demo04; set pdm vstr demo_03; set ndm vstr demo_05" set demo_05 "set rdm record demo05; set pdm vstr demo_04; set ndm vstr demo_06" set demo_06 "set rdm record demo06; set pdm vstr demo_05; set ndm vstr demo_07" set demo_07 "set rdm record demo07; set pdm vstr demo_06; set ndm vstr demo_08" set demo_08 "set rdm record demo08; set pdm vstr demo_07; set ndm vstr demo_09" set demo_09 "set rdm record demo09; set pdm vstr demo_08; set ndm vstr demo_10" set demo_10 "set rdm record demo10; set pdm vstr demo_09; set ndm vstr demo_11" set demo_11 "set rdm record demo11; set pdm vstr demo_10; set ndm vstr demo_12" set demo_12 "set rdm record demo12; set pdm vstr demo_11; set ndm vstr demo_13" set demo_13 "set rdm record demo13; set pdm vstr demo_12; set ndm vstr demo_14" set demo_14 "set rdm record demo14; set pdm vstr demo_13; set ndm vstr demo_15" set demo_15 "set rdm record demo15; set pdm vstr demo_14; set ndm vstr demo_16" set demo_16 "set rdm record demo16; set pdm vstr demo_15; set ndm vstr demo_17" set demo_17 "set rdm record demo17; set pdm vstr demo_16; set ndm vstr demo_18" set demo_18 "set rdm record demo18; set pdm vstr demo_17; set ndm vstr demo_19" set demo_19 "set rdm record demo19; set pdm vstr demo_18; set ndm vstr demo_20" set demo_20 "set rdm record demo20; set pdm vstr demo_19; set ndm vstr demo_01" set rdm record demo01 set pdm vstr demo_20 set ndm vstr demo_02 //Setings set name "^7V^31^745" set model "ranger/default" set headmodel "ranger" set sex "male" set in_mouse 1 set m_filter 0 set sensitivity 3.1 set m_pitch .1 set m_yaw .11 set cl_mouseaccel 0 set cl_run 1 set cg_oldRail 0 set cg_oldRocket 1 set cg_oldPlasma 1 set cg_railtrailtime 600 set r_railcorewidth 2 set r_segmentlength 0 set r_railwidth 0 set color 6 set color1 6 set color2 3 set cg_crosshairsize 20 set cg_drawcrosshair 2 set cg_drawcrosshairnames 1 set cg_crosshairx 0 set cg_crosshairy 0 set cg_crosshairhealth 1 set cg_fov 90 set cg_gun 1 set cg_runpitch 0 set cg_runroll 0 set cg_bobup 0 set cg_bobpitch 0 set cg_bobroll 0 set cg_drawteamoverlay 3 set cg_gibs 0 set cg_brasstime 0 set cg_marks 0 set cg_shadows 0 set cg_autoswitch 0 set cg_lagometer 1 set cg_drawfps 1 set cg_drawtimer 1 set cg_drawstatus 1 set cg_drawicons 1 set cg_draw3dicons 0 set cg_draw2d 1 set cg_show2d 1 set cg_drawsnapshot 0 set cg_drawattacker 0 set cg_drawkiller 0 set cg_drawgun 0 set cg_drawammowarning 0 set cg_drawrewards 0 set cg_deferplayers 0 set cg_forcemodel 0 set cg_simpleitems 0 set com_blood "0" set com_maxfps "120" set scr_conspeed 7 set s_volume 0.7 set s_musicvolume 0 set s_khz 22 set s_loadas8bit 0 set s_mixahead 0.1 set r_mode 4 set r_fullbright 0 set r_allowextensions 1 set r_ext_compress_textures 0 set r_ext_gamma_control 1 set r_ext_multitexture 1 set r_ext_compiled_vertex_array 1 set r_ext_texture_env_add 1 set r_faceplanecull 1 set r_roundimagesdown 1 set r_preloadtextures 0 set r_detailtextures 0 set r_lightmap 0 set r_fullscreen 1 set r_flares 0 set r_intensity 1 set r_gamma 1.2 set r_smp 0 set r_drawSun 0 set r_fastsky 1 set r_texturebits 32 set r_colorbits 16 set r_depthbits 0 set r_picmip 4 set r_subdivisions 20 set r_vertexlight 1 set r_dynamiclight 1 set r_displayRefresh 100 set r_OverBrightBits 1.5 set r_mapOverBrightBits 2.5 set sv_hostname " 4 Beauty's Server " set sv_maxclients 8 set timelimit 15 set fraglimit 0 set logfile 0 //Fast Render set fast "seta r_fastsky 1;seta r_subdivisions 20;seta r_picmip 4;seta r_vertexlight 1;vid_restart; set rend vstr high" set high "seta r_fastsky 0;seta r_subdivisions 4;seta r_picmip 0;seta r_vertexlight 0;vid_restart; set rend vstr fast" set rend "vstr high " bind kp_enter "vstr rend " //Change Models & Names set doom2 "seta model sarge/krusade; set name ^2Fox^3Mu1der; set model1 vstr slash " set slash "seta model slash/default; set name ^7Jenifer^5LopeZ; set model1 vstr doom3 " set doom3 "seta model crash/default; set name ^7Moon^5Spell; set model1 vstr doom1 " set doom1 "seta model doom/default; set name ^1st^3V1as; set model1 vstr doom2 " set model1 "vstr doom2 " bind p "vstr model1 " //Team Settings bind . "say_team ^1EnEMY QuAD!" bind , "say_team ^3OuR ^1QuAD!" bind m "say_team Secure Position!"