mp map help


(Bizatch) #1

can someone please help me, and tell me what i need to have in a map to make it work as an mp map?


(zakabog) #2

You need a .def file. Make a folder called def in the base directory, add a file that looks like this -

mapDef location/of/map {
“name” “Name of Map”
“Deathmatch” “1”
“Team DM” “1”
“Last Man” “1”
“Tourney” “1”
}


(Bizatch) #3

what do u mean by location/of/map

how would i write this?

btw wat do i need inside the map so that it would work when i make this?

like the deathmatch spawn points and stuff right and what else ?

do i need to write anything?


(Zombie13) #4

Bizatch there is already a thread that covers this topic which should give you all the info you need :slight_smile: http://www.splashdamage.com/index.php?name=pnPHPbb2&file=viewtopic&t=9334

Zombie


(zakabog) #5

Location/of/map is the location of the map…

So if your map is in C:\Program Files\Doom3\base\maps\game\bobsmap.map then location/of/map is maps/game/bobsmap

Write it in a text editor and call the file bobsmap.def and put it in C:\Program Files\Doom3\base\def\

You need an info_player_deathmatch or something, that’s it.