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
Error when I try to add a memento
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#2
RE: Error when I try to add a memento

You can only have 1 category of the same name in your lang file, or else it will crash like this and cause no text to appear at all.

What you must do is merge your "Journal" categories. Place all the entries under the same one, like this:

<CATEGORY Name="Journal">
<Entry Name="Quest_pickuplantern_Text"> This could be useful...</Entry>
<Entry Name="Quest_enterarea_Text"> Where am I...? </Entry>

<Entry Name="Note_note01_Name">texthere</Entry>
<Entry Name="Note_note01_Text">texthere </Entry>

<Entry Name="Note_note02_Name">texthere</Entry>
<Entry Name="Note_note02_Text">texthere.</Entry>

<Entry Name="ItemName_GuestRoomKey">texthere</Entry>
<Entry Name="ItemDesc_GuestRoomKey">texthere</Entry>
</CATEGORY>

(This post was last modified: 02-10-2014, 02:54 PM by Mudbill.)
02-10-2014, 02:52 PM
Find


Messages In This Thread
RE: Error when I try to add a memento - by Mudbill - 02-10-2014, 02:52 PM



Users browsing this thread: 1 Guest(s)