Jump to content

Niipaa

Member
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Niipaa

  1. Thank you so much E, that fixed everything flawlessly.
  2. Thanks for the fast response RoboMat, and I posted the issue, linking back here in case I missed anything in it. Hopefully some more light can be shed on this, I'd even take a work around at this point, that isn't just overwriting old files, because that's not really a solution. Though it looks as though for the time being, it might be my only option.
  3. Howdy yall. So I'm trying to create a sort of multi-faceted mod, that focuses on changing sounds, music, ui etc etc. And while I've made some successes by reading up on tutorials and changes to folder structure, I simply cannot get the sounds or music to play from MODNAME/media/sounds or MODNAME/media/music. I've tried a few things, the first and foremost was leaving the file names as they are in default PZ, and can confirm that the prompt that follows with launching PZ told me that my .oggs and .wavs were indeed overriding the defaults. However upon launch, everything was still default. This goes for both music and sound. My next attempt focused solely on music, by grabbing the client/Music/MusicChoices.lua, and creating a copy in my MODNAME/media/lua/client/Music/MusicChoices.lua. I then went about changing the names in there, and the names of my files, which only exacerbated the problem by throwing out a bunch of Java.file not found errors. I can only assume that currently in the latest IWBUMS build, that the game only looks in the default directory now? I even tried RoboMat's SilentMusic mod just to see, and that doesn't work either. I understand that mod may have not been updated recently, nor supporting the IWBUMS build, and I understand that that particular build comes with it's own disclaimer. But everything else in my mod, UI, Corpse Removal, heck, even custom named sounds called by the way of self.sound = getSoundManager():PlayWorldSoundseems to work. It's just overriding default sounds, or renaming music choices that doesn't seem to work. Am I missing something, are there more files I need to copy and adjust? Has something changed in the latest IWBUMS build? Any insight is greatly appreciated, as I would love to continue work on this without having to overwrite default PZ files manually.
×
×
  • Create New...