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 - Makoto - 10-10-2016

Does anyone have bayonetta 2 files and Yoshi wooly world files?


RE: Random Talking Bush's Model Importers and QuickBMS Scripts - Random Talking Bush - 10-10-2016

To the two commenters above, no begging for model files, please. You'll have to acquire them yourself.

(09-26-2016, 11:46 PM)wchdsk Wrote: I have tried that the Senran Kagura: Estival Versus's  .tmd file and the scr not work
looks like not same as SV's module file
Do you need some sample?
I've already got all of the files from the game, I know about the issues and I'll be looking into fixing it later.

(10-01-2016, 01:08 PM)ssringo Wrote: I see you've added support for Natsuiro High School to your Tamsoft script. How did you extract the .cat files? I've tried using all the bms scripts used on other Tamsoft games (posted over on xentax) but they don't work.
I actually can't say right now, as I was only working with pre-extracted files which were sent to me. I'll look into it a bit later, but until then you can just crop the files to the "0dmt" headers and then run the script on 'em.

Anyway, I've updated my Compile Heart ISM2 importer so that the model files from Trillion: God of Destruction now work.


RE: Random Talking Bush's Model Importers and QuickBMS Scripts - Carpaccio - 10-10-2016

Does anyone actually have the files to Trillion God of Destruction? I want to work on pulling some models from it.


RE: Random Talking Bush's Model Importers and QuickBMS Scripts - ssringo - 10-10-2016

(10-10-2016, 03:07 AM)Random Talking Bush Wrote: I actually can't say right now, as I was only working with pre-extracted files which were sent to me. I'll look into it a bit later, but until then you can just crop the files to the "0dmt" headers and then run the script on 'em.

I'll see if I can figure it out but I'll probably be waiting on a working script as my skill pretty much starts with clicking "run script" in Max Big Grin

Do you need me to send you some sample .cat files?


RE: Random Talking Bush's Model Importers and QuickBMS Scripts - Lilothestitch - 10-11-2016

RTB, have you tried ripping models front pokeland Legends?


RE: Random Talking Bush's Model Importers and QuickBMS Scripts - Jared33 - 10-11-2016

When will you make more Adventure Time: Card Wars models?


RE: Random Talking Bush's Model Importers and QuickBMS Scripts - Garamonde - 10-12-2016

(10-10-2016, 03:07 AM)Random Talking Bush Wrote: To the two commenters above, no begging for model files, please. You'll have to acquire them yourself.

Stop making model requests in here guys. Dude's got enough on his plate. This thread is only for him showing his importers and questions regarding them.

If anyone else comes in here asking him to rip models, I will start handing out warns. Read the forum rules (namely the part about the requirements needed to request) and stop nagging him about everything under the sun.


RE: Random Talking Bush's Model Importers and QuickBMS Scripts - Random Talking Bush - 10-15-2016

(10-10-2016, 08:41 PM)ssringo Wrote: I'll see if I can figure it out but I'll probably be waiting on a working script as my skill pretty much starts with clicking "run script" in Max Big Grin

Do you need me to send you some sample .cat files?
I've got all of 'em on my computer now, so I'll be working on that sometime later this month.

Anyway, I've updated my BFRES importer script now! Should run a lot better for everyone.
Code:
Added a UI to choose which BFMDL to import in a BFRES, and various little options.
LOD (Level of Detail) models can now be imported.
Fixed Version 0 BFRES bone structures so they're no longer broken (NSMBU, NintendoLand)
Fixed Version 3 BFRES bone structures so they actually load now (Wii Sports Resort)
Fixed MatrFlag-related importing so now it won't take AGES to load maps!
Fixed texture importing for certain Paper Mario: Color Splash models.
Fixed vertex colours which use full floats instead of half floats (LoZWWHD), thanks DSX8!
Added UV mapping support for type 516 (bytes), might be incorrect.
Not a fix, but UV mapping type 2056 is currently incorrect and will need to be looked into later.
Likewise, normals will be looked into for the next update.
And a couple of scripts to decompress and unpack the files from Tank! Tank! Tank!, which are available in the first post.


RE: Random Talking Bush's Model Importers and QuickBMS Scripts - Carpaccio - 10-18-2016

Uh...I keep getting an error with the Paper Mario Color Splash decompression script. Doesn't  matter which archive I use it on.

Screenshot


RE: Random Talking Bush's Model Importers and QuickBMS Scripts - Random Talking Bush - 10-18-2016

(10-18-2016, 01:58 AM)Carpaccio Wrote: Uh...I keep getting an error with the Paper Mario Color Splash decompression script. Doesn't  matter which archive I use it on.

Screenshot
It doesn't work on the LZARC files, just the regular .LZ files.


RE: Random Talking Bush's Model Importers and QuickBMS Scripts - Carpaccio - 10-18-2016

Well crud, I was hoping to get the stage models out of it. Guess that's not gonna happen...


RE: Random Talking Bush's Model Importers and QuickBMS Scripts - Random Talking Bush - 10-18-2016

(10-18-2016, 02:23 PM)Carpaccio Wrote: Well crud, I was hoping to get the stage models out of it. Guess that's not gonna happen...
Actually, you should be able to use the LZDecomp Python script here to unpack those.


RE: Random Talking Bush's Model Importers and QuickBMS Scripts - Carpaccio - 10-18-2016

Well that would probably work, if I had any idea how to use it, but thanks for trying to help!

EDIT: Also, the TID converter doesn't work for those found in Trillion: https://www.dropbox.com/s/v8c1lbjermulc3r/TEXTURE.zip?dl=0


RE: Random Talking Bush's Model Importers and QuickBMS Scripts - Random Talking Bush - 10-19-2016

Updated my Super Smash Bros. for Wii U importer with a fix:
Code:
Added support for vertex types 0x01, 0x16 and 0x17, and UV type 0x14/0x24/0x34/0x44.

(EDIT: I did have a fix for the "billboard" positioning, but by implementing it I accidentally broke everything else, so it's on the backburner again.)


RE: Random Talking Bush's Model Importers and QuickBMS Scripts - Kold-Virus - 10-20-2016

Downloaded your new script for Smash, RTB.

I tested it on Zelda and some model parts don't import correctly, like her shoulder blades, tiara and some of her expressions import in the wrong positions and angles.