Creating obb file - Other Tools & General Discussion

Hi I am new here.
I have extracted obb data of GTA vice city and modified sounds and radio stations. But after creating obb using JOBB tool, Winrar archiver cannot open it. And also the game not recognising the data file after that. Please help to make it work.

Dont make the obb using jobb tool, just archive it once again and then rename it to. Obb

Related

How to create extacly the same tar.gz?

Hi
I wanna modify my save game a little and I have tar.gz file from Titanium Backup. But even if I don't change anything my own tar.gz created with 7zip and replaced with original one makes every app crash. Is there any way to create working tar.gz or any different way to modify tar.gz? Currently I'm trying to modify subway surfers file.

How to extract encrypted rar files without knowing the password.

Well, I downloaded assassins creed game cache of size 105.03MB. Now when I try to extract it using ".zip" extension it shows BAD FILE and if I rename it to "rar" extension it becomes archivable and there are 2 folders inside ... Whwn i extract that it extracts the first folder easily but when it comes to second it shows " rar encrupted exception" or asks for password which hasn't been provided by the Game Provider
......
Now I wonder if there's any way to extract it
My works:::::ยป thealphasoft.blogspot.com
Ask for the password..
if you buy the game on the Play store you won't have this problem.
We don't support pirated games or password cracking.

[Q] How to extract an OBB file's content? ( GTA: Liberty City Stories )

Hello all. not sure if i'm in the right section but can anyone please help me out?
So i wanna edit the weapon.dat configuration but i think the files of the game are inside the OBB. now, how do i extract it?
I read about renaming it to zip and opening with WinRar but it doesn't recognize it as an archive.
I'd very much appreciate your help and suggestions.
Thank you
I also want to know this

How to open .zip or folder in Gear s3?

Please anyone help me! I have a mac and i have download some watchfaces and they are at .zip file or a folder with files inside and i want to make them ".gwd" or ".watch" files how do this on mac or from dropbox if it helps??
Rename the file from *.zip to *.watch. That's all there is to it.
Watchmaker uses .watch files.
Thanks for your answer but I have do it and is not worked rename. I try to import from watchmaker the renamed file and nothing again..
From a folder how to import at watchmaker? Folder have files and is not one file as *.watch or *.gwd
I can't help you on the Mac part as I don't do Apple but it has to be a "watch" file and you can't import a folder of files. A watch file can be unzipped to make a folder but you don't want to do that. Some websites offer them as zip files and then you have to rename it as example - mywatchface.zip = mywatchface.watch. Sometimes if you rename a file extension it will leave the old extension and add the new afterwards. If all else fails post your problem on the WatchMaker Google Plus discussion. There are lots of Mac users there.
Sent from my SM-T530NU using Tapatalk
What is the directory for download directory? Im trying to push some files but don't know the directory
Code:
sdb push g.pdf WHAT-IS-THE-DIRECTORY?

How to dump files from a game.

Hello, i'm trying to extract some assets from a game called Hatsune Miku: Colorful Stage.
I have tried to get the apk file and put it into an asset extractor but it doesn't contain most of the stuff.
The game installs some files on launch, so i suspected there would be an .obb file, but the game doesn't store any data under the android folder.
Google Play Store also seems to install additional files for the games on install, so that may also contain what i need, but i don't know how to get it.
I have tried to shell into my phone using adb, in an attempt to uncover some files, but since my phone (A32) is not rooted, i couldn't find anything related to the game.
I am fairly new to the "extracting files from a game" kind of thing. I used AssetStudioGUI in order to get my current files. The game uses Unity as it's engine and as far as my application shows, it's version 2019.4.15f1.
Any suggestions is appreciated.
rktfier said:
Hello, i'm trying to extract some assets from a game called Hatsune Miku: Colorful Stage.
I have tried to get the apk file and put it into an asset extractor but it doesn't contain most of the stuff.
The game installs some files on launch, so i suspected there would be an .obb file, but the game doesn't store any data under the android folder.
Google Play Store also seems to install additional files for the games on install, so that may also contain what i need, but i don't know how to get it.
I have tried to shell into my phone using adb, in an attempt to uncover some files, but since my phone (A32) is not rooted, i couldn't find anything related to the game.
I am fairly new to the "extracting files from a game" kind of thing. I used AssetStudioGUI in order to get my current files. The game uses Unity as it's engine and as far as my application shows, it's version 2019.4.15f1.
Any suggestions is appreciated.
Click to expand...
Click to collapse
Install the game from Playstore, let it install the additional files then find and extract those files. The app should be in data/data and your game app data and .obb should be in Android folder. Also, some parts of games are not installed on the device and some parts of game data are not stored on the device, they are in the server for the game, you can't access or modify those parts.
What are you trying to extract from the game?
We do not provide assistance with hacking paid games or paid parts of games, so, if that is your goal, you will not get any answers or help here. The forum rules prohibit such discussion.
Droidriven said:
Install the game from Playstore, let it install the additional files then find and extract those files. The app should be in data/data and your game app data and .obb should be in Android folder. Also, some parts of games are not installed on the device and some parts of game data are not stored on the device, they are in the server for the game, you can't access or modify those parts.
What are you trying to extract from the game?
We do not provide assistance with hacking paid games or paid parts of games, so, if that is your goal, you will not get any answers or help here. The forum rules prohibit such discussion.
Click to expand...
Click to collapse
I want to extract a few asset and sound files. Like i said i couldn't find the .obb files anywhere in the Android file. The game downloads a big content pack by itself on launch. They are stored in the phone, since it would be kind of dumb to download a few gb's of files and then using the server files.
rktfier said:
I want to extract a few asset and sound files. Like i said i couldn't find the .obb files anywhere in the Android file. The game downloads a big content pack by itself on launch. They are stored in the phone, since it would be kind of dumb to download a few gb's of files and then using the server files.
Click to expand...
Click to collapse
You can try using adb to create a adb backup of your user apps and user data/app data, then extract the contents of the backup file that adb creates. It doesn't require root as long as you aren't trying to extract system apps or system data. When you extract the data from the adb backup file, look in the data/data/ partition to find your user apps, your game apk and its installed data should be in there, then look in Android folder to find the app data for that app
Look for a guide on how to do a adb backup, the command to create the backup has specific optional switches to include or ignore the data of your choice. In your case, you want to use the adb backup command with the specific swiches to backup user apps and their app data but ignore everything else.

Categories

Resources