Frictional Games Forum (read-only)

Full Version: extra_english.lang Doesn't seem to load
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 -_-
See this attachment, that is the right syntax.

Jamsong