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.
User avatar
shingenseiji
advanced
Posts: 42
Joined: Mon Feb 19, 2018 5:57 pm
Has thanked: 3 times
Been thanked: 4 times

Re: Mobile Game Asset Download

Post by shingenseiji »

chrrox wrote: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.
Ok, this worked perfectly.
Thanks, Chrrox!
tone
beginner
Posts: 35
Joined: Sun Jul 02, 2017 8:40 pm
Has thanked: 12 times
Been thanked: 2 times

Re: Mobile Game Asset Download

Post by tone »

can anyone please get the csv of star ocean anamnesis (jp)? i already have problem with dns domain. i am worried that using telerik fiddler will make my internet connection problem worse
sarahcollins
ultra-n00b
Posts: 1
Joined: Thu Sep 06, 2018 8:46 pm

Re: Mobile Game Asset Download

Post by sarahcollins »

I have some problems with CGSS Script by Chroxx ((
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 »

[removed because im dumb]
Last edited by Supurreme on Wed Nov 14, 2018 11:18 pm, edited 1 time in total.
Hey I'm Mimi! Please have mercy on me, I'm still learning!
User avatar
YoKoMiRaKuRu
ultra-n00b
Posts: 3
Joined: Thu Sep 01, 2016 9:15 am
Been thanked: 1 time

Re: Mobile Game Asset Download

Post by YoKoMiRaKuRu »

Does anyone know how to get asset files of "Girls und Panzer: Atsumare! Minna no Senshadou!"?
I've tried my luck through normal installation but only got encrypted files. Fiddler says it gets the files from "ab.regit56.jp".
I don't understand how it works, so i appreciate any help
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 »

YoKoMiRaKuRu wrote:Does anyone know how to get asset files of "Girls und Panzer: Atsumare! Minna no Senshadou!"?
I've tried my luck through normal installation but only got encrypted files. Fiddler says it gets the files from "ab.regit56.jp".
I don't understand how it works, so i appreciate any help
I tried 1 file
ab.regit56.jp/android/e1ddf6b87b46a1303019c1f04e27086c/831b3b3837a877d3fb7925d0ca57dd3a
I'm sure its 3d model file. I can open it on Unity Studio, but not luck, 3D mesh and textures not displayed also can't extracted.
Only MonoBehaviour possible extraxted
mikoamoy
n00b
Posts: 12
Joined: Sat Oct 11, 2014 11:34 am
Has thanked: 6 times

Re: Mobile Game Asset Download

Post by mikoamoy »

Can anyone gimme the link for Alternative Girls VR?
https://play.google.com/store/apps/deta ... .alternajp
idk how to get the csv files,
also are the unity files encrypted?

only found
http://sc-in-f128.1e100.net/

and this is the file from the android data folder,
are they encrypted?
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 a script to download all the costumes from ブレイド2 X指定 Honey x Blade 2.
Here is a list of all the costumes http://honeyxicons.yolasite.com/Costumes.php.
Edit the line

Code: Select all

pool = ThreadPool(100)

if your pc can't handle that much and just lower the number.
if you only want one costume un comment line 276

Code: Select all

text_files = ['100001']
and place in the id from the site i linked.
Image
You do not have the required permissions to view the files attached to this post.
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 »

chrrox wrote:Here is a script to download all the costumes from ブレイド2 X指定 Honey x Blade 2.

I run python file and done without any message
It show HoneyX2 folder but the folder is empty.

I use python37 32bit. I had installed lz4 and pillow.

Is there something wrong?
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 »

try lowering
pool = ThreadPool(100)
also run it from command line so you get messages back.
why are you not running 64bit python?
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 »

chrrox wrote:try lowering
pool = ThreadPool(100)
also run it from command line so you get messages back.
why are you not running 64bit python?
I had re-installed 64bit python

I'm noob about python. Is this right?
Image
I put the python file into python37 folder

the result also same. No file into the folder HoneyX2
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 »

you don't need to run the command line as admin.
Here try this install of python I am sure the problem is one of the dependencies is not installed correctly.
https://www85.zippyshare.com/v/iMmCutkq/file.html
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 »

chrrox wrote:you don't need to run the command line as admin.
Here try this install of python I am sure the problem is one of the dependencies is not installed correctly.
Thanks... finally worked
User avatar
Tosyk
double-veteran
double-veteran
Posts: 1027
Joined: Thu Oct 22, 2009 10:24 am
Location: Russia, Siberia
Has thanked: 269 times
Been thanked: 154 times
Contact:

Re: Mobile Game Asset Download

Post by Tosyk »

seems most of the ports were closed including 8888.
can I still use this method to get assets?
Thank you for all you do here
my blog | my forum
aoilysa
ultra-n00b
Posts: 1
Joined: Wed Dec 12, 2018 5:36 pm

Re: Mobile Game Asset Download

Post by aoilysa »

im having problem with blender i used to convert the 3d model from android game?
can you tell me where did i wrong?

https://imgur.com/a/ROvbhTc

using data from installed apk on assest studio then open it on xnalara converting into xps with noesis
when i open it on blender it success then boom after i join the texture , bones and try to export it the blender traceback

i tried to use unity studio but when i load file/folder it doesnt appear

i tried to use your way got nothing >.<
You do not have the required permissions to view the files attached to this post.
Post Reply