Hi<br><br>I use this to run multiple ones (on the same physical box) but a different user account for each one. Thats the only downside.<br><br>Once I get home from work in about 10 hours I&#39;ll post examples how you can run 1, 2 and more instances.
<br><br>Regards<br><br><div class="gmail_quote">On Jan 21, 2008 8:36 AM, Goedegebure, B.M. (0763871) &lt;<a href="mailto:0763871@student.hro.nl">0763871@student.hro.nl</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thanks george,<br><br>But I&#39;m running multiple servers, this script will exit them all and start 1.<br><br>&gt;&gt;&gt; <a href="mailto:georgecooldude@gmail.com">georgecooldude@gmail.com</a> 21-1-2008 1:24 &gt;&gt;&gt;
<br><div><div></div><div class="Wj3C7c">I use this. It was posted a while ago probably as an attachment. Needs<br>screen to run.<br><br><br>START SCRIPT<br><br>#*********************************************************************************************
<br>#Call of Duty X Start Script<br># ---------------------------<br><br>export LD_LIBRARY_PATH=&quot;:&quot;<br><br># Make sure you have the correct ip and user name set below<br># ---------------------------------------------------------
<br><br>IP=&lt;IP-HERE&gt;<br>USR=&lt;USERNAME-HERE&gt;<br>INSTALL=&lt;PATH-TO-DATA-FILES-HERE&gt;<br><br># Let&#39;s make sure the server is not running<br># -----------------------------------------<br>screen -S $USR -X quit
<br>killall -9 cod4_lnxded<br><br># Now the command line that starts the server<br># ------------------------------------------<br><br>screen -A -m -d -S $USR $INSTALL/cod4_lnxded \<br>+set net_ip $IP +set net_port &lt;PORT-NUMBER-HERE&gt; +set fs_basepath \
<br>$INSTALL +set fs_homepath /home/$USR +set sv_punkbuster 1 \<br>+set sv_pure 1 +exec server.cfg +map_rotate<br><br>echo &quot;&quot;<br>echo &quot;CodX-Server running under user $USR has been started&quot;<br>echo &quot;&quot;
<br><br><br># End of File<br>#*********************************************************************************************<br><br><br>STOP SCRIPT<br>USR=&lt;USERNAME-HERE&gt;<br>screen -S $USR -X quit<br><br><br>On Jan 20, 2008 11:33 PM, Marin Goedegebure &lt;
<a href="mailto:0763871@student.hro.nl">0763871@student.hro.nl</a>&gt; wrote:<br><br>&gt; &nbsp;Dear cod4 admins,<br>&gt;<br>&gt;<br>&gt;<br>&gt; Which startup scripts do you use for cod4 v1.4 and damage logging? I tried<br>&gt; the archives but the attached file was gone.
<br>&gt;<br>&gt;<br>&gt;<br>&gt; Greetings,<br>&gt;<br>&gt; Saiko<br>&gt;<br><br><br></div></div>---<br>To unsubscribe, send a blank email to <a href="mailto:cod-unsubscribe@icculus.org">cod-unsubscribe@icculus.org</a><br>
Mailing list archives: <a href="http://icculus.org/cgi-bin/ezmlm/ezmlm-cgi?38" target="_blank">http://icculus.org/cgi-bin/ezmlm/ezmlm-cgi?38</a><br><br><br></blockquote></div><br>