Frictional Games Forum (read-only)

Full Version: Custom Story Not Showing Up In Menu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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()
{

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