Adding a note - 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: Adding a note (/thread-19125.html) |
Adding a note - tonitoni1998 - 11-07-2012 how do i add a note and write the content? i already browsed the wiki but i was not able to find something. and by the way, how do i make a page break (dont know how you call it im not english but i am talking about that what happens when you hit "enter") or a second page? thanks RE: Adding a note - The chaser - 11-07-2012 In the level editor there's an entity-note_generic, letter, etc. Click it and put it somewhere in your map. In the note tab, go to the entity tab and, in Text entry, add the entry of your .lang file. RE: Adding a note - Adny - 11-07-2012 To add to chaser's post, "[br]" will make a break in the page - it's the equivalent of hitting "enter" on the keyboard once. RE: Adding a note - tonitoni1998 - 11-07-2012 i think i did it wrong my .lang looks like this now: <LANGUAGE> <CATEGORY Name="CustomStoryMain"> <Entry Name="Description">Pass all the Corridors...</Entry> </CATEGORY> <CATEGORY Name="note_1"> <Entry Name="Note_note_1_Name">A note from the torturer...</Entry> <Entry Name="Note_note_1_Text">I am sick of this... something ...*my text*....away! But how?</Entry> </CATEGORY> </LANGUAGE> and i copied this into my note (note_1)>entity>NoteText but its not working. were is my mistake? RE: Adding a note - The chaser - 11-07-2012 (11-07-2012, 06:02 PM)tonitoni1998 Wrote: i think i did it wrong my .lang looks like this now:There must be a "Journal" category. This category includes messages, notes, mementos, etc. <LANGUAGE> <CATEGORY Name="CustomStoryMain"> <Entry Name="Description">Pass all the Corridors...</Entry> </CATEGORY> <CATEGORY Name="Journal"> <Entry Name="Note_Test01_Name">Test Note</Entry> <Entry Name="Note_Test01_Text">This note is a test.</Entry> </CATEGORY> </LANGUAGE> Something like this should work. RE: Adding a note - tonitoni1998 - 11-07-2012 Thanks! but my note now instantly goes into the journal... how can i read it first? RE: Adding a note - The chaser - 11-07-2012 (11-07-2012, 06:18 PM)tonitoni1998 Wrote: Thanks!This should explain it to you. RE: Adding a note - tonitoni1998 - 11-07-2012 sorry but there is just that what you already telled me and nothing about my question RE: Adding a note - Tiger - 11-07-2012 (11-07-2012, 06:41 PM)tonitoni1998 Wrote: sorry but there is just that what you already telled me and nothing about my questionWell, to make a note, that's what you gotta do. |