Frictional Games Forum (read-only)

Full Version: Adding More Than One Category To .Lang Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi again.
Whenever I add a New Category to the .lang file ALL the text in it doesn't show in game eg. Keys ingame Messages etc
I want to know how to continue with more than one category without it stopping it showing. I recently added the message part but now nothing will show.

<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">
Your Name is Robert, [br] You are Inside This strange House that you entered after hearing screams from inside. [br] The House was built in 1900 but was only used for 5 years before everyone in the house was murdered. [br] Whatever people that went in never came out. [br] The year is now 1925, You walked into the cellar but a gush of wind slammed the door shut and blew out every light except one. [br] when You think that the worst is over you feel water fill the room to your knees you just have to get out!
</Entry>
</CATEGORY>
<CATEGORY Name="Inventory">
<Entry Name="ItemName_key_1">
Hall Key
</Entry>
<Entry Name="ItemDesc_key_1">
A Key Labelled "Hall Key"
</Entry>
</CATEGORY>
</CATEGORY Name="halldoormessage">
<Entry Name="message">
This House Is Just Getting Wierder and Wierder I Hope I Get Out Soon!
</Entry>
</CATEGORY>
</LANGUAGE>

Any Help?Idea
Starting category tags do not have / as part of their syntax. In other words, look at your halldoormessage category.
changing the language of the text editor to XML might help you understand how these work
(02-03-2012, 11:37 AM)Khyrpa Wrote: [ -> ]changing the language of the text editor to XML might help you understand how these work
I Did Thank You for your help both of youBig Grin