Frictional Games Forum (read-only)
note and journal probleme - 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: note and journal probleme (/thread-17099.html)



note and journal probleme - zecuro - 07-19-2012

found a tutorial on youtube by russmoney but it dosen't work well for now i think i did something wrong can you help me out
<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">
Just a brief description!
</Entry>

<CATEGORY Name="Journal">
<Entry Name="Note_theletter_Name">This Is A Letter</Entry>
<Entry Name="Note_theletter_Text">Hi Marcial How ARe you today.[br]Wall o ' Text[br]Crits for over nine-thousand.</Entry>
</CATEGORY>
</LANGUAGE>


RE: note and journal probleme - Steve - 07-19-2012

You missed an </CATEGORY> it should be:
<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Just a brief description!< /Entry>
</CATEGORY>

<CATEGORY Name="Journal">
<Entry Name="Note_theletter_Name">This Is A Letter</Entry>
<Entry Name="Note_theletter_Text">Hi Marcial How ARe you today.[br]Wall o ' Text[br]Crits for over nine-thousand.</Entry>
</CATEGORY>
</LANGUAGE>
you can just copy paste this. Tongue


RE: note and journal probleme - zecuro - 07-19-2012

dosen't seem to work .......


RE: note and journal probleme - Steve - 07-19-2012

If you copy pasted what I just send, than I forgot to take the space away from the first </Entry> I just noticed it try removing that.