<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.bzflag.org/index.php?action=history&amp;feed=atom&amp;title=Category_talk%3AGameplay</id>
	<title>Category talk:Gameplay - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.bzflag.org/index.php?action=history&amp;feed=atom&amp;title=Category_talk%3AGameplay"/>
	<link rel="alternate" type="text/html" href="https://wiki.bzflag.org/index.php?title=Category_talk:Gameplay&amp;action=history"/>
	<updated>2026-04-18T10:34:27Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://wiki.bzflag.org/index.php?title=Category_talk:Gameplay&amp;diff=6659&amp;oldid=prev</id>
		<title>Optic Delusion: Normalized Score?</title>
		<link rel="alternate" type="text/html" href="https://wiki.bzflag.org/index.php?title=Category_talk:Gameplay&amp;diff=6659&amp;oldid=prev"/>
		<updated>2009-08-22T03:01:47Z</updated>

		<summary type="html">&lt;p&gt;Normalized Score?&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;I spent some time looking and couldn&amp;#039;t find any info about Normalized Score.  Seems like this might be worth adding to the wiki, as it&amp;#039;s frequently imsunderstood. but I can&amp;#039;t decide where to put it. Gameplay or Client areas?  Here&amp;#039;s what I found out, if anybody feels like adding it to the wiki.&lt;br /&gt;
From clientbase/Player.cxx:  float Player::getNormalizedScore() const&lt;br /&gt;
Code:  ((float)wins - losses) / ((wins+losses&amp;gt;20) ? wins+losses : 20)         &lt;br /&gt;
means:      (wins - losses) / (if (wins + losses &amp;gt; 20) then wins + losses, else 20)&lt;br /&gt;
Q: Why is the 20 in the formula?  &lt;br /&gt;
A: without the &amp;#039;20 hack&amp;#039;, you would geta divide by zero error for (wins + losses) == 0.&lt;/div&gt;</summary>
		<author><name>Optic Delusion</name></author>
	</entry>
</feed>