Frictional Games Forum (read-only)
Amnesia Script Tutorial - Monster Path - 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: Amnesia Script Tutorial - Monster Path (/thread-15335.html)

Pages: 1 2


Amnesia Script Tutorial - Monster Path - Leonzun - 05-08-2012

Amnesia Script Tutorial - How to Make a monster Path

By Leonzun

Video:




RE: Amnesia Script Tutorial - Monster Path - Dutton - 05-08-2012

We need some more "if" and "for" tutorials on this forum :p


RE: Amnesia Script Tutorial - Monster Path - Leonzun - 05-08-2012

what do you mean?


RE: Amnesia Script Tutorial - Monster Path - darkadders - 05-08-2012

(05-08-2012, 08:29 AM)Leonzun Wrote: what do you mean?
"if else" scripts n such. people are still sketchy on those parts of development when it comes to scripting their stories


RE: Amnesia Script Tutorial - Monster Path - Dutton - 05-08-2012

(05-08-2012, 08:31 AM)DarkShadowz Wrote:
(05-08-2012, 08:29 AM)Leonzun Wrote: what do you mean?
"if else" scripts n such. people are still sketchy on those parts of development when it comes to scripting their stories
exactly


RE: Amnesia Script Tutorial - Monster Path - Datguy5 - 05-08-2012

And maybe variable tutorials?


RE: Amnesia Script Tutorial - Monster Path - Dutton - 05-08-2012

(05-08-2012, 12:18 PM)Datguy5 Wrote: And maybe variable tutorials?
True that... I still have no clue on how to work with Global/Local Variables.


RE: Amnesia Script Tutorial - Monster Path - Datguy5 - 05-08-2012

(05-08-2012, 12:19 PM)Dutton Wrote:
(05-08-2012, 12:18 PM)Datguy5 Wrote: And maybe variable tutorials?
True that... I still have no clue on how to work with Global/Local Variables.
Me neither :/


RE: Amnesia Script Tutorial - Monster Path - Adrianis - 05-11-2012

You guys looking for tutorials on if-else statements and variables, I highly recommend you look outside of this community for it. These are fundamentals for all programming and scripting languages, so there must be a great many well made tutorials on it, but the HPL2 modding community is relatively small, so people don't want to spend their tutorial time covering these things when the more specific or undocumented things need tutorials.

HPL2 uses Angel Script so look for tutorials on statements and variables in Angel Script. Javascript is similar so you would likely find a tutorial for that (as its common for web development), or even C++ which is the language both of the above are based on


RE: Amnesia Script Tutorial - Monster Path - Homicide13 - 05-13-2012

or just look around in the wiki.

http://wiki.frictionalgames.com/hpl2/tutorials/script/tutorial_1