SerCar Posted May 28, 2018 Share Posted May 28, 2018 Tell me please, what should I change in the dump so that this sound does not play at all in the game (was there silence)? Can I add something like Mute parameter? Tried changing the first five values to 0, it did not help, the sound is play anyway. 0 AudioClip Base 1 string m_Name = "Sound_S" 0 int m_LoadType = 2 0 int m_Channels = 2 0 int m_Frequency = 44000 0 int m_BitsPerSample = 16 0 float m_Length = 12.320000 1 bool m_IsTrackerFormat = false 0 int m_SubsoundIndex = 0 0 bool m_PreloadAudioData = true 0 bool m_LoadInBackground = false 1 bool m_Legacy3D = true 0 StreamedResource m_Resource 1 string m_Source = "sharedassets1.resource" 0 UInt64 m_Offset = 2855544 0 UInt64 m_Size = 1065452 1 int m_CompressionFormat = 1 Link to comment Share on other sites More sharing options...
n2n1 Posted May 28, 2018 Share Posted May 28, 2018 (edited) I think, though, you'll must to play an empty sound to avoid a errors. But, i'm not sure. Edited May 28, 2018 by n2n1 (see edit history) Link to comment Share on other sites More sharing options...
random person Posted May 29, 2018 Share Posted May 29, 2018 You cannot open a Unity3d file with the UABE tool. I believe I did that once ... Link to comment Share on other sites More sharing options...
SerCar Posted May 29, 2018 Share Posted May 29, 2018 I think, though, you'll must to play an empty sound to avoid a errors. But, i'm not sure. That's exactly what I did. I just thought there was an option easier) Link to comment Share on other sites More sharing options...
Nkekev Posted May 30, 2018 Share Posted May 30, 2018 If your unity3d file doesn't open, it's not UABE's fault but your file must be encrypted or something. DerPopo, can you make UABE open directly the files if you open directly by windows. If you tell windows to opens files with UABE and double click it, it opens UABE but don't load the file you clicked it. It would be more convenient. Thank Link to comment Share on other sites More sharing options...
xyth Posted June 5, 2018 Share Posted June 5, 2018 Not sure if this is still being developed, but it won't read Unity 2018 file structures yet, highest is 2017.3. AssetStudio V.10 does work though, and if anyone can't wait for this to be updated, its a good alternative. Link to comment Share on other sites More sharing options...
Flat0ut Posted June 7, 2018 Share Posted June 7, 2018 how can i make transparent textures?? Link to comment Share on other sites More sharing options...
DerPopo Posted July 6, 2018 Author Share Posted July 6, 2018 UABE 2.2 beta 3 is out with Collada mesh export support, 2018.1 support with all current crunch texture formats, various bug fixes and smaller additions. 1 Link to comment Share on other sites More sharing options...
n2n1 Posted July 6, 2018 Share Posted July 6, 2018 Thanks for Update ! Link to comment Share on other sites More sharing options...
Havi Posted July 7, 2018 Share Posted July 7, 2018 When are we able to extract Sprites? Link to comment Share on other sites More sharing options...
mistersjeiks Posted July 7, 2018 Share Posted July 7, 2018 I'm trying to replace a texture in the assets of a game for personal use. The problem is that all the assets are split (so the names are sharedassets0.assets.split0, sharedassets0.assets.split1 etc.) - I can open the first file fine and I think it shows all assets. The problem is that when I replace a texture and try to save, I can only save as a .assets file - How does this work? Link to comment Share on other sites More sharing options...
mistersjeiks Posted July 7, 2018 Share Posted July 7, 2018 Anyone know how to get this working with android games? I can extract anything I want, but saving something into the game isn't working. Everything is in .split files! Link to comment Share on other sites More sharing options...
gdfsgdfg Posted July 29, 2018 Share Posted July 29, 2018 I'm trying to get some music from an android game as well and it doesn't seem like its opening all those split assets. Link to comment Share on other sites More sharing options...
Guest Posted July 31, 2018 Share Posted July 31, 2018 Hi! I am trying to do some modding on the nintendo switch, and I have some problems. I have a unity game with all the files, and I want to change a texture. With the switch, there is an on the fly patcher where you put in the edited file in a folder, and instead of loading in that file from the cartridge, it loads the new edited one. My problem is tha everything is in a bundle file, and in thst is a .asset and a .resS file. When I replace the texture in the asset file , it doesnt change it in the .resS file, so the game crashes on load up. I was womdering if there was a way for this to work, maybe compiling my own unity project with the image and using that .resS file, and make the .asset point to that file instead. Any suggestions would help a ton! If the game is important, it is called Enter the Gungeon Link to comment Share on other sites More sharing options...
n2n1 Posted July 31, 2018 Share Posted July 31, 2018 (edited) @BeardedOranges I asked a similar question about it https://7daystodie.com/forums/showthread.php?22675-Unity-Assets-Bundle-Extractor&p=488856&viewfull=1#post488856 The files aren't compressed back after saving. I may look into adding a compress option (but disable it by default because it would need to be decompressed again when editing). Textures in .resS won't be touched, it will be stored in the Texture2D asset directly. Else, the whole file would need to be recompiled once the texture is bigger than before. the essence of the solution is to make your .asset (containing your texture) in Unity. After - edit original asset so that it points (referred) to your file in your custom .asset. https://7daystodie.com/forums/showthread.php?22675-Unity-Assets-Bundle-Extractor&p=815526&viewfull=1#post815526 Edited July 31, 2018 by n2n1 (see edit history) Link to comment Share on other sites More sharing options...
Nkekev Posted August 1, 2018 Share Posted August 1, 2018 You need to modify both files Link to comment Share on other sites More sharing options...
wwcbjs Posted August 4, 2018 Share Posted August 4, 2018 Seek help Almighty God, Can you support the introduction of voice files。 I want to make a sound Mod ! Thank you. Link to comment Share on other sites More sharing options...
n2n1 Posted August 4, 2018 Share Posted August 4, 2018 (edited) @DerPopo Hmmm....really....and for what reason there is no opportunity to replace sound files, like textures? Edited August 4, 2018 by n2n1 (see edit history) Link to comment Share on other sites More sharing options...
Nkekev Posted August 7, 2018 Share Posted August 7, 2018 You can replace sound files but it requires using unity to convert to FSB5 and do some hex editing, I don't know the convertion can be implemented easily by DerPopo. Anyway on the lastest version when you click on "info" the window constantly goes into background, possible to fix it ? Link to comment Share on other sites More sharing options...
sebagala Posted August 10, 2018 Share Posted August 10, 2018 Is it possible to extract AudioClip without converting it to .wav? I want original .ogg Vorbis file without decompression. Thank you for help. Link to comment Share on other sites More sharing options...
DerPopo Posted August 12, 2018 Author Share Posted August 12, 2018 @DerPopo Hmmm....really....and for what reason there is no opportunity to replace sound files, like textures? I haven't taken a look at how Unity composes the sound banks yet, but it's definitely something I want to add support for. Is it possible to extract AudioClip without converting it to .wav? I want original .ogg Vorbis file without decompression. Thank you for help. The sound data is stored with the proprietary FMOD sound bank format and the FMOD API does not provide a way to extract the data without decompressing it. There are some projects like fsbext that are able to unpack those files, though fsbext specifically notes that extracted .ogg files are not directly playable (maybe another tool out there can spit out proper ogg files). If you take a look at the AudioClip asset through View Data, you can see the file name (usually a .resource file), absolute file position and size of the soundbank. HxD or other hex editors can help copying out the sound bank you want (go to that file position with Search->Goto in dec mode, mark <size> bytes with Edit->Select block and copy it to a new file). You can replace sound files but it requires using unity to convert to FSB5 and do some hex editing, I don't know the convertion can be implemented easily by DerPopo. Anyway on the lastest version when you click on "info" the window constantly goes into background, possible to fix it ? For some reason, it's caused by the progress window (which is invisible at first), though it should be easy to work around. I didn't think it'd be a problem since it does not occur when launching through the explorer in my case, but I'll make sure it will be fixed with the next release. Link to comment Share on other sites More sharing options...
DerPopo Posted August 15, 2018 Author Share Posted August 15, 2018 2.2 beta 4 is out with Unity 2017.4 and 2018.2 support, as well as improved bundle compression with an LZ4 option and fixes for the orientation of transformation matrices for skinned meshes. Link to comment Share on other sites More sharing options...
Data Posted August 15, 2018 Share Posted August 15, 2018 2.2 beta 4 is out with Unity 2017.4 and 2018.2 support, as well as improved bundle compression with an LZ4 option and fixes for the orientation of transformation matrices for skinned meshes. as i have no idea what that means, i guess this programm will be useless for me :S Link to comment Share on other sites More sharing options...
n2n1 Posted August 15, 2018 Share Posted August 15, 2018 as i have no idea what that means, i guess this programm will be useless for me :S ...but the one who understands this - it is useful to him. Link to comment Share on other sites More sharing options...
GOALARG Posted August 24, 2018 Share Posted August 24, 2018 guys, hi all, first, thank you @derpopo , amazing tool. I have a doubt, I'm modding an app and it has many assets, each asset has only 1 image texture (1 country flag), that app is updated periodically (1 month) and when this occurs it is compiled with different unity version by its creator but asset files have same name.My doubt is if I have modding all asset again (all flag) due unity version compatibility every time that app is updated. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now