Search the Community
Showing results for tags 'android'.
-
can someone help me with Real Racing 2 car models? iirc this mobile racing game from 2010 probably using Mint3D engine for the file format. PVR Textures were readable with pvrtextool so I don't think I need help with. Sample M3D model Fun fact: You might be thinking Firemint is related to Firemonkeys studio, yes these are the same dev studio before being bought out and merged with IronMonkey by EA. Camaro GS M3G samples.7z
-
The problem has been resolved
-
The game stores all track model data in assets/data/environments/themenumber/tracks/runnumber (route name)/track.stm. These files contain all track geometry. I found that vertex data starts at 1AA60 hex, at least for theme 1, run 000. I couldn't figure where face data starts and ends, so I couldn't get a proper model out of it. I used a tool called Model Researcher to find this out. You can get it here: https://mr.game-viewer.org/download.php I'd appreciate it if someone helped me figure it out. Sample files: https://www.mediafire.com/folder/rxxk971sd63jw/data
-
I'm new to modding and I want to modify the game characters in The Amazing Spider-Man 2 for Android. However, there isn't a QuickBMS script available for this game. I tried unpacking it normally, but the zip file only contains a limited number of files. I also attempted to decompile the APK to search for any keys, but it's quite challenging. i have attached the smali file for reference,Can anyone help me to proceed further? smali.zip
-
Hi, having some trouble unpacking these CPK files from brave exvius JP version The CPK headers seem okay but it has a weird encryption or compression used that I can't unpack it with any tools that i've tried. ffbe-jp-cpk-files.zip
-
Info This mobile game uses a new engine that is made with C++ and it uses its own version of the .prefab bundle file format that contains function commands that load the data into the game, this thread is focused specifically on the files used for the character models and animations in the game. Inside the character prefab files when viewed with a hex viewing program has text related to names of the objects for the model (ex: CharRoot) and followed up by text like these: genki::engine::*FunctionName* These are functions that are used for loading the data of the prefab file. Sample files: sample files.zip Function Names Character model (.prefab): ITransformr - Bone? IRenderer - Model and textures? Character Animation (.animation): These functions end with the label X/Y/Z (axis) and then Linker. ITransformEuler - Bone Rotation ITransformPosition - Bone Position.
-
ResHax.com: Empowering Curious Minds in the World of Reverse Engineering
Delving into the Art of Code Unraveling: ResHax.com - Your Gateway to the Thrilling World of Reverse Engineering, Where Curiosity Meets Innovation!