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.

Fire Emblem Wii (PLEASE HELP)

Featured Replies

  • Author
  • Localization

Doctor Loboto, posted Sun Jun 10, 2018 8:29 am (35762)


I've been trying this for years upon years. I desperately need means to extract the model contained within these files. All I need is simple OBJ's with UV's even. I can't figure out anything further than textures on my own. I really need help here. I've done all I can on my own.

https://www.dropbox.com/s/tbhkn5bo6skz9rs/Volug.zip?dl=0

There's two folders within. One is his human form and one is his Wolf form. I need both.
  • Author
  • Localization

zheneq, posted Sun Jun 10, 2018 9:04 pm (35775)


I wrote two Noesis plugins, one for pak files ("decompressed" ones are paks too, they contain the models), and one for gs (g) files (mesh, uv, skeleton, no textures, no rig).

Link below.

Image
  • Author
  • Localization

Doctor Loboto, posted Mon Jun 11, 2018 10:49 pm (35806)


Thank you so much! It really helps. I appreciate it greatly!
  • Author
  • Localization

Demonslayerx8, posted Wed Jul 04, 2018 10:02 am (36452)


Question.. can this also grab the stage/map models too? Altho I do know for a fact that those have vertex colors, but dunno if characters have them.

edit:
Can't seem to open anything, I unpacked the pack.cmp, renamed it all to model.pak/gs/g, and yet nothing want to preview in noesis, nor export

Update:
I figured it out after trial and errors.. seems like some PAK files won't even be extracted from noesis at all. As for the rigging on models, they are utterly broken
  • Author
  • Localization

zheneq, posted Wed Jul 04, 2018 1:26 pm (36456)


Man, I had only two files to test it on! Give me more samples and I'll try to fix it.
  • Author
  • Localization

Demonslayerx8, posted Wed Jul 04, 2018 1:38 pm (36457)


Will do, I'll also send u files from Path of Radiance too, they use the same format also.

I'll DM it to ya.
  • Author
  • Localization

zheneq, posted Sat Jul 21, 2018 8:27 am (36900)


A big update to the scripts! [gs] [pak] Everything should work fine now.

Meshes, uvs, textures, bones, weights. In order to have textures, also install fmt_wii_tpl.py and lib_zq_nintendo_tex.py from my repo.

Also there are optional vertex colors. To enable them, change
Code:
vertex_colors = 0
to
Code:
vertex_colors = 1
in the beginning of the script and brace yourself for possible weirdness in the preview window. (Likewise, you can disable textures with textures = 0)

Demonslayerx8 wrote:
I used GBALZSS to decompress the CMP files (worked for both games), altho u have to do it via command prompt
Quote:
gbalzss_compressor_tool>gbalzss.exe d [filename.cmp] [newfilename.pak]


To decompress and unpack all the files in the folder and subfolders, you can create a batch file with
Code:
for /R %%f in (.\*.cmp) do call gbalzss.exe d "%%f" "%%f.pak"
for /R %%f in (.\*.pak) do call "PathToNoesis\Noesis.exe" ?cmode "%%f" "%%f_files/"

Don't forget to drop gbalzss executable into the folder or specify the full path to it.
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.