(12-24-2010, 04:54 PM)CrushedRaiD Wrote: This sounds pretty stupid, but i can't even make my map show in the custom story screen.. Can someone help please?
Have you this file created? custom_story_settings.cfg in your own custom stories folder and like this example writed in there?
<Main
Name = "Map name"
Author = "Who made map"
MapsFolder = "maps/" <- where it belongs
StartMap = "Hotel Enter.map" <- Your map name when you save editor.
StartPos = "PlayerStartArea_1" <- Starting area on your map
/>
and make your map name hps.file this one "Hotel Enter.map <- example my map..
And add these in notepad..
void OnStart()
{
}
voidOnEnter()
{
}
voidOnLeave()
{
}