<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wolfwiki.anime.net/index.php?action=history&amp;feed=atom&amp;title=Bitmask-cvar</id>
		<title>Bitmask-cvar - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wolfwiki.anime.net/index.php?action=history&amp;feed=atom&amp;title=Bitmask-cvar"/>
		<link rel="alternate" type="text/html" href="https://wolfwiki.anime.net/index.php?title=Bitmask-cvar&amp;action=history"/>
		<updated>2026-04-19T12:37:57Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.25.3</generator>

	<entry>
		<id>https://wolfwiki.anime.net/index.php?title=Bitmask-cvar&amp;diff=1556&amp;oldid=prev</id>
		<title>Deus at 23:32, 5 November 2005</title>
		<link rel="alternate" type="text/html" href="https://wolfwiki.anime.net/index.php?title=Bitmask-cvar&amp;diff=1556&amp;oldid=prev"/>
				<updated>2005-11-05T23:32:08Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;When you look into example.cfg (the one in the pk3) , you'll see this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
// b_demo_nametags - a bitmask controlling how floating names above each&lt;br /&gt;
// player are drawn during demo playback and when spectating as a shoutcaster.&lt;br /&gt;
// default: 0	valid values: 0-15&lt;br /&gt;
// add the following together:&lt;br /&gt;
// 1 = draw visible players&lt;br /&gt;
// 2 = draw all players&lt;br /&gt;
// 4 = draw the player's client number&lt;br /&gt;
// 8 = draw the player's class&lt;br /&gt;
set b_demo_nametags 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This means that you can combine values!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Example #1:&lt;br /&gt;
&lt;br /&gt;
You want to draw the nametag for all visible players AND the player's class must be drawn&lt;br /&gt;
1 = visible players&lt;br /&gt;
8 = player's class&lt;br /&gt;
8 + 1 = 9&lt;br /&gt;
set b_demo_nametags 9&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;Example #2:&lt;br /&gt;
&lt;br /&gt;
If you want to see the clientnumber you have to add 4 to it&lt;br /&gt;
1 = visible players&lt;br /&gt;
4 = clientNumber&lt;br /&gt;
8 = player's class&lt;br /&gt;
1 + 4 + 8 = 13&lt;br /&gt;
set b_demo_nametags 13&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Deus</name></author>	</entry>

	</feed>