(05-31-2023, 01:34 AM)stormygaret15 Wrote: Is it just me or they hidden the Pokémon asset bundles in home? I can't seem to find them anymore in files/tyranitar where they previously were. I tried to see if they put them in the root folder but no hope.
theyre just server side now is all from what i can tell, if you view a mon in your app then look in cache files inside your phone files youll be able to find three files associated with a mon
A core bundle that seems to be compressed that appears to contain the rig, the materials most of the bundle
then itll have two other bundles that pair with it that are uncompressed
one that contains the mesh and the animation clips
and a second that contains the textures
these appear to attach to or modify the base bundle somehow, the shiny version for example uses the same two initial files together but uses a different texture bundle with the shiny textures
if you go in and view a mon in the app, then make it move and animate, then close the app and search through the cache, the three most recent files in the cache should be these three of the last mon you saw
the uncompressed bundles have some sort of header in them that you have to trim with a hex editor before you can open them like a normal unity file though
i usually just go in with hex editor and find the first time it says unity, then the second time it says unity, and trim that first unity part out, that lets assetstudiogui load the models and textures and stuff
but im not sure what to do about the core compressed bundle, i can tell it also has that same repeated header inside it just by looking at patterns, but the data is all scrambled or encrypted i think still, need to get that one unscrambled to get the full uncompressed set i think