// indian18's Sample Right-Handed Config For RA2 // ============================================= // Purpose: Rocket Arena 2 // Location: arena/autoexec.cfg // -------- // Author: indian18 (indian18@captured.com) // Website: http://www.captured.com/thebind/ // Copyright 1998 indian18, All Rights Reserved // ============================================= // Script Message echo echo ======Right-Handed Config====== echo Rocket Arena 2 echo by indian18 echo ============================== // ======= // Aliases // ======= // Rocket Jump alias +rocketj "cl_forwardspeed 598;wait;+attack;echo BOOM!" alias -rocketj "cl_forwardspeed 350;wait;-attack" alias +gotsaj "+moveup;wait;wait;wait;wait" alias -gotsaj "-moveup" alias +rj "+gotsaj;+rocketj" alias -rj "-gotsaj;-rocketj;centerview" // Sniper Zoom alias +sniperzoom "fov 20;m_pitch 0.004;m_yaw 0.004" alias -sniperzoom "fov 90;m_pitch 0.022;m_yaw 0.022" // Cl_Particles Toggle alias particlesoff "cl_particles 0;bind mouse3 particleson;echo Particles Are OFF!" alias particleson "cl_particles 1;bind mouse3 particlesoff;echo Particles Are ON!" //Classic Quake Scoreboard alias +score "cmd help" alias -score "cmd help;cmd putaway" // Lag Fixer alias +lag "set origrate $rate; rate 1" alias -lag "set rate $origrate; echo Rate: $rate" // ======== // Bindings // ======== // Special Keys==== bind pause "pause" bind - "sizedown" bind = "sizeup" bind tab "cmd help" // ================ // Function Keys=========== bind f1 "+score" bind f2 "menu_savegame" bind f3 "menu_loadgame" bind f4 "menu_keys" bind f5 "menu_startserver" bind f6 "save quick" bind f7 "menu_playerconfig" bind f8 "menu_addressbook" bind f9 "load quick" bind f10 "menu_quit" bind f11 "menu_credits" bind f12 "screenshot" // ======================== // Weapon Keys================= bind 1 "use blaster" bind 2 "use shotgun" bind 3 "use super shotgun" bind 4 "use machinegun" bind 5 "use chaingun" bind 6 "use grenade launcher" bind 7 "use rocket launcher" bind 8 "use hyperblaster" bind 9 "use railgun" bind 0 "use bfg10k" // ============================ // Movement Keys========= bind e "+forward" bind s "+moveleft" bind d "+back" bind f "+moveright" bind alt "+movedown" bind space "+moveup" // ====================== // Quick Keys=================================================== bind c "cl_particles 0;use super shotgun;wait;use chaingun" bind r "cl_particles 0;use super shotgun" bind a "cl_particles 0;use rocket launcher" bind b "+lag" bind w "cl_particles 1;use railgun" bind z "use grenades" bind v "use grenade launcher" bind end "say Okay... when this grenade explodes, begin. Ready?" // ============================================================= // Mouse Keys============= bind mouse1 "+attack" bind mouse2 "+rj" bind mouse3 "particleson" // ======================= / Inventory Keys===== bind [ "invprev" bind ] "invnext" bind \ "inven" bind pgdn "invdrop" bind enter "invuse" // =================== // Message Keys======= bind t "messagemode" bind y "messagemode2" // =================== // Commands======= bind tab cmd inven // =============== // EOF