mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Normalize + shrink all sfx; tweaks to combat music; change footstep sounds
This commit is contained in:
parent
b4757616f6
commit
4d74fe9d7c
7
Cargo.lock
generated
7
Cargo.lock
generated
@ -2226,12 +2226,6 @@ dependencies = [
|
||||
"rayon",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "hound"
|
||||
version = "3.4.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8a164bb2ceaeff4f42542bdb847c41517c78a60f5649671b2a07312b6e117549"
|
||||
|
||||
[[package]]
|
||||
name = "http"
|
||||
version = "0.2.4"
|
||||
@ -4192,7 +4186,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b65c2eda643191f6d1bb12ea323a9db8d9ba95374e9be3780b5a9fb5cfb8520f"
|
||||
dependencies = [
|
||||
"cpal",
|
||||
"hound",
|
||||
"lewton",
|
||||
]
|
||||
|
||||
|
@ -1,15 +1,16 @@
|
||||
(
|
||||
combat_nearby_radius: 40.0,
|
||||
combat_health_factor: 1000,
|
||||
combat_health_factor: 750,
|
||||
combat_nearby_high_thresh: 4,
|
||||
combat_nearby_low_thresh: 1,
|
||||
combat_nearby_low_thresh: 4,
|
||||
fade_timings: {
|
||||
(TitleMusic, Exploration): (2.0, 12.0),
|
||||
(TitleMusic, Combat): (2.0, 3.0),
|
||||
(Exploration, TitleMusic): (2.0, 12.0),
|
||||
(Exploration, Combat): (5.0, 3.0),
|
||||
(Combat, Exploration): (5.0, 3.0),
|
||||
(Combat, TitleMusic): (2.0, 12.0),
|
||||
//(Track 1, Track 2): (Track 1 fade out (sec), Track 2 fade in (sec)),
|
||||
(TitleMusic, Exploration): (4.0, 4.0),
|
||||
(TitleMusic, Combat): (4.0, 4.0),
|
||||
(Exploration, TitleMusic): (2.0, 2.0),
|
||||
(Exploration, Combat): (2.0, 2.0),
|
||||
(Combat, Exploration): (3.0, 6.0),
|
||||
(Combat, TitleMusic): (2.0, 2.0),
|
||||
},
|
||||
interrupt_delay: 5.0,
|
||||
)
|
||||
|
BIN
assets/voxygen/audio/null.ogg
Normal file
BIN
assets/voxygen/audio/null.ogg
Normal file
Binary file not shown.
@ -136,6 +136,13 @@
|
||||
"voxygen.audio.sfx.footsteps.stone_step_3",
|
||||
"voxygen.audio.sfx.footsteps.stone_step_4",
|
||||
"voxygen.audio.sfx.footsteps.stone_step_5",
|
||||
"voxygen.audio.sfx.footsteps.stone_step_6",
|
||||
"voxygen.audio.sfx.footsteps.stone_step_7",
|
||||
"voxygen.audio.sfx.footsteps.stone_step_8",
|
||||
"voxygen.audio.sfx.footsteps.stone_step_9",
|
||||
"voxygen.audio.sfx.footsteps.stone_step_10",
|
||||
"voxygen.audio.sfx.footsteps.stone_step_11",
|
||||
"voxygen.audio.sfx.footsteps.stone_step_12",
|
||||
],
|
||||
threshold: 1.6,
|
||||
),
|
||||
@ -145,6 +152,14 @@
|
||||
"voxygen.audio.sfx.footsteps.stone_step_2",
|
||||
"voxygen.audio.sfx.footsteps.stone_step_3",
|
||||
"voxygen.audio.sfx.footsteps.stone_step_4",
|
||||
"voxygen.audio.sfx.footsteps.stone_step_5",
|
||||
"voxygen.audio.sfx.footsteps.stone_step_6",
|
||||
"voxygen.audio.sfx.footsteps.stone_step_7",
|
||||
"voxygen.audio.sfx.footsteps.stone_step_8",
|
||||
"voxygen.audio.sfx.footsteps.stone_step_9",
|
||||
"voxygen.audio.sfx.footsteps.stone_step_10",
|
||||
"voxygen.audio.sfx.footsteps.stone_step_11",
|
||||
"voxygen.audio.sfx.footsteps.stone_step_12",
|
||||
],
|
||||
threshold: 0.8,
|
||||
),
|
||||
|
BIN
assets/voxygen/audio/sfx/abilities/arrow_shot_1.ogg
Normal file
BIN
assets/voxygen/audio/sfx/abilities/arrow_shot_1.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/abilities/arrow_shot_2.ogg
Normal file
BIN
assets/voxygen/audio/sfx/abilities/arrow_shot_2.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/abilities/arrow_shot_3.ogg
Normal file
BIN
assets/voxygen/audio/sfx/abilities/arrow_shot_3.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/abilities/arrow_shot_4.ogg
Normal file
BIN
assets/voxygen/audio/sfx/abilities/arrow_shot_4.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/abilities/explosion.ogg
Normal file
BIN
assets/voxygen/audio/sfx/abilities/explosion.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/abilities/fire_shot_1.ogg
Normal file
BIN
assets/voxygen/audio/sfx/abilities/fire_shot_1.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/abilities/fire_shot_2.ogg
Normal file
BIN
assets/voxygen/audio/sfx/abilities/fire_shot_2.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/abilities/flame_thrower.ogg
Normal file
BIN
assets/voxygen/audio/sfx/abilities/flame_thrower.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/abilities/heal_bomb.ogg
Normal file
BIN
assets/voxygen/audio/sfx/abilities/heal_bomb.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/abilities/sceptre_aura.ogg
Normal file
BIN
assets/voxygen/audio/sfx/abilities/sceptre_aura.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/abilities/sceptre_channeling.ogg
Normal file
BIN
assets/voxygen/audio/sfx/abilities/sceptre_channeling.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/abilities/separated_second_swing.ogg
Normal file
BIN
assets/voxygen/audio/sfx/abilities/separated_second_swing.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/abilities/separated_third_swing.ogg
Normal file
BIN
assets/voxygen/audio/sfx/abilities/separated_third_swing.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/abilities/swing.ogg
Normal file
BIN
assets/voxygen/audio/sfx/abilities/swing.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/abilities/swing_sword.ogg
Normal file
BIN
assets/voxygen/audio/sfx/abilities/swing_sword.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/abilities/sword_dash.ogg
Normal file
BIN
assets/voxygen/audio/sfx/abilities/sword_dash.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/ambient/bees_1.ogg
Normal file
BIN
assets/voxygen/audio/sfx/ambient/bees_1.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/ambient/birdcall_1.ogg
Normal file
BIN
assets/voxygen/audio/sfx/ambient/birdcall_1.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/ambient/birdcall_2.ogg
Normal file
BIN
assets/voxygen/audio/sfx/ambient/birdcall_2.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/ambient/crickets_1.ogg
Normal file
BIN
assets/voxygen/audio/sfx/ambient/crickets_1.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/ambient/crickets_2.ogg
Normal file
BIN
assets/voxygen/audio/sfx/ambient/crickets_2.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/ambient/crickets_3.ogg
Normal file
BIN
assets/voxygen/audio/sfx/ambient/crickets_3.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/ambient/fire.ogg
Normal file
BIN
assets/voxygen/audio/sfx/ambient/fire.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/ambient/frog_croak_1.ogg
Normal file
BIN
assets/voxygen/audio/sfx/ambient/frog_croak_1.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/ambient/owl_1.ogg
Normal file
BIN
assets/voxygen/audio/sfx/ambient/owl_1.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/ambient/running_water_1.ogg
Normal file
BIN
assets/voxygen/audio/sfx/ambient/running_water_1.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/character/arrow_hit.ogg
Normal file
BIN
assets/voxygen/audio/sfx/character/arrow_hit.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/character/arrow_miss.ogg
Normal file
BIN
assets/voxygen/audio/sfx/character/arrow_miss.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/character/dive_roll_1.ogg
Normal file
BIN
assets/voxygen/audio/sfx/character/dive_roll_1.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/character/dive_roll_2.ogg
Normal file
BIN
assets/voxygen/audio/sfx/character/dive_roll_2.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/character/experience_gained_1.ogg
Normal file
BIN
assets/voxygen/audio/sfx/character/experience_gained_1.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/character/experience_gained_2.ogg
Normal file
BIN
assets/voxygen/audio/sfx/character/experience_gained_2.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/character/experience_gained_3.ogg
Normal file
BIN
assets/voxygen/audio/sfx/character/experience_gained_3.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/character/glider_close.ogg
Normal file
BIN
assets/voxygen/audio/sfx/character/glider_close.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/character/glider_open.ogg
Normal file
BIN
assets/voxygen/audio/sfx/character/glider_open.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/character/hit_1.ogg
Normal file
BIN
assets/voxygen/audio/sfx/character/hit_1.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/character/hit_2.ogg
Normal file
BIN
assets/voxygen/audio/sfx/character/hit_2.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/character/hit_3.ogg
Normal file
BIN
assets/voxygen/audio/sfx/character/hit_3.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/character/hit_4.ogg
Normal file
BIN
assets/voxygen/audio/sfx/character/hit_4.ogg
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.
BIN
assets/voxygen/audio/sfx/crafting/hammer.ogg
Normal file
BIN
assets/voxygen/audio/sfx/crafting/hammer.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/footsteps/snow_step_1.ogg
Normal file
BIN
assets/voxygen/audio/sfx/footsteps/snow_step_1.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/footsteps/snow_step_2.ogg
Normal file
BIN
assets/voxygen/audio/sfx/footsteps/snow_step_2.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/footsteps/snow_step_3.ogg
Normal file
BIN
assets/voxygen/audio/sfx/footsteps/snow_step_3.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/footsteps/stepdirt_1.ogg
Normal file
BIN
assets/voxygen/audio/sfx/footsteps/stepdirt_1.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/footsteps/stepdirt_2.ogg
Normal file
BIN
assets/voxygen/audio/sfx/footsteps/stepdirt_2.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/voxygen/audio/sfx/footsteps/stepdirt_3.ogg
Normal file
BIN
assets/voxygen/audio/sfx/footsteps/stepdirt_3.ogg
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user