Frictional Games Forum (read-only)
[Solved] Blank notes - 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: [Solved] Blank notes (/thread-28972.html)



[Solved] Blank notes - ethics - 01-03-2015

I finished my Custom Story.
I send it out to one of my beta testers and he tested it.
The CS had no description whatsoever and all Notes and Mementos were blank.
I also had this issue with my first custom story, it had something to do with the Justine Patch.
Also, I gifted Amnesia to this beta tester and that's the first time he actually played it.
Has this something to do with the 1.3 patch?
I'm glad for any help c:


RE: Blank notes - Daemian - 01-03-2015

Your language file seems to be wrong.
Open your extra_english.lang in your mod and start looking for errors.
If it's too long, remove large portions of entries until it starts working. The last thing you removed had the problem.
That's what I would try first.
If it works for you and not your friend, tell him to add the entry /custom_stories to his resources.cfg and try again.


RE: Blank notes - ethics - 01-03-2015

(01-03-2015, 08:06 PM)Daemian Wrote: Your language file seems to be wrong.
Open your extra_english.lang in your mod and start looking for errors.
If it's too long, remove large portions of entries until it starts working. The last thing you removed had the problem.
That's what I would try first.
If it works for you and not your friend, tell him to add the entry /custom_stories to his resources.cfg and try again.
Another CS worked for him though. Only mine was incorrect (the cs works for me however :/).


RE: Blank notes - ethics - 01-04-2015

(01-03-2015, 08:14 PM)ztp Wrote:
(01-03-2015, 08:06 PM)Daemian Wrote: Your language file seems to be wrong.
Open your extra_english.lang in your mod and start looking for errors.
If it's too long, remove large portions of entries until it starts working. The last thing you removed had the problem.
That's what I would try first.
If it works for you and not your friend, tell him to add the entry /custom_stories to his resources.cfg and try again.
Another CS worked for him though. Only mine was incorrect (the cs works for me however :/).

Found out what the problem was. He had the game on english language and my .lang file is named extra_german.lang. Thus, the english Amnesia couldn't read it.