Frictional Games Forum (read-only)
[ART] Animation Issues - 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: [ART] Animation Issues (/thread-25930.html)



Animation Issues - Vale - 08-21-2014

Thought I posted this but I dont see it. :/
*So when I returned to this site my browser didn't automatically reload the page, so until I manually refreshed it, I didnt see my last post. Sorry about that, but feel free to delete that post since this one is more detailed.

Alright, so Im experiencing some issues animating a model to import into amnesia.
Its a statue related event where at a certain point a statue will raise its arms and it will keep them there.
This was my first attempt at rigging/animating, so its likely I'm just missing something.

the problem is, while the animation plays correctly in Blender (and maya for that matter,) it produces a distorted blob in hpl that doesnt animate at all as intended.

The statue I used as a base is statue_deformed_man, and the rig is only on the upper body. I used apply automatic weights for parenting, and used whole character insert for each frame with the pose tool.

I have included a compressed attatchment which contains a screenshot of the model in maya, blender, and in the hpl model viewer. It also contains a .dae and .blend of the model, and a text document which will detail over each object.

I exported the .dae as Mrbehemoth detailed in this post https://www.frictionalgames.com/forum/thread-25856.html
which didnt change anything.

So some help would be greatly appreciated, I've been playing with this thing for more than a good 7 hours.
Thanks!


RE: Animation Issues - Juras - 08-21-2014

Wrote this in your previous thread so just gonna copy what I wrote there. Avoid making double threads though Tongue

I'm surprised that you managed to even import the animation into HPL2 with the dae_fbx format (I'm guessing you're using the beta patch? And even if you are, isn't it ONLY dae format or FBX supported? I'm not completely sure). Anyway, I would advice using the original dae format but since you said that your mesh gets bent and all messed up I'm pretty sure that you haven't normalized your weights which you should. The option to do that is located in skin/edit smooth skin. Try that and see if it fixes the issue!


RE: Animation Issues - Vale - 08-22-2014

Alright, that seemed to work. I have a few other issues to iron out, but I know how to fix those. So thank you very much!


RE: Animation Issues - Juras - 08-22-2014

Glad I could help!