Frictional Games Forum (read-only)
TUTORIAL: How to make a readable note - 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 Articles (https://www.frictionalgames.com/forum/forum-40.html)
+---- Thread: TUTORIAL: How to make a readable note (/thread-4407.html)

Pages: 1 2 3 4


RE: TUTORIAL: How to make a readable note - Stepper321 - 03-13-2012

extra_... is for the cs.


RE: TUTORIAL: How to make a readable note - MrDosht - 10-20-2012

Mine doesn't seem to display any text, or show a title, when I pick it up Tongue


<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">
My tutorial! PSBig Grinont forget to turn off hallbreaker in the hps D:
</Entry>
</CATEGORY>
<CATEGORY Name="Journal">
<Entry Name="Note_MYNOTE_Name">HINT HINT!</Entry>
<Entry Name="Note_MYNOTE_Text">Hi PS:There's a grunt behind you Big Grin</Entry>
</CATEGORY>
</LANGUAGE>

Oh and I called the file extra_english.lang :S and did the weird callbackfunc thing and the note text one too...


RE: TUTORIAL: How to make a readable note - Statyk - 10-20-2012

Try taking out your smiley faces and colons...


RE: TUTORIAL: How to make a readable note - MrDosht - 10-21-2012

Still doesn't work, and i removed the awkward smiley faces.


<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">
My tutorial! PSBig Grinont forget to turn off hallbreaker in the hps D:
</Entry>
</CATEGORY>
<CATEGORY Name=“Messages”>
<Entry Name =“Bedroomlocked”>
I left the key on the desk.
</Entry>
</CATEGORY>
<CATEGORY Name="Journal">
<Entry Name="Note_ItemName_Bedsidenote_1">
Investigate the disturbances
</Entry>
<Entry Name="Note_ItemDesc_Bedsidenote1">
Go into the hallway! And pick a jesus from the chest on your way out.
</Entry>
</CATEGORY>
<CATEGORY Name="Inventory">
<Entry Name="ItemName_BedroomKey_1">Bedroom Key</Entry>
<Entry Name="ItemDesc_BedroomKey_1">Key to Bedrooom</Entry>
<Entry Name="ItemName_BedroomKey_2">Hallway Key</Entry>
<Entry Name="ItemDesc_BedroomKey_2">Key to Hallway</Entry>
</CATEGORY>
</LANGUAGE>


RE: TUTORIAL: How to make a readable note - MrDosht - 10-21-2012

Is it possible that there is probably something wrong with my actual level such as the note itself, and not the stuff in the extra_english.lang file?


RE: TUTORIAL: How to make a readable note - MrDosht - 10-21-2012

(10-21-2012, 07:58 PM)Robosprog Wrote: No. It's not. It's your lang/hps file.
Are you supposed to have something to do with the note in the hps file aswell as the lang file?


RE: TUTORIAL: How to make a readable note - DragonStar325 - 07-22-2014

(09-16-2010, 05:50 AM)Akasu Wrote: Is there a way to make the player instantly read the note after picking it up? I played MulleDK19's map in which the note you could pick up wasn't read right away, only after you selected it from the diaries.
Or if Neurological's tutorial does that then nevermind.

Tick the box that says "open note in journal" on the entity tab for your note. Easy! Big Grin

(10-21-2012, 08:10 PM)MrDosht Wrote:
(10-21-2012, 07:58 PM)Robosprog Wrote: No. It's not. It's your lang/hps file.
Are you supposed to have something to do with the note in the hps file aswell as the lang file?

No, .lang file is only for in-game messages including Notes

EVERYONE TRY THE .LANG EDITOR IT WILL HELP YOU OKAY!
https://www.frictionalgames.com/forum/thread-12213-page-2.html


RE: TUTORIAL: How to make a readable note - Mudbill - 07-23-2014

(07-22-2014, 11:40 PM)DragonStar325 Wrote: Tick the box that says "open note in journal" on the entity tab for your note. Easy! Big Grin

No, .lang file is only for in-game messages including Notes

EVERYONE TRY THE .LANG EDITOR IT WILL HELP YOU OKAY!
https://www.frictionalgames.com/forum/thread-12213-page-2.html

I'm not sure if you're aware of this, but the question you tried to answer was from 2012. It's not relevant anymore.
pls no do dis pls.


RE: TUTORIAL: How to make a readable note - AGP - 07-23-2014

(09-16-2010, 12:32 AM)Argoon Wrote: Thanks Smile

Stuff like this needs to be added to the wiki because in here it will rapidly be lost among all the other threads.

Couldn't we have a section solely dedicated to articles like this on the forum, aside from the regular help on development. A sub-forum dedicated specifically to tutorials would be awesome and keep the helpful posts from slipping into oblivion.

I would love to see someone put together a series on building efficient maps. Smile


RE: TUTORIAL: How to make a readable note - Mudbill - 07-23-2014

Isn't that what Development Articles is for? How-to's and guides, right?