Frictional Games Forum (read-only)

Full Version: Notes not working.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to create a custom story and been struggling with a problem with notes, it does'nt show any text when I open the note in the game. I really need help :/
Here is my extra_english.lang
Code:
<LANGUAGE>
    <CATEGORY Name="CustomStoryMain">
        <Entry Name="Description">A test description.</Entry>
    </CATEGORY>
<CATEGORY Name="Journal">
        <Entry Name="Note_theletter_Name">note</Entry>
        <Entry Name="Note_theletter_Text">testing testing</Entry>
    </CATEGORY>

</LANGUAGE>

And here is pic from the editor:
[Image: HAz8u.jpg]
This MAY be it... Try deleting the "CustomSubItemTypeName". It's not really necessary.

As the game is reading it now, it's trying to use the .lang in TWO areas, which I'm guessing in this case... Instead of applying to both, it cancels out. just leave it empty
(12-18-2011, 11:00 PM)Statyk Wrote: [ -> ]This MAY be it... Try deleting the "CustomSubItemTypeName". It's not really necessary.

As the game is reading it now, it's trying to use the .lang in TWO areas, which I'm guessing in this case... Instead of applying to both, it cancels out. just leave it empty
Tried it, still not working :/

I also tried things from this thread: http://www.frictionalgames.com/forum/new...pid=105970
Is that your whole lang file? Also, try deleting the map_cache file (close Amnesia first).
(12-19-2011, 01:13 AM)palistov Wrote: [ -> ]Is that your whole lang file? Also, try deleting the map_cache file (close Amnesia first).
It started to work! Thanks for the help Smile
Yeah, that is the whole lang file cause the map only has a few rooms now.
If you ever experience problems, first thing you should do is close Amnesia and delete the map_cache Smile
A lot of simple scratch-your-head problems are because of the map cache.
(12-19-2011, 03:00 AM)palistov Wrote: [ -> ]If you ever experience problems, first thing you should do is close Amnesia and delete the map_cache Smile
A lot of simple scratch-your-head problems are because of the map cache.
Have to remember to do that first when facing problems for now on. I was wrestling with this problem for about 4 hours Big Grin