A mirror of my website's source code.

By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 tf2-disguise-cmd.html

View raw Download
text/html • 3.92 kiB
HTML document, ASCII text, with very long lines (455)
        
            
1
<!DOCTYPE html>
2
<html lang="en">
3
4
<head>
5
6
7
<meta charset="UTF-8" />
8
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9
<title>TF2 disguise Command - S0G</title>
10
<link rel="stylesheet" href="/src/global.css" />
11
12
<link rel="stylesheet" href="/src/pygments-friendly.css" />
13
<link rel="stylesheet" href="/src/blog.css" />
14
15
</head>
16
17
<body>
18
<header>
19
<h2><a href="/">Steve0Greatness</a></h2>
20
<nav>
21
<a href="/blog">Blog</a>
22
<a href="/link-tree.html">Link Tree</a>
23
</nav>
24
</header>
25
26
<ol role="navigation" class="breadcrumbs" aria-roledescription="Site breadcrumb">
27
<li>
28
<a href="/">Index</a>
29
</li>
30
31
<li >
32
<a href="/blog">
33
Blog Index
34
</a>
35
</li>
36
37
<li aria-current="location">
38
39
TF2 disguise Command
40
41
</li>
42
43
</ol>
44
<main>
45
<article>
46
<header>
47
<h2 id="blog-post-titled">TF2 disguise Command</h2>
48
<div role="toolbar" class="toolbar">
49
<a href="https://toot.kytta.dev/?text=Take a look at this article by @S0G@mastodon.social: https://steve0greatness.github.io/blog/tf2-disguise-cmd.html" title="Share to Mastodon">
50
<img src="/toot-kytta-dev-icon.svg" width="16" height="16" aria-hidden="true" title="Share to Mastodon" />
51
</a>
52
<a href="/blog/tf2-disguise-cmd.html" title="Direct link">
53
<span aria-hidden="true">
54
&#128279;
55
</span>
56
</a>
57
<a href="/blog/tf2-disguise-cmd.txt" title="Markdown source">
58
<img src="/md-src.svg" width="16" height="16" />
59
</a>
60
</div>
61
<time>2022 Dec 17</time>
62
</header>
63
<p>A Spy class-specific command</p>
64
65
<h2 id="layout">Layout</h2>
66
67
<p>The basic layout of the disguise command is very simple.</p>
68
69
<pre><code>disguise [class : number] [team : number]
70
</code></pre>
71
72
<h2 id="class-parameter"><code>class</code> Parameter</h2>
73
74
<p><code>1</code> : Scout</p>
75
76
<p><code>2</code> : Sniper</p>
77
78
<p><code>3</code> : Soldier</p>
79
80
<p><code>4</code> : Demoman</p>
81
82
<p><code>5</code> : Medic</p>
83
84
<p><code>6</code> : Heavy</p>
85
86
<p><code>7</code> : Pyro</p>
87
88
<p><code>8</code> : Spy</p>
89
90
<p><code>9</code> : Engineer</p>
91
92
<p>The reason the classes are in this order is that they were added in that order. As mentioned in the <a href="https://wiki.teamfortress.com/wiki/Team_Fortress#Versions">Team Fortress wiki's article on _Quake World Team Fortress_</a>(A.K.A. _Quake Team Fortress_, or just _Team Fortress_), it mentions the classes were added in the order of _scout_, _sniper_, _soldier_, _demoman_, and _medic_; then _heavy_; _pyro_; and finally _spy_ and _engineer_.</p>
93
94
<h2 id="team-parameter"><code>team</code> Parameter</h2>
95
96
<p>These depend upon what team you're on.</p>
97
98
<p><code>-1</code> : Enemy Team</p>
99
100
<p><code>-2</code> : Friendly Team</p>
101
102
<h3 id="specific-teams">Specific Teams</h3>
103
104
<p>These aren't extremely useful, but they exist. They are independent of the team you're on. </p>
105
106
<p><code>1</code> : Blu Team</p>
107
108
<p><code>2</code> : Red Team</p>
109
110
<h2 id="example">Example</h2>
111
112
<p>Normally, when you disguise as a spy of your team, you undisguise. This also applies to the disguise command, allowing for an "undisguise" command.</p>
113
114
<pre><code>disguise "8" "-2"
115
</code></pre>
116
117
<p>You're also able to put this into a bind, allowing for an undisguise bind.</p>
118
119
</article>
120
</main>
121
<footer role="group">
122
<div class="footer-link-list-holder">
123
<span aria-hidden="true" id="footer-label-social-accounts" class="footer-link-list-label">Social Accounts</span>
124
<ol class="footer-link-list" aria-labelledby="footer-label-social-accounts">
125
<li><a href="https://mastodon.social/@S0G" rel="me">Mastodon</a></li>
126
<li><a href="https://youtube.com/@s0g">YouTube</a></li>
127
</ol>
128
</div>
129
</footer>
130
</body>
131
132
</html>