Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

Dirge Of Cerberus (Final Fantasy VII)

Featured Replies

  • Author
  • Localization

id-daemon, posted Sun Oct 07, 2018 6:21 pm (39277)


Tool for Dirge Of Cerberus (Final Fantasy VII).
It can currently extract textures & skeletal models with bones, weights, UVs, etc.

(before converting models you have to extract files from game archive
you can do this with Luigi's BMS script for FF13, or with noesis)

Drop model/texture file onto the tool and it will output models as OBJ & SMD, textures as TGA
OBJ will just have geometry. SMD will have everything.
If you use it on static model, it will output empty files.

ImageImage

Image

Image

FF7.rar

  • Author
  • Localization

id-daemon, posted Sun Oct 07, 2018 7:05 pm (39280)


weights work ok

Image

also materials

Image
  • Author
  • Localization

Anexenaumoon, posted Mon Oct 08, 2018 8:44 pm (39308)


Any advice on how to learn how to build skeleton data? (I understand building the heirarchy), just not how you connect that to the vertex data. How do you make the skeleton work with the actual vertices and faces? (And yea, I know that different formats use different things, just trying to see what to look for).
  • Author
  • Localization

id-daemon, posted Tue Oct 09, 2018 4:48 pm (39342)


in most modern games this will be easy:
vertex buffer usually has 4 or 8 bone indices and same number of weights (for each index)
weights are easy to detect because they sum up as 1

for example if they are bytes (most common), weights will be like:
255 0 0 0
or
250 5 0 0
or
100 100 50 5

and bone indices will be next to them
  • Author
  • Localization

id-daemon, posted Tue Oct 09, 2018 7:04 pm (39346)


Tool released
  • Author
  • Localization

id-daemon, posted Sat Oct 13, 2018 8:02 pm (39511)


added texture export - same tool
just drop texture package onto it, it will export all images as TGA (uncompressed RGB with alpha)

Image
  • Author
  • Localization

BellMo, posted Mon Apr 27, 2020 12:54 am (56308)


id-daemon wrote:
Tool for Dirge Of Cerberus (Final Fantasy VII).
It can currently extract textures & skeletal models with bones, weights, UVs, etc.

(before converting models you have to extract files from game archive
you can do this with Luigi's BMS script for FF13, or with noesis)

Drop model/texture file onto the tool and it will output models as OBJ & SMD, textures as TGA
OBJ will just have geometry. SMD will have everything.
If you use it on static model, it will output empty files.

ImageImage

Image

Image


_______________________________________________________________
could you show me how to extract files from game archive with noesis please. I tried it with Dirge Of Cerberus but noesis could not open any files of them. Am I doing something wrong?
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.