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

Mobile Game Asset Download

Read or post any tutorial related to file format analysis for modding purposes.
Post Reply
z22901206
advanced
Posts: 40
Joined: Thu Dec 24, 2015 1:50 pm
Has thanked: 8 times
Been thanked: 3 times

Re: Mobile Game Asset Download

Post by z22901206 »

wanglata wrote:
z22901206 wrote:
Can you tell me how you get the newest mainfest url/file?

I find it in game folder, but worry it is changed.
And the python code doesn't work on the newest mainfest. Do you?
Script still work dude, check again pls :D
Actually the code works, but i want the latest files, according to the latest mainfest.
When the game upgraded, the mainfest url may change.

Thought i can find the mainfest file in game folder, but the code didn't work with the mainfest.
Seems that resource url changed, i can't confirm it because the fiddler has something wrong in my computer.

So i wonder someone can rewrite the code to use mainfest file as source, rather than the fixed mainfest url.(just like CGSS code)

Here is the mainfest i got before, not latest one, but later than the code get.
https://drive.google.com/file/d/0B_EOJK ... 1YWEU/view
wanglata
beginner
Posts: 36
Joined: Sun Jan 22, 2017 2:41 pm
Has thanked: 19 times
Been thanked: 6 times

Re: Mobile Game Asset Download

Post by wanglata »

z22901206 wrote:
Actually the code works, but i want the latest files, according to the latest mainfest.
When the game upgraded, the mainfest url may change.

Thought i can find the mainfest file in game folder, but the code didn't work with the mainfest.
Seems that resource url changed, i can't confirm it because the fiddler has something wrong in my computer.

So i wonder someone can rewrite the code to use mainfest file as source, rather than the fixed mainfest url.(just like CGSS code)

Here is the mainfest i got before, not latest one, but later than the code get.
https://drive.google.com/file/d/0B_EOJK ... 1YWEU/view
The script still work, but you need edit manifestURL with lastest manifest file.
Image

Code: Select all

https://td-assets.bn765.com/2200/production/5.6/Android/9977ab6a44fa1af0889d3c4d66c62d3511dd2d7a.data
z22901206
advanced
Posts: 40
Joined: Thu Dec 24, 2015 1:50 pm
Has thanked: 8 times
Been thanked: 3 times

Re: Mobile Game Asset Download

Post by z22901206 »

wanglata wrote:

Code: Select all

https://td-assets.bn765.com/2200/production/5.6/Android/9977ab6a44fa1af0889d3c4d66c62d3511dd2d7a.data
How do you get this manifestURL ? Fiddler?
Anyway the code work again, thx :)
cornal
beginner
Posts: 39
Joined: Sat Oct 25, 2014 3:31 am
Has thanked: 3 times
Been thanked: 9 times

Re: Mobile Game Asset Download

Post by cornal »

I have some problems with CGSS Script by Chroxx, only download certain number of assets, I've tried with the full manifest and with a edited manifest, anyone can help me
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1422 times

Re: Mobile Game Asset Download

Post by chrrox »

Here is the download list for THE iDOLM@STER SideM: LIVE ON ST@GE!
You do not have the required permissions to view the files attached to this post.
cornal
beginner
Posts: 39
Joined: Sat Oct 25, 2014 3:31 am
Has thanked: 3 times
Been thanked: 9 times

Re: Mobile Game Asset Download

Post by cornal »

Ive tried to get the manifest of Super Robot Wars X omega, but I cant find it :(
Axess
ultra-n00b
Posts: 7
Joined: Sat Nov 04, 2017 4:09 pm

Re: Mobile Game Asset Download

Post by Axess »

Sorry, chrrox.

I'm trying to get CGSS csv file, but I can't.
I've done everything I can try.

1st, I did step by step from this tutorial >> viewtopic.php?f=16&t=15582&start=30
* I use the URL you posted. (Not the latest one)

Code: Select all

http://storage.game.starlight-stage.jp/dl/10027505/manifests/Android_AHigh_SHigh
The response is 200 (OK)
Okay, I click the result in the left panel of fiddler,
  • "Save/Response/Entire Response" as xx_Response.txt
and
  • "Save/Response/Response Body" as xx_.txt
Image

Then, try to use your quickbms code but it give me an error & nothing output.

Image

Yeah, both file...

DEAD END.

-----
2nd, I tried with 3d_chara_body_0001.unity3d (b094b394672f99c1ab1c952093727cb6)
^
I get hash code from somewhere in google....
Execute in Fiddler and get the response!

Image

Save the entire response and response body as above one.
Then, use quickbms........ same error...

Image

I tried to use Unity Studio or Asset Bundle Extractor to open it, but end with failure.

Another DEAD END.

Did I do anything wrong?
User avatar
Supurreme
advanced
Posts: 43
Joined: Mon Jun 05, 2017 10:50 am
Been thanked: 2 times

Re: Mobile Game Asset Download

Post by Supurreme »

will this method work on Yu-Gi-Oh!! Duel Links?
Hey I'm Mimi! Please have mercy on me, I'm still learning!
mircea
beginner
Posts: 20
Joined: Tue Sep 27, 2016 11:36 pm
Has thanked: 2 times

Re: Mobile Game Asset Download

Post by mircea »

@chrrox chrrox can you see if this games content can be downloadable easyer? http://pc-play.games.dmm.co.jp/play/honeyx/ I only manage to get the cache files and search in them for the models that I loaded cuz i can no longer use the fiddler to search for links becouse for some reason is broken(no longer works like before with anygame that I play) :?: .
Paul Wang
ultra-n00b
Posts: 2
Joined: Wed Jan 10, 2018 3:34 pm

Re: Mobile Game Asset Download

Post by Paul Wang »

Axess wrote:Sorry, chrrox.

I'm trying to get CGSS csv file, but I can't.
I've done everything I can try.

1st, I did step by step from this tutorial >> viewtopic.php?f=16&t=15582&start=30
* I use the URL you posted. (Not the latest one)

Code: Select all

http://storage.game.starlight-stage.jp/dl/10027505/manifests/Android_AHigh_SHigh
The response is 200 (OK)
Okay, I click the result in the left panel of fiddler,
  • "Save/Response/Entire Response" as xx_Response.txt
and
  • "Save/Response/Response Body" as xx_.txt
Image

Then, try to use your quickbms code but it give me an error & nothing output.

Image

Yeah, both file...

DEAD END.

-----
2nd, I tried with 3d_chara_body_0001.unity3d (b094b394672f99c1ab1c952093727cb6)
^
I get hash code from somewhere in google....
Execute in Fiddler and get the response!

Image

Save the entire response and response body as above one.
Then, use quickbms........ same error...

Image

I tried to use Unity Studio or Asset Bundle Extractor to open it, but end with failure.

Another DEAD END.

Did I do anything wrong?
They seem LZ4 deflated. Inflate them by LZ4 tool like "CGSS_lz4" provided on Sat Jul 08, 2017 by wanglata.
Axess
ultra-n00b
Posts: 7
Joined: Sat Nov 04, 2017 4:09 pm

Re: Mobile Game Asset Download

Post by Axess »

Paul Wang wrote:They seem LZ4 deflated. Inflate them by LZ4 tool like "CGSS_lz4" provided on Sat Jul 08, 2017 by wanglata.
Try to inflate it by using wanglata's tool. But still error. orz
CardboardBox
ultra-n00b
Posts: 1
Joined: Thu Mar 01, 2018 8:40 am

Re: Mobile Game Asset Download

Post by CardboardBox »

Nice tutorial, but unfortunately, in order to port forward on Xfinity routers now, you need to log-in on another website using your information and I don't have that, long story short, it's my brothers and he forgot it.

I'm trying to get game data from 歌マクロス スマホDeカルチャー (Uta Macross Sma-Pho De-Culture) Which is also another problem, it seems the game doesn't like Nox, I've turned off Root in the settings and tried everything I can think of, it seems to be the launcher or just Nox itself, it gives me an error trying to launch the game when I try to download the data.

If there's another way to do this with Remix OS or something else, I'd love to know, until then, I'm just stuck here trying to get log-in info for Comcast BS ;-;
WM86
ultra-n00b
Posts: 3
Joined: Mon Nov 06, 2017 3:57 pm

Re: Mobile Game Asset Download

Post by WM86 »

TIM图片20180323163226.png
You do not have the required permissions to view the files attached to this post.
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1422 times

Re: Mobile Game Asset Download

Post by chrrox »

That game does not work on emulators it is programmed to block them.
User avatar
alictzelt
beginner
Posts: 32
Joined: Mon Jun 26, 2017 11:02 pm
Has thanked: 14 times
Been thanked: 3 times

Re: Mobile Game Asset Download

Post by alictzelt »

I try this game Tokimeki Idol (ときめきアイドル)
https://apkpure.com/id/%E3%81%A8%E3%81% ... kimekiidol

Image

So I found this link
https://auy-dl.akamaized.net/production ... 0325074053

Is this game asset?
Post Reply