Update footsteps SFX

This commit is contained in:
S Handley 2019-12-08 10:03:40 +00:00 committed by Songtronix
parent 3e2fe36a8c
commit 11dd6b8090
23 changed files with 50 additions and 48 deletions

View File

@ -3,14 +3,12 @@
(
trigger: Run,
files: [
"voxygen.audio.sfx.footsteps.stepdirt_1",
"voxygen.audio.sfx.footsteps.stepdirt_2",
"voxygen.audio.sfx.footsteps.stepdirt_3",
"voxygen.audio.sfx.footsteps.stepdirt_4",
"voxygen.audio.sfx.footsteps.stepdirt_5",
"voxygen.audio.sfx.footsteps.stepdirt_6",
"voxygen.audio.sfx.footsteps.stepdirt_7",
"voxygen.audio.sfx.footsteps.stepdirt_8",
"voxygen.audio.sfx.footsteps.stepgrass_1",
"voxygen.audio.sfx.footsteps.stepgrass_2",
"voxygen.audio.sfx.footsteps.stepgrass_3",
"voxygen.audio.sfx.footsteps.stepgrass_4",
"voxygen.audio.sfx.footsteps.stepgrass_5",
"voxygen.audio.sfx.footsteps.stepgrass_6",
],
threshold: 0.25,
),
@ -49,19 +47,5 @@
],
threshold: 0.5,
),
(
trigger: LevelUp,
files: [
"voxygen.audio.sfx.chat_message_received"
],
threshold: 0.2,
),
(
trigger: InventoryAdd,
files: [
"voxygen.audio.sfx.inventory_add"
],
threshold: 0.2,
),
],
)

Binary file not shown.

BIN
assets/voxygen/audio/sfx/chat_tell_received.wav (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
assets/voxygen/audio/sfx/footsteps/stepgrass_1.wav (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/audio/sfx/footsteps/stepgrass_2.wav (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/audio/sfx/footsteps/stepgrass_3.wav (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/audio/sfx/footsteps/stepgrass_4.wav (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/audio/sfx/footsteps/stepgrass_5.wav (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/audio/sfx/footsteps/stepgrass_6.wav (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/audio/sfx/glider_close.wav (Stored with Git LFS)

Binary file not shown.

BIN
assets/voxygen/audio/sfx/glider_open.wav (Stored with Git LFS)

Binary file not shown.

BIN
assets/voxygen/audio/sfx/inventory_add.wav (Stored with Git LFS)

Binary file not shown.

BIN
assets/voxygen/audio/sfx/weapon/bow.wav (Stored with Git LFS)

Binary file not shown.

BIN
assets/voxygen/audio/sfx/weapon/sword.wav (Stored with Git LFS)

Binary file not shown.

View File

@ -28,7 +28,7 @@ pub enum SfxEvent {
PlaceBlock,
RemoveBlock,
OpenChest,
ChatMessageReceived,
ChatTellReceived,
OpenBag,
LevelUp,
Roll,