Skip to content

Commit

Permalink
turned off idle sounds for compressor
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Nov 20, 2023
1 parent f2a6000 commit 7e98c55
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion prototypes/buildings/compressor-mk01.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
1 change: 0 additions & 1 deletion prototypes/buildings/compressor-mk02.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
1 change: 0 additions & 1 deletion prototypes/buildings/compressor-mk03.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
1 change: 0 additions & 1 deletion prototypes/buildings/compressor-mk04.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

0 comments on commit 7e98c55

Please sign in to comment.