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 • 4.88 kiB
HTML document, ASCII text, with very long lines (455)
        
            
1
<!DOCTYPE html>
2
<html lang="en-us" prefix="og: https://ogp.me/ns#">
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' Site"/>
13
14
<link rel="stylesheet" href="/src/pygments-friendly.css" />
15
<link rel="stylesheet" href="/src/blog.css" />
16
<link rel="alternate" href="/blog/tf2-disguise-cmd.txt" type="text/plain" title="Post source" />
17
<meta property="og:title" content="TF2 disguise Command" />
18
<meta property="og:url" content="https://steve0greatness.github.io/blog/tf2-disguise-cmd.html" />
19
20
</head>
21
22
<body>
23
<header>
24
<h2><a href="/">Steve0Greatness</a></h2>
25
<nav>
26
<a href="/blog">Blog</a>
27
<a href="/link-tree.html">Link Tree</a>
28
</nav>
29
</header>
30
31
<ol role="navigation" class="breadcrumbs" aria-roledescription="Site breadcrumb">
32
<li>
33
<a href="/">Index</a>
34
</li>
35
36
<li >
37
<a href="/blog">
38
Blog Index
39
</a>
40
</li>
41
42
<li aria-current="location">
43
44
TF2 disguise Command
45
46
</li>
47
48
</ol>
49
<main>
50
<article>
51
<header>
52
<h2 id="blog-post-titled">TF2 disguise Command</h2>
53
<div role="toolbar" class="toolbar">
54
<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">
55
<img src="/toot-kytta-dev-icon.svg" width="16" height="16" aria-hidden="true" title="Share to Mastodon" />
56
</a>
57
<a href="/blog/tf2-disguise-cmd.html" title="Direct link">
58
<span aria-hidden="true">
59
&#128279;
60
</span>
61
</a>
62
<a href="/blog/tf2-disguise-cmd.txt" title="Markdown source">
63
<img src="/md-src.svg" width="16" height="16" aria-hidden="true" />
64
</a>
65
</div>
66
<time>2022 Dec 17</time>
67
</header>
68
<p>A Spy class-specific command</p>
69
70
<h2 id="layout">Layout</h2>
71
72
<p>The basic layout of the disguise command is very simple.</p>
73
74
<pre><code>disguise [class : number] [team : number]
75
</code></pre>
76
77
<h2 id="class-parameter"><code>class</code> Parameter</h2>
78
79
<p><code>1</code> : Scout</p>
80
81
<p><code>2</code> : Sniper</p>
82
83
<p><code>3</code> : Soldier</p>
84
85
<p><code>4</code> : Demoman</p>
86
87
<p><code>5</code> : Medic</p>
88
89
<p><code>6</code> : Heavy</p>
90
91
<p><code>7</code> : Pyro</p>
92
93
<p><code>8</code> : Spy</p>
94
95
<p><code>9</code> : Engineer</p>
96
97
<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>
98
99
<h2 id="team-parameter"><code>team</code> Parameter</h2>
100
101
<p>These depend upon what team you're on.</p>
102
103
<p><code>-1</code> : Enemy Team</p>
104
105
<p><code>-2</code> : Friendly Team</p>
106
107
<h3 id="specific-teams">Specific Teams</h3>
108
109
<p>These aren't extremely useful, but they exist. They are independent of the team you're on. </p>
110
111
<p><code>1</code> : Blu Team</p>
112
113
<p><code>2</code> : Red Team</p>
114
115
<h2 id="example">Example</h2>
116
117
<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>
118
119
<pre><code>disguise "8" "-2"
120
</code></pre>
121
122
<p>You're also able to put this into a bind, allowing for an undisguise bind.</p>
123
124
</article>
125
</main>
126
<footer role="group">
127
<div class="footer-link-list-holder">
128
<span aria-hidden="true" id="footer-label-site-details" class="footer-link-list-label">Site Meta</span>
129
<ol class="footer-link-list" aria-labelledby="footer-label-site-details">
130
<li><a href="https://github.com/Steve0Greatness/steve0greatness.github.io">Github Repository</a></li>
131
<li><a href="https://steve0greatness.github.io/extras">Extras Archive</a></li>
132
</ol>
133
</div>
134
<div class="footer-link-list-holder">
135
<span aria-hidden="true" id="footer-label-social-accounts" class="footer-link-list-label">Social Accounts</span>
136
<ol class="footer-link-list" aria-labelledby="footer-label-social-accounts">
137
<li><a href="https://mastodon.social/@S0G" rel="me">Mastodon</a></li>
138
<li><a href="https://youtube.com/@s0g">YouTube</a></li>
139
<li><a href="/link-tree.html">More...</a></li>
140
</ol>
141
</div>
142
</footer>
143
</body>
144
145
</html>