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


Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Custom Story Problems
Cruzore Offline
Senior Member

Posts: 301
Threads: 2
Joined: Jun 2012
Reputation: 37
#2
RE: Custom Story Problems

Make sure the following stuff is in your folder "custom_stories":
A folder with the name of your CS.
Inside that folder, make a folder named "maps". Inside it, paste all .map files and .hps files(they have to be named the same: 01.map and 01.hps)
if you haven't got a .hps file, make it and paste this:
void OnStart()
{
}
void OnEnter()
{
}
void OnLeave()
{
}

Back to the folder with the name of your CS, paste the file with your custom story settings you got above. make sure it is named "custom_story_settings.cfg". So you got a .cfg file.
Might as well make a extra english file. Go back to the folder with the name of your cs, make a new file named "extra_english.lang". So you got a .lang file. Inside it, paste this:
<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Description</Entry>
</CATEGORY>
</LANGUAGE>
That should be it. make sure you got all above, then try to load it again.
(This post was last modified: 06-29-2012, 10:06 AM by Cruzore.)
06-29-2012, 10:04 AM
Find


Messages In This Thread
Custom Story Problems - by Kobis - 06-29-2012, 02:41 AM
RE: Custom Story Problems - by Cruzore - 06-29-2012, 10:04 AM
RE: Custom Story Problems - by Kobis - 07-02-2012, 02:26 AM
RE: Custom Story Problems - by SilentStriker - 06-29-2012, 11:28 AM
RE: Custom Story Problems - by Cruzore - 06-29-2012, 11:39 AM
RE: Custom Story Problems - by SilentStriker - 06-29-2012, 02:46 PM
RE: Custom Story Problems - by Cruzore - 07-02-2012, 12:11 PM
RE: Custom Story Problems - by Kobis - 07-05-2012, 03:46 AM
RE: Custom Story Problems - by No Author - 07-05-2012, 04:13 AM
RE: Custom Story Problems - by Cruzore - 07-05-2012, 12:13 PM
RE: Custom Story Problems - by Kobis - 07-05-2012, 07:32 PM



Users browsing this thread: 1 Guest(s)