Frictional Games Forum (read-only)
[LANG] Note wont work :S - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: [LANG] Note wont work :S (/thread-19703.html)



Note wont work :S - CptLogicDev - 12-27-2012

This is my Lang

Code:
<LANGUAGE>
    <RESOURCES>
    </RESOURCES>
    <CATEGORY Name="CustomStoryMain">
        <Entry Name="Description">Explore the dungeon figure out what has happend there and why</Entry>
    </CATEGORY>
<CATEGORY Name="Message">
        <Entry Name="whathappend">What have happend in here?...i feel a strange..shadow</Entry>
        <Entry Name="Whatwasthat">What was that ?!?!...was that an dead human? or an creature that god created...</Entry>
</CATEGORY>
<CATEGORY Name="Journal">
       <Entry Name="Note_first_Name">Letter Full with Wine</Entry>
       <Entry Name="Note_first_Text">If....Anyone....Can...Stop!....Fleee!!!![br][br][br][br]Can't see anything...the note is full with wine....</Entry>
</CATEGORY>
      
       <CATEGORY Name = "Inventory">
        <Entry Name = "ItemDesc_Lab_key">An Very old key i guess it goes to a door?</Entry>
        <Entry Name = "ItemName_Lab_key">Very Very Old Key</Entry>
       </CATEGORY>
      
       </LANGUAGE>

Got "Note_first" at the name and note text


RE: Note wont work :S - Aquatric - 12-27-2012

I fixed it, here:
Code:
<CATEGORY Name="Journal">
    <Entry Name="Note_YourNoteName_Name">TITLE</Entry>
    <Entry Name="Note_YourNoteName_Text">BRIEF TEXT</Entry>
    </CATEGORY>

"YourNoteName" is the name of the Note paper in the Level Editor! c: