Перейти к содержимому
Mineforgian

MAtmos

MAtmos is a sound atmosphere generator for Minecraft.

163K загрузок23 подписчиковLicenseRef-Customforge

Обновлён 14 февраля 2024 г. · опубликован 31 июля 2021 г.

MAtmos

MAtmos is a sound atmosphere generator for Minecraft 1.12 and 1.7.10. Originally created by Hurricaaane, it is now maintained by the community.

Whenever you join a multiplayer server or single-player world, MAtmos will search your surroundings and generates a soundscape of natural noises to match, filling out that perpetual silence of Minecraft.

What's new?

* New system for detecting when the player is outdoors, indoors, or deep indoors
* A new soundpack making use of the new features: Matmos 2020 "Zen"
* Update checking for sound packs which support it
* Versions are now built for Forge
* Many bug fixes and performance improvements

Soundpacks

MAtmos lets you create your own soundscapes using special resource packs called soundpacks. Some of the ones that have been created are:

MAtmos 2020 "Zen"

The flagship soundpack, featuring seamless loops and indoors/outdoors variations for ambiences. It aims to add high quality sounds that enhance the atmosphere without feeling out of place. (MAtmos 34 or higher required.)

Download: GitHub / CurseForge

(by makamys)

Default soundpack (+introduction)

The original MAtmos soundpack from 2012, updated to work on the latest version.

Download: GitHub / CurseForge

(by Hurricaaane)

Rhapsodia

Rhapsodia's goal is to enhance the audio experience in Minecraft. So, now the rain looks like rain, thunder is thundering hard, or you can drink your potion without sounding like your grand-ma while she eats her soup.

Download: GitHub

(by Sarys)

More soundpacks

https://github.com/makamys/MAtmos/wiki/Soundpacks

Usage

By default, MAtmos does not include any sounds. To get started, move the soundpacks you want to your resource packs folder an enable them.

Pressing F4 opens the MAtmos settings menu which can be used to adjust the volume levels of the individual expansions that make up soundpacks. You can even combine different expansions from different soundpacks! Customize your experience to exactly the way you like it.

Suggested companion mods

Dynamic Surroundings for better footstep sounds. (Yes, it's compatible.) Disable its biome sounds in the config to only get the footsteps.

Sound Filters / Sound Physics (1.7.10 fork) for reverb and muffling of sounds behind walls.

Mixin troubleshooting

MAtmos uses Mixin in order to apply some modifications to the game. The regular versions of the mod jars embed Mixin, so MAtmos can run standalone: the 1.7.10 version embeds Mixin 0.7.11, while the 1.12.2 version embeds Mixin 0.8.3. However, this can cause issues with other mods if they provide or require a different version.

If you're getting Mixin errors on launch, try these steps in order:

  1. Use the versions of MAtmos ending in +nomixin, which do not embed Mixin (but require a different mod to provide the library).
  2. Add a Mixin bootstrap mod, such as MixinBooter on 1.12.2 or UniMixins on 1.7.10.

Additionally, there are some mods that use ASM transformers which break when Mixin is present. Mixingasm can be used to fix this. UniMixins includes it on 1.7.10, and on 1.12.2 you can add just its Mixingasm module next to MixinBooter.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.12.2-36.0.1Релиз1.12.2forge14 февраля 2024 г..jar (1.6 МБ)
1.7.10-36.0.1Релиз1.7.10forge14 февраля 2024 г..jar (4.2 МБ)
1.12.2-36Релиз1.12.2forge27 октября 2023 г..jar (1.6 МБ)
1.7.10-36Релиз1.7.10forge27 октября 2023 г..jar (4.2 МБ)
1.12.2-35.4.8Релиз1.12.2forge12 мая 2023 г..jar (1.6 МБ)
1.7.10-35.4.8Релиз1.7.10forge12 мая 2023 г..jar (4.2 МБ)
1.12.2-35.4.7Релиз1.12.2forge4 сентября 2022 г..jar (1.6 МБ)
1.7.10-35.4.7Релиз1.7.10forge4 сентября 2022 г..jar (4.2 МБ)
1.12.2-35.4.6Релиз1.12.2forge1 сентября 2022 г..jar (1.6 МБ)
1.7.10-35.4.6Релиз1.7.10forge1 сентября 2022 г..jar (4.2 МБ)
1.12.2-35.4.5Релиз1.12.2forge24 августа 2022 г..jar (1.6 МБ)
1.7.10-35.4.5Релиз1.7.10forge24 августа 2022 г..jar (4.2 МБ)
1.12.2-35.4.4Релиз1.12.2forge24 августа 2022 г..jar (1.6 МБ)
1.7.10-35.4.4Релиз1.7.10forge24 августа 2022 г..jar (4.2 МБ)
1.12.2-35.4.3Релиз1.12.2forge17 июня 2022 г..jar (1.6 МБ)

Показаны последние 15 из 24 версий. Все версии — на Modrinth.

Ченджлог

1.12.2-36.0.1Релиз1.12.2 · 14 февраля 2024 г.
  • Added @MCVersion annotation to core plugin to fix warning (by @glowredman)
1.7.10-36.0.1Релиз1.7.10 · 14 февраля 2024 г.
  • Added @MCVersion annotation to core plugin to fix warning (by @glowredman)
1.12.2-36Релиз1.12.2 · 27 октября 2023 г.
  • Made some improvements that allow sound packs to be more accurate (e.g. less missed/misfired weapon hit sounds)
    • Modules other than the scanners are now updated every tick rather than every other tick
    • Ticking is now done on client ticks, rather than on the first render tick following a client tick
    • ply_action.swinging is now set on the same tick the player clicks (which is one tick earlier than before), and stays on as long as the player is digging or spam clicking
    • Fixed sqrt values in ply_motion being 1000 times smaller than intended
    • (1.7) Fixed legacy_hitscan module using a wrong Y coordinate. (Fixes mat_default2016-1.2.1 playing whack sounds when clicking a vanilla chest with a sword.)
  • Greatly reduced default log verbosity. Log messages are now split into four groups:
    • Essential messages. Always visible.
    • Soundpack-related messages. Visible when in dev/editor mode, or when the -Dmatmos.log.soundpack=true JVM flag is set.
    • Alias map-related messages. Visible when the log.category.aliasmap config option is enabled.
    • Messages used for debugging MAtmos itself. Visible when the -Dmatmos.log.engine=true JVM flag is set.
  • Removed the configvars module (which created dataconfigvars.cfg), since it was unused and seemingly broken since its inception.
1.7.10-36Релиз1.7.10 · 27 октября 2023 г.
  • Made some improvements that allow sound packs to be more accurate (e.g. less missed/misfired weapon hit sounds)
    • Modules other than the scanners are now updated every tick rather than every other tick
    • Ticking is now done on client ticks, rather than on the first render tick following a client tick
    • ply_action.swinging is now set on the same tick the player clicks (which is one tick earlier than before), and stays on as long as the player is digging or spam clicking
    • Fixed sqrt values in ply_motion being 1000 times smaller than intended
    • (1.7) Fixed legacy_hitscan module using a wrong Y coordinate. (Fixes mat_default2016-1.2.1 playing whack sounds when clicking a vanilla chest with a sword.)
  • Greatly reduced default log verbosity. Log messages are now split into four groups:
    • Essential messages. Always visible.
    • Soundpack-related messages. Visible when in dev/editor mode, or when the -Dmatmos.log.soundpack=true JVM flag is set.
    • Alias map-related messages. Visible when the log.category.aliasmap config option is enabled.
    • Messages used for debugging MAtmos itself. Visible when the -Dmatmos.log.engine=true JVM flag is set.
  • Removed the configvars module (which created dataconfigvars.cfg), since it was unused and seemingly broken since its inception.
1.12.2-35.4.8Релиз1.12.2 · 12 мая 2023 г.
  • Removed useless error message about _DYNAMIC module missing
1.7.10-35.4.8Релиз1.7.10 · 12 мая 2023 г.
  • Removed useless error message about _DYNAMIC module missing
1.12.2-35.4.7Релиз1.12.2 · 4 сентября 2022 г.
  • Fixed crash when initializing config that happened on Linux systems
1.7.10-35.4.7Релиз1.7.10 · 4 сентября 2022 г.
  • Fixed crash when initializing config that happened on Linux systems

Полная история изменений — на Modrinth.

Комментарии

Загружаем…