Jump to content

Noobatron22

Members
  • Posts

    47
  • Joined

  • Last visited

Nexus Mods Profile

2 Followers

About Noobatron22

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Noobatron22's Achievements

Contributor

Contributor (5/14)

  • Dedicated
  • Reacting Well
  • Collaborator
  • First Post
  • Week One Done

Recent Badges

20

Reputation

  1. The music logic is tied directly to music_global_play.bnk (Wwise Soundbank) which dictates what music plays, so theoretically it should be possible. However, figuring out how to properly replace it has become more of a complex issue the more I dig into it as I have to learn several tools at once and figure out which does which (IRL duties keeping me busy as well doesn't help). So not yet sadly.
  2. Your wem file is being read as a wem.wem file, make the correction in the extension and try again.
  3. While I have absolutely no experience writing script for UE4SS, I believe I see the problem: your script is doing Y for all world spaces and an oblivion gate is technically a world space itself as it has weather (even if it is just a red sky), so you'll have to adjust your script to exclude the oblivion gate world space via keyword and use a "not equal to" command to exclude oblivion gates specifically.
  4. Then either something is breaking in the packing process (very unlikely given the title music works), you are not placing the battle music in the proper folder directory (OblivionRemastered\Content\WwiseAudio\Media), or the tracks you are replacing are not using the file names listed (also unlikely given what you described in your post). In addition at this time, the battle music must be the exact same audio length as the original music you are replacing or else you will run into issues with it playing (refer to the note regarding custom music in the OP). A solution to this issue appears to be close, it's just a matter of experimentation at this point.
  5. Playtest your converted .wem files with a .wem player like foobar2000 before packing them. Checking music via FModel will only play the .wav version of those files.
  6. Fighting the modern search engines on information for properly adding the .bnk file and setting events to tie in to the .uasset file, it appears the opposite is done instead: you create the .uasset file using the Unreal Editor and a .bnk file is created after; I've dug up some relevant links that might help make things more clear. Event-Based Packaging Process Overview Unreal Engine 5 and Wwise Integration (Blueprint & C++)
  7. You just don't add the event that sets off the battle music when you go into combat.
  8. At this time, I can indeed confirm that music_global_play.bnk is the key file that dictates much of the music logic in-game via events (Battle/Public/Explore/etc.); replacing the file with an eventless one and testing in-game played no music at all anywhere. All custom music mods must include a custom generated music_global_play.bnk (Soundbank created with Wwise) with events tied to their tracks and that should theoretically solve the music cutoff issue (still in the process of figuring out which does which with Wwise and how to do so); said file will go in OblivionRemastered/Content/WwiseAudio/Event in your .pak file. Do keep in mind that you must also include the music you don't intend to replace/add to (even if it is a simple main menu music replacement mod, you have to add all the other Battle/Public/Explore events and tie those to the vanilla files) or else all other music tracks will simply not play. Special thanks to Tyrael75 for helping figure this one out.
  9. That would involve an event trigger being disabled for battle music altogether with the Unreal Engine and as for which file would dictate it, it could be the very same file I'm currently taking a look at: the music_global_play.bnk file. As soon as free time allows me, I'm going to see if I can reconstruct the same settings the original uses; theoretically it should solve the audio length cutoff issue as well as give more insight into what sets off what, including whether or not battle music is preventable.
  10. That could be tied to events that need to be set; but my experience with Wwise is very limited to say for certain. Perhaps you could compare the .XML data with the .bnk you've created to see which data is missing (use Wwiser on the original .bnk file to retrieve) EDIT: Definitely appears to be the case on my end when it comes to triggering music just from looking at the .XML data, will figure out what does what here.
  11. Appreciate the information, this one had me stumped for awhile. Will test immediately and see if this resolves the music issue.
  12. I'd imagine the functionality isn't there yet; Oblivion Remastered modding is still quite new and there's still plenty left undiscovered. Would definitely let the team know what kind of mod it is and why it needs to be installed as such so they can make the necessary update.
  13. Could be an engine or soundbank related bug exclusive to the Unreal Engine, can't really say for sure without testing with a clean modless save.
  14. The correct audio path for your file is OblivionRemastered/Content/WwiseAudio/Media, not Music/special. Do not use the original folder paths from Oblivion, the Unreal Engine uses its own specific paths to read audio.
  15. Please specify how long the track was, a file somewhere is dictating audio length for vanilla music and applying it to any custom track replacers. Been busy trying to find a workaround for this, but the suspect .bnk file may very well need a hex edit to solve and that may take awhile going in blind.
×
×
  • Create New...