Fobb, made by QTZ in 2015.

 This tool allow to extract WAD from Android Carmageddon (Full/Promo/Free) obb file.
 It also allow to encapsulate WAD back into Stainless Android obb.

 Use at your own risk!

TOOLS:

 To extract WAD you also need Gibbed Duels tools (choose latest version):
 http://www.slightlymagic.net/forum/viewtopic.php?f=99&t=7341
 Old version is also included with WADEdit (can be updated).

USAGE:

 Make backup copy of your original Carmageddon obb file.
 Copy the obb file to HD into dir where you have Gibbed Duels tools extracted (with "bin" sub dir).
 From Fobb use "obb->WAD..." button, select obb file, it will extract it automatically.
 Also two batch files will be created - to unpack and pack back the wad.
 Run unpack batch to extract files from wad (overwrite option is not set).
 Modify files (at your own risk).
 Pack the wad with the pack batch (-c option create compressed archive; overwrite).
 Do not rename WAD file, since it name will be used in obb archive.
 In Fobb use "WAD->obb..." button, select WAD which will be encapsulated in obb automatically.
 Output file need to be renamed to match your version (replace "___" with correct number).
 For example current free version obb file name is: main.486.com.stainlessgames.carmageddonfree.obb
 Copy this file to Android device (overwrite).
 Run the game.

HEADER DESCRIPTION:

 1 (probably leading for this file type)
 1 (probably entry count)
 FILE NAME LENGTH (by default 16 or 21)
 FILE NAME (by default DATA_ANDROID.WAD or DATA_ANDROID_FREE.WAD)
 HEADER LENGTH (24 + FILE NAME LENGTH, by default 40 or 45)
 DATA SIZE (65317964 for free version)
 HEX: FFFF FFFF (probably just end of header)
 DATA BLOCK (by default WAD file)

WARNING:

 These values may have different meaning. I have deducted them looking just at one file.
 Anyway only one file archives are available, so this is enough.

EOF->