Advanced Search

Author Topic: Is it possible to change the Critical Death sound through skins?  (Read 2563 times)

0 Members and 1 Guest are viewing this topic.

November 19, 2020, 04:12:39 PM
Read 2563 times

Offline JavaMR

  • Standard Member

  • just floating...
  • Date Registered: November 19, 2020, 04:09:18 PM

    • View Profile
Is it possible to change the Critical Death sound through skins?
« on: November 19, 2020, 04:12:39 PM »
Is it at all possible to change the sound for being gibbed through the use of a skin? I know how to change a regular death sound.

November 19, 2020, 05:44:31 PM
Reply #1

Offline Russel

  • MM8BDM Extender

  • Doc Croc
  • ***********
  • Date Registered: December 17, 2010, 11:11:25 PM

    • View Profile
Re: Is it possible to change the Critical Death sound through skins?
« Reply #1 on: November 19, 2020, 05:44:31 PM »
It actually is!

In SKININFO, you can set the following flags in addition to the ones in the skin tutorial.
Code: [Select]
*critpain = MM6LAND
*critdeth = GODCHOKE

This example uses in-built sounds, do note that *critpain plays in addition to the normal pain sound, so it might be hard to hear if you pick something too quiet.

November 19, 2020, 05:48:01 PM
Reply #2

Offline JavaMR

  • Standard Member

  • just floating...
  • Date Registered: November 19, 2020, 04:09:18 PM

    • View Profile
Re: Is it possible to change the Critical Death sound through skins?
« Reply #2 on: November 19, 2020, 05:48:01 PM »
It actually is!

In SKININFO, you can set the following flags in addition to the ones in the skin tutorial.
Code: [Select]
*critpain = MM6LAND
*critdeth = GODCHOKE

This example uses in-built sounds, do note that *critpain plays in addition to the normal pain sound, so it might be hard to hear if you pick something too quiet.

O-ho! Sweet deal. Thanks!