The VG Resource
Random Talking Bush's Model Importers and QuickBMS Scripts - Printable Version

+- The VG Resource (https://www.vg-resource.com)
+-- Forum: The Resources (https://www.vg-resource.com/forum-109.html)
+--- Forum: General Ripping (https://www.vg-resource.com/forum-145.html)
+--- Thread: Random Talking Bush's Model Importers and QuickBMS Scripts (/thread-29836.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39


RE: Random Talking Bush's Model Importers and QuickBMS Scripts - Mysticus - 05-14-2022

I'm trying to view model with RTB's Compile Heart Autodesk script.
But I keep getting this error.
What can I do?


RE: Random Talking Bush's Model Importers and QuickBMS Scripts - Random Talking Bush - 05-14-2022

(05-14-2022, 07:30 AM)Mysticus Wrote: I'm trying to view model with RTB's Compile Heart Autodesk script.
But I keep getting this error.
What can I do?

Already known.

(03-05-2022, 11:22 AM)Random Talking Bush Wrote:
(03-05-2022, 02:34 AM)kasumi777 Wrote: Need to update  the  compile heart  import max scripts  to work for the  latest 3d max.
Might be a bit before that happens, I discovered a few months ago that there are rigging issues with certain games that I'll need to fix up first.



RE: Random Talking Bush's Model Importers and QuickBMS Scripts - Myrkur - 05-16-2022

Could the tamsoft importer be updated to support the new TMD2 format that was comes with Neptunia X senran kagura Ninja Wars?


RE: Random Talking Bush's Model Importers and QuickBMS Scripts - Mysticus - 05-28-2022

Dunno if somebody already said this. I tried to decript gz files from Hyrule Warriors from the Switch Version, but I get this error.
Maybe you need to upgrade that script of yours, RTB.


RE: Random Talking Bush's Model Importers and QuickBMS Scripts - Random Talking Bush - 05-28-2022

(05-28-2022, 06:06 AM)Mysticus Wrote: Dunno if somebody already said this. I tried to decript gz files from Hyrule Warriors from the Switch Version, but I get this error.
Maybe you need to upgrade that script of yours, RTB.
Can't do an "upgrade" if it's a different setup entirely. Regardless, it took me less than a minute to make a script for it.
https://mega.nz/file/elBGRbbD#snNKkoWtcslDZPfJYVcUreuIyPCRWeFBu9MojBperB4


RE: Random Talking Bush's Model Importers and QuickBMS Scripts - Mysticus - 05-29-2022

I'm sorry about this, RTB!
I just realised that I can extract .gz files with Switch Toolbox!
I'm so sorry for asking to create a new script of yours for nothing...


RE: Random Talking Bush's Model Importers and QuickBMS Scripts - Random Talking Bush - 05-29-2022

(05-29-2022, 01:04 AM)Mysticus Wrote: I'm sorry about this, RTB!
I just realised that I can extract .gz files with Switch Toolbox!
I'm so sorry for asking to create a new script of yours for nothing...
Doesn't hurt to have more options, and besides like I said it only took me a short amount of time to make (the format's literally just 4 bytes for a filecount, and then pairs of four bytes for offsets and filesizes respectively for each file).


RE: Random Talking Bush's Model Importers and QuickBMS Scripts - Tosyk - 06-23-2022

hi RTB, I was wondering if you could help with these .bum files:

the games are:
- UPPERS (PSVita) [example]
- Senran Kagura: New Link (android) [example]

there's also scripts that I have for this format attached: 2 noesis scripts and a maxscript.

p.s.: here's relevant topics:
https://forum.xentax.com/viewtopic.php?t=16172
https://forum.xentax.com/viewtopic.php?t=17608
https://forum.xentax.com/viewtopic.php?t=16027
https://forum.xentax.com/viewtopic.php?t=16034


RE: Random Talking Bush's Model Importers and QuickBMS Scripts - Greninja3032 - 06-28-2022

I know this is a really old thread, but I'm curious about something.
How do you get the animation files from Pokken Tournament on Wii U? I haven't found any clear information about how to do it, so I'm curious to see how it's done.


RE: Random Talking Bush's Model Importers and QuickBMS Scripts - DragonKris - 07-15-2022

Is there a way to switch between animations when importing a .hka animation file for Crash N Sane Trilogy & Crash Team Racing Nitro Fueled?


RE: Random Talking Bush's Model Importers and QuickBMS Scripts - blakegriplingph - 07-29-2022

Anyone know how to import fbc.z files from Disney Magical World 2: Enchanted Edition? OP says their tools are compatible with it but some of the other meshes are encoded in that format.


RE: Random Talking Bush's Model Importers and QuickBMS Scripts - Random Talking Bush - 07-29-2022

(07-29-2022, 09:29 PM)blakegriplingph Wrote: Anyone know how to import fbc.z files from Disney Magical World 2: Enchanted Edition? OP says their tools are compatible with it but some of the other meshes are encoded in that format.
First of all, from what I remember the ".z" is a lie, as that implies they're compressed (and they're not). But it's pretty simple, you just need to make a copy of the FBC.Z files and give them a .BFRES extension. Then, open that in a hex editor (or Notepad++) and search for "FRES" (should be near the beginning of the file). Delete everything before that point and save it, then you can use that BFRES file with either the importer script or Switch Toolbox.


RE: Random Talking Bush's Model Importers and QuickBMS Scripts - blakegriplingph - 07-30-2022

(07-29-2022, 10:15 PM)Random Talking Bush Wrote:
(07-29-2022, 09:29 PM)blakegriplingph Wrote: Anyone know how to import fbc.z files from Disney Magical World 2: Enchanted Edition? OP says their tools are compatible with it but some of the other meshes are encoded in that format.
First of all, from what I remember the ".z" is a lie, as that implies they're compressed (and they're not). But it's pretty simple, you just need to make a copy of the FBC.Z files and give them a .BFRES extension. Then, open that in a hex editor (or Notepad++) and search for "FRES" (should be near the beginning of the file). Delete everything before that point and save it, then you can use that BFRES file with either the importer script or Switch Toolbox.

Could those files be edited in some way? Like, say replace Snow White with CJ or some other character?


RE: Random Talking Bush's Model Importers and QuickBMS Scripts - DragonKris - 08-02-2022

Does anyone know how to load .hka animations?


RE: Random Talking Bush's Model Importers and QuickBMS Scripts - Random Talking Bush - 08-09-2022

Just a small update for the time being, but I've finally gotten around to updating my Telltale Games importing script:
Code:
Added a whole bunch of bone and texture hashes from Sam & Max: Beyond Time and Space Remastered.
(Yes, I know I should've done this ages ago.)
https://mega.nz/file/30xERBJL#nqGfoLOyxGPnlir7mxAartozDW8f4N7sKN2hY4vorCQ