 |
|
|
| |
 |
|
|
| |
 |
|
|
| |
 |
|
|
| |
 |
|
|
| |
|
|
 |
Scripts |
|
|
Rocketjump
bind ALT "cl_pitchspeed 100000;centerview;+lookdown;+attack;+moveup;wait;wait;-attack;-moveup;-lookdown;centerview;cl_pitchspeed 140"
Name: Rocketjump Author: Toxy Description: Looks down, rocketjumps, and centers your view. This should not work really, but it does. Instructions: Put the text below into your config, replacing 'x' with the button of your choice. |
Duck & Cover
Name: Duck & Cover Author: indian18 Description: Click once to crouch and stay down, click the button again to stand up. Instructions: Put the text below into your config replacing 'c' with the button of your choice. |
set duck "+movedown; set crouchswitch vstr stand; echo Crouching..." set stand "-movedown; set crouchswitch vstr duck; echo Standing..." set crouchswitch "vstr duck" bind c "vstr crouchswitch"
Zoom Toggle
Name: Zoom Toggle Author: indian18 Description: Click once to zoom in, use your wheel to adjust zoom level, then click again to zoom back out and return your wheel to normal use. Instructions: Put the text below into your config replacing 'mouse2' with the button of your choice and the numbers with the fov's of your choice. Also, replace the rebindings of the mwheelup and mwheeldown to what you normally have and the settings of lowsens (sensitvity while zooming) and highsens (normal sensitivity). |
set zoomin "+zoom; set zoomtoggle vstr zoomout; bind mwheelup vstr zoomcycleup;
bind mwheeldown vstr zoomcycledown;
vstr lowsens" set zoomout "-zoom; set zoomtoggle vstr zoomin; bind mwheelup vstr stand;
bind mwheeldown vstr crouch; vstr highsens" set zoomtoggle vstr zoomin set zoomcycle80 "set cg_zoomfov 80; echo Zoom Set to FOV 80; set zoomcycleup vstr zoomcycle65;
set zoomcycledown vstr zoomcycle80" set zoomcycle65 "set cg_zoomfov 65; echo Zoom Set to FOV 65; set zoomcycleup vstr zoomcycle45;
set zoomcycledown vstr zoomcycle80" set zoomcycle45 "set cg_zoomfov 45; echo Zoom Set to FOV 45; set zoomcycleup vstr zoomcycle25;
set zoomcycledown vstr zoomcycle65" set zoomcycle25 "set cg_zoomfov 25; echo Zoom Set to FOV 25; set zoomcycleup vstr zoomcycle25;
set zoomcycledown vstr zoomcycle45" set cg_zoomfov 45 set highsens "sensitivity 15" set lowsens "sensitivity 5" set zoomcycleup vstr zoomcycle65 set zoomcycledown vstr zoomcycle80 bind mouse2 vstr zoomtoggle
Sensitivity Switch
Name: Sensitivity Switch Author: Essobie Description: Click once to change to the low sensitivity, and again to go to the higher one. Instructions: Put the text below into your config replacing the numbers with the sensitivities of your choice. Also, replace 'g' with the key of your choice. |
set senshigh "set sensitivity 6.5; set sensswitch vstr senshigh; play sound\player\clank4" set senslow "set sensitivity 3; set sensswitch vstr senslow; play sound\player\clank2" set sensswitch vstr senslow set sensitivity vstr highsens bind g vstr sensswitch
Quick Rail
Name: Quick Rail Author: indian18 Description: Click once to switch to the railgun, then again to switch to back to the first weapon you have lower in number than the rail. If you have none, it will return to your highest weapon. Unfortunately, there is no command which gives you the previously used weapon (unless it is the next lowest weapon you have). Instructions: Put the text below into your config replacing 'r' with the button of your choice. |
set rail "weapon 7; set qrail vstr preweap; echo Railing..." set preweap "weapprev; set qrail vstr rail; echo Reverting to previous weapon..." set qrail "vstr rail" bind r "vstr qrail"
Rail Rainbow
Name: Rail Rainbow Author: Essobie Description: This one flips through the different colors of the railgun...Taste the Rainbow! Instructions: Put the text below into your config replacing 'x' with the button of your choice. |
// Rail Rainbow // ============ set rail0 "color 0; set rrail vstr rail1" set rail1 "color 1; set rrail vstr rail2" set rail2 "color 2; set rrail vstr rail3" set rail3 "color 3; set rrail vstr rail4" set rail4 "color 4; set rrail vstr rail5" set rail5 "color 5; set rrail vstr rail6" set rail6 "color 6; set rrail vstr rail0" vstr rail0 set rrail vstr rail0 bind x "weapon 7; vstr rrail"
Model View
Name: Model View Author: Artist Description: The keypad number '5' toggles 3rd person mode off and on. While in 3rd person, (all of these keys are the ones on the keypad) the leftarrow rotates your view left, the right arrow rotates it right, and up and down move you closer to and farther away from your model. An excellent script for modellers and skinners to see how your creation actually looks in the game. Instructions: Download the file below replacing the controls with the buttons of your choice. |
modelview.cfg
Level of Detail Cycler
Name: Level of Detail Cycler Author: Pasty Description: Cycles through the three values of the level of detail. Instructions: Put the text below into your config replacing 'F3' with the button of your choice. |
// ============================== // Level of Detail Cycler -Pasty // ============================== set LOD2 "r_lodbias 2; set lodcyc vstr LOD1; cg_simpleitems 1; r_dynamiclight 0;
r_fastsky 1; r_noportals 1; r_drawSun 0; cg_gibs 0; echo Lowest Detail" set LOD1 "r_lodbias 1; set lodcyc vstr LOD0; r_dynamiclight 1; r_drawSun 1;
cg_simpleitems 0; cg_gibs 1; echo Medium Detail" set LOD0 "r_lodbias 0; set lodcyc vstr LOD2; r_noportals 0; set r_fastsky 0;
echo Max Detail" set lodcyc vstr LOD2 bind F3 "vstr lodcyc" // el fin
Clean Screenshot
Name: Clean Screenshot Author: Artificer Description: Click to clear the junk off your screen and take the screenshot, then return to normal. Instructions: Put the text below into your config replacing 'F3' with the button of your choice. |
If you play with cg_drawgun 0 (weapon not showing): bind x "cg_draw2d 0; wait; wait; wait; screenshot; toggle cg_draw2d"
If you play with cg_drawgun 1 (weapon shows): bind x "cg_draw2d 0;cg_drawgun 0; wait; wait; wait; screenshot; toggle cg_draw2d; toggle cg_drawgun"
Essobie's Tip Dictionary
Name: Essobie's Tip Dictionary Author: Essobie Description: This little script lets you scroll through preset answers to commonly asked questions. Using F3, F4, and F5 - or whatever you change them to - you can scroll through the various tips and say the one that is needed. This way, you aren't constantly typing the same answer to the same question you always here. It's also very easy to change the tips and even add more if desired. Instructions: Download the file below replacing the controls with the buttons of your choice. |
tips.cfg
Anti-Lag
Name: Anti-Lag Author: Krahdmirr Description: Click to set packet settings low during a serious lag and/or a timeout, click again to return to normal settings. Instructions: Put the text below into your config replacing 'X' with the button of your choice and the variable settings to fit your preference. |
set antilag_on "cg_lagometer 1; rate 1; snaps 1; cl_maxpackets 10; cl_nodelta 1;
echo [AntiLag ON];
play sound\misc\menu1;
set antilag vstr antilag_off" set antilag_off "cg_lagometer 0; rate 3500; snaps 20; cl_maxpackets 30; cl_nodelta 0;
echo [AntiLag OFF];
play sound\misc\menu3;
set antilag vstr antiLag_on" set antilag vstr antilag_on bind x vstr antilag
Wheelmouse Zoom-Walk
Name: Wheelmouse Zoom-Walk Author: David Chase Description: Wheel the mousewheel down to walk, then back up to run. Or, wheel it up to zoom in, and down to zoom back out. Instructions: Put the text below into your config replacing the 'regfov' and 'snipefov' settings to your liking. |
seta ZOOMIN "vstr snipefov; set wheeldn vstr ZOOMOUT" seta ZOOMOUT "vstr regfov; set wheeldn vstr CLWALK" seta CLWALK "seta cl_run 0; set wheelup vstr CLRUN" seta CLRUN "seta cl_run 1; set wheelup vstr ZOOMIN" set snipefov "set fov 40" set regfov "set fov 110" set wheelup vstr ZOOMOUT set wheeldn vstr CLWALK bind mwheelup "vstr wheelup" bind mwheeldn "vstr wheeldn"
Spectator Toggle
Name: Spectator Toggle Author: SDSC_Envy Description: Click to become a spectator, and click again to return to the fray. Instructions: Put the text below into your config replacing 'p' with the button of your choice. Remember, your score will be set to 0 when you become a spectator. |
set spectator "team s;set spec vstr play" set play "team r; set spec vstr spectator" set spec "vstr spectator" bind p "vstr spec"
Demo Script
Name: Demo Script Author: Essobie Description: Has keys to start and stop recording a demo and que up the next and the prev demo. Instructions: Download the file below, and note that the bindings have a // in front of them. You must delete these for the script to work. |
demo.cfg
Callvote Cycler
Nme: Callvote Cycler Author: Essobie Description: A nifty script that you can use when you want to call a vote for another map.
You can cycle through the gametypes, then the maps, and choose the one you wish to propose a vote for.
You can even use it to cast a vote. The .cfg file has complete instructions included in it. Instructions: Download the file below replacing the controls with the buttons of your choice.
votecycle.cfg
4 Group Weapons
Name: 4 Group Weapons Author: Essobie cription: Arranges all the weapons into 4 keys for easy management. Instructions: Download the file below replacing the controls with the buttons of your choice.
| | | |
| | | |
|
|