Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
those FREAKING note's ! ( SOLVED )
zatrix Offline
Junior Member

Posts: 37
Threads: 9
Joined: Feb 2011
Reputation: 0
#1
Question  those FREAKING note's ! ( SOLVED )

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
(This post was last modified: 02-18-2011, 06:07 PM by zatrix.)
02-17-2011, 07:07 PM
Find
Padster Offline
Junior Member

Posts: 11
Threads: 1
Joined: Dec 2010
Reputation: 0
#2
RE: those FREAKING note's !

Check out the Scripts Recollection thread, it explains how to do most of those.
02-17-2011, 07:38 PM
Find
nkmol Offline
Senior Member

Posts: 252
Threads: 19
Joined: Feb 2011
Reputation: 4
#3
RE: those FREAKING note's !

(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
(This post was last modified: 02-17-2011, 09:18 PM by nkmol.)
02-17-2011, 09:16 PM
Find
zatrix Offline
Junior Member

Posts: 37
Threads: 9
Joined: Feb 2011
Reputation: 0
#4
RE: those FREAKING note's !

(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
02-17-2011, 09:51 PM
Find
Selyp Offline
Member

Posts: 210
Threads: 19
Joined: Feb 2011
Reputation: 7
#5
RE: those FREAKING note's !

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.
02-18-2011, 01:11 AM
Find
nofsky Offline
Senior Member

Posts: 423
Threads: 13
Joined: Sep 2008
Reputation: 1
#6
RE: those FREAKING note's !

There's a tutorial for that on the wiki:
http://wiki.frictionalgames.com/hpl2/tut...omakenotes
02-18-2011, 05:40 AM
Find
adamhun Offline
Junior Member

Posts: 34
Threads: 4
Joined: Dec 2010
Reputation: 0
#7
RE: those FREAKING note's !

You can always check other maps/stories
Spoiler below!

-Retired-
(This post was last modified: 02-18-2011, 04:24 PM by adamhun.)
02-18-2011, 04:23 PM
Find
nkmol Offline
Senior Member

Posts: 252
Threads: 19
Joined: Feb 2011
Reputation: 4
#8
RE: those FREAKING note's ! ( SOLVED )

i actually want to know how you solved it Tongue what did you do wrong/missed? Blush
02-18-2011, 06:54 PM
Find
zatrix Offline
Junior Member

Posts: 37
Threads: 9
Joined: Feb 2011
Reputation: 0
#9
RE: those FREAKING note's ! ( SOLVED )

(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,
02-18-2011, 07:07 PM
Find
nkmol Offline
Senior Member

Posts: 252
Threads: 19
Joined: Feb 2011
Reputation: 4
#10
RE: those FREAKING note's ! ( SOLVED )

ah i see, i did Note_generic_1 instead of Note_Note_generic_1 :p
thanks Wink
02-19-2011, 12:51 AM
Find




Users browsing this thread: 1 Guest(s)