Hi all.
You will probably think, no not again. I have searched forum and searched the net but I can not find the answer to my problems.
I want to create my own campaign. I run the server on linux from the command line and I do not have any Xwindow installed ( due to lack of memory ).
I have created this cfg which I call ice.cfg :
set d1 “campaign cmpgn_ice ; set nextcampaign vstr d1”
// server doesn’t recognise the campaign command when the gamecode isn’t running yet."
set d_initial “set g_gametype 4 ; map battery ; set nextcampaign vstr d1”
vstr d_initial
Then I created the ice.campaign file :
{
name “cmpgn_ice”
shortname “cmpgn_ice”
description “Stay alive boys”
maps “battery;supplydepot;fueldump;goldrush;oasis;townsquare_final;”
mapTC 374 374
type “wolfmp”
}
I added the ice.campaign file to a zip file, called ice.zip, and renamed it to ice.pk3. I placed both files in the etmain directory. Then I changed the configuration of the server.cfg :
// MAP ROTATION
exec ice.cfg // Campaign mode
//exec campaigncycle.cfg // Campaign mode
//exec objectivecycle.cfg // Objective mode
//exec lmscycle.cfg // Last Man Standing mode
// WATCHDOG
// in case the game dies with an ERR_DROP
// or any situation leading to server running with no map
//set com_watchdog 10 // defaults 60
set com_watchdog_cmd “exec campaigncycle.cfg” // defaults to quit
When I start the server ( with the command “etded” ) it starts with the battery map and stays there. The server does not run any other maps.
Any idea, someone, anyone?
