[cod] cfg files

Jay Vasallo jayco1 at charter.net
Mon Nov 8 17:36:57 EST 2004


Here is the putty.exe




----- Original Message ----- 
From: "Jay Vasallo" <jayco1 at charter.net>
To: <cod at icculus.org>
Sent: Monday, November 08, 2004 2:55 PM
Subject: Re: [cod] cfg files


> Forgot to give you an example:
>
> ----------------------------------------------------------------
>
> #!/bin/sh
> # COD Start
>
>  BIN="cod-lnxded";
>  HPDIR="/user/local/games/cod";
>  CONFIG="bear.cfg";
>
> cd  ${HPDIR}
> ./${BIN} +set dedicated 2 +set sv_punkbuster 1 +set fs_homepath ${HPDIR} 
> +exec${CONFIG}
>
> --------------------------------------------------------------------
>
>
>
>
>
> ./cod_lnxded +set dedicated 2 +set sv_punkbuster 1 +set fs_homepath
>> "/usr/local/games/cod/" +exec bear.cfg &
> ----- Original Message ----- 
> From: "Jay Vasallo" <jayco1 at charter.net>
> To: <cod at icculus.org>
> Sent: Monday, November 08, 2004 2:45 PM
> Subject: Re: [cod] cfg files
>
>
>> and take out open and close quotation out the command line. You only use 
>> the quotations if you are assigning "/usr/local/games/cod/"  to a $VAR...
>>
>>
>>
>>
>> ----- Original Message ----- 
>> From: "stalvi" <stalvi at tek.iarc.uaf.edu>
>> To: <cod at icculus.org>
>> Sent: Monday, November 08, 2004 2:23 PM
>> Subject: [cod] cfg files
>>
>>
>>> Ok, while testing the other suggestions that many of you sent to me I 
>>> stumbled upon something that might be the problem.
>>>
>>> my command to run the server is:
>>>
>>> ./cod_lnxded +set dedicated 2 +set sv_punkbuster 1 +set fs_homepath 
>>> "/usr/local/games/cod/" +exec bear.cfg &
>>>
>>>
>>> What I am finding is that when it generates the config_mp_server.cfg 
>>> file it has these lines:
>>>
>>> // generated by Call of Duty, do not modify
>>>
>>> seta scr_motd "your MOTD here"
>>> seta sv_hostname "your name here"
>>>
>>>
>>> Even though I've set those in the bear.cfg file.
>>>
>>>
>>> I notice when it launches, it tries to exec several other cfg files 
>>> which it is unable to locate.  I just assumed that as long as it found 
>>> one of them, it was ok.
>>>
>>> The way I have this exec'ing is:
>>>
>>> bear.cfg -> sd_map.cfg
>>>
>>>
>>> I'm not sure where config_mp_server.cfg comes in, but do know that it is 
>>> auto-generated.
>>>
>>>
>>
>>
>>
>
>
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: putty.exe
Type: application/x-msdownload
Size: 372736 bytes
Desc: not available
URL: <http://icculus.org/pipermail/cod/attachments/20041108/95aa59dc/attachment.bin>


More information about the Cod mailing list