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
Problem with the .lang file not working
Promethium Offline
Junior Member

Posts: 18
Threads: 6
Joined: Jun 2011
Reputation: 0
#1
Problem with the .lang file not working

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?
12-09-2011, 02:59 PM
Find
flamez3 Offline
Posting Freak

Posts: 1,281
Threads: 48
Joined: Apr 2011
Reputation: 57
#2
RE: Problem with the .lang file not 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>

(This post was last modified: 12-09-2011, 03:18 PM by flamez3.)
12-09-2011, 03:16 PM
Find
Promethium Offline
Junior Member

Posts: 18
Threads: 6
Joined: Jun 2011
Reputation: 0
#3
RE: Problem with the .lang file not working

(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!
12-09-2011, 05:04 PM
Find




Users browsing this thread: 1 Guest(s)