Frictional Games Forum (read-only)
Help with Note script - 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: Help with Note script (/thread-21588.html)



Help with Note script - Wank - 05-23-2013

This is what I have in my extra_english.lang, but it won't work!

<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">You find yourself in the mansion of a deranged artist and musician. Could he be hiding something in this hidious house?</Entry>
</CATEGORY>

<CATEGORY Name="Journal">
<Entry Name="Note_letterone_Name">A quick note to self</Entry>
<Entry Name="Note_letterone_Text">So I don't forget- The key to the study is hidden in a new place.</Entry>
</CATEGORY>

</LANGUAGE>

Oh, and the description on the custom story works. It's just the Journal entry.


RE: Help with Note script - DnALANGE - 05-23-2013

(05-23-2013, 11:27 PM)Wank Wrote: This is what I have in my extra_english.lang, but it won't work!

<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">You find yourself in the mansion of a deranged artist and musician. Could he be hiding something in this hidious house?</Entry>
</CATEGORY>

<CATEGORY Name="Journal">
<Entry Name="Note_letterone_Name">A quick note to self</Entry>
<Entry Name="Note_letterone_Text">So I don't forget- The key to the study is hidden in a new place.</Entry>
</CATEGORY>

</LANGUAGE>

Explain a bit more WHAT is not working?
Cause the .english looks fine to me as far as it is very less informatiom.
-
Be sure to go in the EDITOR and go to the specific NOTE , click it and click the ENTITIE next to the GENERAL at the top right of the editor.
Then ADD "letterone" in BOTH of the 1: CustomsunItentypname AND Notetext.

-
Try this, if it still isn't working be free to ask more.
Good luck.


RE: Help with Note script - Wank - 05-23-2013

(05-23-2013, 11:47 PM)DnALANGE Wrote:
(05-23-2013, 11:27 PM)Wank Wrote: This is what I have in my extra_english.lang, but it won't work!

<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">You find yourself in the mansion of a deranged artist and musician. Could he be hiding something in this hidious house?</Entry>
</CATEGORY>

<CATEGORY Name="Journal">
<Entry Name="Note_letterone_Name">A quick note to self</Entry>
<Entry Name="Note_letterone_Text">So I don't forget- The key to the study is hidden in a new place.</Entry>
</CATEGORY>

</LANGUAGE>

Explain a bit more WHAT is not working?
Cause the .english looks fine to me as far as it is very less informatiom.
-
Be sure to go in the EDITOR and go to the specific NOTE , click it and click the ENTITIE next to the GENERAL at the top right of the editor.
Then ADD "letterone" in BOTH of the 1: CustomsunItentypname AND Notetext.

-
Try this, if it still isn't working be free to ask more.
Good luck.

The Description of my custom story worked fine, but it was just everything about the letter that wasn't working.
-
I added "letterone" in NoteText and CustomsubItemtypename, but to no avail.

(05-23-2013, 11:57 PM)Wank Wrote:
(05-23-2013, 11:47 PM)DnALANGE Wrote:
(05-23-2013, 11:27 PM)Wank Wrote: This is what I have in my extra_english.lang, but it won't work!

<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">You find yourself in the mansion of a deranged artist and musician. Could he be hiding something in this hidious house?</Entry>
</CATEGORY>

<CATEGORY Name="Journal">
<Entry Name="Note_letterone_Name">A quick note to self</Entry>
<Entry Name="Note_letterone_Text">So I don't forget- The key to the study is hidden in a new place.</Entry>
</CATEGORY>

</LANGUAGE>

Explain a bit more WHAT is not working?
Cause the .english looks fine to me as far as it is very less informatiom.
-
Be sure to go in the EDITOR and go to the specific NOTE , click it and click the ENTITIE next to the GENERAL at the top right of the editor.
Then ADD "letterone" in BOTH of the 1: CustomsunItentypname AND Notetext.

-
Try this, if it still isn't working be free to ask more.
Good luck.

The Description of my custom story worked fine, but it was just everything about the letter that wasn't working.
-
I added "letterone" in NoteText and CustomsubItemtypename, but to no avail.

THANK YOU FOR THE HELP! I just got it... I had to name the actual letter "letter_one" instead of "letterone"