Important information: this site is currently scheduled to go offline indefinitely by end of the year.

[Unity]Shutokou Battle Xtreme

Post questions about game models here, or help out others!
User avatar
nosfornos
advanced
Posts: 55
Joined: Wed Dec 21, 2011 9:16 am
Has thanked: 13 times
Been thanked: 4 times

[Unity]Shutokou Battle Xtreme

Post by nosfornos »

I downloaded Shutokou Battle Xtreme, and try to rip from this game. But, extracting obb files is too risky because of rooting requirement.
What can I do?
ImageI Love Nermal!!!
User avatar
Andrakann
ultra-veteran
ultra-veteran
Posts: 392
Joined: Wed Jul 06, 2011 8:47 am
Location: Russia
Has thanked: 967 times
Been thanked: 192 times
Contact:

Re: [Unity]Shutokou Battle Xtreme

Post by Andrakann »

You can install it to emulator, like MEmu.
And how you get this game, it's out already?
zimex25
veteran
Posts: 143
Joined: Thu Feb 04, 2016 9:20 pm
Has thanked: 19 times
Been thanked: 13 times

Re: [Unity]Shutokou Battle Xtreme

Post by zimex25 »

Andrakann wrote:You can install it to emulator, like MEmu.
And how you get this game, it's out already?
Yes, but only in Japan...
https://play.google.com/store/apps/deta ... .genki.sbx
https://itunes.apple.com/jp/app/shou-do ... 71198?mt=8
I got apk file and I will test. I hope is unity game :D
User avatar
Andrakann
ultra-veteran
ultra-veteran
Posts: 392
Joined: Wed Jul 06, 2011 8:47 am
Location: Russia
Has thanked: 967 times
Been thanked: 192 times
Contact:

Re: [Unity]Shutokou Battle Xtreme

Post by Andrakann »

zimex25 wrote:Yes, but only in Japan...
Thanks :)
I found it, making an Apple ID in Japanese it's not a trivial task, but i done it too :)
For Android version i just googled for apk.
It's better to use version for hardware (or emu) you have, because all useful files located in downloaded cache, which is created after you launch game.
I got apk file and I will test. I hope is unity game :D
Yeah, it's Unity 5+, so you'll need to use Unity Asset Bundle Extractor for unpacking and checking content of .cache files (also for converting textures to .png), then export from UABE to .assets file, if you found car model or track/garage scene bundle, and open it in Unity Studio v0.5.1b3 for model export.
Works for me:
Image Image
Detail is low, about 15K-25K faces for one car model.
User avatar
blackracer
advanced
Posts: 51
Joined: Sat Jun 27, 2015 1:20 pm
Has thanked: 30 times
Been thanked: 49 times

Re: [Unity]Shutokou Battle Xtreme

Post by blackracer »

Yes, it works, the game has more than 20 Japanese cars.

The question is how to extract using Unity Asset Bundle Extractor cache all files at once, look for them or any part of it is very difficult there cache files are too many?

Image
User avatar
Andrakann
ultra-veteran
ultra-veteran
Posts: 392
Joined: Wed Jul 06, 2011 8:47 am
Location: Russia
Has thanked: 967 times
Been thanked: 192 times
Contact:

Re: [Unity]Shutokou Battle Xtreme

Post by Andrakann »

blackracer wrote:The question is how to extract using Unity Asset Bundle Extractor cache all files at once, look for them or any part of it is very difficult there cache files are too many?
Just solved it :)
You need to make batch.txt file with "+DIR <full path to cache folder>" line inside. Important part here is encoding of this text file, it MUST be "UTF-8 without BOM" in therms of Notepad++.
Then put this file to UABE exe folder and run this command:
AssetBundleExtractor.exe batchexport batch.txt

I attached my files, just put them to exe folder, edit path in .txt file and run .bat file.

Upd: Cars list, ingame names:

Code: Select all

c_ae86t
c_bnr32
c_bnr34
c_cp9a
c_cz4a
c_dk5aw
c_ek9
c_fd3s
c_fk2
c_gc8
c_ggh35w
c_ha36s
c_jw5
c_krps13
c_l152s
c_la400k
c_mh21s
c_na2
c_na8c
c_ncp31
c_r35
c_se3p
c_vab
c_vmg
c_z34
c_zc6
c_zn6
c_zvw30
You do not have the required permissions to view the files attached to this post.
zimex25
veteran
Posts: 143
Joined: Thu Feb 04, 2016 9:20 pm
Has thanked: 19 times
Been thanked: 13 times

Re: [Unity]Shutokou Battle Xtreme

Post by zimex25 »

Andrakann wrote:
blackracer wrote:The question is how to extract using Unity Asset Bundle Extractor cache all files at once, look for them or any part of it is very difficult there cache files are too many?
Just solved it :)
You need to make batch.txt file with "+DIR <full path to cache folder>" line inside. Important part here is encoding of this text file, it MUST be "UTF-8 without BOM" in therms of Notepad++.
Then put this file to UABE exe folder and run this command:
AssetBundleExtractor.exe batchexport batch.txt

I attached my files, just put them to exe folder, edit path in .txt file and run .bat file.

Upd: Cars list, ingame names:

Code: Select all

c_ae86t
c_bnr32
c_bnr34
c_cp9a
c_cz4a
c_dk5aw
c_ek9
c_fd3s
c_fk2
c_gc8
c_ggh35w
c_ha36s
c_jw5
c_krps13
c_l152s
c_la400k
c_mh21s
c_na2
c_na8c
c_ncp31
c_r35
c_se3p
c_vab
c_vmg
c_z34
c_zc6
c_zn6
c_zvw30
But for me is 0 bundle extracted :/
User avatar
Andrakann
ultra-veteran
ultra-veteran
Posts: 392
Joined: Wed Jul 06, 2011 8:47 am
Location: Russia
Has thanked: 967 times
Been thanked: 192 times
Contact:

Re: [Unity]Shutokou Battle Xtreme

Post by Andrakann »

zimex25 wrote:But for me is 0 bundle extracted :/
Did you edit path in txt file and point it to your folder with .cache files?
And if you open single .cache file with UABE - it works?
User avatar
blackracer
advanced
Posts: 51
Joined: Sat Jun 27, 2015 1:20 pm
Has thanked: 30 times
Been thanked: 49 times

Re: [Unity]Shutokou Battle Xtreme

Post by blackracer »

Andrakann
Thank you very much, it's running ))

for Genki
I am more than confident that the guys from Genki browsing this forum, and they are not particularly pleased event, please do not do as did Namco, do not close the download cache, your games as a masterpiece, for the most part, we only look at your models and at best make convert, it is difficult to imagine that someone would use them for commercial purposes ...
Reversing is only a matter of time and the popularity of the product, all games can be opened.


And more Drift Spirits from Namco easily give models if desired car is available in the garage, it is also stored in the Unity cache files.
Guys who have any ideas how to open all the cars to get them cache Drift Spirits?
zimex25
veteran
Posts: 143
Joined: Thu Feb 04, 2016 9:20 pm
Has thanked: 19 times
Been thanked: 13 times

Re: [Unity]Shutokou Battle Xtreme

Post by zimex25 »

Andrakann wrote:
zimex25 wrote:But for me is 0 bundle extracted :/
Did you edit path in txt file and point it to your folder with .cache files?
And if you open single .cache file with UABE - it works?
Yup I edited and I can opened
User avatar
Andrakann
ultra-veteran
ultra-veteran
Posts: 392
Joined: Wed Jul 06, 2011 8:47 am
Location: Russia
Has thanked: 967 times
Been thanked: 192 times
Contact:

Re: [Unity]Shutokou Battle Xtreme

Post by Andrakann »

zimex25 wrote:
Andrakann wrote:
zimex25 wrote:But for me is 0 bundle extracted :/
Did you edit path in txt file and point it to your folder with .cache files?
And if you open single .cache file with UABE - it works?
Yup I edited and I can opened
Maybe typo in path or encoding of txt is changed?
Image
zimex25
veteran
Posts: 143
Joined: Thu Feb 04, 2016 9:20 pm
Has thanked: 19 times
Been thanked: 13 times

Re: [Unity]Shutokou Battle Xtreme

Post by zimex25 »

Damn I didn't change :/ (I saved in normal UTF-8) thanks for help!
SpulX
ultra-n00b
Posts: 5
Joined: Sun Mar 26, 2017 2:45 pm

Re: [Unity]Shutokou Battle Xtreme

Post by SpulX »

i tried using this method but i dont see anything in the unity studio like preview and when i try to export the 3d models i get some error and thats it 3dsmax doesnt open it.
User avatar
blackracer
advanced
Posts: 51
Joined: Sat Jun 27, 2015 1:20 pm
Has thanked: 30 times
Been thanked: 49 times

Re: [Unity]Shutokou Battle Xtreme

Post by blackracer »

The method is 100% working, I checked personally. Upgrade 3ds max to the latest version and download the latest versions of UABE and unity studio.
SpulX
ultra-n00b
Posts: 5
Joined: Sun Mar 26, 2017 2:45 pm

Re: [Unity]Shutokou Battle Xtreme

Post by SpulX »

i did i think i have latest all well 3dsmax is 2016 ver but it works fine with everything this is what i get http://img02.imgland.net/nLesctG.jpg
Post Reply