Page 7 of 21
Re: Mobile Game Asset Download
Posted: Thu Jun 07, 2018 11:50 am
by Ziella
Decided to give this a try and I tried with a few games with success.
So I finally decided to try with a game I've been wanting to get some assets from, Sengoku Asuka ZERO.
I was able to figure out a downloadable url for a zip file.
Code: Select all
http://asukazero-cdn.oratta.net/multi/product/dl/new_auto/tutorial/tutorial_3.zip
http://asukazero.oratta.net/multi/product/dl/manual/image/weapon/c_sd11104010.png
I can't seem to find any kind of database or anything though, and the only only links I could find are these two.
Re: Mobile Game Asset Download
Posted: Fri Jun 15, 2018 2:14 pm
by DarkBlueLagoon
the hack file site thing doesn't work it seems
I need help on this stuff
Reach me on my discord Lagoon#0001
Re: Mobile Game Asset Download
Posted: Thu Jul 05, 2018 7:27 am
by z22901206
GAME: 拡張少女系トライナリー
https://apkpure.com/jp/%E6%8B%A1%E5%BC% ... o.Kakutora
https://play.google.com/store/apps/deta ... a&hl=en_US
This game is coming to close, i just wanna make a backup for it.
We can also get the resource by URL directly.
But, i didn't find anything like CSV or mainfest, anyone can help?
Re: Mobile Game Asset Download
Posted: Sun Jul 15, 2018 3:45 pm
by chrrox
@z22901206
here is the file list
https://d00030400.gamecity.ne.jp/a_girl ... s_crc.json
you download the files labeled assetBundle.
example
[{"assetBundle":"battle_00battletextures.unity3d","crc":2888919526,
so download link is
https://d00030400.gamecity.ne.jp/a_girl ... E6.unity3d
broken down to see easier
1. - URL Base:
https://d00030400.gamecity.ne.jp/a_girl/master-android/
2. - Base FileName: battle_00battletextures
3. - @ symbol + crc converted to hex: @AC3169E6
4. - original file extension: .unity3d
Attached python script do download files.





Re: Mobile Game Asset Download
Posted: Mon Jul 16, 2018 4:37 pm
by z22901206
chrrox wrote:@z22901206
here is the file list
...
Seems it is a little more complicated than MLTD.
Thanks for your script, and the explaining.
Re: Mobile Game Asset Download
Posted: Tue Jul 17, 2018 12:05 am
by chrrox
少女前線
Girls' Frontline
http://sncdn.imtxwy.com/android/2018071 ... llData.dat
this is just a zip file extract it with 7zip.


Re: Mobile Game Asset Download
Posted: Tue Jul 17, 2018 12:16 am
by chrrox
프리징
FreezingExtension


Download Script attached
Re: Mobile Game Asset Download
Posted: Sun Jul 22, 2018 1:59 pm
by samsonyu
Tsunani wrote:Hi guys i tried getting the MillionLive.py to download the file by using the command
but i get an error
"Traceback (most recen call last):
File "G:ML\MillionLive.py" Line 40, in <module>
with open ('MillionLive\\' + 'MillionLive.manifest' , "rb") as f:
FileNotFoundError: (Erno 2] No such file or directory: MillionLive\\MillionLive.manifest' "
Does anyone have an idea here ?
i'm completely stuck...thanks
Here's the manifest file.
https://drive.google.com/file/d/1cFODXm ... ResSY/view
Unzip the contents and copy the manifests file to the folder where you want to save the assets.
For example: C:\MillionLive\
After copying the manifests file to your folder, run the Python script again.
Make sure your Python script file is saved in the folder above "MillionLive\"
In case anyone is still looking for it, here's the "The Idolmaster Million Live" assets URL:
http://td-assets.bn765.com/2200/product ... d2d7a.data
Re: Mobile Game Asset Download
Posted: Sun Jul 22, 2018 2:17 pm
by samsonyu
Hello there,
I was able to grab the Million Live files.
There are like literally a "million" files : P
Can someone tell me where I can find the character 3D meshes?
Thank you!
Re: Mobile Game Asset Download
Posted: Sun Jul 22, 2018 6:29 pm
by Axess
I can't grab the million live's files.
I run script w/ above latest url replaced in script.
The script download manifest file and created many folder under MillionLive\ but no file download after that.
The script end without failure.
How to solve this problem?
Re: Mobile Game Asset Download
Posted: Mon Jul 23, 2018 1:49 pm
by samsonyu
Axess wrote:I can't grab the million live's files.
I run script w/ above latest url replaced in script.
The script download manifest file and created many folder under MillionLive\ but no file download after that.
The script end without failure.
How to solve this problem?
Hello,
Maybe I can help.
Trying following these instructions.
1) Create the following folder:
C:\Million\MillionLive
2) Download the manifest zip file using the URL below:
https://drive.google.com/file/d/1cFODXm ... ResSY/view
3) Extract the contents of the zip file to C:\Million\MillionLive
4) Download the modified Python script zip file using the URL below:
https://drive.google.com/file/d/1EITGev ... HRKuV/view
5) Extract the contents of the zip file to C:\Million
6) Uninstall any existing installation of Python
7) Download Python 3.6.0 using the URL below:
https://www.python.org/ftp/python/3.6.0 ... -3.6.0.exe
8) Run "python-3.6.0.exe" to install Python 3.6.0 (32-bit)
9) When prompted, specify to install Python to the following folder:
C:\Python36
10) After Python has finished installing, open a Command Prompt window
11) In Command Prompt, type: cd C:\Python36\Scripts
12) In Command Prompt, type: pip install lz4
This will download and install the lz4 module for Python
13) In Command Prompt, type: cd C:\Million
14) In Command Prompt, type: MillionLive1.py
If you performed all the steps correctly, this will run the Python script and download the assets to C:\Million\MillionLive
Did it work?
Re: Mobile Game Asset Download
Posted: Mon Jul 23, 2018 5:18 pm
by Axess
samsonyu wrote:Axess wrote:I can't grab the million live's files.
I run script w/ above latest url replaced in script.
The script download manifest file and created many folder under MillionLive\ but no file download after that.
The script end without failure.
How to solve this problem?
Hello,
Maybe I can help.
Trying following these instructions.
1) Create the following folder:
C:\Million\MillionLive
2) Download the manifest zip file using the URL below:
https://drive.google.com/file/d/1cFODXm ... ResSY/view
3) Extract the contents of the zip file to C:\Million\MillionLive
4) Download the modified Python script zip file using the URL below:
https://drive.google.com/file/d/1EITGev ... HRKuV/view
5) Extract the contents of the zip file to C:\Million
6) Uninstall any existing installation of Python
7) Download Python 3.6.0 using the URL below:
https://www.python.org/ftp/python/3.6.0 ... -3.6.0.exe

Run "python-3.6.0.exe" to install Python 3.6.0 (32-bit)
9) When prompted, specify to install Python to the following folder:
C:\Python36
10) After Python has finished installing, open a Command Prompt window
11) In Command Prompt, type: cd C:\Python36\Scripts
12) In Command Prompt, type: pip install lz4
This will download and install the lz4 module for Python
13) In Command Prompt, type: cd C:\Million
14) In Command Prompt, type: MillionLive1.py
If you performed all the steps correctly, this will run the Python script and download the assets to C:\Million\MillionLive
Did it work?
It work!
Thank you very much!!
Now the remaining problem of mirishita are
- where're model asset.
>> I open suspected folder and found some at /cb
- how to convert it back to model format w/ texture, bone, etc. (Using AssetStudio 0.10.0.52 it can export asset to fbx but not all model bind with texture)
- animation.........
-----
<< Edited >>
Problem:
I used
chrrox's script but nothing download....
Using print(BaseException) to debug. it catch exception on
Code: Select all
myArr = lz4.block.decompress(myFile[16:],size)
line.
*Python 3.6 /w lz4 v2.0.2 installed
Solution:
Just import "block" and it solved.
But another problems occur.
1. WinError 10054
-> Doing pool thread got this error.
-> Solution: Don't use pool thread. Slow but it can collect all files w/o overlook.
* Some files are no longer exists, just ignore it. (HTTP 404)
2. Run script again, and it will re-download again
-> Solution suggestion: Save last manifest and check hash
---
Now my problem about deresute is only how to get model and fully use it.
(Body/Head/Bone/Animation/etc.)
Thank you very much.
Re: Mobile Game Asset Download
Posted: Sun Aug 05, 2018 12:11 am
by shingenseiji
Can someone get the baseURL for SideM LIVE ON ST@GE for me, please?
My Fiddler just won't give me any links (idk why, I did everything as the tutorial says)
and I'm trying to use a tool that gets the files automatically (
THIS one)
but there's no use on using it if I can't get the most recent baseURL :/
Please help, I've been desperately trying to make Fiddler give me the URLs but it just won't work for me.
Re: Mobile Game Asset Download
Posted: Sun Aug 05, 2018 6:54 pm
by chrrox
shingenseiji wrote:Can someone get the baseURL for SideM LIVE ON ST@GE for me, please?
My Fiddler just won't give me any links (idk why, I did everything as the tutorial says)
and I'm trying to use a tool that gets the files automatically (
THIS one)
but there's no use on using it if I can't get the most recent baseURL :/
Please help, I've been desperately trying to make Fiddler give me the URLs but it just won't work for me.
just launch your emulator and run the game.
then run Process Hacker as admin.
click on the emulator exe (should be the one using the most memory like hdplayer.exe)
then search for strings d2qkdj9w29igl.cloudfront.net
that should get you your url.
Re: Mobile Game Asset Download
Posted: Wed Aug 08, 2018 10:37 pm
by Supurreme
chrrox wrote:Here is a script that will auto decompress the files for you.
you need to do pip install lz4 for this script to work.
so i can get this script to run just fine and it seems to go through the motions but in the end the imas2 folder it creates is totally empty even though it said it downloaded all the files? the non-lz4 script works just fine so i guess its not a huge deal but itd jsut be nice to be able to skip over the decompression step