// *************************************** // * [2c] v4.0 config * // * Adjust the binds the way you want * // * (c)[2c.10] * // *************************************** //************************************************************************************** //Unbinds all binds unbindall //*********************************************************************************** //USE WEAPON ALIASES //sensitivity <#> = add specific sensitivity for each gun. alias userg "use Railgun;sensitivity 5.8" alias userl "use Rocket Launcher;sensitivity 5.8" alias usess "use Shotgun;sensitivity 5.8;wait;use Super shotgun;sensitivity 5.8" alias usehb "use BFG10K;sensitivity 5.8;wait;use Hyperblaster;sensitivity 5.8" alias usecg "use machinegun;sensitivity 5.8;wait;use Chaingun;sensitivity 5.8" alias usegl "use Grenades;sensitivity 5.8;wait;use Grenade Launcher;sensitivity 5.8" alias usemg "use machinegun;sensitivity 5.8" alias usesh "use shotgun;sensitivity 5.8" alias useps "use power shield" alias usebl "use blaster" //*********************************************************************************** //DROP WEAPON-PACKAGES ALIASES alias drl "drop Rocket Launcher;wait;drop rockets" alias drg "drop Railgun;wait;drop slugs" alias dss "drop Super Shotgun;wait;drop Shotgun;wait;drop shells" alias dhb "drop Hyperblaster;wait;drop BFG10K;wait;drop cells" alias dcg "drop Chaingun;wait;drop Machinegun;wait;drop bullets" alias dgl "drop Grenade Launcher;wait;drop grenades" alias dps "drop power shield;wait;drop cells" //********************************************************************************** //(DROP WEAPON-PACKAGES) CHAT ALIASES alias droprl "say_team ˆŸ RL DROPPED $$loc_here;drl;wave 1" alias droprg "say_team ˆŸ RG DROPPED $$loc_here;drg;wave 1" alias dropss "say_team ˆŸ SSG/SG DROPPED $$loc_here;dss;wave 1" alias drophb "say_team ˆŸ HB/BFG DROPPED $$loc_here;dhb;wave 1" alias dropcg "say_team ˆŸ CG/MG DROPPED $$loc_here;dcg;wave 1" alias dropgl "say_team ˆŸ GL DROPPED $$loc_here;dgl;wave 1" alias dropps "say_team ˆŸ PS DROPPED $$loc_here;dps;wave 1" //*********************************************************************************** //DROP WEAPON AMMO ALIASES alias darl "drop rockets" alias darg "drop slugs" alias dass "drop shells" alias dahb "drop cells" alias dacg "drop bullets" alias dag "drop grenades" //********************************************************************************** //(DROP WEAPON-AMMO) CHAT ALIASES alias droparl "say_team ˆŸ ROCKETS DROPPED $$loc_here;darl;wave 1" alias droparg "say_team ˆŸ SLUGS DROPPED $$loc_here;darg;wave 1" alias dropass "say_team ˆŸ SHELLS DROPPED $$loc_here;dass;wave 1" alias dropahb "say_team ˆŸ CELLS DROPPED $$loc_here;dahb;wave 1" alias dropacg "say_team ˆŸ BULLETS DROPPED $$loc_here;dacg;wave 1" alias dropag "say_team ˆŸ GRENADES DROPPED $$loc_here;dag;wave 1" //********************************************************************************** //ITEM-TIMING CHAT ALIASES alias sayarm "say_team ‡Ÿ Armour [+20] $$loc_here;play t20.wav;wave 1" alias sayquad "say_team ŽŸ QUAD [+60];play quad60.wav" alias sayweap "say_team ‡Ÿ Weapon [+30] $$loc_here;play weapon30.wav" alias sayps "say_team ‡Ÿ PS [+60];play ps.wav" alias sayquad10 "say_team ‡Ÿ Quad [+10]" alias sayinvul "say_team ‡Ÿ INVUL SOON" alias saymega "say_team ‡Ÿ MEGA [+20];play t20.wav;wave 1" alias quadf "say_team ŽŸ NMY QUAD" alias quade "say_team ‹Ÿ TEAM QUAD" //********************************************************************************** //POSITIONAL CHAT ALIASES alias okay "say_team ‹Ÿ AFF/SAFE $$loc_here;wave 2" alias nmy "say_team ŽŸ NMY $$loc_there" alias needhelp "say_team ŽŸ HELP/2+ NMY $$loc_there;wave 3" alias available "say_team ‹Ÿ GET ARMOUR $$loc_here;wave 2" alias mystatus "say_team ‹Ÿ [ IM $$loc_here ]" alias needweap "say_team ‰Ÿ Need Weap $$loc_here;wave 3" alias extraweap "say_team ‹Ÿ Weapons Available $$loc_here;wave 2" alias replace "say_team ‹Ÿ ->REPLACE ME<- $$loc_here;wave 3" alias special1 "" alias special2 "" alias special3 "" //************************************************************************************** //GuN (keys your have your guns bound to). //Edit approperate keys with the keys you use for each weapon. //(Quick way to do it is goto edit>replace and copy what you need to change and change it with your key to avoid missing any.) alias +drop "dropuse" alias -drop "droprestore" // weapon drop aliases (Creates Function key) alias +ammo "ammouse" alias -ammo "droprestore" // weapon ammo aliases (Creates Function key) alias +say "sayuse" alias -say "droprestore" // item-timing chat aliases (Creates Function key) alias +say1 "say1use" alias -say1 "droprestore" // Positional Chat aliases (Creates Function key) alias droprestore "bind MWHEELUP userg;bind MWHEELDOWN userl;bind MOUSE3 usess;bind w usehb;bind r usecg;bind g usegl;bind v useps;bind a usebl;bind t messagemode;bind y messagemode2" alias dropuse "bind MWHEELUP droprg;bind MWHEELDOWN droprl;bind MOUSE3 dropss;bind w drophb;bind r dropcg;bind g dropgl;bind v dropps" alias ammouse "bind MWHEELUP droparg;bind MWHEELDOWN droparl;bind MOUSE3 dropass;bind w dropahb;bind r dropacg;bind g dropag" alias sayuse "bind w sayarm;bind r sayquad;bind v sayps;bind g sayweap;bind t sayquad10; bind a saymega;bind q sayinvul;bind 4 quadf;bind 5 quade" alias say1use "bind r mystatus;bind t okay; bind w nmy;bind q needhelp;bind g available;bind h extraweap;bind a needweap;bind y replace; bind c special1;bind v special2;bind b special3" bind SPACE "+drop" // Function key for weapon drops bind SHIFT "+ammo" // Function key for weapon ammo drops bind mouse4 "+say" // Function key for item-timing chat bind mouse5 "+say1" // Function key for Positional chat //************************************************************************************** //Misc Commands (any binds you have to talk etc.) //Left common generic commands in place, edit if you like. bind ESCAPE "togglemenu" // q2menu bind ` "toggleconsole" // open console bind [ "invprev" // move up in Tourney/GX/Battlefield menu bind ] "invnext" // move down in Tourney/GX/Battlefield menu bind TAB "inven" // open Tourney/GX/Battlefield menu bind ENTER "invuse" // select something in Tourney/GX/Battlefield menu bind F1 "cmd help" // Display Score bind t "messagemode" // Chat with everyone bind y "messagemode2" // Chat with teammates bind F6 "screenshot" // Take a screenshot alias startdemo "record ${$time}-${$date}-${$mapname};bind F5 stopdemo" alias stopdemo "stop;bind F5 startdemo" bind F5 "startdemo" //************************************************************************************** //MOVEMENT (any keys you have for player movement) //+jump2 is for the double jump script provided in the pak, use the "\" key to change in game mhz. bind e "+forward" // move forward bind f "+moveright" // strafe right bind s "+moveleft" // strafe left bind ctrl "+movedown" // duck bind d "+back" // move back bind mouse1 "+attack" // shoot bind mouse2 "+moveup" // jump + added jump script bind v "upowers" // use power shield //walk toggle bind z "+speed" //************************************************************************************** //CFGS EXEC ALIASES alias dm1lift "exec cfg/dm1lift.cfg; echo DM1 Lift Position Loaded...;say_team DM1 Lift Position Loaded..." alias dm1mega "exec cfg/dm1mega.cfg; echo DM1 MEGA Position Loaded...;say_team DM1 MEGA Position Loaded..." alias dm1rail "exec cfg/dm1rail.cfg; echo DM1 Rail Position Loaded...;say_team DM1 Rail Position Loaded..." alias dm2ra "exec cfg/dm2ra.cfg; echo DM2 RED ARMOR Position Loaded...;say_team DM2 RED ARMOR Position Loaded..." alias dm2quad "exec cfg/dm2quad.cfg; echo DM2 Quadrunner Position Loaded...;say_team DM2 Quadrunner Position Loaded..." alias dm2rl "exec cfg/dm2rl.cfg; echo DM2 ROX Position Loaded...;say_team DM2 ROX Position Loaded..." alias dm3rail "exec cfg/dm3rail.cfg; echo DM3 Rail Position Loaded...;say_team DM3 Rail Position Loaded..." alias dm3quad "exec cfg/dm3quad.cfg; echo DM3 Quadrunner Position Loaded...;say_team DM3 Quadrunner Position Loaded..." alias dm3rl "exec cfg/dm3rl.cfg; echo DM3 ROX Position Loaded...;say_team DM3 ROX Position Loaded..." alias execute "bind 1 dm1lift;bind 2 dm1mega;bind 3 dm1rail;bind 4 dm2ra;bind 5 dm2quad;bind 6 dm2rl;bind 7 dm3rail;bind 8 dm3quad;bind 9 dm3rl; " alias +exec "execute" alias -exec "droprestore" bind p "+exec" //************************************************************************************** //player server settings (paste the rest of the junk in your cfg below) name lor set hand 2 set cl_gun 1 set cl_vwep 1 set sensitivity 6.8 set m_directinput 1 set allow_download "1" set allow_download_players "0" set allow_download_models "0" set allow_download_sounds "0" set allow_download_maps "1" set adr0 "69.9.168.4:27930" // t4 set adr1 "23.227.170.222:27916" // DM set adr2 "23.227.170.222:27910"// Mutant set adr3 "23.227.170.222:27990" // nadl set adr4 "208.100.0.130:27910" // dfil set adr5 "69.9.166.166:27910" // dfny set adr6 "68.90.68.27:27910" // dfmo set adr7 "69.9.168.4:27931" // t4-noalias set adr8 "23.227.170.222:27911" // railz //************************************************************************************** //r1gl set vid_ref r1gl set gl_colorbits "" //let r1gl pick the best set gl_depthbits "" //settings based on the set gl_alphabits "" //desktop color depth set gl_stencilbits "" //by leaving these empty set gl_ext_texture_filter_anisotropic "1" //enable anisotropic filtering set gl_ext_max_anisotropy "8.0" //set maximum anisotropy for GF4 set gl_ext_generate_mipmap "1" //use hardware/driver mipmaps //************************************************************************************** //END