[nexuiz-commits] r6386 - in branches/nexuiz-2.0: . Docs Docs/htmlfiles data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Mar 31 01:24:19 EDT 2009


Author: div0
Date: 2009-03-31 01:24:19 -0400 (Tue, 31 Mar 2009)
New Revision: 6386

Modified:
   branches/nexuiz-2.0/.patchsets
   branches/nexuiz-2.0/Docs/faq.html
   branches/nexuiz-2.0/Docs/htmlfiles/faq.aft
   branches/nexuiz-2.0/data/defaultNexuiz.cfg
Log:
r6383 | esteel | 2009-03-30 16:25:56 +0200 (Mon, 30 Mar 2009) | 1 line
correct colors in FAQ and add some more
r6384 | esteel | 2009-03-30 16:53:08 +0200 (Mon, 30 Mar 2009) | 1 line
typo fixed
r6385 | div0 | 2009-03-31 07:21:24 +0200 (Tue, 31 Mar 2009) | 2 lines
let fuel rot a bit slower :P


Modified: branches/nexuiz-2.0/.patchsets
===================================================================
--- branches/nexuiz-2.0/.patchsets	2009-03-31 05:21:24 UTC (rev 6385)
+++ branches/nexuiz-2.0/.patchsets	2009-03-31 05:24:19 UTC (rev 6386)
@@ -1,2 +1,2 @@
 master = svn://svn.icculus.org/nexuiz/trunk
-revisions_applied = 1-6381
+revisions_applied = 1-6385

Modified: branches/nexuiz-2.0/Docs/faq.html
===================================================================
--- branches/nexuiz-2.0/Docs/faq.html	2009-03-31 05:21:24 UTC (rev 6385)
+++ branches/nexuiz-2.0/Docs/faq.html	2009-03-31 05:24:19 UTC (rev 6386)
@@ -240,24 +240,30 @@
 </p>
 <!-- 3 columns --><center><table cellspacing="0">
 <caption>&nbsp;&nbsp;</caption>
-<tr><th> code   </th><th> rgb code   </th><th> color&nbsp;&nbsp;     </th></tr>
-<tr><td> ^0     </td><td> ^x000      </td><td> black&nbsp;&nbsp;     </td></tr>
-<tr><td> ^1     </td><td> ^xF00      </td><td> red&nbsp;&nbsp;</td></tr>
-<tr><td> ^2     </td><td> ^x0F0      </td><td> green&nbsp;&nbsp;     </td></tr>
-<tr><td> ^3     </td><td> ^xFF0      </td><td> yellow&nbsp;&nbsp;    </td></tr>
-<tr><td> ^4     </td><td> ^x00F      </td><td> blue&nbsp;&nbsp;      </td></tr>
-<tr><td> ^5     </td><td> ^x0FF      </td><td> aqua&nbsp;&nbsp;      </td></tr>
-<tr><td> ^6     </td><td> ^xF0C      </td><td> pink&nbsp;&nbsp;      </td></tr>
-<tr><td> ^7     </td><td> ^xFFF      </td><td> white&nbsp;&nbsp;     </td></tr>
-<tr><td> ^8     </td><td> ^xBBB      </td><td> light grey&nbsp;&nbsp;</td></tr>
-<tr><td> ^9     </td><td> ^x444      </td><td> dark grey&nbsp;&nbsp; </td></tr>
+<tr><th> code   </th><th> rgb code   </th><th> color&nbsp;&nbsp;&nbsp;&nbsp;  </th></tr>
+<tr><td> ^0     </td><td> ^x000      </td><td> black&nbsp;&nbsp;&nbsp;&nbsp;  </td></tr>
+<tr><td> ^1     </td><td> ^xF00      </td><td> red&nbsp;&nbsp;&nbsp;&nbsp;    </td></tr>
+<tr><td> ^2     </td><td> ^x0F0      </td><td> green&nbsp;&nbsp;&nbsp;&nbsp;  </td></tr>
+<tr><td> ^3     </td><td> ^xFF0      </td><td> yellow&nbsp;&nbsp;&nbsp;&nbsp; </td></tr>
+<tr><td> ^4     </td><td> ^x00F      </td><td> blue&nbsp;&nbsp;&nbsp;&nbsp;   </td></tr>
+<tr><td> ^5     </td><td> ^x0FF      </td><td> cyan&nbsp;&nbsp;&nbsp;&nbsp;   </td></tr>
+<tr><td> ^6     </td><td> ^xF0F      </td><td> magenta&nbsp;&nbsp;&nbsp;&nbsp;</td></tr>
+<tr><td> ^7     </td><td> ^xFFF      </td><td> white&nbsp;&nbsp;&nbsp;&nbsp;  </td></tr>
+<tr><td> ^8     </td><td>&nbsp;&nbsp;    </td><td> half-transparent black </td></tr>
+<tr><td> ^9     </td><td> ^x888      </td><td> grey&nbsp;&nbsp;&nbsp;&nbsp;   </td></tr>
+<tr><td>&nbsp;&nbsp;</td><td> ^x800      </td><td> dark red&nbsp;&nbsp;</td></tr>
+<tr><td>&nbsp;&nbsp;</td><td> ^x080      </td><td> dark green&nbsp;&nbsp;     </td></tr>
+<tr><td>&nbsp;&nbsp;</td><td> ^x880      </td><td> dark yellow&nbsp;&nbsp;    </td></tr>
+<tr><td>&nbsp;&nbsp;</td><td> ^x008      </td><td> dark blue&nbsp;&nbsp;      </td></tr>
+<tr><td>&nbsp;&nbsp;</td><td> ^x088      </td><td> dark cyan&nbsp;&nbsp;      </td></tr>
+<tr><td>&nbsp;&nbsp;</td><td> ^x808      </td><td> dark magenta&nbsp;&nbsp;   </td></tr>
 </table></center>
 <!--End Section 2-->
 <h3><a name="How do I watch/record demos?">How do I watch/record demos?</a></h3>
 <p class="Body">
 Demos are recordings of matches that you have played. To automatically record a demo each time you play enable the option <tt>Record demos while playing</tt> in the <tt>Multiplayer / Demos</tt> menu. Or if you just want to record some matches open the console and type <tt>rec &lt;demos/name&gt;</tt> before playing. That is before starting a game or connecting to a server. The demo file will then be stored in <tt>Nexuiz/data/demos/&lt;name&gt;.dem</tt> (on Windows) or <tt>~/.nexuiz/data/demos/&lt;name&gt;.dem</tt> (on Linux, Mac).
 If you downloaded a demo, copy it to <tt>Nexuiz/data/demos/&lt;name&gt;.dem</tt> (on Linux, Mac, Windows) or <tt>~/.nexuiz/data/demos/&lt;name&gt;.dem</tt> (on Linux, Mac).  You might have to create this directory if you have never recorded a demo before.
-To watch demos you can choose a demo file in the <tt>Multiplayer / Demos</tt> and click the play button. Also you can watch demos typing <tt>ply &lt;demos/name&gt;</tt> in the console (<a class="link" href="#How do I open the console?">How do I open the console?</a>). You can list all your demo files by typing <tt>dem</tt> on the console.Some useful key bindings for viewing demos and making videos are listed <a class="link" href="http://www.alientrap.org/forum/viewtopic.php?p=357#357">here</a>.  A simple way to automatically record demos can be found <a class="link" href="http://www.alientrap.org/forum/viewtopic.php?t=90">here</a>.
+To watch demos you can choose a demo file in the <tt>Multiplayer / Demos</tt> and click the play button. Also you can watch demos typing <tt>ply &lt;demos/name&gt;</tt> in the console (<a class="link" href="#How do I open the console?">How do I open the console?</a>). You can list all your demo files by typing <tt>dem</tt> on the console.  Some useful key bindings for viewing demos and making videos are listed <a class="link" href="http://www.alientrap.org/forum/viewtopic.php?p=357#357">here</a>.  A simple way to automatically record demos can be found <a class="link" href="http://www.alientrap.org/forum/viewtopic.php?t=90">here</a>.
 </p>
 <!--End Section 2-->
 <!-- End SectLevel2 -->

Modified: branches/nexuiz-2.0/Docs/htmlfiles/faq.aft
===================================================================
--- branches/nexuiz-2.0/Docs/htmlfiles/faq.aft	2009-03-31 05:21:24 UTC (rev 6385)
+++ branches/nexuiz-2.0/Docs/htmlfiles/faq.aft	2009-03-31 05:24:19 UTC (rev 6386)
@@ -100,34 +100,46 @@
 ** How can I use colors in my nickname and messages?
 Colors can be used in nicknames and chat messages via two ways: Either the simple way by typing ^ followed by a number between 0 and 9 or by typing ^x followed by three hexadecimal numbers (0-F) representing red, green and blue components of the color before the text. The second way allows for much more colors. For example if you type ^xF00message the text "message" will be displayed in red color. Simple examples:
 
-	!        !            !                   !
-	! code   ! rgb code   ! color             !
-	!--------!--------------------------------!
-	! ^0     ! ^x000      ! black             !
-	!--------!--------------------------------!
-	! ^1     ! ^xF00      ! red               !
-	!--------!--------------------------------!
-	! ^2     ! ^x0F0      ! green             !
-	!--------!--------------------------------!
-	! ^3     ! ^xFF0      ! yellow            !
-	!--------!--------------------------------!
-	! ^4     ! ^x00F      ! blue              !
-	!--------!--------------------------------!
-	! ^5     ! ^x0FF      ! aqua              !
-	!--------!--------------------------------!
-	! ^6     ! ^xF0C      ! pink              !
-	!--------!--------------------------------!
-	! ^7     ! ^xFFF      ! white             !
-	!--------!--------------------------------!
-	! ^8     ! ^xBBB      ! light grey        !
-	!--------!--------------------------------!
-	! ^9     ! ^x444      ! dark grey         !
-	!--------!--------------------------------!
+	!        !            !                        !
+	! code   ! rgb code   ! color                  !
+	!--------!-------------------------------------!
+	! ^0     ! ^x000      ! black                  !
+	!--------!-------------------------------------!
+	! ^1     ! ^xF00      ! red                    !
+	!--------!-------------------------------------!
+	! ^2     ! ^x0F0      ! green                  !
+	!--------!-------------------------------------!
+	! ^3     ! ^xFF0      ! yellow                 !
+	!--------!-------------------------------------!
+	! ^4     ! ^x00F      ! blue                   !
+	!--------!-------------------------------------!
+	! ^5     ! ^x0FF      ! cyan                   !
+	!--------!-------------------------------------!
+	! ^6     ! ^xF0F      ! magenta                !
+	!--------!-------------------------------------!
+	! ^7     ! ^xFFF      ! white                  !
+	!--------!-------------------------------------!
+	! ^8     !            ! half-transparent black !
+	!--------!-------------------------------------!
+	! ^9     ! ^x888      ! grey                   !
+	!--------!-------------------------------------!
+	!        ! ^x800      ! dark red               !
+	!--------!-------------------------------------!
+	!        ! ^x080      ! dark green             !
+	!--------!-------------------------------------!
+	!        ! ^x880      ! dark yellow            !
+	!--------!-------------------------------------!
+	!        ! ^x008      ! dark blue              !
+	!--------!-------------------------------------!
+	!        ! ^x088      ! dark cyan              !
+	!--------!-------------------------------------!
+	!        ! ^x808      ! dark magenta           !
+	!--------!-------------------------------------!
 
 ** How do I watch/record demos?
 Demos are recordings of matches that you have played. To automatically record a demo each time you play enable the option |Record demos while playing| in the |Multiplayer / Demos| menu. Or if you just want to record some matches open the console and type |rec <demos/name>| before playing. That is before starting a game or connecting to a server. The demo file will then be stored in |Nexuiz/data/demos/<name>.dem| (on Windows) or |~/.nexuiz/data/demos/<name>.dem| (on Linux, Mac).
 If you downloaded a demo, copy it to |Nexuiz/data/demos/<name>.dem| (on Linux, Mac, Windows) or |~/.nexuiz/data/demos/<name>.dem| (on Linux, Mac).  You might have to create this directory if you have never recorded a demo before.
-To watch demos you can choose a demo file in the |Multiplayer / Demos| and click the play button. Also you can watch demos typing |ply <demos/name>| in the console ([How do I open the console?]). You can list all your demo files by typing |dem| on the console.Some useful key bindings for viewing demos and making videos are listed [here (http://www.alientrap.org/forum/viewtopic.php?p=357#357)].  A simple way to automatically record demos can be found [here (http://www.alientrap.org/forum/viewtopic.php?t=90)].
+To watch demos you can choose a demo file in the |Multiplayer / Demos| and click the play button. Also you can watch demos typing |ply <demos/name>| in the console ([How do I open the console?]). You can list all your demo files by typing |dem| on the console.  Some useful key bindings for viewing demos and making videos are listed [here (http://www.alientrap.org/forum/viewtopic.php?p=357#357)].  A simple way to automatically record demos can be found [here (http://www.alientrap.org/forum/viewtopic.php?t=90)].
 
 * Server setup
 

Modified: branches/nexuiz-2.0/data/defaultNexuiz.cfg
===================================================================
--- branches/nexuiz-2.0/data/defaultNexuiz.cfg	2009-03-31 05:21:24 UTC (rev 6385)
+++ branches/nexuiz-2.0/data/defaultNexuiz.cfg	2009-03-31 05:24:19 UTC (rev 6386)
@@ -1430,7 +1430,7 @@
 set g_jetpack_fuel 5 "fuel per second for jetpack" 
 
 set g_balance_fuel_regen 0.1 "fuel regeneration (only applies if the player owns IT_FUEL_REGEN)"
-set g_balance_fuel_rot 0.1
+set g_balance_fuel_rot 0.05
 set g_balance_fuel_regenlinear 0
 set g_balance_fuel_rotlinear 0
 set g_balance_fuel_stable 100



More information about the nexuiz-commits mailing list