Posts: 8
Threads: 2
Joined: Sep 2015
Hi, i came here hoping to get some help, i saw some users on deviantart and on the model ressources seem to have been able to rip models
from the free PC/mobile game State of survival
i got the game but couldn't find any game files i tried AssetStudio but it didn't find anything in the game folders
can anyone help me with this ?
thank you
Posts: 21
Threads: 4
Joined: Sep 2021
The assets are lzma compressed, and also have fake headers at the beginning of the file, so you have to deal with that before loading with AssetStudio.
I used a quickbms script by Spiritovod in the UnityPy discord, and it worked well. After that I think I used ByteTrimmer by Haoming (also linked in UnityPy's unity tools section). But there are probably other tools out there that work too.
Posts: 8
Threads: 2
Joined: Sep 2015
08-07-2024, 08:21 AM
(This post was last modified: 08-07-2024, 08:22 AM by Nepfan.)
(08-06-2024, 02:21 PM)Boxy Wrote: The assets are lzma compressed, and also have fake headers at the beginning of the file, so you have to deal with that before loading with AssetStudio.
I used a quickbms script by Spiritovod in the UnityPy discord, and it worked well. After that I think I used ByteTrimmer by Haoming (also linked in UnityPy's unity tools section). But there are probably other tools out there that work too.
Thank you very much for your reply, i joined the discord you mentioned, but i couldn't find any of the tools you mentionned...
Posts: 21
Threads: 4
Joined: Sep 2021
In "games" you can search for "state of survival" to find the game topic. The original post was renamed to "St" for some reason but the discussion is still there.
Also under tools > #unity, if you scroll up just a little bit you'll find tools by Haoming where it says (Previously, ByteTrimmer). Or go here:
https://github.com/Haoming02/Unity-Assets-Utils
I'm sure there are other header trimming tools as well, but that's what I used at the time and it worked well. Or it sounds like you can also try Razmoth's AssetStudio to load files that have extra headers.