Frictional Games Forum (read-only)
diary help - 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: diary help (/thread-24231.html)



diary help - MrJackrabbit - 12-26-2013

heyllo everyone,

so i sorta have a really stupid question with diary stuff.

im wondering if anyone could tell me how o make text for a diary.
In my .lang thing i was able to do notes and all of that but it doesn't work for diaries.

this is what i have. i took out all the text and stuff becuase its long and irrelevant:

<CATEGORY Name="Journal">
<Entry Name="Note_note_Name">note</Entry>
<Entry Name="Note_note_Text">text</Entry>
<Entry Name="Diary_diary_Name">diary</Entry>
<Entry Name="Diary_diary_Text">text</Entry>
</CATEGORY>


i have everything on the level editor working and the note reads what i typed out when i pick it up in the game but it doesnt work for the diary. i chagned the diary page to a note and the "Diary" in the .lang to "Note" and it worked perfectly so i was wondering how i could change it to a diary form.

thank ya all!


RE: diary help - DnALANGE - 12-26-2013

Diarys work only with .ogg files. The .ogg plays and you writethe text like you did. Look on search how it exactly works. If you cant fix it, ill put an example asap.


RE: diary help - MrJackrabbit - 12-26-2013

(12-26-2013, 10:28 PM)DnALANGE Wrote: Diarys work only with .ogg files. The .ogg plays and you writethe text like you did. Look on search how it exactly works. If you cant fix it, ill put an example asap.
alrightt thanks