Frictional Games Forum (read-only)
How do i make 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: How do i make notes? (/thread-12372.html)



How do i make notes? - Datguy5 - 01-05-2012

How do you make notes that the player can pick up and then read them?I dont have anything in my extra_english.lang file.


RE: How do i make notes? - Khyrpa - 01-05-2012

(01-05-2012, 04:01 PM)Datguy5 Wrote: dont have anything in my extra_english.lang file.
that might be the problem
http://wiki.frictionalgames.com/hpl2/tutorials/start

use search



RE: How do i make notes? - Datguy5 - 01-05-2012

(01-05-2012, 04:19 PM)Khyrpa Wrote:
(01-05-2012, 04:01 PM)Datguy5 Wrote: dont have anything in my extra_english.lang file.
that might be the problem
http://wiki.frictionalgames.com/hpl2/tutorials/start

use search
Big Grin What should i do?




RE: How do i make notes? - flamez3 - 01-05-2012

Look for yourself, I'll give you a tip:

http://wiki.frictionalgames.com/hpl2/tutorials/script/howtomakenotes



RE: How do i make notes? - Datguy5 - 01-05-2012

(01-05-2012, 05:16 PM)flamez3 Wrote: Look for yourself, I'll give you a tip:

http://wiki.frictionalgames.com/hpl2/tutorials/script/howtomakenotes

ok Big Grin

When i take the note,theres nothing there.Heres the lang file:
<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">This is a test map and also my first.</Entry>
</CATEGORY>
<CATEGORY Name="Journal1">
<Entry Name="Note_Test01_Name">Hint</Entry>
<Entry Name="Note_Test01_Text">There is an key in the chest.</Entry>
</CATEGORY>
</LANGUAGE>




RE: How do i make notes? - eagledude4 - 01-05-2012

(01-05-2012, 05:29 PM)Datguy5 Wrote:
(01-05-2012, 05:16 PM)flamez3 Wrote: Look for yourself, I'll give you a tip:

http://wiki.frictionalgames.com/hpl2/tutorials/script/howtomakenotes

ok Big Grin

When i take the note,theres nothing there.Heres the lang file:
<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">This is a test map and also my first.</Entry>
</CATEGORY>
<CATEGORY Name="Journal1">
<Entry Name="Note_Test01_Name">Hint</Entry>
<Entry Name="Note_Test01_Text">There is an key in the chest.</Entry>
</CATEGORY>
</LANGUAGE>

I think the category name has to be "Journal", not "Journal1"





RE: How do i make notes? - Datguy5 - 01-05-2012

(01-05-2012, 06:25 PM)eagledude4 Wrote:
(01-05-2012, 05:29 PM)Datguy5 Wrote:
(01-05-2012, 05:16 PM)flamez3 Wrote: Look for yourself, I'll give you a tip:

http://wiki.frictionalgames.com/hpl2/tutorials/script/howtomakenotes

ok Big Grin

When i take the note,theres nothing there.Heres the lang file:
<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">This is a test map and also my first.</Entry>
</CATEGORY>
<CATEGORY Name="Journal1">
<Entry Name="Note_Test01_Name">Hint</Entry>
<Entry Name="Note_Test01_Text">There is an key in the chest.</Entry>
</CATEGORY>
</LANGUAGE>

I think the category name has to be "Journal", not "Journal1"
Oh lol i didnt even see that XD



Yes it works now!Thank you all for the help Smile