Script help D: please - 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) +--- Thread: Script help D: please (/thread-16837.html) |
Script help D: please - Ravenxx - 07-08-2012 Hello, im currently working on a custom story for amnesia, im good at map building, but scripting...i suck...really bad xD I'm just posting here to ask if anyone is willing to help script my custom story for me, you will of cause get credit and i would greatly appreciate it. I have Skype, so if anyone is willing please send me a message on here and i will add you on Skype! Please somebody? If somebody will please help me, if its any persuasion i have a minecraft server, guess i could give you mod? haha i dont know i just really really need someone to help me! RE: Script help D: please - Mine Turtle - 07-08-2012 i could try help ya out ^^ RE: Script help D: please - EXAWOLT - 07-08-2012 you know, scripting is waaay easier then you think RE: Script help D: please - Ravenxx - 07-08-2012 (07-08-2012, 07:58 PM)darkadders Wrote: Thats brilliant! thank you very much, ill send you a message right now with my Skype details, please add me. Yeh, but i guess you have to be a slight natural at it too to understand it. as for me...i dont understand a bit xD RE: Script help D: please - Adny - 07-08-2012 HPL2 is the first experience I've had with a level editor and scripting. I started a few months ago and now I'm pretty good at it. It doesn't take any sort of natural ability, so long as you know how to type and are somewhat patient. If you take the time to familiarize yourself with the different functions/callbacks and various syntax's associated with each located here: http://wiki.frictionalgames.com/hpl2/amnesia/script_functions You will be good to go. Most importantly - and I cannot stress this enough - study other script files, either (good) mods or the work done by Frictional Games themselves. RE: Script help D: please - Mine Turtle - 07-08-2012 (07-08-2012, 09:33 PM)andyrockin123 Wrote: HPL2 is the first experience I've had with a level editor and scripting. I started a few months ago and now I'm pretty good at it. It doesn't take any sort of natural ability, so long as you know how to type and are somewhat patient.i really wouldnt recommend looking through some .hps files from the actual game. their scripting is so compact and neat, its tough to understand. RE: Script help D: please - Kazakarumariou - 07-09-2012 You can EASILY learn how to do scripting. Download a simple campaign. Dissect it a bit. I found out easy after looking through those. It's been 4 days I got a lot of stuff I can easily do. hps files you open with notepad map files you open with level editor snt files with notepad lang files with notepad cfg files with notepad RE: Script help D: please - Adny - 07-09-2012 Also, if you haven't already, I'd highly suggest getting notepad++ (some people prefer geany, but I never tried it). Notepad++ allows you to view files in different scripting languages such as c++, c# and xml. It also shows the column number in the left margin, greatly simplifying error finding. Here's a DL link (no viruses): http://notepad-plus-plus.org/download/v6.1.5.html RE: Script help D: please - Kazakarumariou - 07-09-2012 (07-09-2012, 12:59 AM)andyrockin123 Wrote: It also shows the column number in the left margin, greatly simplifying error finding.You can press Ctrl+G (AKA Go to) and enter a number line it will take you to it. RE: Script help D: please - Juby - 07-09-2012 HPL2 is a very easy language to learn. I am self-taught, so I'll explain how I did it; I started with this - http://wiki.frictionalgames.com/hpl2/tutorials/script/scripting_by_xtron_-_item_that_unlocks_a_door Bookmarked this - http://wiki.frictionalgames.com/hpl2/amnesia/script_functions Did this - http://wiki.frictionalgames.com/hpl2/third_party_tools/text/notepad Then experimented a whole lot. Starting with trying to resemble some game scripts I've read. Look at this: (HPL) Spoiler below!
Spoiler below!
HPL2 can become very advanced if you know what you're doing, but almost all of that is not particularly useful. A great story can be made with an average scripting knowledge. Keep experimenting and finding out what works and what doesn't. Even try to make what you wrote as compact as possible. Learning scripting is great because you can do what you want to do But, sometimes people just can't learn alone, so...feel free to PM me questions you may have. |