<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6001.18063" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Some hundreds mailings before ryan 
wrote:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><BR><FONT face="Times New Roman" size=3>Crap, I 
knew I would do that with one of these patches.<BR><BR>cod4_lnxded is the 1.7 
binary in this package. It's normally a small <BR>shell script that launches 
cod4_lnxded-bin, but it got copied to the <BR>wrong file.<BR><BR>This is why I 
should automate these things. :/<BR><BR>We'll correct it in the next patch. For 
now, the workaround is this:<BR><BR>- If you are launching the -bin file 
directly, either launch <BR>cod4_lnxded directly, or copy cod4_lnxded to 
cod4_lnxded-bin and go as <BR>you were.<BR><BR>- If you were relying on the 
shell script to set environment <BR>variables, then copy cod4_lnxded to 
cod4_lnxded-bin, and use the <BR>original cod4_lnxded script from previous cod4 
builds:<BR><BR></FONT><A href="" target=_blank><FONT face="Times New Roman" 
size=3>http://treefort.icculus.org/cod/cod4_lnxded-script.tar.gz</FONT></A><BR><BR><FONT 
face="Times New Roman" size=3>- If you've always ran cod4_lnxded, and it's just 
working as a 1.7 <BR>server now that it's a binary instead of a script, just 
keep on doing <BR>what you're doing now and ignore all this. The script is 
largely there <BR>to set LD_LIBRARY_PATH, really.<BR><BR>Sorry for the 
confusion, this one was my fault.<BR><BR>--ryan.</FONT></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>In other words: Rename the 
<STRONG>cod4_lnxded</STRONG> from the patch 1.7 to 
<STRONG>cod4_lnxded-bin</STRONG> and additionally use your old cod4_lnxded. 
After that your script should work as usual.&nbsp;;-)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>cu Mike</FONT></DIV>
<DIV><FONT face=Arial size=2><A 
href="http://www.miketnt.de">www.miketnt.de</A></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=georgecooldude@gmail.com 
  href="mailto:georgecooldude@gmail.com">Georgecooldude</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=cod@icculus.org 
  href="mailto:cod@icculus.org">cod@icculus.org</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Tuesday, July 01, 2008 11:59 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [cod] Startup scripts for 1.7 - 
  the previous don't work?</DIV>
  <DIV><BR></DIV>Hey guys<BR><BR>What startup scripts are you all using for 
  1.7?<BR><BR>I'm using this one that was post publically but it doesn'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=":"<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'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 ""<BR>echo "Cod4-Server 
  running under user $USR has been started"<BR>echo ""<BR><BR><BR># End of 
  File<BR>#*********************************************************************************************</I></B><BR><BR></BLOCKQUOTE></BODY></HTML>