Frictional Games Forum (read-only)
More Odd problems - 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: More Odd problems (/thread-11722.html)



More Odd problems - The Rock Worm - 12-06-2011

Okay, so I have a working game description... that area is good. As I was creating my first Amnesia Custom Story, I got to a point were a note is needed. I have my note named as 1stnote, below is my extra_english.lang (minus the actual story notes, I wish to leave it as a surprise to those who will play the game). What am I doing wrong?

<LANGUAGE>
<RESOURCES>
</RESOURCES>

<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Story Info Here</Entry>
</CATEGORY>

<CATEGORY Name="Journal">
<Entry Name="Note_1stnote_Name">Title of the Note</Entry>
<Entry Name="Note_1stnote_Text">Blah Blah Blah[br]the end.</Entry>
</CATEGORY>
</LANGUAGE>



RE: More Odd problems - triadtimes - 12-06-2011

What's the problem? Is the note not showing anything when picked up?


RE: More Odd problems - Statyk - 12-06-2011

It sounds like you named the note through the internal name box (where it would say something like "item_generic_note_01")

Go into the Entity tab of the note and scroll down to the little box titled "NoteText" and put 1stnote in THERE.

EDIT: "NoteTEXT", not NoteName...



RE: More Odd problems - The Rock Worm - 12-06-2011

(12-06-2011, 10:04 PM)Statyk Wrote: It sounds like you named the note through the internal name box (where it would say something like "item_generic_note_01")

Go into the Entity tab of the note and scroll down to the little box titled "NoteText" and put 1stnote in THERE.

EDIT: "NoteTEXT", not NoteName...

IT WORKED! Thank you very much Smile This is my first note that I was working on in my very first Custom Story titled "The Mine: Chapter 1". Notes are an important part in telling the story in any custom story, so this was good to get through.