Important information: this site is currently scheduled to go offline indefinitely by end of the year.

[Android/iOS] Need for Speed Most Wanted 2012 .sba

Get your graphics formats figures out here! Got details for others? Post here!
Post Reply
RacingFreak
veteran
Posts: 136
Joined: Fri Feb 11, 2011 10:44 am
Location: Bulgaria
Has thanked: 50 times
Been thanked: 19 times

[Android/iOS] Need for Speed Most Wanted 2012 .sba

Post by RacingFreak »

Would be much appreciated, as this format is used a lot in ex-Firemint's (now FireMonkey) games.

Example is srt_viper_2013 texture files. Thanks!


srt_viper_2013.zip
User avatar
REDZOEU
veteran
Posts: 151
Joined: Thu Mar 10, 2011 8:03 am
Location: Jakarta, Indonesia
Has thanked: 74 times
Been thanked: 50 times
Contact:

Re: [Android/iOS] Need for Speed Most Wanted 2012 .sba

Post by REDZOEU »

No one interested in iOS ver of the game? Man seriously. I want the iOS car models too. But i guess we need to wait until the pc version's cracked :\
RacingFreak
veteran
Posts: 136
Joined: Fri Feb 11, 2011 10:44 am
Location: Bulgaria
Has thanked: 50 times
Been thanked: 19 times

Re: [Android/iOS] Need for Speed Most Wanted 2012 .sba

Post by RacingFreak »

The iOS version has way more cars (mainly the Hummer H2 Alpha IS HERE!), I just hope someone takes a look on these formats rather than their chinese plastic made in china subpar fighting games :[
User avatar
Chipicao
ultra-veteran
ultra-veteran
Posts: 476
Joined: Thu Feb 03, 2011 11:18 am
Has thanked: 42 times
Been thanked: 305 times
Contact:

Re: [Android/iOS] Need for Speed Most Wanted 2012 .sba

Post by Chipicao »

Please post any requests or issues with my tools in the appropriate topics.
I'm sorry if I don't reply or if I ignore PMs. My time is very limited.
RacingFreak
veteran
Posts: 136
Joined: Fri Feb 11, 2011 10:44 am
Location: Bulgaria
Has thanked: 50 times
Been thanked: 19 times

Re: [Android/iOS] Need for Speed Most Wanted 2012 .sba

Post by RacingFreak »

Wow, that's great! Excellent work, could you share the tool? As for models - they use m3g format, I will PM you samples once I get on the other HDD.
huckleberrypie
ultra-veteran
ultra-veteran
Posts: 351
Joined: Mon Apr 26, 2010 6:51 am
Has thanked: 105 times
Been thanked: 15 times

Re: [Android/iOS] Need for Speed Most Wanted 2012 .sba

Post by huckleberrypie »

RacingFreak wrote:Wow, that's great! Excellent work, could you share the tool? As for models - they use m3g format, I will PM you samples once I get on the other HDD.
M3Gs with a different header as far as I observed.
RacingFreak
veteran
Posts: 136
Joined: Fri Feb 11, 2011 10:44 am
Location: Bulgaria
Has thanked: 50 times
Been thanked: 19 times

Re: [Android/iOS] Need for Speed Most Wanted 2012 .sba

Post by RacingFreak »

Cool. Any progress thus far?
User avatar
cra0
ultra-veteran
ultra-veteran
Posts: 438
Joined: Fri Apr 27, 2012 9:37 am
Has thanked: 29 times
Been thanked: 189 times
Contact:

Re: [Android/iOS] Need for Speed Most Wanted 2012 .sba

Post by cra0 »

Ill take a look at the format again

-EDIT-
K working on it

Code: Select all

// .sba need4speed most wanted mobile



struct sba_header {
	int32 header_define; // SBA Header identifier (SBIN)						(const)
	int16 unknown_vernum; // could be format version number						(const)
	int16 padding;	// ususally like 00 00 however could change				    (const)
	int32 identifier2; // another WORD (ENUM)									(const)
	int16 unknown_num; // unknown number again could be relating to the header	(const)
	int16 padding2; // ususally like 00 00 however could change					(const)
	int32 globvar1;    // i dont know what this is
	int32 padding3;    // padding ususally (01 00 00 00)
	int32 globvar2; 	// some sort of version number unknown still (eg. 14,12,11,14,39)
	int32 padding4;		// padding ususally (02 00 00 00)
	
	
	};
	
	
	-BULK		// size is 100bytes or 0x64
		-BARG // size is 12 bytes or 0xc
		-DATA // Datachunk
		-DATA // Datachunk	

	
	
	struct bulk_header {
	int32 header_define; // BULK Texturetype Header identifier (BULK)
	int32 DataStartOffset;
	int32 FileNameTableOffset;

	};
	
	struct barg_header {
	int32 header_define; // BARG Texturetype Header identifier (BARG)
	int32 ChunkSize;	// size of the image data chunk  (stored as litle endian)
	int32 bindat;		// unknown value

	};
SiriusR
ultra-n00b
Posts: 3
Joined: Wed Jul 15, 2015 11:41 pm

Re: [Android/iOS] Need for Speed Most Wanted 2012 .sba

Post by SiriusR »

I have to bump this thread after some observation:
- SBAs in published.*x folders cannot be opened with Chipicao's sbaBrute, regardless of platform; they also seem to have a slightly different structure
- There's a published.texture_pvrtc folder in iOS version of the game with SBAs that contain PVRs; Android version's equivalents of these textures seem to have a different kind of image file inside, thus it can't be recognized by sbaBrute

I'd like some help with those, as I would love to have the game's UI textures, and there's a Chinese freemium version of the game with Jaguar F-Type, which I'd like to get to worldwide version of the game both for iOS and Android, but port to the latter platform is now stuck due to car's usage of some iOS-only PVR textures.
Post Reply