Frictional Games Forum (read-only)

Full Version: I need help making a Cutscene
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've been sitting here for a few hours now, trying to figure out how the hell to do a Cinematic intro. Much liek the one on Followed by Death: Chapter One. That intro was really good. I would really like to have a similar intro to that.

Here are the scripts I need
- Automatic Player Movement (At walking speed)
- Disabled manual controls
I need to know
- How to use these scripts effectively
That is all I ask of you. Please reply!
http://wiki.frictionalgames.com/hpl2/amn..._functions

ctrl + f
playeractive
moveplayerhead/moveplayerforward

startplayerlookat

timers, collidecallbacks and good use of fadeout

its pain with the lookat and moveplayerhead, but if youre patient and test a lot, you will surely manage.
(01-26-2012, 05:58 PM)Khyrpa Wrote: [ -> ]http://wiki.frictionalgames.com/hpl2/amn..._functions



ctrl + f

playeractive

moveplayerhead/moveplayerforward


startplayerlookat



timers, collidecallbacks and good use of fadeout



its pain with the lookat and moveplayerhead, but if youre patient and test a lot, you will surely manage.


How would I be able to use these effectively?
(01-26-2012, 06:04 PM)Lolnesia09 Wrote: [ -> ]How would I be able to use these effectively?

Trial and error and perhaps reading a book on computer programming.
(01-26-2012, 06:07 PM)Your Computer Wrote: [ -> ]
(01-26-2012, 06:04 PM)Lolnesia09 Wrote: [ -> ]How would I be able to use these effectively?



Trial and error and perhaps reading a book on computer programming.

Thanks