Frictional Games Forum (read-only)
Possible solution for OWN custom stories not showing up under the Custom Stories 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 Articles (https://www.frictionalgames.com/forum/forum-40.html)
+---- Thread: Possible solution for OWN custom stories not showing up under the Custom Stories menu (/thread-14254.html)



Possible solution for OWN custom stories not showing up under the Custom Stories menu - maggigyo - 03-26-2012

Hi!

I've noticed that a lot of people have this problem, and I myself had a lot of problems finding the solution.
If you've set up your own custom story using this guide:
http://wiki.frictionalgames.com/hpl2/amnesia/custom_story

know that it forgets to mention something that is actually pretty simple. You need to make sure that the files needed actually gets saved as .cfg and .lang files!

When saving the text files like "name.cfg" and "name.lang" with notepad, it might look right in explorer, but they are actually still .txt-files.

To see this you need to find the folder settings that lets you see all file extensions. (Can't help you with this sorry) Now you can cleary see that the file names are
"name.cfg.txt" and "name.lang.txt"

Now, just erase the ".txt" in the file names. You might get a warning that the files could become unusable, but just confirm.


This worked for me, and I hope these instructions (however very clumsy and confusing) can help someone else.



RE: Possible solution for OWN custom stories not showing up under the Custom Stories menu - Your Computer - 03-26-2012

The article you link to doesn't forget to mention that the files should have a specific file extension. You must be new to Windows.

BTW, in Windows 7 you can access the folder options with Alt + T and then Alt + O in the file manager. It's really a security issue that Microsoft has allowed to exist for a long while. Not knowing a file's proper file extension can be dangerous.


RE: Possible solution for OWN custom stories not showing up under the Custom Stories menu - maggigyo - 03-27-2012

The guide says:
"Create a text file named 'custom_story_settings.cfg' in the story root. The contents of this file should look like this: "


It DOESN'T say that just naming the file with a .cfg extension is not enough.
And since most of the guide is very straightforward I thought it would mention everything I needed to consider, so I just forgot about this simple issue.