Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Custom Stories Will Not Load
Obliviator27 Offline
Posting Freak

Posts: 792
Threads: 10
Joined: Jul 2011
Reputation: 66
#6
RE: Custom Stories Will Not Load

(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.

09-16-2011, 02:35 PM
Find


Messages In This Thread
Custom Stories Will Not Load - by joey1245 - 09-15-2011, 11:33 AM
RE: Custom Stories Will Not Loading - by joey1245 - 09-15-2011, 07:57 PM
RE: Custom Stories Will Not Load - by joey1245 - 09-16-2011, 11:20 AM
RE: Custom Stories Will Not Load - by Obliviator27 - 09-16-2011, 02:35 PM



Users browsing this thread: 1 Guest(s)