Frictional Games Forum (read-only)

Full Version: Need help with journal.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I tried to add a journal note and it wouldnt work. This is what I have:


</CATEGORY>

<CATEGORY Name="Journal">
<Entry Name="Note_Note1_Name">Demon Dog</Entry>
<Entry Name="Note_Note1_Text">I lost Demon Dog</Entry>
Is that all? If so, you're missing the Language initiation, and the end of the category is wrongly placed.
<LANGUAGE>
<CATEGORY Name="Journal">
<Entry Name="Note_Note1_Name">Demon Dog</Entry>
<Entry Name="Note_Note1_Text">I lost Demon Dog</Entry>
</CATEGORY>
</LANGUAGE>
Did you remove everything in your lang? Cause i added Resource and Language at the right places before.