Hi there,
When I use umodel to export sounds from AVA Online, there are always errors like this occur. The codes are as follows:
Serializing behind stopper (8A179+8A171 > 8BF9B)
FFileReader::Serialize:File=avaWeaponSounds.upk <- FByteBulkData::SerializeDataChunk <- FByteBulkData::SerializeData <- FByteBulkData::Serialize <- USoundNodeWave::Serialize <- LoadObject:SoundNodeWave'avaWeaponSounds.AI_Gun_BringUp', pos=8A179, ver=451/53, game=ava <- UObject::EndLoad <- LoadWholePackage:avaWeaponSounds <- CUmodelApp::ShowPackageUI <- Main:umodel_version=596
To export sounds, I also tried extract.exe, which did work but only extracted files with formats such as SoundNodeWave, Soundcue, etc. They are unable to be converted to other formats and the UDK cannot open them.
I've also tried oggextract.exe, it can extract sounds from AVA upk files but the names of the sound files are chaotic, it's hard to find the exact files I need from more than 1000 files extracted.
Can someone help me solve this problem? Many thanks.