Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
RimWorld is an overall great game but sound design is absolutely, definitely not its strong suit.
If anyone here could find the exact XML responsible for stonecutting and mining I'd love to give it a try as a modder but last time I looked I got nowhere with it.
The XML file is in \Core\Defs\SoundDefs\ and it's called Interact_Oneshots_Misc.xml
Open that file and CTRL+F search for "mine". There's only one hit so you can't get the wrong one.
After finding it it's as simple as changing the volumeRange to 0~0 so it should look like this:
<volumeRange>0~0</volumeRange>
As for stonecutting hammer sound, you will find the file in the same folder as mentioned above. This file is called Interact_Sustainers_Work.xml
CTRL+F search for "hammer". Same here, there's only one hit. Change volumeRange to 0~0 to make it completely silent or change it to another smaller value you see fit.
Best of luck! :)