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