April 28Apr 28 Been trying to get models by using assestripper, assetstudio, yet it turns out most of the models are in its NPK file, ChatCPT and Google Gemini sucked at helping so I need an expert to help me getting its models Heres the image of the game I want to get its models from its NPK.file im talking about, and its NPK files says its "UnityFS"
May 2May 2 Since I don’t have a sample file to work with, I’m just sharing some analysis based on my past experience. Take this as a reference: 1.First, try searching for the string “UnityFS” inside the .npk file. If there are multiple search results, then the .npk file is likely just a simple package format. 2.If it is this simple type, you can directly cut the data from a hex editor and save it into a new file with an .assets extension. 3.The range of data you need to cut should start from the very beginning of the file and end right before the second occurrence of the “UnityFS” string. 4.If there is only one search result for “UnityFS”, then I will need you to upload a sample file for further analysis.
May 4May 4 Supporter AssetStudioMod unpacks two files only from dgres.npk (15 GB), this shows one of them: (Since there's more than 10000 occurences of "UnityFS" in the npk it might be useful to split it up.) edit: the 4th (?) block looks like so and needs to be given a dds header, maybe: uvs: Edited May 4May 4 by shak-otay
Create an account or sign in to comment