Skip to content
This repository has been archived by the owner on Sep 12, 2021. It is now read-only.

Commit

Permalink
Converts almost every single sound to mono 44.1khz, recuts some sound…
Browse files Browse the repository at this point in the history
…s. (#43550)

About The Pull Request

As title, except a clarification: sounds that play with no source or direction are still stereo due to that the stereo will actually do something and not just be wasted space.

On a technical level, what I actually did was reexport (nearly) every single sound effect to mono 44.1khz sample rate Ogg at quality preset 5. This resulted in some small increases in file size in some places but other than that reduced file size across the board.

A couple of sounds that were wavs for whatever reason were also converted to ogg, this resulted in some code changes to change the referenced sound effect.

Some sounds were also recut. The grille hit and punches in particular are common sounds that had large and noticeable gaps at the beginning.

All of this has resulted in the compiled rsc file going from 102.7 mb to 83.2 mb.
Why It's Good For The Game

Free space with no (effective) drop in quality.
A standard for audio going forward. (that will be inevitably ignored)
Tighter sounds in some places.
Changelog

cl
soundadd: Downmixed every sound to mono. This shouldn't have resulted in any changes in audio, byond downmixes anyways.
soundadd: Recut some sounds. Sounds shouldn't have large silent/noise gaps at the start anymore
/cl
  • Loading branch information
Rob Bailey authored and optimumtact committed Apr 16, 2019
1 parent 67526b0 commit d4f678a
Show file tree
Hide file tree
Showing 627 changed files with 31 additions and 8 deletions.
6 changes: 3 additions & 3 deletions code/datums/status_effects/buffs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -403,12 +403,12 @@
owner.spin(duration,1)
animate(owner, color = oldcolor, time = duration, easing = EASE_IN)
addtimer(CALLBACK(owner, /atom/proc/update_atom_colour), duration)
playsound(owner, 'sound/weapons/fwoosh.wav', 75, 0)
playsound(owner, 'sound/weapons/fwoosh.ogg', 75, 0)
return ..()


/datum/status_effect/sword_spin/tick()
playsound(owner, 'sound/weapons/fwoosh.wav', 75, 0)
playsound(owner, 'sound/weapons/fwoosh.ogg', 75, 0)
var/obj/item/slashy
slashy = owner.get_active_held_item()
for(var/mob/living/M in orange(1,owner))
Expand Down Expand Up @@ -589,7 +589,7 @@
owner.visible_message("<span class='notice'>[owner] is coated with a dull aura!</span>")
owner.add_trait(TRAIT_ANTIMAGIC, MAGIC_TRAIT)
//glowing wings overlay
playsound(owner, 'sound/weapons/fwoosh.wav', 75, 0)
playsound(owner, 'sound/weapons/fwoosh.ogg', 75, 0)
return ..()

/datum/status_effect/antimagic/on_remove()
Expand Down
4 changes: 2 additions & 2 deletions code/modules/mining/fulton.dm
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ GLOBAL_LIST_EMPTY(total_extraction_beacons)
balloon.appearance_flags = RESET_COLOR | RESET_ALPHA | RESET_TRANSFORM
holder_obj.cut_overlay(balloon2)
holder_obj.add_overlay(balloon)
playsound(holder_obj.loc, 'sound/items/fulext_deploy.wav', 50, 1, -3)
playsound(holder_obj.loc, 'sound/items/fultext_deploy.ogg', 50, 1, -3)
animate(holder_obj, pixel_z = 10, time = 20)
sleep(20)
animate(holder_obj, pixel_z = 15, time = 10)
Expand All @@ -103,7 +103,7 @@ GLOBAL_LIST_EMPTY(total_extraction_beacons)
sleep(10)
animate(holder_obj, pixel_z = 10, time = 10)
sleep(10)
playsound(holder_obj.loc, 'sound/items/fultext_launch.wav', 50, 1, -3)
playsound(holder_obj.loc, 'sound/items/fultext_launch.ogg', 50, 1, -3)
animate(holder_obj, pixel_z = 1000, time = 30)
if(ishuman(A))
var/mob/living/carbon/human/L = A
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

/mob/living/simple_animal/hostile/netherworld/migo/Initialize()
. = ..()
migo_sounds = list('sound/items/bubblewrap.ogg', 'sound/items/change_jaws.ogg', 'sound/items/crowbar.ogg', 'sound/items/drink.ogg', 'sound/items/deconstruct.ogg', 'sound/items/carhorn.ogg', 'sound/items/change_drill.ogg', 'sound/items/dodgeball.ogg', 'sound/items/eatfood.ogg', 'sound/items/megaphone.ogg', 'sound/items/screwdriver.ogg', 'sound/items/weeoo1.ogg', 'sound/items/wirecutter.ogg', 'sound/items/welder.ogg', 'sound/items/zip.ogg', 'sound/items/rped.ogg', 'sound/items/ratchet.ogg', 'sound/items/polaroid1.ogg', 'sound/items/pshoom.ogg', 'sound/items/airhorn.ogg', 'sound/items/geiger/high1.ogg', 'sound/items/geiger/high2.ogg', 'sound/voice/beepsky/creep.ogg', 'sound/voice/beepsky/iamthelaw.ogg', 'sound/voice/ed209_20sec.ogg', 'sound/voice/hiss3.ogg', 'sound/voice/hiss6.ogg', 'sound/voice/medbot/patchedup.ogg', 'sound/voice/medbot/feelbetter.ogg', 'sound/voice/human/manlaugh1.ogg', 'sound/voice/human/womanlaugh.ogg', 'sound/weapons/sear.ogg', 'sound/ambience/antag/clockcultalr.ogg', 'sound/ambience/antag/ling_aler.ogg', 'sound/ambience/antag/tatoralert.ogg', 'sound/ambience/antag/monkey.ogg', 'sound/mecha/nominal.ogg', 'sound/mecha/weapdestr.ogg', 'sound/mecha/critdestr.ogg', 'sound/mecha/imag_enh.ogg', 'sound/effects/adminhelp.ogg', 'sound/effects/alert.ogg', 'sound/effects/attackblob.ogg', 'sound/effects/bamf.ogg', 'sound/effects/blobattack.ogg', 'sound/effects/break_stone.ogg', 'sound/effects/bubbles.ogg', 'sound/effects/bubbles2.ogg', 'sound/effects/clang.ogg', 'sound/effects/clockcult_gateway_disrupted.ogg', 'sound/effects/clownstep2.ogg', 'sound/effects/curse1.ogg', 'sound/effects/dimensional_rend.ogg', 'sound/effects/doorcreaky.ogg', 'sound/effects/empulse.ogg', 'sound/effects/explosion_distant.ogg', 'sound/effects/explosionfar.ogg', 'sound/effects/explosion1.ogg', 'sound/effects/grillehit.ogg', 'sound/effects/genetics.ogg', 'sound/effects/heart_beat.ogg', 'sound/effects/hyperspace_begin.ogg', 'sound/effects/hyperspace_end.ogg', 'sound/effects/his_grace_awaken.ogg', 'sound/effects/pai_boot.ogg', 'sound/effects/phasein.ogg', 'sound/effects/picaxe1.ogg', 'sound/effects/ratvar_reveal.ogg', 'sound/effects/sparks1.ogg', 'sound/effects/smoke.ogg', 'sound/effects/splat.ogg', 'sound/effects/snap.ogg', 'sound/effects/tendril_destroyed.ogg', 'sound/effects/supermatter.ogg', 'sound/misc/desceration-01.ogg', 'sound/misc/desceration-02.ogg', 'sound/misc/desceration-03.ogg', 'sound/misc/bloblarm.ogg', 'sound/misc/airraid.ogg', 'sound/misc/bang.ogg','sound/misc/highlander.ogg', 'sound/misc/interference.ogg', 'sound/misc/notice1.ogg', 'sound/misc/notice2.ogg', 'sound/misc/sadtrombone.ogg', 'sound/misc/slip.ogg', 'sound/misc/splort.ogg', 'sound/weapons/armbomb.ogg', 'sound/weapons/beam_sniper.ogg', 'sound/weapons/chainsawhit.ogg', 'sound/weapons/emitter.ogg', 'sound/weapons/emitter2.ogg', 'sound/weapons/blade1.ogg', 'sound/weapons/bladeslice.ogg', 'sound/weapons/blastcannon.ogg', 'sound/weapons/blaster.ogg', 'sound/weapons/bulletflyby3.ogg', 'sound/weapons/circsawhit.ogg', 'sound/weapons/cqchit2.ogg', 'sound/weapons/drill.ogg', 'sound/weapons/genhit1.ogg', 'sound/weapons/gunshot_silenced.ogg', 'sound/weapons/gunshot.ogg', 'sound/weapons/handcuffs.ogg', 'sound/weapons/homerun.ogg', 'sound/weapons/kenetic_accel.ogg', 'sound/machines/clockcult/steam_whoosh.ogg', 'sound/machines/fryer/deep_fryer_emerge.ogg', 'sound/machines/airlock.ogg', 'sound/machines/airlock_alien_prying.ogg', 'sound/machines/airlockclose.ogg', 'sound/machines/airlockforced.ogg', 'sound/machines/airlockopen.ogg', 'sound/machines/alarm.ogg', 'sound/machines/blender.ogg', 'sound/machines/boltsdown.ogg', 'sound/machines/boltsup.ogg', 'sound/machines/buzz-sigh.ogg', 'sound/machines/buzz-two.ogg', 'sound/machines/chime.ogg', 'sound/machines/cryo_warning.ogg', 'sound/machines/defib_charge.ogg', 'sound/machines/defib_failed.ogg', 'sound/machines/defib_ready.ogg', 'sound/machines/defib_zap.ogg', 'sound/machines/deniedbeep.ogg', 'sound/machines/ding.ogg', 'sound/machines/disposalflush.ogg', 'sound/machines/door_close.ogg', 'sound/machines/door_open.ogg', 'sound/machines/engine_alert1.ogg', 'sound/machines/engine_alert2.ogg', 'sound/machines/hiss.ogg', 'sound/machines/honkbot_evil_laugh.ogg', 'sound/machines/juicer.ogg', 'sound/machines/ping.ogg', 'sound/machines/signal.ogg', 'sound/machines/synth_no.ogg', 'sound/machines/synth_yes.ogg', 'sound/machines/terminal_alert.ogg', 'sound/machines/triple_beep.ogg', 'sound/machines/twobeep.ogg', 'sound/machines/ventcrawl.ogg', 'sound/machines/warning-buzzer.ogg', 'sound/ai/outbreak5.ogg', 'sound/ai/outbreak7.ogg', 'sound/ai/poweroff.ogg', 'sound/ai/radiation.ogg', 'sound/ai/shuttlecalled.ogg', 'sound/ai/shuttledock.ogg', 'sound/ai/shuttlerecalled.ogg', 'sound/ai/aimalf.ogg') //hahahaha fuck you code divers
migo_sounds = list('sound/items/bubblewrap.ogg', 'sound/items/change_jaws.ogg', 'sound/items/crowbar.ogg', 'sound/items/drink.ogg', 'sound/items/deconstruct.ogg', 'sound/items/carhorn.ogg', 'sound/items/change_drill.ogg', 'sound/items/dodgeball.ogg', 'sound/items/eatfood.ogg', 'sound/items/megaphone.ogg', 'sound/items/screwdriver.ogg', 'sound/items/weeoo1.ogg', 'sound/items/wirecutter.ogg', 'sound/items/welder.ogg', 'sound/items/zip.ogg', 'sound/items/rped.ogg', 'sound/items/ratchet.ogg', 'sound/items/polaroid1.ogg', 'sound/items/pshoom.ogg', 'sound/items/airhorn.ogg', 'sound/items/geiger/high1.ogg', 'sound/items/geiger/high2.ogg', 'sound/voice/beepsky/creep.ogg', 'sound/voice/beepsky/iamthelaw.ogg', 'sound/voice/ed209_20sec.ogg', 'sound/voice/hiss3.ogg', 'sound/voice/hiss6.ogg', 'sound/voice/medbot/patchedup.ogg', 'sound/voice/medbot/feelbetter.ogg', 'sound/voice/human/manlaugh1.ogg', 'sound/voice/human/womanlaugh.ogg', 'sound/weapons/sear.ogg', 'sound/ambience/antag/clockcultalr.ogg', 'sound/ambience/antag/ling_aler.ogg', 'sound/ambience/antag/tatoralert.ogg', 'sound/ambience/antag/monkey.ogg', 'sound/mecha/nominal.ogg', 'sound/mecha/weapdestr.ogg', 'sound/mecha/critdestr.ogg', 'sound/mecha/imag_enh.ogg', 'sound/effects/adminhelp.ogg', 'sound/effects/alert.ogg', 'sound/effects/attackblob.ogg', 'sound/effects/bamf.ogg', 'sound/effects/blobattack.ogg', 'sound/effects/break_stone.ogg', 'sound/effects/bubbles.ogg', 'sound/effects/bubbles2.ogg', 'sound/effects/clang.ogg', 'sound/effects/clockcult_gateway_disrupted.ogg', 'sound/effects/clownstep2.ogg', 'sound/effects/curse1.ogg', 'sound/effects/dimensional_rend.ogg', 'sound/effects/doorcreaky.ogg', 'sound/effects/empulse.ogg', 'sound/effects/explosion_distant.ogg', 'sound/effects/explosionfar.ogg', 'sound/effects/explosion1.ogg', 'sound/effects/grillehit.ogg', 'sound/effects/genetics.ogg', 'sound/effects/heart_beat.ogg', 'sound/effects/hyperspace_begin.ogg', 'sound/effects/hyperspace_end.ogg', 'sound/effects/his_grace_awaken.ogg', 'sound/effects/pai_boot.ogg', 'sound/effects/phasein.ogg', 'sound/effects/picaxe1.ogg', 'sound/effects/ratvar_reveal.ogg', 'sound/effects/sparks1.ogg', 'sound/effects/smoke.ogg', 'sound/effects/splat.ogg', 'sound/effects/snap.ogg', 'sound/effects/tendril_destroyed.ogg', 'sound/effects/supermatter.ogg', 'sound/misc/desceration-01.ogg', 'sound/misc/desceration-02.ogg', 'sound/misc/desceration-03.ogg', 'sound/misc/bloblarm.ogg', 'sound/misc/airraid.ogg', 'sound/misc/bang.ogg','sound/misc/highlander.ogg', 'sound/misc/interference.ogg', 'sound/misc/notice1.ogg', 'sound/misc/notice2.ogg', 'sound/misc/sadtrombone.ogg', 'sound/misc/slip.ogg', 'sound/misc/splort.ogg', 'sound/weapons/armbomb.ogg', 'sound/weapons/beam_sniper.ogg', 'sound/weapons/chainsawhit.ogg', 'sound/weapons/emitter.ogg', 'sound/weapons/emitter2.ogg', 'sound/weapons/blade1.ogg', 'sound/weapons/bladeslice.ogg', 'sound/weapons/blastcannon.ogg', 'sound/weapons/blaster.ogg', 'sound/weapons/bulletflyby3.ogg', 'sound/weapons/circsawhit.ogg', 'sound/weapons/cqchit2.ogg', 'sound/weapons/drill.ogg', 'sound/weapons/genhit1.ogg', 'sound/weapons/gunshot_silenced.ogg', 'sound/weapons/gunshot.ogg', 'sound/weapons/handcuffs.ogg', 'sound/weapons/homerun.ogg', 'sound/weapons/kenetic_accel.ogg', 'sound/machines/clockcult/steam_whoosh.ogg', 'sound/machines/fryer/deep_fryer_emerge.ogg', 'sound/machines/airlock.ogg', 'sound/machines/airlock_alien_prying.ogg', 'sound/machines/airlockclose.ogg', 'sound/machines/airlockforced.ogg', 'sound/machines/airlockopen.ogg', 'sound/machines/alarm.ogg', 'sound/machines/blender.ogg', 'sound/machines/boltsdown.ogg', 'sound/machines/boltsup.ogg', 'sound/machines/buzz-sigh.ogg', 'sound/machines/buzz-two.ogg', 'sound/machines/chime.ogg', 'sound/machines/cryo_warning.ogg', 'sound/machines/defib_charge.ogg', 'sound/machines/defib_failed.ogg', 'sound/machines/defib_ready.ogg', 'sound/machines/defib_zap.ogg', 'sound/machines/deniedbeep.ogg', 'sound/machines/ding.ogg', 'sound/machines/disposalflush.ogg', 'sound/machines/door_close.ogg', 'sound/machines/door_open.ogg', 'sound/machines/engine_alert1.ogg', 'sound/machines/engine_alert2.ogg', 'sound/machines/hiss.ogg', 'sound/machines/honkbot_evil_laugh.ogg', 'sound/machines/juicer.ogg', 'sound/machines/ping.ogg', 'sound/ambience/signal.ogg', 'sound/machines/synth_no.ogg', 'sound/machines/synth_yes.ogg', 'sound/machines/terminal_alert.ogg', 'sound/machines/triple_beep.ogg', 'sound/machines/twobeep.ogg', 'sound/machines/ventcrawl.ogg', 'sound/machines/warning-buzzer.ogg', 'sound/ai/outbreak5.ogg', 'sound/ai/outbreak7.ogg', 'sound/ai/poweroff.ogg', 'sound/ai/radiation.ogg', 'sound/ai/shuttlecalled.ogg', 'sound/ai/shuttledock.ogg', 'sound/ai/shuttlerecalled.ogg', 'sound/ai/aimalf.ogg') //hahahaha fuck you code divers

/mob/living/simple_animal/hostile/netherworld/migo/say(message, bubble_type, var/list/spans = list(), sanitize = TRUE, datum/language/language = null, ignore_spam = FALSE, forced = null)
..()
Expand Down
Binary file modified sound/ambience/acidrain_end.ogg
Binary file not shown.
Binary file modified sound/ambience/acidrain_mid.ogg
Binary file not shown.
Binary file modified sound/ambience/acidrain_start.ogg
Binary file not shown.
Binary file modified sound/ambience/aurora_caelus.ogg
Binary file not shown.
Binary file modified sound/ambience/title3.ogg
Binary file not shown.
Binary file modified sound/creatures/bee.ogg
Binary file not shown.
Binary file modified sound/creatures/goose1.ogg
Binary file not shown.
Binary file modified sound/creatures/goose2.ogg
Binary file not shown.
Binary file modified sound/creatures/goose3.ogg
Binary file not shown.
Binary file modified sound/creatures/goose4.ogg
Binary file not shown.
Binary file modified sound/creatures/gorilla.ogg
Binary file not shown.
Binary file modified sound/creatures/rattle.ogg
Binary file not shown.
Binary file modified sound/effects/bamf.ogg
Binary file not shown.
Binary file modified sound/effects/bang.ogg
Binary file not shown.
Binary file modified sound/effects/beepskyspinsabre.ogg
Binary file not shown.
Binary file modified sound/effects/bin_close.ogg
Binary file not shown.
Binary file modified sound/effects/bin_open.ogg
Binary file not shown.
Binary file modified sound/effects/blobattack.ogg
Binary file not shown.
Binary file modified sound/effects/bodyfall1.ogg
Binary file not shown.
Binary file modified sound/effects/bodyfall2.ogg
Binary file not shown.
Binary file modified sound/effects/bodyfall3.ogg
Binary file not shown.
Binary file modified sound/effects/bodyfall4.ogg
Binary file not shown.
Binary file modified sound/effects/break_stone.ogg
Binary file not shown.
Binary file modified sound/effects/bubbles.ogg
Binary file not shown.
Binary file modified sound/effects/bubbles2.ogg
Binary file not shown.
Binary file modified sound/effects/can_open1.ogg
Binary file not shown.
Binary file modified sound/effects/can_open2.ogg
Binary file not shown.
Binary file modified sound/effects/can_open3.ogg
Binary file not shown.
Binary file modified sound/effects/clang.ogg
Binary file not shown.
Binary file modified sound/effects/clock_tick.ogg
Binary file not shown.
Binary file modified sound/effects/clockcult_gateway_charging.ogg
Binary file not shown.
Binary file modified sound/effects/comfyfire.ogg
Binary file not shown.
Binary file modified sound/effects/curse1.ogg
Binary file not shown.
Binary file modified sound/effects/curse2.ogg
Binary file not shown.
Binary file modified sound/effects/curse3.ogg
Binary file not shown.
Binary file modified sound/effects/curse4.ogg
Binary file not shown.
Binary file modified sound/effects/curse5.ogg
Binary file not shown.
Binary file modified sound/effects/curse6.ogg
Binary file not shown.
Binary file modified sound/effects/curseattack.ogg
Binary file not shown.
Binary file modified sound/effects/curtain.ogg
Binary file not shown.
Binary file modified sound/effects/doorcreaky.ogg
Binary file not shown.
Binary file modified sound/effects/empulse.ogg
Binary file not shown.
Binary file modified sound/effects/explosion_distant.ogg
Binary file not shown.
Binary file modified sound/effects/extinguish.ogg
Binary file not shown.
Binary file modified sound/effects/fuse.ogg
Binary file not shown.
Binary file modified sound/effects/ghost.ogg
Binary file not shown.
Binary file modified sound/effects/ghost2.ogg
Binary file not shown.
Binary file modified sound/effects/gib_step.ogg
Binary file not shown.
Binary file modified sound/effects/glass_step.ogg
Binary file not shown.
Binary file modified sound/effects/glassbr1.ogg
Binary file not shown.
Binary file modified sound/effects/glassbr2.ogg
Binary file not shown.
Binary file modified sound/effects/glassbr3.ogg
Binary file not shown.
Binary file modified sound/effects/glasshit.ogg
Binary file not shown.
Binary file modified sound/effects/glassknock.ogg
Binary file not shown.
Binary file modified sound/effects/gong.ogg
Binary file not shown.
Binary file modified sound/effects/grillehit.ogg
Binary file not shown.
Binary file modified sound/effects/his_grace_ascend.ogg
Binary file not shown.
Binary file modified sound/effects/hit_kick.ogg
Binary file not shown.
Binary file modified sound/effects/hit_on_shattered_glass.ogg
Binary file not shown.
Binary file modified sound/effects/hit_punch.ogg
Binary file not shown.
Binary file modified sound/effects/huuu.ogg
Binary file not shown.
5 changes: 4 additions & 1 deletion sound/effects/license.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
one_mind.ogg is Mars Attacks Sounds, by Mike Koenig (http://soundbible.com/1047-Mars-Attacks.html). It has been licensed under CC-BY 3.0 license.
It is unaltered ingame
It is unaltered ingame

hit_punch.ogg and hit_kick.ogg are made by Taira Komori
(https://taira-komori.jpn.org/freesounden.html)
Binary file modified sound/effects/light_flicker.ogg
Binary file not shown.
Binary file modified sound/effects/meow1.ogg
Binary file not shown.
Binary file modified sound/effects/meteorimpact.ogg
Binary file not shown.
Binary file modified sound/effects/mousesqueek.ogg
Binary file not shown.
Binary file modified sound/effects/one_mind.ogg
Binary file not shown.
Binary file modified sound/effects/pageturn1.ogg
Binary file not shown.
Binary file modified sound/effects/pageturn2.ogg
Binary file not shown.
Binary file modified sound/effects/pageturn3.ogg
Binary file not shown.
Binary file modified sound/effects/pai_boot.ogg
Binary file not shown.
Binary file modified sound/effects/phasein.ogg
Binary file not shown.
Binary file modified sound/effects/picaxe1.ogg
Binary file not shown.
Binary file modified sound/effects/picaxe2.ogg
Binary file not shown.
Binary file modified sound/effects/picaxe3.ogg
Binary file not shown.
Binary file modified sound/effects/pop.ogg
Binary file not shown.
Binary file modified sound/effects/pope_entry.ogg
Binary file not shown.
Binary file modified sound/effects/reee.ogg
Binary file not shown.
Binary file modified sound/effects/refill.ogg
Binary file not shown.
Binary file modified sound/effects/rustle1.ogg
Binary file not shown.
Binary file modified sound/effects/rustle2.ogg
Binary file not shown.
Binary file modified sound/effects/rustle3.ogg
Binary file not shown.
Binary file modified sound/effects/rustle4.ogg
Binary file not shown.
Binary file modified sound/effects/rustle5.ogg
Binary file not shown.
Binary file modified sound/effects/servostep.ogg
Binary file not shown.
Binary file modified sound/effects/shieldbash.ogg
Binary file not shown.
Binary file modified sound/effects/shovel_dig.ogg
Binary file not shown.
Binary file modified sound/effects/singlebeat.ogg
Binary file not shown.
Binary file modified sound/effects/slosh.ogg
Binary file not shown.
Binary file modified sound/effects/smoke.ogg
Binary file not shown.
Binary file modified sound/effects/space_wind.ogg
Binary file not shown.
Binary file modified sound/effects/sparks1.ogg
Binary file not shown.
Binary file modified sound/effects/sparks2.ogg
Binary file not shown.
Binary file modified sound/effects/sparks3.ogg
Binary file not shown.
Binary file modified sound/effects/sparks4.ogg
Binary file not shown.
Binary file modified sound/effects/splat.ogg
Binary file not shown.
Binary file modified sound/effects/spray.ogg
Binary file not shown.
Binary file modified sound/effects/spray2.ogg
Binary file not shown.
Binary file modified sound/effects/spray3.ogg
Binary file not shown.
Binary file modified sound/effects/stealthoff.ogg
Binary file not shown.
Binary file modified sound/effects/stonedoor_openclose.ogg
Binary file not shown.
Binary file modified sound/effects/suitstep1.ogg
Binary file not shown.
Binary file modified sound/effects/suitstep2.ogg
Binary file not shown.
Binary file modified sound/effects/supermatter.ogg
Binary file not shown.
Binary file modified sound/effects/tendril_destroyed.ogg
Binary file not shown.
Binary file modified sound/effects/woodhit.ogg
Binary file not shown.
Binary file modified sound/effects/zzzt.ogg
Binary file not shown.
Binary file modified sound/instruments/bikehorn/Ab2.ogg
Binary file not shown.
Binary file modified sound/instruments/bikehorn/Ab3.ogg
Binary file not shown.
Binary file modified sound/instruments/bikehorn/Ab4.ogg
Binary file not shown.
Binary file modified sound/instruments/bikehorn/An2.ogg
Binary file not shown.
Binary file modified sound/instruments/bikehorn/An3.ogg
Binary file not shown.
Binary file modified sound/instruments/bikehorn/An4.ogg
Binary file not shown.
Binary file modified sound/instruments/bikehorn/Bb2.ogg
Binary file not shown.
Binary file modified sound/instruments/bikehorn/Bb3.ogg
Binary file not shown.
Binary file modified sound/instruments/bikehorn/Bb4.ogg
Binary file not shown.
Binary file modified sound/instruments/bikehorn/Bn2.ogg
Binary file not shown.
Binary file modified sound/instruments/bikehorn/Bn3.ogg
Binary file not shown.
Binary file modified sound/instruments/bikehorn/Bn4.ogg
Binary file not shown.
Binary file modified sound/instruments/bikehorn/Cn3.ogg
Binary file not shown.
Binary file modified sound/instruments/bikehorn/Cn4.ogg
Binary file not shown.
Binary file modified sound/instruments/bikehorn/Cn5.ogg
Binary file not shown.
Binary file modified sound/instruments/bikehorn/Db3.ogg
Binary file not shown.
Binary file modified sound/instruments/bikehorn/Db4.ogg
Binary file not shown.
Binary file modified sound/instruments/bikehorn/Db5.ogg
Binary file not shown.
Binary file modified sound/instruments/bikehorn/Dn3.ogg
Binary file not shown.
Binary file modified sound/instruments/bikehorn/Dn4.ogg
Binary file not shown.
Binary file modified sound/instruments/bikehorn/Dn5.ogg
Binary file not shown.
Binary file modified sound/instruments/bikehorn/Eb3.ogg
Binary file not shown.
Binary file modified sound/instruments/bikehorn/Eb4.ogg
Binary file not shown.
Binary file modified sound/instruments/bikehorn/Eb5.ogg
Binary file not shown.
Binary file modified sound/instruments/bikehorn/En2.ogg
Binary file not shown.
Binary file modified sound/instruments/bikehorn/En3.ogg
Binary file not shown.
Binary file modified sound/instruments/bikehorn/En4.ogg
Binary file not shown.
Binary file modified sound/instruments/bikehorn/Fn2.ogg
Binary file not shown.
Binary file modified sound/instruments/bikehorn/Fn3.ogg
Binary file not shown.
Binary file modified sound/instruments/bikehorn/Fn4.ogg
Binary file not shown.
Binary file modified sound/instruments/bikehorn/Gb2.ogg
Binary file not shown.
Binary file modified sound/instruments/bikehorn/Gb3.ogg
Binary file not shown.
Binary file modified sound/instruments/bikehorn/Gb4.ogg
Binary file not shown.
Binary file modified sound/instruments/bikehorn/Gn2.ogg
Binary file not shown.
Binary file modified sound/instruments/bikehorn/Gn3.ogg
Binary file not shown.
Binary file modified sound/instruments/bikehorn/Gn4.ogg
Binary file not shown.
Binary file modified sound/items/airhorn.ogg
Binary file not shown.
Binary file modified sound/items/airhorn2.ogg
Binary file not shown.
Binary file modified sound/items/bubblewrap.ogg
Binary file not shown.
Binary file modified sound/items/cardshuffle.ogg
Binary file not shown.
Binary file modified sound/items/carhorn.ogg
Binary file not shown.
Binary file modified sound/items/change_drill.ogg
Binary file not shown.
Binary file modified sound/items/change_jaws.ogg
Binary file not shown.
Binary file modified sound/items/coinflip.ogg
Binary file not shown.
Binary file modified sound/items/crowbar.ogg
Binary file not shown.
Binary file modified sound/items/deconstruct.ogg
Binary file not shown.
Binary file modified sound/items/dodgeball.ogg
Binary file not shown.
Binary file modified sound/items/drink.ogg
Binary file not shown.
Binary file modified sound/items/eatfood.ogg
Binary file not shown.
Binary file removed sound/items/fulext_deploy.wav
Binary file not shown.
Binary file added sound/items/fultext_deploy.ogg
Binary file not shown.
Binary file added sound/items/fultext_launch.ogg
Binary file not shown.
Binary file removed sound/items/fultext_launch.wav
Binary file not shown.
Binary file modified sound/items/gavel.ogg
Binary file not shown.
Binary file modified sound/items/nuke_toy_lowpower.ogg
Binary file not shown.
Binary file modified sound/items/party_horn.ogg
Binary file not shown.
Binary file modified sound/items/poster_ripped.ogg
Binary file not shown.
Binary file modified sound/items/pshoom_2.ogg
Binary file not shown.
Binary file modified sound/items/ratchet.ogg
Binary file not shown.
Binary file modified sound/items/screwdriver.ogg
Binary file not shown.
Binary file modified sound/items/screwdriver2.ogg
Binary file not shown.
Binary file modified sound/items/sheath.ogg
Binary file not shown.
Binary file modified sound/items/syringeproj.ogg
Binary file not shown.
Binary file modified sound/items/timer.ogg
Binary file not shown.
Binary file modified sound/items/toysqueak1.ogg
Binary file not shown.
Binary file modified sound/items/toysqueak2.ogg
Binary file not shown.
Binary file modified sound/items/toysqueak3.ogg
Binary file not shown.
Binary file modified sound/items/trayhit1.ogg
Binary file not shown.
Binary file modified sound/items/unsheath.ogg
Binary file not shown.
Binary file modified sound/items/weeoo1.ogg
Binary file not shown.
Binary file modified sound/items/welder.ogg
Binary file not shown.
Binary file modified sound/items/welder2.ogg
Binary file not shown.
Binary file modified sound/items/welderactivate.ogg
Binary file not shown.
Binary file modified sound/items/wirecutter.ogg
Binary file not shown.
Binary file modified sound/items/zip.ogg
Binary file not shown.
Binary file modified sound/lavaland/cursed_slot_machine.ogg
Binary file not shown.
Binary file modified sound/lavaland/cursed_slot_machine_jackpot.ogg
Binary file not shown.
Binary file modified sound/machines/airlock.ogg
Binary file not shown.
Binary file modified sound/machines/airlock_alien_prying.ogg
Binary file not shown.
Binary file modified sound/machines/airlockclose.ogg
Binary file not shown.
Binary file modified sound/machines/airlockforced.ogg
Binary file not shown.
Binary file modified sound/machines/airlockopen.ogg
Binary file not shown.
Binary file modified sound/machines/beep.ogg
Binary file not shown.
Binary file modified sound/machines/blastdoor.ogg
Binary file not shown.
Binary file modified sound/machines/blender.ogg
Binary file not shown.
Binary file modified sound/machines/boltsdown.ogg
Binary file not shown.
Binary file modified sound/machines/boltsup.ogg
Binary file not shown.
Binary file modified sound/machines/chime.ogg
Binary file not shown.
Binary file modified sound/machines/click.ogg
Binary file not shown.
Binary file modified sound/machines/clockcult/ark_damage.ogg
Binary file not shown.
Binary file modified sound/machines/clockcult/ark_deathrattle.ogg
Binary file not shown.
Binary file modified sound/machines/clockcult/ark_recall.ogg
Binary file not shown.
Binary file modified sound/machines/clockcult/ark_scream.ogg
Binary file not shown.
Binary file modified sound/machines/clockcult/brass_skewer.ogg
Binary file not shown.
Binary file modified sound/machines/clockcult/eminence_command.ogg
Binary file not shown.
Binary file modified sound/machines/clockcult/eminence_selected.ogg
Binary file not shown.
Binary file modified sound/machines/clockcult/integration_cog_install.ogg
Binary file not shown.
Binary file modified sound/machines/clockcult/ocularwarden-dot1.ogg
Binary file not shown.
Binary file modified sound/machines/clockcult/ocularwarden-dot2.ogg
Binary file not shown.
Binary file modified sound/machines/clockcult/ocularwarden-target.ogg
Binary file not shown.
Binary file modified sound/machines/clockcult/stargazer_activate.ogg
Binary file not shown.
Binary file modified sound/machines/clockcult/steam_whoosh.ogg
Binary file not shown.
Binary file modified sound/machines/copier.ogg
Binary file not shown.
Binary file modified sound/machines/cryo_warning.ogg
Binary file not shown.
Binary file modified sound/machines/defib_SaftyOn.ogg
Binary file not shown.
Binary file modified sound/machines/defib_charge.ogg
Binary file not shown.
Binary file modified sound/machines/defib_failed.ogg
Binary file not shown.
Binary file modified sound/machines/defib_ready.ogg
Binary file not shown.
Binary file modified sound/machines/defib_saftyOff.ogg
Binary file not shown.
Binary file modified sound/machines/defib_success.ogg
Binary file not shown.
Binary file modified sound/machines/defib_zap.ogg
Binary file not shown.
Binary file modified sound/machines/deniedbeep.ogg
Binary file not shown.
Binary file modified sound/machines/ding.ogg
Binary file not shown.
Binary file modified sound/machines/disposalflush.ogg
Binary file not shown.
Binary file modified sound/machines/door_close.ogg
Binary file not shown.
Binary file modified sound/machines/door_locked.ogg
Binary file not shown.
Binary file modified sound/machines/door_open.ogg
Binary file not shown.
Binary file modified sound/machines/doorclick.ogg
Binary file not shown.
Binary file modified sound/machines/engine_alert1.ogg
Binary file not shown.
Binary file modified sound/machines/engine_alert2.ogg
Binary file not shown.
Binary file modified sound/machines/fryer/deep_fryer_1.ogg
Binary file not shown.
Binary file modified sound/machines/fryer/deep_fryer_2.ogg
Binary file not shown.
Binary file modified sound/machines/fryer/deep_fryer_emerge.ogg
Binary file not shown.
Binary file modified sound/machines/fryer/deep_fryer_immerse.ogg
Binary file not shown.
Binary file modified sound/machines/generator/generator_end.ogg
Binary file not shown.
Binary file modified sound/machines/generator/generator_mid1.ogg
Binary file not shown.
Binary file modified sound/machines/generator/generator_mid2.ogg
Binary file not shown.
Binary file modified sound/machines/generator/generator_mid3.ogg
Binary file not shown.
Binary file modified sound/machines/generator/generator_start.ogg
Binary file not shown.
Binary file modified sound/machines/hiss.ogg
Binary file not shown.
Binary file modified sound/machines/honkbot_evil_laugh.ogg
Binary file not shown.
Binary file modified sound/machines/juicer.ogg
Binary file not shown.
Binary file modified sound/machines/locktoggle.ogg
Binary file not shown.
Binary file modified sound/machines/microwave/microwave-end.ogg
Binary file not shown.
Binary file modified sound/machines/microwave/microwave-mid1.ogg
Binary file not shown.
Binary file modified sound/machines/microwave/microwave-mid2.ogg
Binary file not shown.
Binary file modified sound/machines/microwave/microwave-start.ogg
Binary file not shown.
Binary file modified sound/machines/ping.ogg
Binary file not shown.
Binary file modified sound/machines/scanbuzz.ogg
Binary file not shown.
Binary file modified sound/machines/shower/shower_end.ogg
Binary file not shown.
Binary file modified sound/machines/shower/shower_mid1.ogg
Binary file not shown.
Binary file modified sound/machines/shower/shower_mid2.ogg
Binary file not shown.
Binary file modified sound/machines/shower/shower_mid3.ogg
Binary file not shown.
Binary file modified sound/machines/shower/shower_start.ogg
Binary file not shown.
Binary file removed sound/machines/signal.ogg
Binary file not shown.
Binary file modified sound/machines/sm/supermatter1.ogg
Binary file not shown.
Binary file modified sound/machines/sm/supermatter2.ogg
Binary file not shown.
Binary file modified sound/machines/sm/supermatter3.ogg
Binary file not shown.
Binary file modified sound/machines/terminal_alert.ogg
Binary file not shown.
Binary file modified sound/machines/terminal_button01.ogg
Binary file not shown.
Binary file modified sound/machines/terminal_button02.ogg
Binary file not shown.
Binary file modified sound/machines/terminal_button03.ogg
Binary file not shown.
Binary file modified sound/machines/terminal_button04.ogg
Binary file not shown.
Binary file modified sound/machines/terminal_button05.ogg
Binary file not shown.
Binary file modified sound/machines/terminal_button06.ogg
Binary file not shown.
Binary file modified sound/machines/terminal_button07.ogg
Binary file not shown.
Binary file modified sound/machines/terminal_button08.ogg
Binary file not shown.
Binary file modified sound/machines/terminal_insert_disc.ogg
Binary file not shown.
Binary file modified sound/machines/terminal_off.ogg
Binary file not shown.
Binary file modified sound/machines/terminal_on.ogg
Binary file not shown.
Binary file modified sound/machines/terminal_prompt.ogg
Binary file not shown.
Binary file modified sound/machines/terminal_prompt_confirm.ogg
Binary file not shown.
Binary file modified sound/machines/terminal_prompt_deny.ogg
Binary file not shown.
Binary file modified sound/machines/triple_beep.ogg
Binary file not shown.
Binary file modified sound/machines/twobeep.ogg
Binary file not shown.
Binary file modified sound/machines/ventcrawl.ogg
Binary file not shown.
Binary file modified sound/machines/warning-buzzer.ogg
Binary file not shown.
Binary file modified sound/machines/windowdoor.ogg
Binary file not shown.
Binary file modified sound/magic/RATTLEMEBONES.ogg
Binary file not shown.
Binary file modified sound/magic/RATTLEMEBONES2.ogg
Binary file not shown.
Binary file modified sound/magic/blind.ogg
Binary file not shown.
Binary file modified sound/magic/blink.ogg
Binary file not shown.
Binary file modified sound/magic/castsummon.ogg
Binary file not shown.
Binary file modified sound/magic/charge.ogg
Binary file not shown.
Binary file modified sound/magic/clockwork/anima_fragment_attack.ogg
Binary file not shown.
Binary file modified sound/magic/clockwork/anima_fragment_death.ogg
Binary file not shown.
Binary file modified sound/magic/clockwork/ark_activation.ogg
Binary file not shown.
Binary file modified sound/magic/clockwork/fellowship_armory.ogg
Binary file not shown.
Binary file modified sound/magic/clockwork/invoke_general.ogg
Binary file not shown.
Binary file modified sound/magic/clockwork/narsie_attack.ogg
Binary file not shown.
Binary file modified sound/magic/clockwork/ratvar_attack.ogg
Binary file not shown.
Binary file modified sound/magic/clockwork/scripture_tier_up.ogg
Binary file not shown.
Binary file modified sound/magic/cowhead_curse.ogg
Binary file not shown.
Binary file modified sound/magic/curse.ogg
Binary file not shown.
Binary file modified sound/magic/demon_attack1.ogg
Binary file not shown.
Binary file modified sound/magic/demon_consume.ogg
Binary file not shown.
Binary file modified sound/magic/demon_dies.ogg
Binary file not shown.
Binary file modified sound/magic/disable_tech.ogg
Binary file not shown.
Binary file modified sound/magic/disintegrate.ogg
Binary file not shown.
Binary file modified sound/magic/enter_blood.ogg
Binary file not shown.
Loading

0 comments on commit d4f678a

Please sign in to comment.