Update of /cvsroot/netrek/client/netrekxp/resources/htmlhelp/html In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23170/resources/htmlhelp/html Modified Files: generalconfig.html Log Message: Added "autoSetWar: (0-2)" netrekrc option that controls declare war settings with enemy races when you first join. Can now automatically declare peace on 3rd space races, for example. Fixed bug where alert border was not working right upon death with old ship bitmaps Index: generalconfig.html =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/resources/htmlhelp/html/generalconfig.html,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- generalconfig.html 2 Mar 2007 12:57:52 -0000 1.32 +++ generalconfig.html 13 Mar 2007 18:35:00 -0000 1.33 @@ -61,6 +61,17 @@ </td> </tr> <tr> +<td><code><b>autoSetWar</b></code></td> +<td>Declare war with enemy races when you first join</td> +<td> + <ul> + <li><b>0</b> - Don't set war</li> + <li><b>1 (default)</b> - Set war with nonzero player teams, peace w/ 0 player teams</li> + <li><b>2</b> - Set war with largest enemy team, peace w/ everyone else</li> + </ul> +</td> +</tr> +<tr> <td><code><b>baseUdpLocalPort</b></code></td> <td>Base port for UDP connections</td> <td><b>integer</b><br>default: 0</td>