RegisterRegister    Log inLog in    SearchSearch   

Post new topic   Reply to topic
 
View previous topic :: View next topic  
Author Message
Gagi2



PostPosted: Sun Apr 06, 2008 6:44 am    Post subject: COD2/COD4 startparameters Reply with quote

hi&hello
i have a question about the startparameters...

i have ULTRASTATS for my cod servers in use..
now they support a fix for the timebug in the cod logfiles

it looks like this:
we should add this line
+sets gamestartup \"`date +"%D %T"`\"
to the startparameters...

when i start the cod servers manually it works!
but when i start the servers with gamecreate using this parameter added it doesnt work!
in this case only the var `date is given instead of date and time

maybe caused by the \" ?
any other options to set this correctly?

cu Gagi2
Back to top
View user's profile Send private message
adbot



PostPosted: Thu Mar 31, 2011 3:57 am 

Andrew
Mammoth


PostPosted: Mon Apr 07, 2008 3:31 pm    Post subject: Reply with quote

What is the contents of the 'Command Line' shown on Server Overview?
Back to top
View user's profile Send private message
Gagi2



PostPosted: Tue Apr 08, 2008 12:57 am    Post subject: Reply with quote

i've solved this problem this way:
i modified the cod4_lnxded file which starts the cod4_lnxded-bin

it looks like this now:
Quote:
#!/bin/sh
exec "./cod4_lnxded-bin" $* +sets gamestartup \"`date +"%D %T"`\"

and deleted the parameter in the server configuration of gamecreate...

for cod2 i renamed the cod2_lnxded to cod2_lnxded-bin and also made a modified cod2_lnxded here which starts the cod2_lnxded-bin with the parameter
Quote:
#!/bin/sh
exec "./cod2_lnxded-bin" $* +sets gamestartup \"`date +"%D %T"`\"


it works, nothing more to say Wink


before i changed this stuff the commandline was
Quote:
cod4_lnxded +sets gamestartup \"`date +"%D %T"`\" +set loc_language 2 +set dedicated 2 +set fs_homepath /home/gameserver/gamecreate/callofduty4/28940 +set net_port 28940 +exec 28940.cfg +map mp_shipment
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Forum powered by phpBB © 2001, 2005 phpBB Group
GameCreate Service Terms | Privacy Policy | © Copyright Mammoth Media 2001-2007
GameCreate™ is a trademark of Mammoth Media Pty Ltd. GameCreate® is a registered trademark in Australia.