Jump to content

Home

getting level to appear in menu for MP


Deathviper

Recommended Posts

you need to create what's called an arena file. the arena file gets place in a separate directory in the root of the pk3 called scripts and should be title the same name as your map sans the prefix, say if your mapname is "ffa_thismaprocks.bsp" then the arena file would be "thismaprocks.arena". inside the arena file you need to put the following:

 

{

map "ffa_yourmapname"

longname "The title of your map"

type "ffa"

}

 

now there are some other cool things you can do with this, other lines you can put in. you can specify which bots are useable, the kill limit, etc. it's pretty cool. put that sucker into your pk3 and you'll see your map in the menu. have fun.

 

volrath

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...