diff --git a/changelog.txt b/changelog.txt index a364178..45f801a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -6,6 +6,7 @@ Date: ??? - added decentralised PyPP cache file - fixed crash when used with circuit processing mod by trainwreck - added circuit connections to the molybdenum mine + - turned off idle sounds for compressor (https://github.com/pyanodon/pybugreports/issues/332) --------------------------------------------------------------------------------------------------- Version: 2.0.6 Date: 2023-7-25 diff --git a/prototypes/buildings/compressor-mk01.lua b/prototypes/buildings/compressor-mk01.lua index 809a151..59bbdfb 100644 --- a/prototypes/buildings/compressor-mk01.lua +++ b/prototypes/buildings/compressor-mk01.lua @@ -166,7 +166,6 @@ ENTITY { vehicle_impact_sound = {filename = "__base__/sound/car-metal-impact.ogg", volume = 0.65}, working_sound = { sound = {filename = "__pyfusionenergygraphics__/sounds/compressor.ogg", volume = 0.7}, - idle_sound = {filename = "__pyfusionenergygraphics__/sounds/compressor.ogg", volume = 0.3}, apparent_volume = 2.5 } } diff --git a/prototypes/buildings/compressor-mk02.lua b/prototypes/buildings/compressor-mk02.lua index 90b0013..e0b2174 100644 --- a/prototypes/buildings/compressor-mk02.lua +++ b/prototypes/buildings/compressor-mk02.lua @@ -165,7 +165,6 @@ ENTITY { vehicle_impact_sound = {filename = "__base__/sound/car-metal-impact.ogg", volume = 0.65}, working_sound = { sound = {filename = "__pyfusionenergygraphics__/sounds/compressor.ogg", volume = 0.7}, - idle_sound = {filename = "__pyfusionenergygraphics__/sounds/compressor.ogg", volume = 0.3}, apparent_volume = 2.5 } } diff --git a/prototypes/buildings/compressor-mk03.lua b/prototypes/buildings/compressor-mk03.lua index 0c72e63..eb9d680 100644 --- a/prototypes/buildings/compressor-mk03.lua +++ b/prototypes/buildings/compressor-mk03.lua @@ -164,7 +164,6 @@ ENTITY { vehicle_impact_sound = {filename = "__base__/sound/car-metal-impact.ogg", volume = 0.65}, working_sound = { sound = {filename = "__pyfusionenergygraphics__/sounds/compressor.ogg", volume = 0.7}, - idle_sound = {filename = "__pyfusionenergygraphics__/sounds/compressor.ogg", volume = 0.3}, apparent_volume = 2.5 } } diff --git a/prototypes/buildings/compressor-mk04.lua b/prototypes/buildings/compressor-mk04.lua index 7f846ab..d51091b 100644 --- a/prototypes/buildings/compressor-mk04.lua +++ b/prototypes/buildings/compressor-mk04.lua @@ -165,7 +165,6 @@ ENTITY { vehicle_impact_sound = {filename = "__base__/sound/car-metal-impact.ogg", volume = 0.65}, working_sound = { sound = {filename = "__pyfusionenergygraphics__/sounds/compressor.ogg", volume = 0.7}, - idle_sound = {filename = "__pyfusionenergygraphics__/sounds/compressor.ogg", volume = 0.3}, apparent_volume = 2.5 } }