Frictional Games Forum (read-only)

Full Version: Problem with the .lang file not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Heya I'm making a custom story and I can't seem to get my .lang file working, not even the description of the map is working, here is what I have so far...


<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">My custom story</Entry>
</CATEGORY>

<CATEGORY Name="Journal">
<Entry Name="Note_starternote_Name">Diary Page>/Entry>
<Entry Name="Note_starternote_Text">A Diary describing things.</Entry>
</CATEGORY>
</LANGUAGE>


Can anyone see why it isn't working?
<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">My custom story</Entry>
</CATEGORY>

<CATEGORY Name="Journal">
<Entry Name="Note_starternote_Name">Diary Page>/Entry> ---You put a > instead of a <
<Entry Name="Note_starternote_Text">A Diary describing things.</Entry>
</CATEGORY>
</LANGUAGE>
(12-09-2011, 03:16 PM)flamez3 Wrote: [ -> ]My custom story



Diary Page>/Entry> ---You put a > instead of a <
A Diary describing things.
Ahhh yes! Such a silly mistake, thankyou very much!