Make a Jumping sound effect
Posted: Thu Dec 22, 2016 11:15 am
I was trying to do a jumping sound effect for when the player jump presses the jump button which is E it would make a sound effect.
So I tried to do this by going into PlayerSetup.ini
and this part I tried doing from this :
to this
it's not working why ?
So I tried to do this by going into PlayerSetup.ini
and this part I tried doing from this :
Code: Select all
;
; player action sounds
;
[Sounds]
; maximum of 5 sounds per action
die = die1.wav
injury = injury1.wav
land = injury.wav
Code: Select all
;
; player action sounds
;
[Sounds]
; maximum of 5 sounds per action
die = die1.wav
injury = injury1.wav
land = injury.wav
jump = DING.wav