Important information: this site is currently scheduled to go offline indefinitely by end of the year.

ME Andromeda morphs, poses, animations

Post questions about game models here, or help out others!
Post Reply
erik945
mega-veteran
mega-veteran
Posts: 257
Joined: Fri Jan 20, 2012 5:43 pm
Has thanked: 49 times
Been thanked: 139 times

ME Andromeda morphs, poses, animations

Post by erik945 »

Hello!
I'm trying to figure out the poses and morphs from ME Andromeda.
Used frosty, I extracted several models like fbx and bin.
The format is quite clear - I wrote two simple scripts for parsing StaticPoses and Blueprints.
It seems StaticPoses use Quaternions Rotations, BLUEPRINTS - matrix3 transforms.
Now we need to apply these transformations to the models.
Here with this problem - I did not work with skeletons and skin and now I act at random.
Can anybody help?
In the application archive with source files and scripts.

https://www.dropbox.com/s/igfvfwwtb8nu4 ... ce.7z?dl=0
erik945
mega-veteran
mega-veteran
Posts: 257
Joined: Fri Jan 20, 2012 5:43 pm
Has thanked: 49 times
Been thanked: 139 times

Re: ME Andromeda morphs, poses, animations

Post by erik945 »

Some progress with morph (blueprint files)

Image

Image
lyutor1945
beginner
Posts: 39
Joined: Mon Nov 02, 2015 6:24 pm
Has thanked: 23 times
Been thanked: 3 times

Re: ME Andromeda morphs, poses, animations

Post by lyutor1945 »

At last someone look me Andromeda morphs. I can't wait as soon as it can be used:)

What about Dragon Age inquisition? I think Andromeda morph and DAI morph are the same.
padme4000
n00b
Posts: 10
Joined: Fri Sep 26, 2014 6:46 pm
Has thanked: 14 times

Re: ME Andromeda morphs, poses, animations

Post by padme4000 »

Oh wow this is brilliant. I have been waiting for someone to make progress on the morphs in Andromeda. I can't help with coding but once you have the morph applied to a model you should be able to transfer that data to a skin/skeleton model using the morpher modifier in 3DS Max. Since technically they both should still have the same vertex etc

https://youtu.be/HuLsQNjo8Qo at 4:20 i show how to use the morpher modifier in max. I hope this helps somewhat.
erik945
mega-veteran
mega-veteran
Posts: 257
Joined: Fri Jan 20, 2012 5:43 pm
Has thanked: 49 times
Been thanked: 139 times

Re: ME Andromeda morphs, poses, animations

Post by erik945 »

The problem is that I do not understand why some bones are not in their positions.
Look at the tongue.
Most likely there are some transformations of the positions regarding the parents/childrens.
padme4000
n00b
Posts: 10
Joined: Fri Sep 26, 2014 6:46 pm
Has thanked: 14 times

Re: ME Andromeda morphs, poses, animations

Post by padme4000 »

Having looked at the messed up versions with skeletons and played around with the bones I definitely think you are right. I have no idea why Bioware did that with the Dynamic Morphs but it may be due to something with how they animated the models? All I know is that the Dynamic Morph moves bones from the base model to make it look like how it looks like in game.

So the base models look like the left side in your image and then the dynamic morph moves bones in order to get it to look like what we see in game. Again no idea why they do that.

I haven't managed to test your script yet as I haven't been able to go on the pc but I will see if I can test it later and tell you anything I find out.

Update: Can I ask which version of 3ds max the script is for? As it didn't work on 2015 + 2018 for me. Unless I did something wrong.
erik945
mega-veteran
mega-veteran
Posts: 257
Joined: Fri Jan 20, 2012 5:43 pm
Has thanked: 49 times
Been thanked: 139 times

Re: ME Andromeda morphs, poses, animations

Post by erik945 »

The script is very raw.
To make it work, you need to import fbx from the archive and manually register the file paths, the number of bones and the offset of the data fields from the beginning of the file.
Horsey
ultra-n00b
Posts: 1
Joined: Thu May 17, 2018 1:29 am

Re: ME Andromeda morphs, poses, animations

Post by Horsey »

Looks really promising. Thanks and good luck!
daemon1
MEGAVETERAN
MEGAVETERAN
Posts: 2647
Joined: Tue Mar 24, 2015 8:12 pm
Has thanked: 65 times
Been thanked: 2870 times

Re: ME Andromeda morphs, poses, animations

Post by daemon1 »

Will be posted there in my facefixing thread
viewtopic.php?p=146911#p146911

https://youtu.be/CmhcSO-eXHw

Image
Post Reply