hcs64 / ww2ogg

Convert AudioKinetic Wwise RIFF/RIFX Vorbis to standard Ogg Vorbis
BSD 3-Clause "New" or "Revised" License
325 stars 39 forks source link

Is there is a way to do the conversion in reverse? #24

Closed St0RM53 closed 2 years ago

St0RM53 commented 2 years ago

I've managed to convert WEM files from God of War PC and fix them with revorb, but my end goal is to change the audio to my own and put it back in the game. Is this possible?

example (this is kratos voice in greek from the first hour of gameplay: https://www.dropbox.com/s/ing9ghoi809uq0n/252692446.wem?dl=0 )

hcs64 commented 2 years ago

I'm not aware of any tools besides Wwise itself that support this, I think you can still get a trial version at https://www.audiokinetic.com/products/wwise/

It will be tricky to get it into the right format for the game you're trying to mod. I'm sure there are projects out there for modding Wwise audio, but I don't know about them. In any case it it won't be directly related to ww2ogg.

Some examples from a quick search, these won't be directly applicable but might give you an idea of what to try:

St0RM53 commented 2 years ago

Thanks a lot! I'll have a look and see what i can manage to do! What i am wondering is if i have to re-code the file somehow in order for it to work properly. Either way, i'll give my best try and if i need some advice i can re-contact you :)