Hi!
I recently started to mess around with this game (mostly the backend server) and I was wondering if it was possible to extract those .pak files.
I do not see any magic for these pak files, but I can see using a hex editor the list of files inside that archive and even the contents of some files, such as PNG?
Could anyone take a look? I've attached a sample file found in the .obb file of the app.
I have other samples, but those are quite big (18mb, 66mb and 75mb): https://drive.google.com/open?id=1qnLdx ... triBN_glKu
Would definitely appreciate any help on unpacking those files, and maybe even repacking if possible?
Anyways, thanks for reading!
(Android) Groove Coaster 2 - .PAK files
-
- Posts: 190
- Joined: Fri Aug 26, 2016 3:11 pm
Re: (Android) Groove Coaster 2 - .PAK files
beat573nation wrote:Hi!
I recently started to mess around with this game (mostly the backend server) and I was wondering if it was possible to extract those .pak files.
I do not see any magic for these pak files, but I can see using a hex editor the list of files inside that archive and even the contents of some files, such as PNG?
Could anyone take a look? I've attached a sample file found in the .obb file of the app.
I have other samples, but those are quite big (18mb, 66mb and 75mb): https://drive.google.com/open?id=1qnLdx ... triBN_glKu
Would definitely appreciate any help on unpacking those files, and maybe even repacking if possible?
Anyways, thanks for reading!
prestage.pak
It should be something very close to this, it works with the example file not sure if there are any variations in the others.
Last edited by LokiReborn on Sat Feb 22, 2020 6:32 pm, edited 1 time in total.
-
- Posts: 190
- Joined: Fri Aug 26, 2016 3:11 pm
Re: (Android) Groove Coaster 2 - .PAK files
Added the repack feature in too, let me know if there are any issues.
-
- Posts: 2
- Joined: Wed Feb 19, 2020 3:02 pm
Re: (Android) Groove Coaster 2 - .PAK files
LokiReborn wrote:Added the repack feature in too, let me know if there are any issues.
I only tried the unpack feature for now, and it works wonders, even on the other files!
Will try the repack feature soon!
Thank you very much for your time!