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 Story Not Showing Up In Menu
g2uypie Offline
Junior Member

Posts: 13
Threads: 5
Joined: Jun 2012
Reputation: 1
#1
Custom Story Not Showing Up In Menu

EDIT: Fixed it. Realized I missed a quote.

---
I've double checked all of my stuff, and I don't see what I did wrong.


I'm including my configuration file, and my .lang (I'm renaming .lang into .txt because I can't add .lang) (I'm also adding my hps file in, but renaming it to .txt because I can't add .hps files)

Please help me Sad I don't know what I did wrong.


Attached Files
.cfg   custom_story_setting.cfg (Size: 150 bytes / Downloads: 83)
.txt   extra_english.txt (Size: 395 bytes / Downloads: 85)
.txt   00_wuth.txt (Size: 18 bytes / Downloads: 74)
(This post was last modified: 09-01-2012, 08:10 AM by g2uypie.)
09-01-2012, 12:51 AM
Website Find
Zaffre Away
Posting Freak

Posts: 867
Threads: 50
Joined: Jul 2012
Reputation: 30
#2
RE: Custom Story Not Showing Up In Menu

Your problem is that 00_wuth.txt and extra_english.txt are not named 00_wuth.hps and extra_english.lang respectively. You can use a program like Notepad++ or Geany (my preferred) to edit those when they have their respective extensions. If it still isn't showing up, go to Change Profile and double click on yours, that usually fixes it.

Hope this helps! Get Notepad++ here and Geany here.

EDIT: I just looked at your wuth_00.txt, and it needs to be input like this.
Spoiler below!
void OnStart()
{

}

void OnEnter()
{

}

void OnLeave()
{

}

As of September 2nd, 2014, I've left the Frictional forums. Check my profile for more details.
(This post was last modified: 09-01-2012, 01:21 AM by Zaffre.)
09-01-2012, 01:19 AM
Find
g2uypie Offline
Junior Member

Posts: 13
Threads: 5
Joined: Jun 2012
Reputation: 1
#3
RE: Custom Story Not Showing Up In Menu

(09-01-2012, 01:19 AM)Zaffre Wrote: Your problem is that 00_wuth.txt and extra_english.txt are not named 00_wuth.hps and extra_english.lang respectively. You can use a program like Notepad++ or Geany (my preferred) to edit those when they have their respective extensions. If it still isn't showing up, go to Change Profile and double click on yours, that usually fixes it.

Hope this helps! Get Notepad++ here and Geany here.

EDIT: I just looked at your wuth_00.txt, and it needs to be input like this.
Spoiler below!
void OnStart()
{

}

void OnEnter()
{

}

void OnLeave()
{

}



Thanks. As I stated though, I renamed temporarily because the forum didn't allow me to upload those file types.
(This post was last modified: 09-01-2012, 01:37 AM by g2uypie.)
09-01-2012, 01:36 AM
Website Find
Zaffre Away
Posting Freak

Posts: 867
Threads: 50
Joined: Jul 2012
Reputation: 30
#4
RE: Custom Story Not Showing Up In Menu

(09-01-2012, 01:36 AM)g2uypie Wrote:
(09-01-2012, 01:19 AM)Zaffre Wrote: Your problem is that 00_wuth.txt and extra_english.txt are not named 00_wuth.hps and extra_english.lang respectively. You can use a program like Notepad++ or Geany (my preferred) to edit those when they have their respective extensions. If it still isn't showing up, go to Change Profile and double click on yours, that usually fixes it.

Hope this helps! Get Notepad++ here and Geany here.

EDIT: I just looked at your wuth_00.txt, and it needs to be input like this.
Spoiler below!
void OnStart()
{

}

void OnEnter()
{

}

void OnLeave()
{

}



Thanks. As I stated though, I renamed temporarily because the forum didn't allow me to upload those file types.
No problem. And thanks for pointing out the renaming thing; I didn't notice it before.

As of September 2nd, 2014, I've left the Frictional forums. Check my profile for more details.
09-01-2012, 01:38 AM
Find




Users browsing this thread: 1 Guest(s)