Map isn't a valid campaign


(Qimen) #1

Hi

I have just made one of my first maps, but I got a problem. I compile and make the pk3 file, have my arena and campaign file, everything fine. But when I start ET and trying to start the map I got “Map isn’t a valid campaign starting map. Set your gametype to 2 to load it directly.”
What is wrong?

I have a info_player_deathmach, 2 CTF_red/bluespawn, 2 wolfet_objetive and have set my mapcoords.


(Dark Killer) #2

before you run your map in wolfenstein you have to type the following in your console:

/g_gametype 2
/sv_pure 0
/devmap yourmapname

and everything should work!


(Qimen) #3

Yes i tried with that and thats work, but how to do the map finished? I want to see the map when hosting a game.

My arena file:

{
map “Blow”
longname “Blow”
type “wolfmp”
timelimit 30
axisRespawnTime 15
alliedRespawnTime 15
lmsbriefing "bla bla
briefing "bla bla
axiswintext “Major Defeat for Allies”
alliedwintext “Major Defeat for Axis”
mapposition_x 100
mapposition_y 857
}

And my campaign file:

{
name “Complete s1”
shortname “cmpgn_complete”
description “welcome.”
maps “blow;fueldump;oasis”
mapTC 374 374
type “wolfmp”
}

My map file is named: blow.bsp


(Danyboy) #4

to be able to start your custom map in campaign mode all you need is a .campaign file - which you have

provided its the first map in the sequence it will load up simply with \devmap or \map blow

just put that .campaign file into your scripts folder of your own pk3 and when ppl dload your campaign - they will be able to start off in blow too.