![]() |
Help a New Fella? :3 - 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: Help a New Fella? :3 (/thread-7426.html) |
Help a New Fella? :3 - eRoTic - 04-17-2011 Well so Am new To This All (custom story,Amnesia,scripting) so well if anyone could be nice to help me out i would be greatful :3 so em O.o How do i make things come up on the (notes,diaries) Or if You could just point me to the location on the forum were i can find the help i want i would like that to ![]() Grr.. Peace! RE: Help a New Fella? :3 - palistov - 04-17-2011 Hey bud, welcome to our world ![]() First you'll wanna check out these links. They'll take you to the Frictional Games wiki where you can get all kinds of tutorials and tips! Full list of script functions: http://wiki.frictionalgames.com/hpl2/amnesia/script_functions Creating the custom story so it appears in the menu! http://wiki.frictionalgames.com/hpl2/amnesia/custom_story Streamlining the dev and debug process: http://wiki.frictionalgames.com/hpl2/amnesia/devenvguide Beginner scripting tutorial: http://wiki.frictionalgames.com/hpl2/tutorials/script/disable_gravity_tutorial Also, make sure you have the proper tools! You'll need the HPL2 editor suite, downloadable from the wiki. There should be a sticky somewhere in this forum leading to it. You'll also need snacks, pumping techno music, an top-notch ergonomic chair with good armrests, Ben-Gay if you get carpal tunnel, and lots of patience! You will also need a note editor to open .cfg, .lang, .hps, and other script files. I suggest Notepad++ as it is free and very easy to use. Enjoy ![]() RE: Help a New Fella? :3 - eRoTic - 04-17-2011 Ty :3 i Have The Tools things ![]() :3 ty for the help ![]() RE: Help a New Fella? :3 - palistov - 04-17-2011 Keep browsing the wiki, there's definitely a file there to walk you through building your .lang file. The lang file is what contains all the text in your map, like inventory names/descriptions, messages, death hints, and basically everything else that has text. RE: Help a New Fella? :3 - eRoTic - 04-17-2011 This things Make me Dizzy @.@ Dont get a thing :/ RE: Help a New Fella? :3 - Rownbear - 04-19-2011 check out the video tutorials. they are good and let you SEE how it's done. RE: Help a New Fella? :3 - laser50 - 04-19-2011 eRoTiC, First off. I think you already made a folder, for your custom story and a maps folder for your maps? Anyway, In the main Custom story Folder, make a file called extra_english.lang (Open with NOTEPAD!) When done, Go in and write this down: <LANGUAGE> <CATEGORY Name="Journal"> <Entry Name="Note_Note1_Name">Title</Entry> <Entry Name="Note_Note1_Text">Text</Entry> </CATEGORY> </LANGUAGE> When done, Make a Note in your Map editor, when having it made and selected, On your right there should be a "Entity" Tab. Click it, Go all the way down. And you notice "NoteText" Fill in Note1. Now head back to your extra_english.lang. And fill in the stuff. (You can change NoteText to anything aslong as you also change the Entity_Names to that. I hope this helped, As i suck at instructing. RE: Help a New Fella? :3 - eRoTic - 04-20-2011 (04-19-2011, 01:11 PM)laser50 Wrote: eRoTiC, First off. I think you already made a folder, for your custom story and a maps folder for your maps? ty :3 |