Hey guys<br><br>What startup scripts are you all using for 1.7?<br><br>I&#39;m using this one that was post publically but it doesn&#39;t work any more. I noticed Ryan posted a new cod4_lnxded script but when I use that my server runs version 1.6. If I try with the included cod4_lnxded and try running the script it fails.<br>
<br>Any suggestions?<br><br><b><i>#Call of Duty 4 Start Script<br># -1--------------------------<br><br>export LD_LIBRARY_PATH=&quot;:&quot;<br><br># Make sure the username and IP are correct<br># ---------------------------------------------------------<br>
<br>IP=myIP<br>USR=myUSR<br>INSTALL=/home/games/cod4/<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 28960 +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;Cod4-Server running under user $USR has been started&quot;<br>echo &quot;&quot;<br><br><br># End of File<br>#*********************************************************************************************</i></b><br>
<br>