OpenArena Message Boards

OpenArena Contributions => Maps => Topic started by: hyp3rfocus on August 01, 2007, 03:26:29 PM



Title: how do i get maps to show up in openarena's menu?
Post by: hyp3rfocus on August 01, 2007, 03:26:29 PM
i can make maps and then get them to run in openarena using /map in the console, but i'd like to be able to access them from the menu. how do i do that?

thanks.


Title: Re: how do i get maps to show up in openarena's menu?
Post by: sago007 on August 01, 2007, 03:47:48 PM
You need to make a file called "mapname.arena" with this content:
Code:
{
map "mapname"
bots "kyonshi"
longname "Lang map name"
fraglimit 10
type "single ffa tourney sp ctf"
}

The above of course should be changed if you want more bots another default fraglimit or the map is not a ctf/dm/single player map

The file should be placed in the scripts directory inside your pk3-file


Title: Re: how do i get maps to show up in openarena's menu?
Post by: hyp3rfocus on August 01, 2007, 04:23:51 PM
thanks for that sago. :-)


Title: Re: how do i get maps to show up in openarena's menu?
Post by: T234 on August 28, 2007, 12:54:30 PM
You need to make a file called "mapname.arena" with this content:
Code:
{
map "mapname"
bots "kyonshi"
longname "Lang map name"
fraglimit 10
type "single ffa tourney sp ctf"
}

The above of course should be changed if you want more bots another default fraglimit or the map is not a ctf/dm/single player map

The file should be placed in the scripts directory inside your pk3-file
How do I add this to an EXISTING pk3-file?


Title: Re: how do i get maps to show up in openarena's menu?
Post by: w1zrd on August 28, 2007, 01:09:27 PM
You need to make a file called "mapname.arena" with this content:
Code:
{
map "mapname"
bots "kyonshi"
longname "Lang map name"
fraglimit 10
type "single ffa tourney sp ctf"
}

The above of course should be changed if you want more bots another default fraglimit or the map is not a ctf/dm/single player map

The file should be placed in the scripts directory inside your pk3-file
How do I add this to an EXISTING pk3-file?
A .pk3 is basically nothing but a standard .zip file, just add the contents through a package program and remember to save it with the .pk3 extension.


Title: Re: how do i get maps to show up in openarena's menu?
Post by: T234 on August 28, 2007, 01:20:21 PM
nm, I found the other (holy shit a hundred maps) thread. Thank you for that BTW. :cool: :cool: :cool: