This will show you how to get your map to show up in the "Start New Server" List.
How to make Arena files so my CoD map shows in the list
Thanks to Shoot for the work put into this tutorial.
How do I get my map to show up in the "Start New Server" List?
My map won't show up, Why?
Asking these questions - well here is the fix for it.
The game looks for a file called an arena file that has 3 specific bits of information about not only your custom map but every map included with CoD.
Those 3 things are:
Ok now to set those 3 things up for your map:
{
map "map_bsp_name_without_extension"
longname "The long name of your map goes here"
gametype "dm tdm sd re bel ctf"
}
Here is an example of a completed arena file:
{
map "mp_mytestmap"
longname "My Test Map"
gametype "dm tdm sd re bel ctf"
}
Place your newly created arena file in the main/mp folder. Do not place it in the main/maps/mp folder where you maps are. Keep in mind to keep the path mp/my_mytestmap.arena when creating pk3 files for distribution or other players will not be able to see your map in the start server list.
I hope this helps some ppl out - have at it and make some maps.
Note on Gametypes
The supported gametypes for the game are as follows:
Custom gametypes examples:
Be sure that your arena file only has the gametypes it supports - it is perfectly all right if there is only 1 gametype in the gametype field, although if there is you should have been a more agressive mapper and mapped for more!!!
Editing Script Files
You can use notepad to do this or another editor that is designed to not put formatting into the document. Do not use MS Word, Word Perfect, Wordpad - these pieces of software will insert hidden formatting characters and you need raw text.
I recommend Notepad++ and Visual Studio Code ~ Gatsby