Frictional Games Forum (read-only)
So Anyone Can tell me.. - 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 (https://www.frictionalgames.com/forum/forum-35.html)
+--- Thread: So Anyone Can tell me.. (/thread-7763.html)

Pages: 1 2


RE: So Anyone Can tell me.. - Karai16 - 05-02-2011

(05-02-2011, 08:39 PM)eRoTic Wrote: ^well good thing my description works but not the note XD

I think I know what's going wrong.
-Open your map in leveleditor and click on the note.
-Go to the entity tab
-Below, there should be a box with NoteText above it. Type the name of the note there. Then the program will know which entries to search for.

example:
Code:
<LANGUAGE>
<CATEGORY Name="Journal">
<Entry Name="Note_ToDaniel_Name">Note To MySelf</Entry>
<Entry Name="Note_ToDaniel_Text">Hello Daniel!</Entry>
</CATEGORY>
<CATEGORY Name="CustomStoryMain">
Hello Daniel, I see you're awake, welcome back...
</CATEGORY>
</LANGUAGE>
The thing you should be typing there is: ToDaniel
I hope this helps you


RE: So Anyone Can tell me.. - eRoTic - 05-03-2011

Worked Ty :3