Guest Posted February 13, 2019 Posted February 13, 2019 Has anyone here modded a Unity game before? I'm looking to change some textures (Make characters nude) in Rise of Ages, which is a Unity game. But the asset extractor I'm using looks for .asset files and that filetype doesn't exist in the game folders. Only .DLL files. So my question is how do I open game files in Unity, or with an extractor? Sorry I'm used to Bethesda and Unreal games and have no idea what I'm doing with Unity files.
Guest Posted February 13, 2019 Posted February 13, 2019 You need the assets or the pack files. For sure these items are not inside the DLLs of the game. Check in the install folder for big size files, these should be the ones. Often they are still in native Unity format, so most of the extractor can handle them. In some cases they are packed in a different way, so you need to pre-process them to be able to extract them later.
Guest Posted February 22, 2019 Posted February 22, 2019 On 2/13/2019 at 7:35 AM, CPU said: You need the assets or the pack files. For sure these items are not inside the DLLs of the game. Check in the install folder for big size files, these should be the ones. Often they are still in native Unity format, so most of the extractor can handle them. In some cases they are packed in a different way, so you need to pre-process them to be able to extract them later. Yea they were packed differently which is where I ran into problems. Thanks for the help!
Guest Posted February 22, 2019 Posted February 22, 2019 Oh it’s you CPU. You’re still here being the most helpful person on LL I see. Good to know.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.