<br>Alrighty! That made newbie mode work!<br><br><br>Hoooowever... the bots do the same thing as in pre-t mode: They stay gray and do not join a team. Yes the bot processes run btw.<br><br><br><br><br><br><div class="gmail_quote">
On Tue, Aug 31, 2010 at 2:08 AM, James Cameron <span dir="ltr">&lt;<a href="mailto:quozl@us.netrek.org">quozl@us.netrek.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On Mon, Aug 30, 2010 at 06:57:03PM -0500, John R. Dennison wrote:<br>
&gt;       I&#39;ve a gut hunch that NEWBIESERVER in include/config.h is not<br>
&gt;       defined.  Simple test is to run lib/newbie and see if you get<br>
&gt;       a message to that effect.  If you do then edit include/config.h<br>
&gt;       and properly set NEWBIESERVER and any other settings you<br>
&gt;       wish, make clean &amp;&amp; make &amp;&amp; make install and test it.<br>
<br>
</div>Ah, sounds likely.  INSTALL.Newbie does not mention that.<br>
<br>
Here&#39;s how I would change it:<br>
<br>
diff -rN -u old-netrek-server/Vanilla/INSTALL.Newbie new-netrek-server/Vanilla/INSTALL.Newbie<br>
--- old-netrek-server/Vanilla/INSTALL.Newbie    2010-08-31 10:07:55.000000000 +1000<br>
+++ new-netrek-server/Vanilla/INSTALL.Newbie    2010-08-31 10:07:55.000000000 +1000<br>
@@ -1,7 +1,8 @@<br>
 #      $Id: INSTALL.Newbie,v 1.2 2005/09/28 12:14:04 quozl Exp $<br>
 Instructions for installing the Vanilla Netrek Server as a Newbie Server<br>
<br>
-- install as described in INSTALL<br>
+- install as described in INSTALL, except<br>
+  - edit include/<a href="http://config.h.in" target="_blank">config.h.in</a> and define NEWBIESERVER before configure<br>
 - change etc/sysdef to include NEWBIE=1<br>
 - change etc/syddef the following modes to 0<br>
        INL=0<br>
<div><div></div><div class="h5"><br>
--<br>
James Cameron<br>
<a href="http://quozl.linux.org.au/" target="_blank">http://quozl.linux.org.au/</a><br>
<br>
_______________________________________________<br>
netrek-dev mailing list<br>
<a href="mailto:netrek-dev@us.netrek.org">netrek-dev@us.netrek.org</a><br>
<a href="http://mailman.us.netrek.org/mailman/listinfo/netrek-dev" target="_blank">http://mailman.us.netrek.org/mailman/listinfo/netrek-dev</a><br>
</div></div></blockquote></div><br>