A mirror of my website's source code.

Important information: Google announced that, from September 2026, Android devices will require ALL apps to be signed by Google, effectively leading to an iOS situation. Value your right to a computer that does what you want; do not tolerate this monopolistic practice! Contact me if you don't understand why it is bad. Click to learn more.

 tf2-disguise-cmd.md

View raw Download
text/plain • 1.22 kiB
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
---
2
title: TF2 disguise Command
3
date: 2022 Dec 17
4
updated: 2024 Jan 17
5
---
6
A Spy class-specific command
7
8
## Layout
9
10
The basic layout of the disguise command is very simple.
11
12
```
13
disguise [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
36
The 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
40
These depend upon what team you're on.
41
42
`-1` : Enemy Team
43
44
`-2` : Friendly Team
45
46
### Specific Teams
47
48
These 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
56
Normally, 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
```
59
disguise "8" "-2"
60
```
61
62
You're also able to put this into a bind, allowing for an undisguise bind.
63