<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:0 0 0 0 0 0 0 0 0 0;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.EmailStyle18
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=NL link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><span lang=EN-US>Lo all,<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>My server was running from fs_homepath
/home/myaccount/cod4/<br>
I have 3 cod4 servers on my dedicated box, and all 3 had the full files in it, waste
of disk space is a say<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US>So today I started to set everything of to
be working with a combination of fs_basepath , fs_homepath &amp; fs_game(if necessary)
<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US>With cod2 (this works correct), <o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>In/usr /local/myaccount/ cod2/&nbsp; and
all the game files in there works, and the config and pb files in
/home/myaccount/cod2/ with a fs_game set to the map /mymod<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>In /home/myaccount/cod2/ I do not have any
original game files, just the mod and pm nothing more.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>IP=0.0.0.0 (should be the real ipadres)<br>
PORT=28900<br>
BASEPATH=/usr/local/myaccount/cod2<br>
HOMEPATH=/home/myaccount/cod2<br>
GAMETYPE=mymod<br>
SERVERCONFIG=server.cfg<br>
STARTMAP=mp_breakout<br>
MAXPLAYERS=20<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>STARTMODE=&quot;$BASEPATH/cod2_lnxded +set
dedicated 2 +set sv_punkbuster 1 +set net_IP $IP +set net_port $PORT +set
fs_basepath $BASEPATH +set fs_homepath $HOMEPATH +set fs_game $GAMETYPE +exec
$SERVERCONFIG +map_rotate &quot;<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US>When I try to get the same setup working
for cod4 I run in to problems<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><br>
the setup:<br>
IP=0.0.0.0 (should be the real ipadres)<br>
PORT=28910<br>
BASEPATH=/usr/local/myaccount/cod4<br>
HOMEPATH=/home/myaccount/cod4<br>
GAMEPATH=mods/pam<br>
SERVERCONFIG=warserver.cfg<br>
STARTMAP=mp_backlot<br>
MAXPLAYERS=16<br>
HLTVPORT=28935<br>
STARTMODE=&quot;$BASEPATH/cod4_lnxded +set dedicated 2 +set sv_punkbuster 1
+set sv_pure 1 +set net_IP $IP +set net_port $PORT +set fs_homepath $HOMEPATH
+set fs_game $GAMEPATH +set fs_basepath $BASEPATH +exec $SERVERCONFIG
+map_rotate &quot;<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US>When I try to run the above, the server
won&#8217;t start till I gets online, the config files and the pammod are
located in /home/myaccount/cod4/mods/pam, the fs_game which is in Homepath
/home/myaccount/cod4.<br>
when I remove the +set fs_game part, the server starts as a&nbsp; CoD4Host
server, with the build in config file which is located in the game files in
/usr/local/myaccount/cod4 on the correct ipadres en port en the rest enabled
what&#8217;s mentioned in the command line.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>Normal wise I would say this config has to
work, at least it does this way with cod2, but it doesn&#8217;t, it refuses to
read my fs_game located in fs_gamepath, and the server shuts down.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>&nbsp;<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>The 2nd startup line I tried was:<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>Is triggering it from HOMEPATH and the Linux
bins in /home/myaccount/cod4, so the command line became: <br>
STARTMODE=&quot;$HOMEPATH/cod4_lnxded +set dedicated 2 +set sv_punkbuster 1
+set sv_pure 1 +set net_IP $IP +set net_port $PORT +set fs_homepath $HOMEPATH
+set fs_game $GAMEPATH +set fs_basepath $BASEPATH +exec $SERVERCONFIG
+map_rotate &quot;<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US>In this case I putted the Linux bins in my
fs_homepath and tricker the command from there out.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US>Is started with only the serverconfig files
in fs_game &#8220;mods/pam&#8221; and the PB files in the pb folder, so main
docs and zone are left empty<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>The strange thing now is that the servers
seems to boot, reading the configs in the fs_game, but the problem stats with
the files of the &#8220;Zone/english&#8221; folder, all other files (of the
main folder) are read from the fs_basepath &#8220;main folder&#8221; corresponding
the the screen logs, but it wants to read the files of the Zone folder from my
fs_home, so here the server shuts down with the error that these files are not
here. <o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>So tested some more with the same command
line, and added the full Zone folder to the fs_homepath dir.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>And yes the server is running.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US>So for as far as I do know setting up a Linux
servers at this moment, I&#8217;m doing something wrong, or is is a problem
with the Linux binaries for cod4, I rather think the first then the second.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US>If it is me and my command line, could
someone help me out, cause I would like to have my /home partition minimal in
size.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US>If it are the Linux bins that just do not
want to read the Zone folder from fs_basepath while the command line says that
there are the files, can someone verify that.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US>If it that the Linux bins have problems
with working with fs_basepath with all the files ,and and a fs_game with only
the server.cfg in the main or in the mods/pam folder and the pb folder, to work
together, can some verify that for me.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US>Cause at this moment I&#8217;m totally out
of idea&#8217;s to get it to work to only have 1 cod4 folder in fs_basepath,
and have different folders for the 3 servers in /home and have only the configs
there in the maps they should be, cause 3 times the zone folder in the servers
in fs_game is another double 6,6Gig on the disk.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US>So if anyone can help me out , please<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal>Regards,<o:p></o:p></p>

<p class=MsoNormal>Minte van dalen<o:p></o:p></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

</div>

</body>

</html>