<HTML >
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">



<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]--><o:SmartTagType
 namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="PersonName"/>
<!--[if !mso]>
<style>
st1\:*{behavior:url(#default#ieooui) }
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:blue;
        text-decoration:underline;}
pre
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</HEAD>
<BODY lang=EN-US link=blue vlink=blue>
<DIV>

<div class=Section1>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>It should be in your main directory and
should be called by your startup script.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>This is my startup script<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<pre><font size=2 face="Courier New"><span style='font-size:10.0pt'>./cod4_lnxded +exec serversettings.cfg +set dedicated 2 +set fs_basepath /home2/callofduty4 +set fs_homepath /home2/callofduty4 +set fs_savepath /home2/callofduty4 +set net_ip 192.168.1.103 +set net_port 28961 +map_rotate <o:p></o:p></span></font></pre>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<div>

<div class=MsoNormal align=center style='text-align:center'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>

<hr size=2 width="100%" align=center tabindex=-1>

</span></font></div>

<p class=MsoNormal><b><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</span></font></b><font size=2
face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'> Georgecooldude
[mailto:georgecooldude@gmail.com] <br>
<b><span style='font-weight:bold'>Sent:</span></b> Thursday, December 20, 2007
12:35 PM<br>
<b><span style='font-weight:bold'>To:</span></b> <st1:PersonName w:st="on">cod@icculus.org</st1:PersonName><br>
<b><span style='font-weight:bold'>Subject:</span></b> [cod] Where to place
server.cfg?</span></font><o:p></o:p></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>Hi Guys<br>
<br>
I'm running 1.4 linux server and am now trying to configure a server.cfg file.
I must be doing something wrong as I cannot get it to pickup my server.cfg
file. Each time I connect to the server it says &quot;cod4host&quot; as the
hostname and not what I have configured it as. <br>
<br>
Here is my directory structure<br>
<br>
/home/games/cod4files (all my cod4 files are here)<br>
<br>
/home/cod4srv (this is the directory for my user account called cod4srv)<br>
<br>
This is the startup script I'm using. (Between the dashes) <br>
<br>
---------------------------------------------------------------------------------<br>
cod4srv@srv01:~$ cat start<br>
#Call of Duty 4 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=<a href="http://192.168.1.15">192.168.1.15</a><br>
USR=cod4srv<br>
INSTALL=/home/games/cod4files/data <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 $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>
#*********************************************************************************************
<br>
---------------------------------------------------------------------------------<br>
<br>
<br>
<br>
When i start the server using ./start no matter where it seems I put my
server.cfg file it is not picking it up. Where abouts should I be placing the
server.cfg file? I'm looking to run more than 1 server from the base install so
I cannot place it in cod4files/data/main.<br>
<br>
Thanks in advance.<br>
George<o:p></o:p></span></font></p>

</div>

</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Notice: This transmission is for the sole use of the intended recipient(s) and may contain information that is confidential and/or privileged.&nbsp; If you are not the intended recipient, please delete this transmission and any attachments and notify the sender by return email immediately.&nbsp; Any unauthorized review, use, disclosure or distribution is prohibited.</DIV></BODY></HTML>