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
Amnesia Note Creation Issue
NaxEla Offline
Senior Member

Posts: 415
Threads: 5
Joined: Dec 2012
Reputation: 28
#2
RE: Amnesia Note Creation Issue

For a note to work, you don't need to write anything where it says "CallbackFunc". Your problem is that you don't have </CATEGORY> to close the Journal category. Your .lang should look like this:

<LANGUAGE>
    <CATEGORY Name="CustomStoryMain">
        <Entry Name="Description">A test description.</Entry>
    </CATEGORY>

    <CATEGORY Name="Journal">
        <Entry Name="Note_Test01_Name">Important note</Entry>
        <Entry Name="Note_Test01_Text">Important note</Entry>
    </CATEGORY>
</LANGUAGE>

Btw, this should be in the Custom Stories Development Support forum.

In Ruins [WIP]
02-23-2013, 10:20 PM
Find


Messages In This Thread
Amnesia Note Creation Issue - by Arklancer - 02-23-2013, 03:08 PM
RE: Amnesia Note Creation Issue - by NaxEla - 02-23-2013, 10:20 PM
RE: Amnesia Note Creation Issue - by Statyk - 02-24-2013, 12:53 AM
RE: Amnesia Note Creation Issue - by NaxEla - 02-24-2013, 05:35 AM
RE: Amnesia Note Creation Issue - by Arklancer - 02-24-2013, 01:13 PM



Users browsing this thread: 1 Guest(s)