Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate Model and Controller files #15

Open
Verthae opened this issue Sep 5, 2022 · 1 comment
Open

Separate Model and Controller files #15

Verthae opened this issue Sep 5, 2022 · 1 comment

Comments

@Verthae
Copy link

Verthae commented Sep 5, 2022

I'm working on figuring out how to get the Cubism motion3 files out of a game going EoS soon, but it seems like the structure of the files prevents me from recovering the AnimationClip files back into motion3 files via UnityLive2DExtractor.

I've seen other games where there is an Animator file that seems to contain the model3, moc3, and such files, but what I find in tihs game is that these files are already exposed - there is no Animator file containing them.
image

the animation clips are also in an entirely different folder than the model data, unlike in other situations where the whole cubism object is in 1 file.

I was wondering what I need to try to modify to get the data necessary to rebuild the motion3 out of the AnimationClips.

This section:
CubismMotion3Converter
seems to be what I need to modify to reference something, but I'm not clear on how it does what it does (what file is it reading, how does it grab the data it needs)

EDIT: From what I'm understanding - there should be Transform files that I'm tracing the hierarchy of to build the Motion3 conversion objects with, but I can't seem to find any Transform files in relation to these Cubism files, only an AnimationController that seems to be more for StateMachine controls.

The cdi file seesms to contain parameter data (Parameter Names, Groups, Part names) - but no obvious hierarchy data or defaults, so I'm not sure if this works as a replacement for the Transform objects that are missing.

example.zip

@qiaoqiao6666
Copy link

how do you get moc3 files by using assetstudio,i can only get these files by using UnityLive2DExtractor,can you upload your assetstudio version? please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants