I am looking for a specific image used as a background in NBA Live Mobile. I looked at all the image files in the .apk and data folders, but could not find it. NBA Mobile has a lot of .big files, and I was thinking that the image could be stored in one of those. I tried using a lot of the scripts for QuickBMS, but couldn't get any to work. I keep getting errors like the one posted below. Does anyone know what script I need to use or anything else I can do? Thanks!
.big files for mobile EA games
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: .big files for mobile EA games
The "EB" magic is handled by this script:
http://aluigi.org/bms/fightnight.bms
If you are lucky it's the same format.
http://aluigi.org/bms/fightnight.bms
If you are lucky it's the same format.
-
- Posts: 4
- Joined: Thu Sep 14, 2017 9:44 am
Re: .big files for mobile EA games
Thanks for the quick response! I tried using fightnight.bms script but didn't have any luck. I think I'm using the tool right, but it is completely possible that I am messing something up. I'm new to all of this. Is there any advice you could give me?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: .big files for mobile EA games
Upload a sample file
-
- Posts: 4
- Joined: Thu Sep 14, 2017 9:44 am
Re: .big files for mobile EA games
Sample .big file
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: .big files for mobile EA games
It was a stupid bug in the script (ZSIZE instead of SIZE in a check), fixed in script 0.3.5. Press CTRL-F5 if you don't see the new version.
-
- Posts: 4
- Joined: Thu Sep 14, 2017 9:44 am
Re: .big files for mobile EA games
Thank you!!! It worked perfectly! You sir are a genius