Welcome,
Guest
. Please
login
or
register
.
November 22, 2024, 08:15:32 PM
News:
tastyspleen.net discord server:
http://discord.tastyspleen.net
Home
Forum
Help
TinyPortal
Search
Calendar
Login
Register
tastyspleen::quake 2 community
»
Forum
»
Quake Related Topics
»
Quake
(Moderator:
[BTF]DeathStalker
) »
Configs...
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Configs... (Read 1702 times)
Slayer :D
Sr. Member
Posts: 426
Rated:
Configs...
«
on:
July 06, 2010, 11:08:23 AM »
This is my config:
========================================
// ...::: Eternity's Config :::...
// configuration setup with the WASD key setup
unbindall
//------------------------------------------------------------
// necessary keys from config.cfg
bind ENTER "invuse"
bind ESCAPE "togglemenu"
bind TAB "inven"
bind PAUSE "pause"
bind ~ "toggleconsole"
bind [ "invprev"
bind ] "invnext"
bind ` "toggleconsole"
bind F1 "cmd help"
bind F10 "quit"
bind F12 "screenshot"
//------------------------------------------------------------
// A neat sniper alias for zooming in on people
alias zoom_level1 "fov 120; sensitivity 16; echo fov = 120; bind ALT zoom_level2"
alias zoom_level2 "fov 60; sensitivity 8; echo fov = 60; bind ALT zoom_level1"
//------------------------------------------------------------
// dropping binds
alias bigwait "wait; wait"
alias dropRG "say_team [‹‹] [ %N ] [ RG DROP ] [ $$loc_here ] [‹‹]; wave 4; drop Railgun; drop SLUGS"
alias dropHB "say_team [‹‹] [ %N ] [ BFG/HB DROP ] [ $$loc_here ] [‹‹]; wave 4; drop Hyperblaster; bigwait; drop BFG10K; bigwait; drop CELLS; bigwait; drop CELLS; bigwait; drop CELLS"
alias dropRL "say_team [‹‹] [ %N ] [ RL DROP ] [ $$loc_here ] [‹‹]; wave 4; drop Rocket Launcher; drop ROCKETS; bigwait; drop ROCKETS"
alias dropCG "say_team [‹‹] [ %N ] [ CHAIN DROP ] [ $$loc_here ] [‹‹]; wave 4; drop Chaingun; drop BULLETS; bigwait; drop BULLETS; bigwait; drop BULLETS"
alias dropMG "say_team [‹‹] [ %N ] [ MG DROP ] [ $$loc_here ] [‹‹]; wave 4; drop Machinegun; drop BULLETS"
alias dropSSG "say_team [‹‹] [ %N ] [ SSG DROP ] [ $$loc_here ] [‹‹]; wave 4; drop Super Shotgun; drop SHELLS; bigwait; drop SHELLS"
alias dPS "say_team [‹‹] [ %N ] [ POWER SHIELD DROP ] [ $$loc_here ] [‹‹]; wave 4; drop Power Shield; drop CELLS; bigwait; drop CELLS; bigwait; drop CELLS; bigwait; drop CELLS"
alias dropNades "say_team [‹‹] [ %N ] [ GL DROP ] [ $$loc_here ] [‹‹]; wave 4; drop Grenade Launcher; drop GRENADES; bigwait; drop GRENADES"
alias dropRox "say_team [‹‹] [ %N ] [ ROCKET DROP ] [ $$loc_here ] [‹‹]; wave 4; drop ROCKETS"
alias dropShells "say_team [‹‹] [ %N ] [ SHELL DROP ] [ $$loc_here ] [‹‹]; wave 4; drop SHELLS"
alias dropBullets "say_team [‹‹] [ %N ] [ BULLET DROP ] [ $$loc_here ] [‹‹]; wave 4; drop BULLETS"
alias dropCells "say_team [‹‹] [ %N ] [ CELL DROP ] [ $$loc_here ] [‹‹]; wave 4; drop CELLS"
alias dropSlugs "say_team [‹‹] [ %N ] [ SLUG DROP ] [ $$loc_here ] [‹‹]; wave 4; drop SLUGS"
//------------------------------------------------------------
// weapon use keys
alias useBL "use Blaster; crosshair 10"
alias useSG "use Shotgun; crosshair 8"
alias useSSG "use Super Shotgun; crosshair 8"
alias useMG "use Machinegun; crosshair 8"
alias useCG "use Chaingun; crosshair 8"
alias useGL "use Grenade Launcher; crosshair 12"
alias useGR "use Grenades; crosshair 12"
alias useRL "use Rocket Launcher; crosshair 10"
alias useHB "use Hyperblaster; crosshair 5"
alias useRG "use Railgun; crosshair 169"
alias useBFG "use BFG10K; crosshair 3"
//------------------------------------------------------------
// movement keys
bind w "+forward"
bind a "+moveleft"
bind s "+back"
bind d "+moveright"
bind SHIFT "+movedown"
//------------------------------------------------------------
// mouse controls
bind MWHEELUP "keyRG"
bind MWHEELDOWN "keyRL"
bind MOUSE1 "+attack"
// doublejump bind
alias +2j "+moveup; megawait; -moveup; megawait; +moveup"
alias -2j "-moveup"
alias megawait "wait; wait"
bind mouse2 "+2j"
//------------------------------------------------------------
set modif "0"
alias keyBL_0 "useBL"
alias keyBL_1 "useBL"
alias keyBL_2 "useBL"
alias keyBL "keyBL_$modif"
alias keySG_0 "useSG"
alias keySG_1 "dropSSG"
alias keySG_2 "dropShells"
alias keySG "keySG_$modif"
alias keySSG_0 "useSSG"
alias keySSG_1 "dropSSG"
alias keySSG_2 "dropShells"
alias keySSG "keySSG_$modif"
alias keyMG_0 "useMG"
alias keyMG_1 "dropMG"
alias keyMG_2 "dropBullets"
alias keyMG "keyMG_$modif"
alias keyCG_0 "useCG"
alias keyCG_1 "dropCG"
alias keyCG_2 "dropBullets"
alias keyCG "keyCG_$modif"
alias keyGL_0 "useGL"
alias keyGL_1 "dropNades"
alias keyGL_2 "dropNades"
alias keyGL "keyGL_$modif"
alias keyRL_0 "useRL"
alias keyRL_1 "dropRL"
alias keyRL_2 "dropRox"
alias keyRL "keyRL_$modif"
alias keyHB_0 "useHB"
alias keyHB_1 "dropHB"
alias keyHB_2 "dropCells"
alias keyHB "keyHB_$modif"
alias keyRG_0 "useRG"
alias keyRG_1 "dropRG"
alias keyRG_2 "dropSlugs"
alias keyRG "keyRG_$modif"
alias keyBFG_0 "useBFG"
alias keyBFG_1 "dropHB"
alias keyBFG_2 "dropCells"
alias keyBFG "keyBFG_$modif"
alias smod1 "set modif 1; bind c smod2; echo Dropping weapons"
alias smod2 "set modif 2; bind c smod3; echo Dropping ammo"
alias smod3 "set modif 0; bind c smod1; echo Using stuff"
//------------------------------------------------------------
// basic number keys
bind 1 "keyBL"
bind 2 "keySG"
bind 3 "keySSG"
bind 4 "keyMG"
bind 5 "keyCG"
bind 6 "keyGL"
bind 7 "keyRL"
bind 8 "keyHB"
bind 9 "keyRG"
bind 0 "keyBFG"
// free keys
// i j n o p / \ - = CTRL PGDN END F6 F7 F8
bind b "say_team [‹‹] [ STATUSžŸ%HžŸ%A ] [ @ $$loc_here ] [‹‹]"
bind c "smod1"
bind e "keyHB"
bind f "keyGL"
bind g "keyBFG"
bind h "say_team [ˆ‰] [ NEED GUARD ] [ $$loc_here ] [ˆ‰]"
bind k "say_team [‹‹] [ þarmorþ ] [+20] [ $$loc_here ]; play armor20.wav"
bind l "say_team [‹‹] [ þweaponþ ] [+30] [ $$loc_here ]; play weapon30.wav"
bind m "say_team [‹‹] [ Need AMMO for ] [ %W ] [ @ $$loc_here ]"
bind q "keyCG"
bind r "say_team [‹‹] [ Quad Weapon/Ammo needed! ] [ $$loc_here ] [‹‹]; wave 3"
bind t "say_team €$$loc_here‚ SECURED"
bind u "exec scfg/nmy_quad.cfg"
bind v "say_team [ˆ‰] [ WEAK NMY ] [ $$loc_there ] [ˆ‰]"
bind x "say_team [ˆ‰] [ NMY ] [ $$loc_there ] [‰ˆ]"
bind y "say_team €$$loc_here‚ LOST"
bind z "useGR"
bind HOME "exec scfg/quadtimer.cfg"
bind PGUP "say_team [ˆ‰] [ GET QUAD NOW!!! ] [ˆ‰]; say_team [ˆ‰] [ GET QUAD NOW!!! ] [ˆ‰]"
// talking
bind . "messagemode"
bind , "messagemode2"
// spam
bind INS "say =D"
bind DEL "say xD"
// misc
bind ALT "zoom_level2"
bind SPACE "invuse"
// function keys
bind F2 "say_team [ AFFIRMATIVE! ]"
bind F3 "say_team [ NEGATIVE! ]"
bind F4 "say_team [ˆ‰] [ NEED HELP FAST! ] [ $$loc_here] [ˆ‰]"
bind F5 "wave 2"
Logged
Slayer :D
Sr. Member
Posts: 426
Rated:
Re: Configs...
«
Reply #1 on:
July 06, 2010, 11:10:08 AM »
So basically, pressing "c" results in <smod> getting toggled from 0 to 1 to 2 to 0 again. When "c" is zero, weapons are used. When "c" is one, weapons are dropped. When "c" is two, ammo is dropped. It uses Quake II's macro expansion
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
tastyspleen::quake 2 community
»
Forum
»
Quake Related Topics
»
Quake
(Moderator:
[BTF]DeathStalker
) »
Configs...
El Box de Shoutamente
Last 10 Shouts:
Costigan_Q2
November 11, 2024, 06:41:06 AM
"Stay cozy folks.
Everything is gonna be fine."
There'll be no excuses for having TDS after January 20th, there'll be no excuses AT ALL!!!
|iR|Focalor
November 06, 2024, 03:28:50 AM
RailWolf
November 05, 2024, 03:13:44 PM
Nice
Tom Servo
November 04, 2024, 05:05:24 PM
The Joe Rogan Experience episode 223 that dropped a couple hours ago with Musk, they're talking about Quake lol.
Costigan_Q2
November 04, 2024, 03:37:55 PM
Stay cozy folks.
Everything is gonna be fine.
|iR|Focalor
October 31, 2024, 08:56:37 PM
Costigan_Q2
October 17, 2024, 06:31:53 PM
Not activated your account yet?
Activate it now! join in the fun!
Tom Servo
October 11, 2024, 03:35:36 PM
HAHAHAHAHAHA
|iR|Focalor
October 10, 2024, 12:19:41 PM
I don't worship the devil. Jesus is Lord, friend. He died for your sins. He will forgive you if you just ask.
rikwad
October 09, 2024, 07:57:21 PM
Sorry, I couldn't resist my inner asshole.
Show 50 latest
User
Welcome,
Guest
. Please
login
or
register
.
November 22, 2024, 08:15:32 PM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search
Advanced search