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 • 5.95 kiB
HTML document, Unicode text, UTF-8 text, with very long lines (471)
        
            
1
<!DOCTYPE html>
2
<html lang="en-us" prefix="og: https://ogp.me/ns# article: http://ogp.me/ns/article# profile: https://ogp.me/ns/profile#">
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
<meta property="og:locale" content="en_US" />
12
<meta property="og:site_name" content="Steve0Greatness" />
13
<meta property="og:image" content="/OG-Image.png" />
14
15
<link rel="stylesheet" href="/src/code-blocks.css" />
16
<link rel="stylesheet" href="/src/blog.css" />
17
<link rel="alternate" href="/blog/tf2-disguise-cmd.txt" type="text/plain" title="Post source" />
18
<meta property="og:title" content="TF2 disguise Command" />
19
<meta property="og:type" content="article" />
20
<meta property="article:published_time" content="2022-12-17T00:00:00Z" />
21
<meta property="article:author" content"https://steve0greatness.github.io" />
22
<meta property="article:modified_time" content="2024-01-17T00:00:00Z" />
23
<meta property="profile:first_name" content="Steve0Greatness" />
24
<meta property="profile:username" content="Steve0Greatness" />
25
<meta property="profile:gender" content="male" />
26
<meta property="og:url" content="https://steve0greatness.github.io/blog/tf2-disguise-cmd.html" />
27
28
</head>
29
30
<body>
31
<header>
32
<h2><a href="/"><img src="/SteveLogo.webp" height="35" width="215" alt="Steve0Greatness" /></a></h2>
33
<nav>
34
<a href="/blog">Blog</a>
35
<a href="/list/link-tree.html">Link Tree</a>
36
</nav>
37
</header>
38
39
<nav aria-label="breadcrumbs" aria-roledescription="Site breadcrumb">
40
<ol class="breadcrumbs">
41
42
<li>
43
<a href="/">Index</a>
44
</li>
45
46
<li >
47
<a
48
49
href="/blog"
50
>Blog Index</a>
51
</li>
52
53
<li >
54
<a
55
aria-current="location"
56
href="/blog/tf2-disguise-cmd.html"
57
>TF2 disguise Command</a>
58
</li>
59
60
61
</ol>
62
</nav>
63
<main>
64
<h1>TF2 disguise Command</h1>
65
<article>
66
<header>
67
<div role="toolbar" class="toolbar">
68
<strong>Share</strong>
69
<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">
70
<img src="/toot-kytta-dev-icon.png" width="16" height="16" aria-hidden="true" title="Share to Mastodon" />
71
</a>
72
<a href="/blog/tf2-disguise-cmd.html" title="Direct link">
73
<img src="/link-icon.png" width="16" height="16" aria-hidden="true" title="Direct link" />
74
</a>
75
<a href="/blog/tf2-disguise-cmd.txt" title="Markdown source">
76
<img src="/md-src.png" width="16" height="16" aria-hidden="true" />
77
</a>
78
</div>
79
<div class="time-stamps">
80
<time datetime="2022-12-17T00:00:00-08:00">2022 Dec 17 PST</time>
81
- <span aria-hidden="true" style="font-style:italic">Revision as of: </span> <time datetime="2024-01-17T00:00:00-08:00" aria-label="Revision">2024 Jan 17 PST</time>
82
83
</div>
84
</header>
85
<p>A Spy class-specific command</p>
86
87
<h2 id="layout">Layout</h2>
88
89
<p>The basic layout of the disguise command is very simple.</p>
90
91
<pre><code>disguise [class] [team]
92
</code></pre>
93
94
<h2 id="class-parameter"><code>class</code> Parameter</h2>
95
96
<p><code>1</code> : Scout</p>
97
98
<p><code>2</code> : Sniper</p>
99
100
<p><code>3</code> : Soldier</p>
101
102
<p><code>4</code> : Demoman</p>
103
104
<p><code>5</code> : Medic</p>
105
106
<p><code>6</code> : Heavy</p>
107
108
<p><code>7</code> : Pyro</p>
109
110
<p><code>8</code> : Spy</p>
111
112
<p><code>9</code> : Engineer</p>
113
114
<p>The reason the classes are in this order is that they were added in that order. As mentioned in <a href="https://wiki.teamfortress.com/wiki/Team_Fortress#Versions"><em>Quake World Team Fortress</em> § Versions</a> on the Team Fortress wiki, it mentions the classes were added in the order of <em>scout</em>, <em>sniper</em>, <em>soldier</em>, <em>demoman</em>, and <em>medic</em>; then <em>heavy</em>; <em>pyro</em>; and finally <em>spy</em> and <em>engineer</em>.</p>
115
116
<h2 id="team-parameter"><code>team</code> Parameter</h2>
117
118
<p>These depend upon what team you're on.</p>
119
120
<p><code>-1</code> : Enemy Team</p>
121
122
<p><code>-2</code> : Friendly Team</p>
123
124
<h3 id="specific-teams">Specific Teams</h3>
125
126
<p>These aren't extremely useful, but they exist. They are independent of the team you're on. </p>
127
128
<p><code>1</code> : Blu Team</p>
129
130
<p><code>2</code> : Red Team</p>
131
132
<h2 id="example">Example</h2>
133
134
<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>
135
136
<pre><code>disguise "8" "-2"
137
</code></pre>
138
139
<p>You're also able to put this into a bind, allowing for an undisguise bind.</p>
140
141
</article>
142
</main>
143
<footer>
144
<div class="footer-link-list-holder" role="group">
145
<span aria-hidden="true" id="footer-label-site-details" class="footer-link-list-label">Site Meta</span>
146
<ol class="footer-link-list" aria-labelledby="footer-label-site-details">
147
<li><a href="/list/website-sources-mirrors.html">Source Code and Mirrors</a></li>
148
<li><a href="https://steve0greatness.github.io/extras">Extras</a></li>
149
</ol>
150
</div>
151
<div class="footer-link-list-holder" role="group">
152
<span aria-hidden="true" id="footer-label-social-accounts" class="footer-link-list-label">Social Accounts</span>
153
<ol class="footer-link-list" aria-labelledby="footer-label-social-accounts">
154
<li><a href="https://mastodon.social/@S0G" rel="me">Mastodon</a></li>
155
<li><a href="https://youtube.com/@s0g">YouTube</a></li>
156
<li><a href="/list/link-tree.html">More...</a></li>
157
</ol>
158
</div>
159
</footer>
160
</body>
161
162
</html>