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
Whats wrong with my .lang file?
Bierton Offline
Junior Member

Posts: 5
Threads: 4
Joined: Jun 2012
Reputation: 0
#1
Whats wrong with my .lang file?

Me again (: and expect me to return as I am useless at creating custom stories but SLOWLY learing.


My problem now is that I have recently added a momento entry command on both my .lang file and my level .hps file. The problem being is that now the .lang file doesn't work as my description of the map does not appear when i view it on the in game menu. Here is the current .lang file:


<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">
You have travelled to a remote deserted castle on the far outskirts of a small town called Dronfield. Numerous people have gone missing in this area and your curiosity has got the better of you, What lies inside these ruins that could cause these disappearings?
</Entry>
</CATEGORY>

</CATEGORY Name="Journal">
<EntryName="Quest_Door_Text">Who put a blockade here?</Entry>
</CATEGORY>


</LANGUAGE>

Any help?
06-22-2012, 10:39 PM
Find
Traggey Offline
is mildly amused

Posts: 3,257
Threads: 74
Joined: Feb 2012
Reputation: 185
#2
RE: Whats wrong with my .lang file?

Moved to development support.
06-22-2012, 11:03 PM
Find
MaZiCUT Offline
Senior Member

Posts: 536
Threads: 31
Joined: Jun 2012
Reputation: 17
#3
RE: Whats wrong with my .lang file?

It should work 100% now
<LANGUAGE>
<RESOURCES>
</RESOURCES>

<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">You have travelled to a remote deserted castle on the far outskirts of a small town called Dronfield. Numerous people have gone missing in this area and your curiosity has got the better of you, What lies inside these ruins that could cause these disappearings?</Entry>
</CATEGORY>

</CATEGORY Name="Journal">
<Entry Name="Quest_Door_Text">Who put a blockade here?</Entry>
</CATEGORY>
</LANGUAGE>

Hi.
(This post was last modified: 06-22-2012, 11:16 PM by MaZiCUT.)
06-22-2012, 11:06 PM
Website Find
Cruzore Offline
Senior Member

Posts: 301
Threads: 2
Joined: Jun 2012
Reputation: 37
#4
RE: Whats wrong with my .lang file?

</CATEGORY Name="Journal">
<EntryName="Quest_Door_Text">Who put a blockade here?</Entry>
</CATEGORY>
the initiation of the category is not with a slash, only the end is. Also, Entryname is to be seperated. So the correct one is:
<CATEGORY Name="Journal">
<Entry Name="Quest_Door_Text">Who put a blockade here?</Entry>
</CATEGORY>
That should be all. You don't need to initiate resources(?), since I also didn't do it and it works fine for me.
06-22-2012, 11:12 PM
Find
Bierton Offline
Junior Member

Posts: 5
Threads: 4
Joined: Jun 2012
Reputation: 0
#5
RE: Whats wrong with my .lang file?

Thanks for all the help guys (: turns out it was the "/" that was causing all the trouble for me.

Expect to hear from me again as I am new and useless at this XD.
06-22-2012, 11:42 PM
Find




Users browsing this thread: 1 Guest(s)