eidolon's .rc file

// .rc File by eidolon of Clan empyrean

// My KeyPad 
//*---*---*---*---* 1 = Rocket Jump
//| 7 | 8 | 9 |   | 2 = Grappling Hook
//|   |   |   |   | 3 = ShowScores
//|---*---*---* + | 4 = Strafe Left
//| 4 | 5 | 6 |   | 5 = Strafe Right
//|   |   |   |   | 6 = Jump
//|---*---*---*---| 7 = Select Best Available Weapon
//| 1 | 2 | 3 | E | 8 = Walk Backwards
//|   |   |   | n | 9 = Cycle Weapons Backward 
//*---*---*---* t | 0 = Cycle Skins
//| 0     |.  | e | + = Screen Shot
//|       |   | r | Enter = Sniper Zoom 
//*-------*---*---* . = Color Dazzler

//Function Keys:
//F1 = Talk //C&C Influence :)
//F2 = Save Game
//F3 = Load Game
//F4 = BLeC HotKey: Shows The BSP Files In Your id1\maps Directory
//F5-F8 = Auto Load Scripts Of Fellow Clan Members
//F9 = Previous CD Track
//F10 = Next CD Track
//F12 = Map Development Mode

//******************************
unbindall //Resets All Bindings
//******************************


//********************************************************************
// 1. Important Basic Stuff
//*------------------------*

// Most Of These Are Self Explanitory
bind "F1" "messagemode"
bind "F2" "save eido1"
bind "F3" "load eido1"
bind "pause" "pause"
bind 0 "sizedown"
bind = "sizeup"
bind ` "toggleconsole"
bind t "messagemode"
bind y "messagemode2" //Teamplay Talk Mode
//********************************************************************


//********************************************************************
// 2. Weapon Controls
//*------------------*

//The All-Important Fire Button
bind "mouse1" "+attack"

//Cycle Weapons Backwards
bind "pgup" "impulse 12"

//My "Gimme The Best Weapon i've Got" Key
bind "home" "impulse 6; wait; impulse 5; wait; impulse 8; wait; impulse 7"
//In Order Of My Preference

//Nailguns 
bind / "impulse 4; wait; impulse 5"

//Super Shotgun
bind * "impulse 3"

//Lightning Gun
bind - "impulse 8"

//Grenades
bind g "impulse 6"

//Axe
bind 1 "impulse 1; say Axe. =)"
//********************************************************************


//********************************************************************
// 3. Movement Controls
//*--------------------*

//Circle Strafe Left
//alias +circle_l "+moveleft; +right"
//alias -circle_l "-moveleft; -right"
//bind "leftarrow" "+circle_l -circle_l"
//Circle Strafe Right
//alias +circle_r "+moveright; +left"
//alias -circle_r "-moveright; -left"
//bind 5 "+circle_r -circle_r"

//180
bind backspace "cl_yawspeed 2500; +left; wait; -left; cl_yawspeed 140"

//Rocket Jump
alias ld "cl_pitchspeed 9999; +lookdown; wait"
alias unld "-lookdown; centerview; cl_pitchspeed 150"
alias rjump "impulse 7; +jump; +attack; wait; -attack; -jump"
alias rjump2 "ld; rjump; unld"
bind "end" "rjump2"

//Jump 
bind "rightarrow" "+jump"

//Backing Up
bind "uparrow" "+back"

//Strafing 
bind "leftarrow" "+moveleft"
bind 5 "+moveright"

//Mouse Button Bindings
// Mouse 1 is +attack.
bind "mouse2" "+strafe"
bind "mouse3" "+forward"
//********************************************************************


//********************************************************************
// 4. Addons Support
//*-----------------*

//For The Top3 Reaper Demo League
bind r "exec top3.cfg"
//Set Number Of Bots
bind 6 "impulse 106" 
bind 8 "impulse 108" 
bind 3 "impulse 103"

//For TeamFortress
bind ";" "primeone" //Grenade 1 Primer
bind "'" "primetwo" //Grenade 2 Primer
bind "l" "throwgren" //'L' For Lob, i Guess.

//For FvF
bind s "impulse 30" //Switch Player Classes 

//Change Skin Key For MultiSkin And The Like
bind "ins" "impulse 200"

//Grappling Hook For CTF
bind "downarrow" "impulse 22; impulse 47"

//Reaper Bot Hot-Keys :)
bind [ "impulse 205" //Add Bot
bind ] "toggleconsole ; wait; impulse 220" //Bot Scores

//CTF Bot Keys
bind a "impulse 81" //Order To Attack
bind d "impulse 82" //Order To Defend
bind f "impulse 100" //Spawn Friendly Bot
bind e "impulse 101" //Spawn Enemy Bot

//BLeC Is A Program i Made. Email me About It: [email protected]
//Lists The BSP Files In my Maps Directory (With BLeC)
bind F4 "exec maps\bsp_list"

//Qspy Hot-Key
bind q "+showscores; screenshot; -showscores; toggleconsole; disconnect; qlist "
//********************************************************************


//********************************************************************
// 5. Miscellaneous Special Stuff / Chat Macros / Level Design
//*-----------------------------------------------------------*

//Plays Track One Of Audio CD
cd_t1

//Toggle Level Development Mode
alias bsp_dev dev1
alias dev1 "alias bsp_dev dev0 ; exec bsp_on.rc" 
alias dev0 "alias bsp_dev dev1 ; exec bsp_off.rc" 
bind "F12" "bsp_dev"

//Seraph's .rc File
bind F5 "exec seraph.rc"
//Behemoth's .rc File
bind F6 "exec behemoth.rc"
//The_Kemp's .rc File
bind F7 "exec the_kemp.rc"
//C][pher's .rc File
bind F8 "exec cipher.rc"

//Quick Boomstick Shot For Opening Doors And Such
alias boomer boom1
alias boom1 "alias boomer boom0 ; impulse 2; crosshair 1; +attack" 
alias boom0 "alias boomer boom1 ; -attack; crosshair 0" 
bind "space" "boomer" 

//Crosshair Toggle
alias target target_on
alias target_on "alias target target_off ; crosshair 1" 
alias target_off "alias target target_on ; crosshair 0" 
bind "enter" "target"

//Cheater Mode 
bind 9 "impulse 9; wait; god; impulse 255"

//Color Dazzle
bind "del" "exec colordaz.rc"

//My Chat Macro Script
exec chtmacro.rc
//********************************************************************


//********************************************************************
// 6. Gathering Game Stats 
//*-----------------------*

//Show Current Scores 
bind "pgdn" "+showscores"
bind "tab" "+showscores" //For Keyboarders

//Take A Screen Shot
bind + "screenshot"

//Ping The Server
bind "p" "toggleconsole; ping"
//********************************************************************


//********************************************************************
// 7. Preferential Settings
//*------------------------*
hostname FragNet
name eidolon
+mlook 
+speed
crosshair 0
sys_ticrate .01
gamma .7 //Brightness
sensitivity 6 //For Mouse 
lookspring 1 //Useless With +mlook
scr_conspeed 5000 //Console Acceleration
viewsize 115 //Shows Health, Armor, and Ammo Only
//********************************************************************

//Displayed Upon Loading
echo **********************
echo * eidolon`s rc v1.6 **
echo *--------------------*
echo *i am [email protected]*
echo **********************
//The End.