ernis1100
|
Wednesday, February 17, 2010
Here's a quick tutorial on how to add a map into the game menu for those that didn't know.
Let's use YourMap.bsp as an example.
First go to your ZEQ2 root/Zeq2Contents/Maps folder and locate Maps.arena - Open it with a notepad.
Now create a new line under the existing script and enter the following:
{
map "YourMap" - Name of the BSP file
bots ""
timelimit ""
longname "MyMap" - map description
type "tourney ffa team struggle" -available gametypes
}
Basically copy and paste the existing script and change the MapName/Description (/Type) to your own.
Now if you want to add a thumbnail to your map in game you want to put the image you want into the Map folder and name it YourMap.jpg
And you're all done.
Now here's the ingame menu when I entered the script above:
And here's an example of what maps.arena should look like:
|