Jump to content

Is it possible to change the sound effects?


Eclipse

Recommended Posts

  • 2 weeks later...

I as well. With SFML this should be pretty trivial, correct? Looking at docs, it's just a sf::Music object, running openFromFile("snd01.ogg"), and play().

 

EDIT: i might actually work on this on the windows side. Should be simple enough for me to handle . . .

Edited by sylae
If i'm not mistaken it even seems to handle audio decoding by itself, which is dope as hell because uncompressed waveforms are so last millennium.
Link to comment
Share on other sites

  • 3 weeks later...

You can use a program like ResHacker to extract them. Here's a zip of ResHacker off my machine if you don't already have a copy of it or something similar.

 

Here's a horrible HOWTO I threw together. I actually forgot ResHack could swap out resources, you might want to try that first and see how it goes, before running around with a compiler:

 

33912d59f57f0ec96584543d95482882.png

Edited by sylae
that second pic is a right-click menu on the 1033
Link to comment
Share on other sites

Yes. I usually use Rezilla for my resource editing needs, but for exporting resources en masse, Resknife might be better. I think it actually has a mas export function.

 

Of course, the exported files will still be in the System 7 sound format, so then you'll probably have to convert them to WAV or AIFF.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...