EggsDeep Posted September 28 Posted September 28 Hi everyone, Is it possible to extract the 3D models and textures from the game Overdrive City? It has some cars that interest me here the files samples - https://www.mediafire.com/file/uj6ff4pdn45luwx/GameLoftOverdriveCity.7z/file
Engineers shak-otay Posted September 28 Engineers Posted September 28 (edited) Hi. There's small vertex blocks separated by 3(?) extra bytes each which spoil the whole thing, so it's a pain to assemble a model. I have a "déjà vu" that I handled a similar problem years ago on xentax so my motivation for re-doing this is very limited. (Maybe I'll find said project (Car_Legends_Tycoon, ?).) edit: "PK" in the bdae files might stand for "packed" but I don't think that unpacking somehow would cure the "extra bytes" problem. edit2: rename the bdae to *.zip and you'll find a little_endian_qauntized.bdae, haha. Edited September 28 by shak-otay
Engineers Durik256 Posted October 12 Engineers Posted October 12 (edited) The files are compressed twice with two different compression algorithms. The output textures are KTX, and the models are .bdae. bdae has version "0.0.0.975". I've already made plugins for other versions, I tried the closest ones, but they didn't work xD Spoiler 0,0,0,778 - 'Order & Chaos Online' 0,0,0,840 - 'Order & Chaos Online(CONVERTER)' 0,0,0,859 - 'Batman The Dark Knight Rises' 0,0,0,866 - 'The Amazing Spider-Man_1' 0,0,0,868 - 'ironMan' 0,0,0,884 - 'GT racing 2 car' 0,0,0,893 - 'Thor2' 0,0,0,911 - 'Cars Fast as Lightning'/'GT racing 2 car (pc)' 0,0,0,926 - 'The Amazing Spider-Man_2' 0,0,0,990 - 'starWarsLEGO' 0,0,0,934 - 'Spider-Man Unlimited' 0,0,0,918 - 'capitan america 2' Spoiler Edited October 12 by Durik256
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now