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 - Lilothestitch - 02-14-2019

(02-14-2019, 06:48 AM)Random Talking Bush Wrote:
(02-07-2019, 01:15 AM)Lilothestitch Wrote: May I request a fix for the Telltale Almost-All-In-One Model Importer Script that fixes the rigging error with the lower body when you rotate the spine1 & pelvis bone? I tested it with The Walking Dead: Season 1, The Walking Dead: Season 2, The Walking Dead: Michonne & The Wolf Among Us.
This is not something I can fix, the bone rotations/positions and rigging are pretty much identical to the original games.

RIP. I thought it was a rigging error or somsomething.


RE: Random Talking Bush's Model Importers and QuickBMS Scripts - Sonicfan1123 - 02-15-2019

This BFRES UV map is messed up when I import in 3ds Max 2019 with default settings. How to fix?
https://ufile.io/mzknm


RE: Random Talking Bush's Model Importers and QuickBMS Scripts - Random Talking Bush - 02-15-2019

(02-15-2019, 08:48 PM)Sonicfan1123 Wrote: This BFRES UV map is messed up when I import in 3ds Max 2019 with default settings. How to fix?
https://ufile.io/mzknm
In this case, you need to mirror the textures themselves both horizontally and vertically, and then add a UVW XForm modifier to all of the polygon groups with the following settings -- U Tile: 0.5, V Tile: 0.5, U Offset: 0.0, V Offset: 0.5. If done correctly, it should look like this:
[Image: WRktnPw.png]

Nintendo sure loves their texture mirroring.


RE: Random Talking Bush's Model Importers and QuickBMS Scripts - Sonicfan1123 - 02-15-2019

(02-15-2019, 09:46 PM)Random Talking Bush Wrote:
(02-15-2019, 08:48 PM)Sonicfan1123 Wrote: This BFRES UV map is messed up when I import in 3ds Max 2019 with default settings. How to fix?
https://ufile.io/mzknm
In this case, you need to mirror the textures themselves both horizontally and vertically, and then add a UVW XForm modifier to all of the polygon groups with the following settings -- U Tile: 0.5, V Tile: 0.5, U Offset: 0.0, V Offset: 0.5. If done correctly, it should look like this:
[Image: go.php?u=atrIoiArbK5JH22lH0Q3PEL6IBHcGYDWgVje&b=5]

Nintendo sure loves their texture mirroring.
Would it be possible for you to update your script to automate this?


RE: Random Talking Bush's Model Importers and QuickBMS Scripts - Random Talking Bush - 02-16-2019

(02-15-2019, 10:04 PM)Sonicfan1123 Wrote: Would it be possible for you to update your script to automate this?
Can't, it's just something that has to be done manually. It's not a "one size fits all" situation.


RE: Random Talking Bush's Model Importers and QuickBMS Scripts - Sonicfan1123 - 02-18-2019

So I made a discovery. Apparently, I can just export the models from 3ds Max with bugged uvs as is without fixing them at all, import them into Unity, and then from Unity, click on the textures, and set their wrap mode to mirror, and everything just works! No need to mess with modifiers or textures.

Can you add a checkbox to your script to clear all opacity maps from the materials? Because some models come out bugged without doing this.


RE: Random Talking Bush's Model Importers and QuickBMS Scripts - shadowmanga - 02-21-2019

i see that there's scripts for a lot of the Compile Heart games, but the Genkai Tokki games are unfortunatly not included even though they were made by the same developer as the neptunia games. is there just no intrest in making converters/extractors for those games, or is the model format so different that a variation of the neptunia scripts won't be enough to work?


RE: Random Talking Bush's Model Importers and QuickBMS Scripts - Random Talking Bush - 02-21-2019

(02-21-2019, 06:03 PM)shadowmanga Wrote: i see that there's scripts for a lot of the Compile Heart games, but the Genkai Tokki games are unfortunatly not included even though they were made by the same developer as the neptunia games. is there just no intrest in making converters/extractors for those games, or is the model format so different that a variation of the neptunia scripts won't be enough to work?
I took a look at 'em earlier, and apparently they use a completely different model format than the rest of their games.


RE: Random Talking Bush's Model Importers and QuickBMS Scripts - shadowmanga - 02-22-2019

(02-21-2019, 08:32 PM)Random Talking Bush Wrote:
(02-21-2019, 06:03 PM)shadowmanga Wrote: i see that there's scripts for a lot of the Compile Heart games, but the Genkai Tokki games are unfortunatly not included even though they were made by the same developer as the neptunia games. is there just no intrest in making converters/extractors for those games, or is the model format so different that a variation of the neptunia scripts won't be enough to work?
I took a look at 'em earlier, and apparently they use a completely different model format than the rest of their games.

darn, my journey to somehow get those models must continue on then. thanks for taking the time to look at the files though.


RE: Random Talking Bush's Model Importers and QuickBMS Scripts - manurocker95 - 03-11-2019

Is there anyway to export the animations?


RE: Random Talking Bush's Model Importers and QuickBMS Scripts - ItsMeGamerAndBFDIer7 - 03-22-2019

RTB, did you post a script here that allowed you to extract the .pac files of Mario & Sonic at the Rio 2016 Olympic Games?


RE: Random Talking Bush's Model Importers and QuickBMS Scripts - alteredillusion - 03-25-2019

will the animation data for pokken tournament be extracted with these scripts too?


RE: Random Talking Bush's Model Importers and QuickBMS Scripts - LolHacksRule - 04-03-2019

Hey RTB, a quick update for Mario Tennis Aces' CARCs, they use deflate compression then decompressing that will give the SARC. Smile

Code:
Mario Tennis Aces CARCs are just zlib compressed and it's easy to decompress the SARC. --Credits to aluigi--



RE: Random Talking Bush's Model Importers and QuickBMS Scripts - Random Talking Bush - 04-03-2019

(04-03-2019, 08:39 PM)LolHacksRule Wrote: Hey RTB, a quick update for Mario Tennis Aces' CARCs, they use deflate compression then decompressing that will give the SARC. Smile

Code:
Mario Tennis Aces CARCs are just zlib compressed and it's easy to decompress the SARC. --Credits to aluigi--
I actually had a QuickBMS script for those in the first post for quite some time (it's identical to Mario Tennis: Ultra Smash's compression), but thanks anyway. Tongue

Still not quite sure what to do about the CBTEX files...

(03-11-2019, 06:07 AM)manurocker95 Wrote: Is there anyway to export the animations?
(03-25-2019, 09:36 PM)alteredillusion Wrote: will the animation data for pokken tournament be extracted with these scripts too?
*shrug*
(02-14-2019, 06:48 AM)Random Talking Bush Wrote: I don't know the first thing about importing animations.



RE: Random Talking Bush's Model Importers and QuickBMS Scripts - LolHacksRule - 04-03-2019

(04-03-2019, 08:59 PM)Random Talking Bush Wrote:
(04-03-2019, 08:39 PM)LolHacksRule Wrote: Hey RTB, a quick update for Mario Tennis Aces' CARCs, they use deflate compression then decompressing that will give the SARC. Smile

Code:
Mario Tennis Aces CARCs are just zlib compressed and it's easy to decompress the SARC. --Credits to aluigi--
I actually had a QuickBMS script for those in the first post for quite some time (it's identical to Mario Tennis: Ultra Smash's compression), but thanks anyway. Tongue

Still not quite sure what to do about the CBTEX files...

(03-11-2019, 06:07 AM)manurocker95 Wrote: Is there anyway to export the animations?
(03-25-2019, 09:36 PM)alteredillusion Wrote: will the animation data for pokken tournament be extracted with these scripts too?
*shrug*
(02-14-2019, 06:48 AM)Random Talking Bush Wrote: I don't know the first thing about importing animations.

There's surprisingly a couple of deflate compressed CBTEX'es in v2.3.0, maybe an older version too.