Frictional Games Forum (read-only)
i need help with notes - 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: i need help with notes (/thread-13613.html)



i need help with notes - eddyed123 - 02-26-2012


what am i doing wrong?
<LANGUAGE>
<CATEGORY Name="Journal">
<Entry Name="Note_ANote_Name">Note</Entry>
<Entry Name="Note_ANote_Text">thehahrthsr</Entry>
</CATEGORY>

-------------------------------------------------------------------------------------------------------------
the note text is "ANote"
the note title is "ANote"


RE: i need help with notes - Datguy5 - 02-26-2012

(02-26-2012, 07:10 PM)eddyed123 Wrote: what am i doing wrong?
<LANGUAGE>
<CATEGORY Name="Journal">
<Entry Name="Note_ANote_Name">Note</Entry>
<Entry Name="Note_ANote_Text">thehahrthsr</Entry>
</CATEGORY>

-------------------------------------------------------------------------------------------------------------
the note text is "ANote"
the note title is "ANote"

I think you forgot the </LANGUAGE>
from the end.Should look like this
<LANGUAGE>
<CATEGORY Name="Journal">
<Entry Name="Note_ANote_Name">Note</Entry>
<Entry Name="Note_ANote_Text">thehahrthsr</Entry>

</CATEGORY>
</LANGUAGE>



If that doesnt work for some reason check this site. http://wiki.frictionalgames.com/hpl2/tutorials/script/howtomakenotes



RE: i need help with notes - jessehmusic - 02-29-2012

(02-26-2012, 07:10 PM)eddyed123 Wrote: what am i doing wrong?
<LANGUAGE>
<CATEGORY Name="Journal">
<Entry Name="Note_ANote_Name">Note</Entry>
<Entry Name="Note_ANote_Text">thehahrthsr</Entry>
</CATEGORY>

-------------------------------------------------------------------------------------------------------------
the note text is "ANote"
the note title is "ANote"


Dude you dont have any end of the lang :/
<LANGUAGE>
<CATEGORY Name="Journal">
<Entry Name="Note_ANote_Name">Note</Entry>
<Entry Name="Note_ANote_Text">thehahrthsr</Entry>
</CATEGORY>
<LANGUAGE>
Test this Wink btw have you change the "Notetext" in level editor to "ANote"




RE: i need help with notes - Datguy5 - 02-29-2012

(02-29-2012, 05:21 PM)jessehmusic Wrote:
(02-26-2012, 07:10 PM)eddyed123 Wrote: what am i doing wrong?
<LANGUAGE>
<CATEGORY Name="Journal">
<Entry Name="Note_ANote_Name">Note</Entry>
<Entry Name="Note_ANote_Text">thehahrthsr</Entry>
</CATEGORY>

-------------------------------------------------------------------------------------------------------------
the note text is "ANote"
the note title is "ANote"


Dude you dont have any end of the lang :/
<LANGUAGE>
<CATEGORY Name="Journal">
<Entry Name="Note_ANote_Name">Note</Entry>
<Entry Name="Note_ANote_Text">thehahrthsr</Entry>
</CATEGORY>
<LANGUAGE>
Test this Wink btw have you change the "Notetext" in level editor to "ANote"
I told him already that >: ( btw that is wrong because it has to be </LANGUAGE>
in the end.