Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
.Lang File Help Adding More Than One Category To .Lang Help
heyitsrobert97 Offline
Member

Posts: 68
Threads: 29
Joined: Jan 2012
Reputation: 0
#1
Adding More Than One Category To .Lang Help

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

This Darn House! , Four Doors, Youtube
02-03-2012, 11:16 AM
Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#2
RE: Adding More Than One Category To .Lang Help

Starting category tags do not have / as part of their syntax. In other words, look at your halldoormessage category.

Tutorials: From Noob to Pro
02-03-2012, 11:34 AM
Website Find
Khyrpa Offline
Senior Member

Posts: 638
Threads: 10
Joined: Apr 2011
Reputation: 24
#3
RE: Adding More Than One Category To .Lang Help

changing the language of the text editor to XML might help you understand how these work

02-03-2012, 11:37 AM
Find
heyitsrobert97 Offline
Member

Posts: 68
Threads: 29
Joined: Jan 2012
Reputation: 0
#4
RE: Adding More Than One Category To .Lang Help

(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


This Darn House! , Four Doors, Youtube
02-03-2012, 11:51 AM
Find




Users browsing this thread: 1 Guest(s)