Frictional Games Forum (read-only)
[LANG] extra_english.lang Doesn't seem to load - 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: [LANG] extra_english.lang Doesn't seem to load (/thread-13901.html)



extra_english.lang Doesn't seem to load - Zinnkio - 03-10-2012

I'm currenty in the middle of producing a new custom story. It's in the early stages so I haven't done much.

I have created the extra_english.lang file that's needed for key names and descriptions and various other elements. It is in the correct folder too.

Here it is
Code:
<LANGUAGE>
   <RESOURCES>
   </RESOURCES
   <CATEGORY Name="CustomStoryMain">
        <Entry Name="Description">
         Just a brief description!
        </Entry>
   </CATEGORY>
   <CATEGORY Name="Inventory">
        <Entry Name="ItemName_roomkey">
          Room Key.
        </Entry>
        <Entry Name="ItemDesc_roomkey">
          Your Room Key.
        </Entry>
   </CATEGORY>
</LANGUAGE>

When I come to load my custom story the story description doesn't show and neither do the key name and description. I have double checked over and over to see if there are any mistakes in the editor and .lang file but I can't seem to find any.

I would deeply appreciate it if anyone could advise me as to what to do or spot anything wrong in the .lang file.

*******EDIT*******
missed a '>' after RESOURCES -_-


RE: extra_english.lang Doesn't seem to load - Jamsong - 03-14-2012

See this attachment, that is the right syntax.

Jamsong