Fortress Forever

Go Back   Fortress Forever > Community > Tips and Tutorials

Reply
 
Thread Tools Display Modes
Old 09-12-2008, 10:45 PM   #1
PartialSchism
Keep On Keepin' On
 
PartialSchism's Avatar
 
Join Date: Feb 2008
Location: Mississippi
Class/Position: Offense
Gametype: Fun
Affiliations: I'm bad at FF, and my customs suck
Posts Rated Helpful 0 Times
Send a message via AIM to PartialSchism
2-Button Spy Disguise Script

Hiya!

Well as i was sitting here, Drinking a beer, and cruising the forums and wiki eagerly awaiting the 2.1 client files, I noticed there were not ANY spy scripts on the Wiki. So, here i present what i cooked up right after i noticed that the right-click spy menu was FUBAR.

"E" is used to cycle thru Light Classes "Scout, Medic, Sniper, Pyro"
"C" is used to cycle thru Mid-Heavy Classes "Engineer, Demoman, HeavyWeapons, Soldier"

You also disguise immediately after spawning (as soldier), change as u like(tho you might have to switch some things around, its YOUR .cfg, im just giving mine as an EXAMPLE )

*Please take note i use a cleanup.cfg, and that i am using "C" and "E" for my disguise buttons, Change them how u like but be sure to change all the ALIAS binds to the same key.


Code:
exec cleanup.cfg
echo SPY CFG LOADED

//Disguise as this On Spawn
disguise enemy soldier



//Disguise buttons
bind e "+scout"
bind c "+engy"


//Disguise Alias Heavy Classes "C"



alias +engy "disguise enemy engineer"
alias -engy "bind c +demo"

alias +demo "disguise enemy demoman"
alias -demo "bind c +hw"

alias +hw "disguise enemy hwguy"
alias -hw "bind c +solly"

alias +solly "disguise enemy soldier"
alias -solly "bind c +engy"


//Disguise Alias Light Classes "E"



alias +scout "disguise enemy scout"
alias -scout "bind e +med"

alias +med "disguise enemy medic"
alias -med "bind e +sniper"

alias +sniper "disguise enemy sniper"
alias -sniper "bind e +pyro"

alias +pyro "disguise enemy pyro"
alias -pyro "bind e +scout"
PartialSchism is offline   Reply With Quote


Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:27 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.