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
Help a New Fella? :3
eRoTic Offline
Junior Member

Posts: 20
Threads: 7
Joined: Apr 2011
Reputation: 0
#1
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 Big Grin

Grr..
Peace!
04-17-2011, 02:31 AM
Find
palistov Offline
Posting Freak

Posts: 1,208
Threads: 67
Joined: Mar 2011
Reputation: 57
#2
RE: Help a New Fella? :3

Hey bud, welcome to our world Smile

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 Big Grin

(This post was last modified: 04-17-2011, 02:57 AM by palistov.)
04-17-2011, 02:56 AM
Find
eRoTic Offline
Junior Member

Posts: 20
Threads: 7
Joined: Apr 2011
Reputation: 0
#3
RE: Help a New Fella? :3

Ty :3 i Have The Tools things Big Grin 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 Big Grin
04-17-2011, 03:03 AM
Find
palistov Offline
Posting Freak

Posts: 1,208
Threads: 67
Joined: Mar 2011
Reputation: 57
#4
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
Find
eRoTic Offline
Junior Member

Posts: 20
Threads: 7
Joined: Apr 2011
Reputation: 0
#5
RE: Help a New Fella? :3

This things Make me Dizzy @.@
Dont get a thing :/
04-17-2011, 03:28 AM
Find
Rownbear Offline
Member

Posts: 157
Threads: 13
Joined: Apr 2011
Reputation: 2
#6
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
Find
laser50 Offline
Member

Posts: 242
Threads: 22
Joined: Apr 2011
Reputation: 0
#7
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
Find
eRoTic Offline
Junior Member

Posts: 20
Threads: 7
Joined: Apr 2011
Reputation: 0
#8
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
Find




Users browsing this thread: 1 Guest(s)