Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
SayWhatOneMoreTime

Guess no one knows.

Recommended Posts

Does anyone have a link or website link I could use to import this song: Into my doom WAD? Also is there a way I could make it play after the player dies?

 

Edited by SayWhatOneMoreTime

Share this post


Link to post

Ok , in this order:

- You need something like "aTube Catcher" to download and convert a youtube video to mp3 or some audio format
- With Slade you can make a wad or pk3 file to add custom content to Doom , the mp3 in this case 
- This Doom file needs to have a SNDINFO lump so GZDoom or Zdoom can recognize the mp3 file

- And you can do the "song when dying thing" by DECORATE or ACS:

       + If you use Decorate you just need to create a custom class based on Doom Player and between 
          the Death State you need to add a line of code with something like:
                       TNT1 A 0 A_PlaySound([the long name of your file]) ...

       + Or if you use ACS , you need to download ACC , search for the ACC compiler with slade , and 
          then make a Death Script and compile it.


That should work.

 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×