From 4b1f978fcd28b979bc23f4182adaa5a96ee01d0d Mon Sep 17 00:00:00 2001 From: Jaeger <80431951+Kilmented@users.noreply.github.com> Date: Fri, 24 Apr 2026 10:51:58 -0500 Subject: [PATCH 1/4] cuts asteroids/salvage density in half --- Resources/Prototypes/World/noise_channels.yml | 2 +- Resources/Prototypes/_Crescent/PortedShit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/World/noise_channels.yml b/Resources/Prototypes/World/noise_channels.yml index 668b338dd35..5fde17ec914 100644 --- a/Resources/Prototypes/World/noise_channels.yml +++ b/Resources/Prototypes/World/noise_channels.yml @@ -8,7 +8,7 @@ clippedValue: 1.658 # magic number for chunk size. inputMultiplier: 6 # Makes density hopefully low noise in the local area while still being interesting at scale. outputMultiplier: 50.0 # We scale density up significantly for more human-friendly numbers. - minimum: 45.0 + minimum: 22.5 # was 45 - type: noiseChannel id: DensityUnclipped diff --git a/Resources/Prototypes/_Crescent/PortedShit.yml b/Resources/Prototypes/_Crescent/PortedShit.yml index 88a9e8fcd32..b0717870da9 100644 --- a/Resources/Prototypes/_Crescent/PortedShit.yml +++ b/Resources/Prototypes/_Crescent/PortedShit.yml @@ -493,7 +493,7 @@ clippedValue: 1.658 # magic number for chunk size. inputMultiplier: 10 # Makes density hopefully low noise in the local area while still being interesting at scale. outputMultiplier: 75.0 # Increased from 50.0 to 75.0 for more debris - minimum: 45.0 # Increased from 45.0 to 60.0 for higher base density + minimum: 22.5 # bigger = bigger base density. was 45 -> 60 -> 45 -> 22.5 - type: noiseChannel id: WreckGraveyard From 2725eef24bec633bc7c76030a1b3bbbdcb7622e0 Mon Sep 17 00:00:00 2001 From: Jaeger <80431951+Kilmented@users.noreply.github.com> Date: Fri, 24 Apr 2026 12:53:29 -0500 Subject: [PATCH 2/4] attempt number 2 --- Resources/Prototypes/World/noise_channels.yml | 6 +++--- Resources/Prototypes/_Crescent/PortedShit.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/World/noise_channels.yml b/Resources/Prototypes/World/noise_channels.yml index 5fde17ec914..9f427b709fe 100644 --- a/Resources/Prototypes/World/noise_channels.yml +++ b/Resources/Prototypes/World/noise_channels.yml @@ -6,9 +6,9 @@ clippingRanges: - 0.4, 0.6 clippedValue: 1.658 # magic number for chunk size. - inputMultiplier: 6 # Makes density hopefully low noise in the local area while still being interesting at scale. - outputMultiplier: 50.0 # We scale density up significantly for more human-friendly numbers. - minimum: 22.5 # was 45 + inputMultiplier: 3 # Makes density hopefully low noise in the local area while still being interesting at scale. + outputMultiplier: 75.0 # We scale density up significantly for more human-friendly numbers. + minimum: 45.0 - type: noiseChannel id: DensityUnclipped diff --git a/Resources/Prototypes/_Crescent/PortedShit.yml b/Resources/Prototypes/_Crescent/PortedShit.yml index b0717870da9..6e94c9335ea 100644 --- a/Resources/Prototypes/_Crescent/PortedShit.yml +++ b/Resources/Prototypes/_Crescent/PortedShit.yml @@ -493,7 +493,7 @@ clippedValue: 1.658 # magic number for chunk size. inputMultiplier: 10 # Makes density hopefully low noise in the local area while still being interesting at scale. outputMultiplier: 75.0 # Increased from 50.0 to 75.0 for more debris - minimum: 22.5 # bigger = bigger base density. was 45 -> 60 -> 45 -> 22.5 + minimum: 45 # Increased from 45.0 to 60.0 for higher base density - type: noiseChannel id: WreckGraveyard From 220ee640c245e6fb38296e256f5e23e1de8821a0 Mon Sep 17 00:00:00 2001 From: Jaeger <80431951+Kilmented@users.noreply.github.com> Date: Fri, 24 Apr 2026 12:54:27 -0500 Subject: [PATCH 3/4] small addendum --- Resources/Prototypes/_Crescent/PortedShit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/_Crescent/PortedShit.yml b/Resources/Prototypes/_Crescent/PortedShit.yml index 6e94c9335ea..88a9e8fcd32 100644 --- a/Resources/Prototypes/_Crescent/PortedShit.yml +++ b/Resources/Prototypes/_Crescent/PortedShit.yml @@ -493,7 +493,7 @@ clippedValue: 1.658 # magic number for chunk size. inputMultiplier: 10 # Makes density hopefully low noise in the local area while still being interesting at scale. outputMultiplier: 75.0 # Increased from 50.0 to 75.0 for more debris - minimum: 45 # Increased from 45.0 to 60.0 for higher base density + minimum: 45.0 # Increased from 45.0 to 60.0 for higher base density - type: noiseChannel id: WreckGraveyard From 44279357e9030798a56657a35c8f29bc14228a45 Mon Sep 17 00:00:00 2001 From: Jaeger <80431951+Kilmented@users.noreply.github.com> Date: Fri, 24 Apr 2026 13:00:47 -0500 Subject: [PATCH 4/4] tripled instead --- Resources/Prototypes/World/noise_channels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/World/noise_channels.yml b/Resources/Prototypes/World/noise_channels.yml index 9f427b709fe..7e2685d239e 100644 --- a/Resources/Prototypes/World/noise_channels.yml +++ b/Resources/Prototypes/World/noise_channels.yml @@ -6,8 +6,8 @@ clippingRanges: - 0.4, 0.6 clippedValue: 1.658 # magic number for chunk size. - inputMultiplier: 3 # Makes density hopefully low noise in the local area while still being interesting at scale. - outputMultiplier: 75.0 # We scale density up significantly for more human-friendly numbers. + inputMultiplier: 18 # Makes density hopefully low noise in the local area while still being interesting at scale. + outputMultiplier: 150.0 # We scale density up significantly for more human-friendly numbers. minimum: 45.0 - type: noiseChannel