Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
  • 0
One Doomed Bunny

Custom exit game sounds?

Question

Greetings,

 

So, I am wondering if it is possible to replace or add custom sounds when you exit GZDoom. 

 

And by replace I do not mean replace a pickup or monster sound for an actor, but rather for that quit game function only.

 

Any help would be appreciated.

Share this post


Link to post

2 answers to this question

Recommended Posts

  • 1

In SNDINFO add this:

 


$random menu/quit1 { example1/example1 }
$random menu/quit2 { example2/example2 example3/example3 }


example1/example1 sound1
example2/example2 sound2
example3/example3 sound3

 

In PSXDoom TC it looks like this:

$random menu/quit1 { player/male/death1 demon/pain grunt/pain misc/gibbed misc/teleport grunt/sight1 grunt/sight3 demon/melee }
$random menu/quit2 { misc/p_pkup misc/gibbed skeleton/swing knight/death baby/active demon/melee  }

 

Share this post


Link to post
  • 0
18 minutes ago, Đeⓧiaz said:

In SNDINFO add this:

 



$random menu/quit1 { example1/example1 }
$random menu/quit2 { example2/example2 example3/example3 }


example1/example1 sound1
example2/example2 sound2
example3/example3 sound3

 

In PSXDoom TC it looks like this:


$random menu/quit1 { player/male/death1 demon/pain grunt/pain misc/gibbed misc/teleport grunt/sight1 grunt/sight3 demon/melee }
$random menu/quit2 { misc/p_pkup misc/gibbed skeleton/swing knight/death baby/active demon/melee  }

 

 

Ah, thank you very much sir.

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
×