Frictional Games Forum (read-only)
those FREAKING note's ! ( SOLVED ) - 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 (https://www.frictionalgames.com/forum/forum-35.html)
+--- Thread: those FREAKING note's ! ( SOLVED ) (/thread-6620.html)

Pages: 1 2


those FREAKING note's ! ( SOLVED ) - zatrix - 02-17-2011

okay now im on my 3rd day trying to find out HOW to make those DAMN note's ! " http://wiki.frictionalgames.com " Does NOT help me to find out HOW to make em,

please ANYONE who know it Post something on how to do it

STEP by STEP !

it begins to annoy me!

even tho while im trying out how to get the note's to work, in other words waiting for one of you guys to help me out with it

could somebody tell me step by step how to make a trigger on the door so it slams behind you or infront of you ^^ even better when you have pick up a note you will spawn a monster that run towards you and puff he's gone again Smile

so...


Q:1 HOW To make the note's work ?
Q:2 HOW to Trigger a door ?
Q:3 how to Spawn a monster or just something that scare people Angel
Q:4 How to make a key working to unlock a door !

Please tell me Step by step Blush


PS. Sorry for my noobishness Smile

-zatrix


RE: those FREAKING note's ! - Padster - 02-17-2011

Check out the Scripts Recollection thread, it explains how to do most of those.


RE: those FREAKING note's ! - nkmol - 02-17-2011

(02-17-2011, 07:38 PM)Padster Wrote: Check out the Scripts Recollection thread, it explains how to do most of those.

To make a note you should enter à script in the .lang file, what you already should made.
In the .lang file add:

<CATEGORY Name ="Journal">
<Entry Name="Note_Test01_Name">Titel that you want for your note.</Entry>
<Entry Name="Note_Test01_Text">Text that you want in your note.</Entry>
</CATEGORY>

Should work, just replace the titel and Text whith yours Big Grin

I didnt got any further, actually asking those Same questionsRolleyes
GoodluckBig Grin


RE: those FREAKING note's ! - zatrix - 02-17-2011

(02-17-2011, 09:16 PM)nkmol Wrote:
(02-17-2011, 07:38 PM)Padster Wrote: Check out the Scripts Recollection thread, it explains how to do most of those.

To make a note you should enter à script in the .lang file, what you already should made.
In the .lang file add:

<CATEGORY Name ="Journal">
<Entry Name="Note_Test01_Name">Titel that you want for your note.</Entry>
<Entry Name="Note_Test01_Text">Text that you want in your note.</Entry>
</CATEGORY>

Should work, just replace the titel and Text whith yours Big Grin

I didnt got any further, actually asking those Same questionsRolleyes
GoodluckBig Grin


something like this ?

" <LANGUAGE>
<RESOURCES>
</RESOURCES>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">My first level "The Death V.1.0" for Amnesia: The Dark Descent.[br]i hope you get scared! "KEEP IN MIND THIS IS ONLY A DEMO VERSION OF MY MAP!CHANGES ON THE MAP WILL COME!! </Entry>
</CATEGORY>

<CATEGORY Name ="Journal">
<Entry Name="Note_Test01_Name">Sex</Entry>
<Entry Name="Note_Test01_Text">Just had sex !!</Entry>
</CATEGORY>


</LANGUAGE> "

but still, if this one is right it does not do anything, when i pick up the note its just blank ^^Confused


RE: those FREAKING note's ! - Selyp - 02-18-2011

Make sure in the level editor in the entity tab for the note that you put the name of the entry that you are wanting it to use.


RE: those FREAKING note's ! - nofsky - 02-18-2011

There's a tutorial for that on the wiki:
http://wiki.frictionalgames.com/hpl2/tutorials/script/howtomakenotes


RE: those FREAKING note's ! - adamhun - 02-18-2011

You can always check other maps/stories
Spoiler below!



RE: those FREAKING note's ! ( SOLVED ) - nkmol - 02-18-2011

i actually want to know how you solved it Tongue what did you do wrong/missed? Blush


RE: those FREAKING note's ! ( SOLVED ) - zatrix - 02-18-2011

(02-18-2011, 06:54 PM)nkmol Wrote: i actually want to know how you solved it Tongue what did you do wrong/missed? Blush

</Entry>
</CATEGORY>
<CATEGORY Name="Journal">
<Entry Name="Note_note_generic_1_Name">1843* Strange things has begun</Entry>
<Entry Name="Note_note_generic_1_Text">Something strange has begun to happen in this place, i cant say what it is but i keep hearing noice's and door's are opening and closing.. "DEMO STORYLINE" </Entry>
<Entry Name="Note_note_generic_2_Name"> 1843* shadow's</Entry>
<Entry Name="Note_note_generic_2_Text">I have begun to see shadow's move around my place, ive dont know how long i am able to..... "DEMO STORYLINE"</Entry>
</CATEGORY>

Copy past this one to your LANG file mate,

keep in mind that "note_generic_1" <--- this one is the name of your note that you use in your Editor, in my case its name'd that there are other note's you can use, just remember to copy the name of the note to your "LANG" file mate,,

i looks like this : <Entry Name="Note_the NOTE name here!_Name">THE TITLE IN YOUR NOTE!</Entry>
<Entry Name="Note_The NOTE name here!_Text">Your text here that you read when you click on it! </Entry>

otherwise in case you still cant figure out how to do it PM me mate,


RE: those FREAKING note's ! ( SOLVED ) - nkmol - 02-19-2011

ah i see, i did Note_generic_1 instead of Note_Note_generic_1 :p
thanks Wink