Single-Map Campaign


(McAfee) #1

If you miss being able to run single-map campaigns (like for example fuel dump on the etdemo).

Get This File:
http://mi.codetel.net.do/goste/marathon.pk3

This will allow you to host a single map campaign of any of the 6 maps.

BTW, I’ve noticed a bug where the game will only let you see a maximum of 6 campaigns when creating you server using the interface. so you might need to start the campaings manually or using a map cycle.

CONTENTS OF marathoncycle.cfg

set d1 “campaign cmpgn_oasis ; set nextcampaign vstr d2”
set d2 “campaign cmpgn_battery ; set nextcampaign vstr d3”
set d3 “campaign cmpgn_goldrush ; set nextcampaign vstr d4”
set d4 “campaign cmpgn_radar ; set nextcampaign vstr d5”
set d5 “campaign cmpgn_railgun ; set nextcampaign vstr d6”
set d6 “campaign cmpgn_fueldump ; 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 oasis ; set nextcampaign vstr d1”
vstr d_initial


(SiliconSlick) #2

I thought that was such a good idea I went ahead and made .pk3 for
running any one of the stock maps anywhere from 2 to 10 times (why stick
with 3 :)).

You can find it here:

http://www.nd80usa.net/cfgs/singlemap2to10.html

Basically, just put the .pk3 in your etmain folder and then
add something like:

map fueldump
campaign fueldump8

to your server.cfg (or type in the console) to run a campaign
consisting of 8 rounds of fueldump.

I think my next mission will be covering all possible 3 map
permutations (6x5x4=120 permutations (no repeated maps)).

:slight_smile:

SiliconSlick


(SiliconSlick) #3

There are certain dangers in hosting a web page in a directory
that gets erased by a cron job every hour… let’s try this one…

http://www.nd80usa.net/slicks/singlemap2to10.html

SiliconSlick