• Jurassic World: Mobile Game Models
    23 replies, posted
I was wondering if it was possible/if anyone could extract the models from the Jurassic World Mobile Game from Android and IOS. For a mobile game, this has some [B]really[/B] detailed models, and it would really be nice to see these eventually ported to source. Some example screenshots: [U]Argentinosaurus[/U] [T]http://img3.wikia.nocookie.net/__cb20150408125143/jurassicpark/images/0/01/JW_TG_Argentinosaurus.jpg[/T] [U]Indominus Rex[/U] (Normal) [T]http://i.imgur.com/G9dMn1N.png[/T] [U]Indominus Rex and Pteranodon[/U] (Different skins) [T]https://pbs.twimg.com/media/CClovF5UEAAbBhe.png:large[/T] [U]Majungasaurus[/U] [T]http://i.imgur.com/BTbuTaR.png[/T] I'm not sure if I myself could port these to source (I'd need some help,) but if these are extracted, I could rig them myself. [B]*EDIT*[/B] Here's the link to all the extracted game files: [URL="http://www.mediafire.com/download/ywitk5pz5avpk88/jwthegame.zip"]http://www.mediafire.com/download/ywitk5pz5avpk88/jwthegame.zip[/URL] If you can't find what you're looking for in here, then maybe use your own game(?)
I'd also really like to see these ripped. These models are fantastic!!
Just curious, what format are they?
I've actually been looking around to see if anyone had done this myself -- would kill for the Indominus model -- there are a few in there I'd love. I tried opening up the app file, but couldn't actually find where the models would have been.
Thats a mobile game?! And on IOS?! Holy shit :O
Not exactly sure how these files work, is it possible to extract and upload the raw files?
[QUOTE=Callinstead;47766943]Not exactly sure how these files work, is it possible to extract and upload the raw files?[/QUOTE] Here are all the files extracted from the android version: [URL="http://www.mediafire.com/download/ywitk5pz5avpk88/jwthegame.zip"]http://www.mediafire.com/download/ywitk5pz5avpk88/jwthegame.zip[/URL] I'll add it to the original post
Everything in that download is just scripting I think. Unless something needs to be decompiled. I'll admit, I'm not familiar with how android/IOS files work.
[QUOTE=Callinstead;47768056]Everything in that download is just scripting I think. Unless something needs to be decompiled. I'll admit, I'm not familiar with how android/IOS files work.[/QUOTE] To be honest, neither am I. I'm hoping someone out there knows how to rip the models, because I have no idea how these files work.
Thought they would be in the .APK file, but my bet is that they are assembled from some of the .smali files, which I haven't a clue of how to use.
I've managed to get my hands on the APK, which you can open with WinRAR, but I'm at a loss as to where the models are... :P
Sounds like they did something extra complicated.
[QUOTE=venkman;47964920]I've managed to get my hands on the APK, which you can open with WinRAR, but I'm at a loss as to where the models are... :P[/QUOTE] Considering the amount of 3D graphic in this game i suppose that the apk file of 16mb contains only the installer. Probably u can find the models in the obb folder after the installation of the game on the android device. EDIT: i took a look at the ios version of the game and it seems that the models are stored in the .dab files and animation in .dsb/dhr files.
Hmmm... I might have to set up an emulator or something to properly install the sucker. I hate android phones as it is, but I'll see whether they turn up anything different. Any chance you can upload/post a link to the files you found?
EDIT: deleted link sorry I will send u some sample if u are interested.
Yes please! I'd love to!
If these do get ported, I think the Indominus Rex should have the most priority seeing as how its visually its much different than all the other large carnivores in the game and probably the most iconic thing about the new movie.
[QUOTE=Orwell;47979064]EDIT: deleted link sorry I will send u some sample if u are interested.[/QUOTE] So you have the models? If so, yeah! I am very interested ^^
Me too.
I asked for aluigi and he created a script to unpack this kind of files, can you guys help? =] [editline]26th January 2016[/editline] # Jurassic World # script for QuickBMS [url]http://quickbms.aluigi.org[/url] open FDDE "dhr" open FDDE "dab" 1 #open FDDE "dsb" 2 get DUMMY long idstring "LPKG" get DUMMY long idstring "HDR\0" getdstring DUMMY 0x10 for i = 0 < 2 getdstring DUMMY 0x20 get DUMMY long get SIZE long get DUMMY long get ZERO long get DUMMY long get ZERO long get DUMMY long get DUMMY long next i get FILES long get ZERO long for i = 0 < FILES get DUMMY longlong get DUMMY long get TYPE long get OFFSET long get SIZE long if TYPE != 0 math OFFSET + 0x30 log "" OFFSET SIZE 1 endif next i
What version of the game is this meant to unpack?
i tried in the last, got the pvr textures, and some .dat files
The models must be locked in the .dat files. I'd kill to get some of those dinos out... :/
me too xD [editline]27th January 2016[/editline] the indominus eating animation is the best xD
Sorry, you need to Log In to post a reply to this thread.