<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.6944.0">
<TITLE>RE: [bf1942] running mod on dedicated Linux Server</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>

<P><FONT SIZE=2>Actually I think it just needs to have game.serverDedicated set to zero because otherwise it won't do anything.<BR>
<BR>
I fixed this for BF1942 by just ignoring the serverDedicated flag when generating CRCs.<BR>
<BR>
// Andreas<BR>
<BR>
-----Original Message-----<BR>
From: Andy Berdan [<A HREF="mailto:andy.berdan@dicecanada.com">mailto:andy.berdan@dicecanada.com</A>]<BR>
Sent: Wed 5/26/2004 9:37 PM<BR>
To: 'bf1942@icculus.org'<BR>
Subject: RE: [bf1942] running mod on dedicated Linux Server<BR>
<BR>
-----BEGIN PGP SIGNED MESSAGE-----<BR>
Hash: SHA1<BR>
<BR>
&gt; Indeed it does removing serversettings.con makes it sit and look<BR>
&gt; like its loading the map but once at 100% it quits and a valid<BR>
&gt; LevelCheck.con file has been created. So looks like the<BR>
&gt; script needs to move any possible serversettings.con out<BR>
&gt; of the way while it does its work then put it back.<BR>
<BR>
Excellent... so that makes the file:<BR>
<BR>
- ----------------- 8&lt; -------------- snip --------------- 8&lt;<BR>
------------------<BR>
@echo off<BR>
echo Building MD5 fingerprints<BR>
<BR>
set EXE=BfVietnam<BR>
set MOD=BfVietnam<BR>
<BR>
set FILES=Ho_Chi_Minh_Trail Ho_Chi_Minh_Trail_alt Hue Hue_alt Ia_Drang<BR>
Khe_Sahn Landing_Zone_Albany Lang_Vei Operation_Flaming_Dart<BR>
Operation_Game_Warden Operation_Hastings Operation_Irving Quang_Tri<BR>
Quang_Tri_alt<BR>
<BR>
ren Mods\%MOD%\settings\serversettings.con serversettings.bak<BR>
<BR>
for %%x in (%FILES%) do %EXE% +game %MOD% +restart 1 +hostServer 1<BR>
+generateMD5 %%x<BR>
<BR>
ren Mods\%MOD%\settings\serversettings.bak serversettings.con<BR>
- ----------------- 8&lt; -------------- snip --------------- 8&lt;<BR>
------------------<BR>
<BR>
Change MOD and FILES to suit your mod/server.<BR>
<BR>
Andy.<BR>
<BR>
-----BEGIN PGP SIGNATURE-----<BR>
Version: GnuPG v1.2.4 (MingW32)<BR>
<BR>
iD8DBQFAtPHx8G0w7PWWOXwRAi44AJ4oM2HcZ5LAkSIwborTz17ZQ3BZAACdGron<BR>
bXG/+rsKOABsZZr1aNig16c=<BR>
=Ktfa<BR>
-----END PGP SIGNATURE-----<BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>