Final Fantasy 7 > FF7 Tools

FFVII Field Models + Animations

(1/2) > >>

SquallLeonhart:
Hello, I'm looking for a link to download a pack with all the field models with their animations, I've already tested it with Noesis but it only gives me the model with the standing animation.
I already have all the Battle models and the animations, I just needed someone to help me share this link with the field models with all their animations. it can be in .FBX format if possible to open in Blender, Thank you

fantasyraider:
hey did you ever find the models you were looking for? ive been looking for months and theres no tutorials on how to extract the models from ff7 and open them in programs like blender

dangarfield:
I built upon kujata:
https://github.com/dangarfield/kujata

It exports ff7 to common web based formats (such as gltf, which you can open in blender). Have a look.

Example usage:
https://dangarfield.github.io/kujata-webapp/battle-models

You can see the requests and all files that are hosted.

SquallLeonhart:

--- Quote from: dangarfield on 2023-12-01 19:26:58 ---I built upon kujata:
https://github.com/dangarfield/kujata

It exports ff7 to common web based formats (such as gltf, which you can open in blender). Have a look.

Example usage:
https://dangarfield.github.io/kujata-webapp/battle-models

You can see the requests and all files that are hosted.

--- End quote ---

Hello, I sent you a private message, if you could respond there I would appreciate it, I really need your help, Thank you

dangarfield:
Hi, process:

- Generate glTF files: install kujata, configure the directories and run the methods to generate the gltf files (field and/or battle)
- Output contains *.gltf, *.a.gltf (animations), *.bin (data), /textures/*.png (texture files)
- Or just download these from (format of files names from here https://github.com/dangarfield/kujata-data/tree/master/data/field/char.lgp but with the domain: https://dangarfield.github.io/kujata-data/)
- Import .gltf into blender (which automatically imports the .bin and textures.
- If you want animations, you should combine them before you import - eg https://github.com/dangarfield/kujata-webapp/blob/master/angular/src/app/field-model-details/field-model-details.component.ts#L152. I'm sure there are tools to do it for you, but it's probably more technical that you're looking for. But it is what it is

Navigation

[0] Message Index

[#] Next page

Go to full version