(09-16-2011, 11:20 AM)joey1245 Wrote: (09-16-2011, 12:15 AM)Obliviator27 Wrote: Here's what you want.
in custom_stories
There will be a list of all the stories you have. Select yours.
In [Your Custom Story Name]
There should be at least
- Maps folder
- extra_english.lang
- custom_story_settings.cfg
in Maps
- Levels
- Corresponding .hps files
Still didn't work. What exactly should I have in the .hps file?
In your .hps file, you want at least this much code.
void OnStart()
{
}
void OnEnter
{
}
void OnLeave
{
}
In your custom_story_settings, you want
<Main
ImgFile = ""
Name = "[Custom Story Name]"
Author = "[Your Name]"
MapsFolder = "Maps[Or however you have it spelled]"
StartMap = "[Map to Start at, with .map extension]"
StartPos = "[The playerstart area]"
/>
And in your extra_english, you're gonna want
<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">[The description for your custom story.</Entry>
</CATEGORY>
</LANGUAGE>
at bare minimum.