Spy Quick Disguise Script

A place to discuss strategies and methods of playing
Post Reply
Reipin
Villun
Villun
User avatar
Posts: 556
Joined: Sun Feb 17, 2008 11:37 am

Ville Awards

Spy Quick Disguise Script

Post by Reipin » Thu Aug 21, 2008 5:54 am

Edit your autoexec.cfg file in C:\Program Files\Steam\steamapps\YOURaccountNAME\team fortress 2\tf\cfg

copy and paste this in, edit the "binds" to suit your taste. This was taken from the TF2 wiki and edited to suit my taste:

// Spy Quick Disguise
// ==================
alias spy_cycle_r1 "disguise 1 0; alias spy_cycleup spy_cycle_r2; alias spy_cycledn spy_cycle_r9; alias spy_colorswap spy_cycle_b1; spy_red"
alias spy_cycle_r2 "disguise 3 0; alias spy_cycleup spy_cycle_r3; alias spy_cycledn spy_cycle_r1; alias spy_colorswap spy_cycle_b2; spy_red"
alias spy_cycle_r3 "disguise 7 0; alias spy_cycleup spy_cycle_r4; alias spy_cycledn spy_cycle_r2; alias spy_colorswap spy_cycle_b3; spy_red"
alias spy_cycle_r4 "disguise 4 0; alias spy_cycleup spy_cycle_r5; alias spy_cycledn spy_cycle_r3; alias spy_colorswap spy_cycle_b4; spy_red"
alias spy_cycle_r5 "disguise 6 0; alias spy_cycleup spy_cycle_r6; alias spy_cycledn spy_cycle_r4; alias spy_colorswap spy_cycle_b5; spy_red"
alias spy_cycle_r6 "disguise 9 0; alias spy_cycleup spy_cycle_r7; alias spy_cycledn spy_cycle_r5; alias spy_colorswap spy_cycle_b6; spy_red"
alias spy_cycle_r7 "disguise 5 0; alias spy_cycleup spy_cycle_r8; alias spy_cycledn spy_cycle_r6; alias spy_colorswap spy_cycle_b7; spy_red"
alias spy_cycle_r8 "disguise 2 0; alias spy_cycleup spy_cycle_r9; alias spy_cycledn spy_cycle_r7; alias spy_colorswap spy_cycle_b8; spy_red"
alias spy_cycle_r9 "disguise 8 0; alias spy_cycleup spy_cycle_r1; alias spy_cycledn spy_cycle_r8; alias spy_colorswap spy_cycle_b9; spy_red"

alias spy_cycle_b1 "disguise 1 1; alias spy_cycleup spy_cycle_b2; alias spy_cycledn spy_cycle_b9; alias spy_colorswap spy_cycle_r1; spy_blu"
alias spy_cycle_b2 "disguise 3 1; alias spy_cycleup spy_cycle_b3; alias spy_cycledn spy_cycle_b1; alias spy_colorswap spy_cycle_r2; spy_blu"
alias spy_cycle_b3 "disguise 7 1; alias spy_cycleup spy_cycle_b4; alias spy_cycledn spy_cycle_b2; alias spy_colorswap spy_cycle_r3; spy_blu"
alias spy_cycle_b4 "disguise 4 1; alias spy_cycleup spy_cycle_b5; alias spy_cycledn spy_cycle_b3; alias spy_colorswap spy_cycle_r4; spy_blu"
alias spy_cycle_b5 "disguise 6 1; alias spy_cycleup spy_cycle_b6; alias spy_cycledn spy_cycle_b4; alias spy_colorswap spy_cycle_r5; spy_blu"
alias spy_cycle_b6 "disguise 9 1; alias spy_cycleup spy_cycle_b7; alias spy_cycledn spy_cycle_b5; alias spy_colorswap spy_cycle_r6; spy_blu"
alias spy_cycle_b7 "disguise 5 1; alias spy_cycleup spy_cycle_b8; alias spy_cycledn spy_cycle_b6; alias spy_colorswap spy_cycle_r7; spy_blu"
alias spy_cycle_b8 "disguise 2 1; alias spy_cycleup spy_cycle_b9; alias spy_cycledn spy_cycle_b7; alias spy_colorswap spy_cycle_r8; spy_blu"
alias spy_cycle_b9 "disguise 8 1; alias spy_cycleup spy_cycle_b1; alias spy_cycledn spy_cycle_b8; alias spy_colorswap spy_cycle_r9; spy_blu"

alias spy_red "alias spy1 spy_cycle_r1;alias spy2 spy_cycle_r2;alias spy3 spy_cycle_r3;alias spy4 spy_cycle_r4;alias spy5 spy_cycle_r5;alias spy6 spy_cycle_r6;alias spy7 spy_cycle_r7;alias spy8 spy_cycle_r8;alias spy9 spy_cycle_r9"
alias spy_blu "alias spy1 spy_cycle_b1;alias spy2 spy_cycle_b2;alias spy3 spy_cycle_b3;alias spy4 spy_cycle_b4;alias spy5 spy_cycle_b5;alias spy6 spy_cycle_b6;alias spy7 spy_cycle_b7;alias spy8 spy_cycle_b8;alias spy9 spy_cycle_b9"

spy_cycle_b8 // Initialize .script and disguise as a Blue Sniper. Alter to taste.

bind "LEFTARROW" "spy_cycleup" // Cycles disguise in the current color up a class by number.
bind "RIGHTARROW" "spy_cycledn" // Cycles disguise in the current color down a class by number.
bind "END" "spy_colorswap" // Swaps to the other team color and starts a disguise of the last class you selected.
bind "KP_END" "spy1" // Disguise as Current Color Scout
bind "KP_DOWNARROW" "spy2" // Disguise as Current Color Soldier
bind "KP_PGDN" "spy3" // Disguise as Current Color Pyro
bind "KP_LEFTARROW" "spy4" // Disguise as Current Color Demoman
bind "KP_5" "spy5" // Disguise as Current Color Heavy
bind "KP_RIGHTARROW" "spy6" // Disguise as Current Color Engineer
bind "KP_HOME" "spy7" // Disguise as Current Color Medic
bind "KP_UPARROW" "spy8" // Disguise as Current Color Sniper
bind "KP_PGUP" "spy9" // Disguise as Current Color Spy
bind "KP_INS" "spy_colorswap" // Swap to opposite color.
[img]http://i56.photobucket.com/albums/g190/johnnyalpha/tvctf208.png[/img]
[url=http://theville.hlstatsx.com/hlstats.php][img]http://theville.hlstatsx.com/hlstats.php/sig/16400_random.png[/img]
[/url]

Araris
Villun
Villun
User avatar
Posts: 913
Joined: Sun Jul 20, 2008 11:29 pm

Games Played

Araris’s avatar
Loading…

Post by Araris » Sun Aug 31, 2008 1:18 am

Thanks!

Reipin
Villun
Villun
User avatar
Posts: 556
Joined: Sun Feb 17, 2008 11:37 am

Ville Awards

Re: Spy Quick Disguise Script

Post by Reipin » Sun Aug 31, 2008 9:25 am

welcome :)
[img]http://i56.photobucket.com/albums/g190/johnnyalpha/tvctf208.png[/img]
[url=http://theville.hlstatsx.com/hlstats.php][img]http://theville.hlstatsx.com/hlstats.php/sig/16400_random.png[/img]
[/url]

Infusions
Villun
Villun
User avatar
Posts: 1284
Joined: Mon Aug 18, 2008 12:29 am

Ville Awards

Post by Infusions » Sun Aug 31, 2008 10:05 am

I don't really get .scripts. Wouldn't it be almost the same has having quick change on? Or as opposed to doing all this for a friendly pyro disguise:

4: Cigarette Case
`: Change disguise
3: Friendly Pyro

All I would have to do is press one key? Seems like I would have to memorize a lot of keys for each disguise. OR AM I LIKE not understanding this correctly, I'm secretly retarded, I didn't even know what a Pub was until Flobee told me.
[url=http://lolschach.blogspot.com/][img]http://g.imagehost.org/0572/LOL_6.png[/img][/url]

Zman
Villun
Villun
User avatar
Posts: 1757
Joined: Sat Apr 28, 2007 10:17 pm

Ville Awards

Post by Zman » Sun Aug 31, 2008 10:25 am

[quote="Infusions";p="117016"]I don't really get .scripts. Wouldn't it be almost the same has having quick change on? Or as opposed to doing all this for a friendly pyro disguise:

4: Cigarette Case
`: Change disguise
3: Friendly Pyro

All I would have to do is press one key? Seems like I would have to memorize a lot of keys for each disguise. OR AM I LIKE not understanding this correctly, I'm secretly retarded, I didn't even know what a Pub was until Flobee told me.[/quote]

Thats how Ive always felt

Reipin
Villun
Villun
User avatar
Posts: 556
Joined: Sun Feb 17, 2008 11:37 am

Ville Awards

Re: Spy Quick Disguise Script

Post by Reipin » Sun Aug 31, 2008 3:28 pm

Your method is awkward for me and requires an extra button push.

I don't like using the number keys above awsd, not in this game or any game that requires awsd for movement. It's just awkward for me. I would have to stop moving to use them.

My method allows me to continue running with full control over strafe forward and backwards and I only have to hit two buttons, any number between 1 through 9 on the numpad for one of the classes, and if I need it, I hit 0 to switch teams. So I can run out as a friendly pyro, right click, tap 4 then 0 then put my hand right back on the mouse and come out as a enemy demo. If I get shot running invis I can hit 9 to instantly turn to a sniper and come out of invis as something else.

If the normal method works for you then great.

It doesn't work for me and felt awkward so I found another way and thought I would share since other people asked me about it.
[img]http://i56.photobucket.com/albums/g190/johnnyalpha/tvctf208.png[/img]
[url=http://theville.hlstatsx.com/hlstats.php][img]http://theville.hlstatsx.com/hlstats.php/sig/16400_random.png[/img]
[/url]

Clay Pigeon
Retired Admin
Retired Admin
User avatar
Posts: 4811
Joined: Sun Nov 12, 2006 12:45 pm
Location: Michigan

Games Played

Ville Awards

Clay’s avatar
Loading…

Re: Spy Quick Disguise Script

Post by Clay Pigeon » Sun Aug 31, 2008 5:04 pm

.scripts? Theres a can of worms that hasn't been open for a while...
"No dictator, no invader can hold an imprisoned population by force of arms forever. There is no greater power in the universe than the need for freedom. Against that power tyrants and dictators cannot stand." - The prophet G'Kar

Post Reply

Who is online

Users browsing this forum: No registered users and 6 guests