Frictional Games Forum (read-only)
Custom Story Not Showing Up In Menu - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: Custom Story Not Showing Up In Menu (/thread-18081.html)



Custom Story Not Showing Up In Menu - g2uypie - 09-01-2012

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.


RE: Custom Story Not Showing Up In Menu - Zaffre - 09-01-2012

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()
{

}



RE: Custom Story Not Showing Up In Menu - g2uypie - 09-01-2012

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


RE: Custom Story Not Showing Up In Menu - Zaffre - 09-01-2012

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