March 24, 20251 yr Localization Extracting from High On Life and got the ubulk data of wem audio files from QuickBMS, i converted the UBulk to wem using the quickbms script satisfactory_wwise, and it works sometimes. For example for one character it worked perfectly but for the next character it truncates the audio and only plays .1 of a second of the audio. Anyone know how to fix this and get the audio to it's normal state. I linked some of the UBulk files that don't work ubulk.zip
March 26, 20251 yr Author Localization here are some of the wem files that are truncated or don't play alltogether wem.zip
May 22, 20251 yr Localization Solution Sorry, maybe this is a bit late, but I just saw this issue. Actually, this problem is very easy to solve. The reason why the script extracted a corrupted WEM file is that the UBLK file contains two audio tracks. The first part is a prefetch audio, which is a preview section of the audio, and the second part is the actual voice file it contains. You can clearly see the file structure in the first image below. In other words, you just need to open the problematic WEM file (or the UBLK file) with a binary viewer like HxD, delete all characters before the second (note the second) RIFF string, and save it as a WEM file, and it will play normally. I will also package a few of the problematic files you listed that have been fixed.Of course, the original files that haven't been fixed are also included in the package, so you can compare them.by the way, you do not need a script when you covert ublk files to wem files , just rename them to .wem and that would be fine. Media.zip
Create an account or sign in to comment