Read or post any tutorial related to file format analysis for modding purposes.
-
chrrox
- Moderator
- Posts: 2569
- Joined: Sun May 18, 2008 3:01 pm
- Has thanked: 57 times
- Been thanked: 1324 times
Post
by chrrox » Sun Aug 05, 2018 6:54 pm
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.
-
Supurreme
- advanced
- Posts: 42
- Joined: Mon Jun 05, 2017 10:50 am
- Been thanked: 1 time
Post
by Supurreme » Wed Aug 08, 2018 10:37 pm
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
Hey I'm Mimi! Please have mercy on me, I'm still learning!
-
shingenseiji
- advanced
- Posts: 41
- Joined: Mon Feb 19, 2018 5:57 pm
- Has thanked: 3 times
- Been thanked: 4 times
Post
by shingenseiji » Thu Aug 09, 2018 10:02 pm
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
Post
by tone » Fri Sep 07, 2018 11:12 am
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
Post
by sarahcollins » Fri Sep 07, 2018 12:23 pm
I have some problems with CGSS Script by Chroxx ((
-
Supurreme
- advanced
- Posts: 42
- Joined: Mon Jun 05, 2017 10:50 am
- Been thanked: 1 time
Post
by Supurreme » Sun Sep 09, 2018 11:00 am
[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!
-
YoKoMiRaKuRu
- ultra-n00b
- Posts: 3
- Joined: Thu Sep 01, 2016 9:15 am
- Been thanked: 1 time
Post
by YoKoMiRaKuRu » Sun Sep 30, 2018 6:23 pm
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
-
alictzelt
- beginner
- Posts: 29
- Joined: Mon Jun 26, 2017 11:02 pm
- Has thanked: 14 times
Post
by alictzelt » Thu Oct 25, 2018 3:58 am
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
-
chrrox
- Moderator
- Posts: 2569
- Joined: Sun May 18, 2008 3:01 pm
- Has thanked: 57 times
- Been thanked: 1324 times
Post
by chrrox » Fri Nov 02, 2018 11:16 pm
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
if your pc can't handle that much and just lower the number.
if you only want one costume un comment line 276
and place in the id from the site i linked.

You do not have the required permissions to view the files attached to this post.
-
alictzelt
- beginner
- Posts: 29
- Joined: Mon Jun 26, 2017 11:02 pm
- Has thanked: 14 times
Post
by alictzelt » Thu Nov 08, 2018 4:19 am
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: 2569
- Joined: Sun May 18, 2008 3:01 pm
- Has thanked: 57 times
- Been thanked: 1324 times
Post
by chrrox » Thu Nov 08, 2018 10:07 am
try lowering
pool = ThreadPool(100)
also run it from command line so you get messages back.
why are you not running 64bit python?
-
alictzelt
- beginner
- Posts: 29
- Joined: Mon Jun 26, 2017 11:02 pm
- Has thanked: 14 times
Post
by alictzelt » Fri Nov 09, 2018 5:41 am
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?

I put the python file into python37 folder
the result also same. No file into the folder HoneyX2
-
alictzelt
- beginner
- Posts: 29
- Joined: Mon Jun 26, 2017 11:02 pm
- Has thanked: 14 times
Post
by alictzelt » Fri Nov 09, 2018 11:24 am
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