eRoTic
Junior Member
Posts: 20
Threads: 7
Joined: Apr 2011
Reputation:
0
|
Help a New Fella? :3
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!
|
|
04-17-2011, 02:31 AM |
|
palistov
Posting Freak
Posts: 1,208
Threads: 67
Joined: Mar 2011
Reputation:
57
|
RE: Help a New Fella? :3
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/amn..._functions
Creating the custom story so it appears in the menu!
http://wiki.frictionalgames.com/hpl2/amn...stom_story
Streamlining the dev and debug process:
http://wiki.frictionalgames.com/hpl2/amn...evenvguide
Beginner scripting tutorial:
http://wiki.frictionalgames.com/hpl2/tut...y_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
(This post was last modified: 04-17-2011, 02:57 AM by palistov.)
|
|
04-17-2011, 02:56 AM |
|
eRoTic
Junior Member
Posts: 20
Threads: 7
Joined: Apr 2011
Reputation:
0
|
RE: Help a New Fella? :3
Ty :3 i Have The Tools things started Building on ma map story thing but got stuck when i didnt know how to edit text in notes :X
:3 ty for the help
|
|
04-17-2011, 03:03 AM |
|
palistov
Posting Freak
Posts: 1,208
Threads: 67
Joined: Mar 2011
Reputation:
57
|
RE: Help a New Fella? :3
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.
|
|
04-17-2011, 03:18 AM |
|
eRoTic
Junior Member
Posts: 20
Threads: 7
Joined: Apr 2011
Reputation:
0
|
RE: Help a New Fella? :3
This things Make me Dizzy @.@
Dont get a thing :/
|
|
04-17-2011, 03:28 AM |
|
Rownbear
Member
Posts: 157
Threads: 13
Joined: Apr 2011
Reputation:
2
|
RE: Help a New Fella? :3
check out the video tutorials. they are good and let you SEE how it's done.
|
|
04-19-2011, 12:55 AM |
|
laser50
Member
Posts: 242
Threads: 22
Joined: Apr 2011
Reputation:
0
|
RE: Help a New Fella? :3
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.
|
|
04-19-2011, 01:11 PM |
|
eRoTic
Junior Member
Posts: 20
Threads: 7
Joined: Apr 2011
Reputation:
0
|
RE: Help a New Fella? :3
(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?
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.
ty :3
|
|
04-20-2011, 12:40 AM |
|
|