tf2-disguise-cmd.md
Unicode text, UTF-8 text, with very long lines (383)
title: TF2 disguise Command date: 2022 Dec 17 updated: 2024 Jan 17 --- A Spy class-specific command
Layout
The basic layout of the disguise command is very simple.
disguise [class] [team]
class
Parameter
1
: Scout
2
: Sniper
3
: Soldier
4
: Demoman
5
: Medic
6
: Heavy
7
: Pyro
8
: Spy
9
: Engineer
The reason the classes are in this order is that they were added in that order. As mentioned in Quake World Team Fortress § Versions on the Team Fortress wiki, it mentions the classes were added in the order of scout, sniper, soldier, demoman, and medic; then heavy; pyro; and finally spy and engineer.
team
Parameter
These depend upon what team you're on.
-1
: Enemy Team
-2
: Friendly Team
Specific Teams
These aren't extremely useful, but they exist. They are independent of the team you're on.
1
: Blu Team
2
: Red Team
Example
Normally, when you disguise as a spy of your team, you undisguise. This also applies to the disguise command, allowing for an "undisguise" command.
disguise "8" "-2"
You're also able to put this into a bind, allowing for an undisguise bind.
1--- 2title: TF2 disguise Command 3date: 2022 Dec 17 4updated: 2024 Jan 17 5--- 6A Spy class-specific command 7 8## Layout 9 10The basic layout of the disguise command is very simple. 11 12``` 13disguise [class] [team] 14``` 15 16## `class` Parameter 17 18`1` : Scout 19 20`2` : Sniper 21 22`3` : Soldier 23 24`4` : Demoman 25 26`5` : Medic 27 28`6` : Heavy 29 30`7` : Pyro 31 32`8` : Spy 33 34`9` : Engineer 35 36The reason the classes are in this order is that they were added in that order. As mentioned in [*Quake World Team Fortress* § Versions](https://wiki.teamfortress.com/wiki/Team_Fortress#Versions) on the Team Fortress wiki, it mentions the classes were added in the order of *scout*, *sniper*, *soldier*, *demoman*, and *medic*; then *heavy*; *pyro*; and finally *spy* and *engineer*. 37 38## `team` Parameter 39 40These depend upon what team you're on. 41 42`-1` : Enemy Team 43 44`-2` : Friendly Team 45 46### Specific Teams 47 48These aren't extremely useful, but they exist. They are independent of the team you're on. 49 50`1` : Blu Team 51 52`2` : Red Team 53 54## Example 55 56Normally, when you disguise as a spy of your team, you undisguise. This also applies to the disguise command, allowing for an "undisguise" command. 57 58``` 59disguise "8" "-2" 60``` 61 62You're also able to put this into a bind, allowing for an undisguise bind.