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
803e67b1fb
commit
f441c8c206
Cargo.lock
assets/voxygen/audio
music_transition_manifest.ronnull.oggsfx.ron
sfx
abilities
arrow_shot_1.oggarrow_shot_1.wavarrow_shot_2.oggarrow_shot_2.wavarrow_shot_3.oggarrow_shot_3.wavarrow_shot_4.oggarrow_shot_4.wavexplosion.oggexplosion.wavfire_shot_1.oggfire_shot_1.wavfire_shot_2.oggfire_shot_2.wavflame_thrower.oggflame_thrower.wavheal_bomb.oggheal_bomb.wavsceptre_aura.oggsceptre_aura.wavsceptre_channeling.oggsceptre_channeling.wavseparated_second_swing.oggseparated_second_swing.wavseparated_third_swing.oggseparated_third_swing.wavswing.oggswing.wavswing_sword.oggswing_sword.wavsword_dash.oggsword_dash.wav
ambient
bees_1.oggbees_1.wavbirdcall_1.oggbirdcall_1.wavbirdcall_2.oggbirdcall_2.wavcrickets_1.oggcrickets_1.wavcrickets_2.oggcrickets_2.wavcrickets_3.oggcrickets_3.wavfire.oggfire.wavfrog_croak_1.oggfrog_croak_1.wavowl_1.oggowl_1.wavrunning_water_1.oggrunning_water_1.wav
character
arrow_hit.oggarrow_hit.wavarrow_miss.oggarrow_miss.wavdive_roll_1.oggdive_roll_1.wavdive_roll_2.oggdive_roll_2.wavexperience_gained_1.oggexperience_gained_1.wavexperience_gained_2.oggexperience_gained_2.wavexperience_gained_3.oggexperience_gained_3.wavglider_close.oggglider_close.wavglider_open.oggglider_open.wavhit_1.ogghit_1.wavhit_2.ogghit_2.wavhit_3.ogghit_3.wavhit_4.ogghit_4.wavinterrupted_1.wavlevel_up_sound_-_shorter_wind_up.ogglevel_up_sound_-_shorter_wind_up.wavstunned_1.wavstunned_2.wav
crafting
footsteps
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
(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_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
(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…
x
Reference in New Issue
Block a user