Frictional Games Forum (read-only)
Is there a way to have a Pre-Rendered animation play in a CS? - 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 Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: Is there a way to have a Pre-Rendered animation play in a CS? (/thread-24535.html)



Is there a way to have a Pre-Rendered animation play in a CS? - Black Eden Studios - 02-03-2014

Hello! My team and I have been working on a CS but one of the things we want to have in our CS is cutscenes/Pre-Rendered Animations. We found a way how but when we test it out the animation lags at anything above 1FPS, we want to know if there is any other way to do this or is there something we did wrong in the script. If you might know an answer please do tell me!


RE: Is there a way to have a Pre-Rendered animation play in a CS? - Traggey - 02-03-2014

Depends as to what you're refering to, animation and in an animated skeletal mesh, or a video/gif?


RE: Is there a way to have a Pre-Rendered animation play in a CS? - Black Eden Studios - 02-03-2014

It's a video. But we were also rendering it as an entity.


RE: Is there a way to have a Pre-Rendered animation play in a CS? - Mudbill - 02-04-2014

I'm just posting my result right here. If you'd like to download the animation test I created, just grab it here. It is a custom story folder, so to test it, just drop it into custom_stories.

Basically it contains 36 individual frames each stitched to a plane model. Each of them have their own entity associated and with the script, each is replaced with the next frame.

Here's the gif I used (apologies if it is somewhat offensive.)
Spoiler below!
[Image: hitler.gif]

I've heard there is a much simpler way to do this using the material editor to create an animated material. That would certainly be more comfortable, as this short animation I made took me roughly 2 hours to make.