Frictional Games Forum (read-only)
How can i make the player teleport? [and do other neat stuff?] - 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 (https://www.frictionalgames.com/forum/forum-35.html)
+--- Thread: How can i make the player teleport? [and do other neat stuff?] (/thread-8029.html)



How can i make the player teleport? [and do other neat stuff?] - Danny Boy - 05-16-2011

hi there guys Big Grin i have a preatty complicated question... that i could not awser by watching Amnesia's original script (has it has a LOT of stuff there) how can i make the player not move at all, fade to black (and the other way around), make the same kind of visual blur Daniel had at the intro scene and how to teleport the player from one player start position are to another

thank you all very much for all the help you guys(and girls) gave me since i came here Smile


RE: How can i make the player teleport? [and do other neat stuff?] - Russ Money - 05-16-2011

(05-16-2011, 01:38 AM)Danarogon Wrote: hi there guys Big Grin i have a preatty complicated question... that i could not awser by watching Amnesia's original script (has it has a LOT of stuff there) how can i make the player not move at all, fade to black (and the other way around), make the same kind of visual blur Daniel had at the intro scene and how to teleport the player from one player start position are to another

thank you all very much for all the help you guys(and girls) gave me since i came here Smile

To start/stop the player - SetPlayerActive(bool abActive);

FadeOut(float afTime);
FadeIn(float afTime);

Blur effect - FadeRadialBlurTo(float afSize, float afSpeed);