Hello!
Can someone please help with ripping some images from a mobile game?
It's called 尋光之旅 (Journey to Light) and made on the modified version of the Cocos2D engine
The images (labelled as both .png-s and .jpg-s) use a custom format (starting with 40 53 23 54 24 4F 25), if I understand correctly
Other files (.usm video, .acb audio e.t.c.) are not encrypted
The entire game directory is in the randomized order, but there's a SQLite file with all of the "true" names and locations (I've made a Python script to put all of the files together)
The entire "assets" folder can be downloaded here Some of the .png-examples
I don't know if this helps but I've managed to open some obscure format using Gimp Open RAW format, then playing with the options
So File -> Open -> Select File Type AND Show all files
Chose Raw Image File then open your image
Play with the options. You may want to find some tutorial about those options because I don't know what they are doing. (I was using someone else step by step options when I was using the tool)
(06-12-2024, 04:41 AM)dilames Wrote: I don't know if this helps but I've managed to open some obscure format using Gimp Open RAW format, then playing with the options
So File -> Open -> Select File Type AND Show all files
Chose Raw Image File then open your image
Play with the options. You may want to find some tutorial about those options because I don't know what they are doing. (I was using someone else step by step options when I was using the tool)
Thanks!
I've tried that out, but still got no result (it still looks like this)