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 Lang file stopped working completely
Apjjm Offline
Is easy to say

Posts: 496
Threads: 18
Joined: Apr 2011
Reputation: 52
#3
RE: Lang file stopped working completely

The error is in your lang file:
ERROR: The 'br' start tag on line 35 does not match the end tag of 'Entry'. Line 38, position 26.

You have a "<br>" instead of a "[br]". Try the following:
<LANGUAGE>
<RESOURCES>
</RESOURCES>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">
Can you find the secret message?
But most important... Will you live?
</Entry>
</CATEGORY>

<CATEGORY Name="Levels">
<Entry Name="DoorStorage">Storage</Entry>
<Entry Name="DoorSchematics">Schematics</Entry>
<Entry Name="DoorGuestroom">Guest Room</Entry>
<Entry Name="DoorMainHall">Main Hall</Entry>
</CATEGORY>

<CATEGORY Name="MainHall">
<Entry Name="LevelDoorLocked_Guestroom">It is locked, I'll have to find The Guest Room Key</Entry>
<Entry Name="LevelDoorLocked_Schematics">It is locked, I'll have to find The Schematical Key</Entry>
<Entry Name="LevelDoorLocked_Storage">It is locked, I'll have to find The Storage Key</Entry>
</CATEGORY>

<CATEGORY Name="Journal">
<Entry Name="Note_notekeysto_Name">Find the key!</Entry>
<Entry Name="Note_notekeysto_Text">There is no time![br][br]
Find the key inside the dining hall, its hidden behind one of the knight replica statues!
if you see this message you probably already ran into the servants... god bless if you survive![br][br]
P.S There is always a Cleaner after a Killer!</Entry>
<Entry Name="Note_storagenote_Name">Setting up the Storage</Entry>
<Entry Name="Note_storagenote_Text">To Barney[br][br]
We are processing the amount of items placed in the storage.[br]
At the moment we haven't got the biggest amount yet, but i assure you[br]
that we are going to get it filled.[br][br]
Next mounth the traveler Gordon, will be here with a whole new level of funitures[br]
for the Mansion! Alot of changes are going to happend, and i think[br]
you'll get quite exited about the things i have in mind.[br][br]
Best Regards P. Johnson</Entry>
</CATEGORY>

<CATEGORY Name="Inventory">
<Entry Name="ItemName_storagekey">Key to The Storage Room</Entry>
<Entry Name="ItemDesc_storagekey">Key used to unlock The Storage Room!</Entry>
<Entry Name="ItemName_guestroomkey">Key to The Guest Room</Entry>
<Entry Name="ItemDesc_guestroomkey">Key used to unlock The Guest Room!</Entry>
</CATEGORY>
</LANGUAGE>
You may find it easier to use my lang editor tool than writing the files out manually (i used it to find the above error):
http://www.frictionalgames.com/forum/thread-12213.html
04-22-2012, 01:29 AM
Find


Messages In This Thread
Lang file stopped working completely - by Dutton - 04-21-2012, 09:39 PM
RE: Lang file stopped working completely - by Apjjm - 04-22-2012, 01:29 AM



Users browsing this thread: 1 Guest(s)