The Dink Network

Reply to Re: Damage hit sounds

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
February 2nd 2013, 04:33 PM
spike.gif
The actual part which plays a sound when you hit something is hardcoded, but it IS possible to change what that sound is and also the speed at which it plays. item-sw1.c does as much:
sp_attack_hit_sound(1, 10);
sp_attack_hit_sound_speed(1, 8000);