Skip to content

Releases: makamys/MAtmos

MAtmos 34.2 for Minecraft 1.12.2

14 Apr 06:43
Compare
Choose a tag to compare
  • Improved indoor scanning by raycast scanning through walls
  • Moved F3+T hint back to menu
  • LiteLoader: fixed SoundSystem not getting overridden
  • Fixed crashing or not getting detected when other Mixin mods are present
  • Fixed crash when profiler is opened while MAtmos is disabled
  • Fixed ScanAir.isTransparentToSound() logic

Starting with this release, I'm building Mixin 0.7 versions for compatibility with outdated mods (the normal version of MAtmos uses Mixin 0.8).

1.12.2-v34.2

13 Apr 20:29
Compare
Choose a tag to compare

ignore meh

MAtmos 34.3 for Minecraft 1.7.10

13 Apr 20:33
Compare
Choose a tag to compare
  • Improved indoor scanning by raycast scanning through walls
  • Moved F3+T hint back to menu
  • Fixed crashing or not getting detected when other Mixin mods are present
  • Fixed crash when profiler is opened while MAtmos is disabled
  • Fixed ScanAir.isTransparentToSound() logic

MAtmos 34.2 for Minecraft 1.7.10

18 Mar 04:17
Compare
Choose a tag to compare
  • Fixed target version being 1.12.2. This fixes the update notifier wrongly checking for 1.12.2 versions.

MAtmos 34.1 for Minecraft 1.12.2

08 Mar 00:12
Compare
Choose a tag to compare
  • Fixed crash when opening MAtmos menu with the ambient volume set to 0%
  • Updated SoundSystem for LiteLoader builds (fixes sounds occasionally going silent until the resource packs are reloaded)
  • Moved hint about reloading resource packs to the Advanced menu

MAtmos 34.1 for Minecraft 1.7.10

18 Mar 03:53
c9f30f2
Compare
Choose a tag to compare
  • Fixed paulscode SoundSystem not getting overloaded. This fixes streamed sounds sometimes going silent until the resources are reloaded.

MAtmos 34 for Minecraft 1.7.10

08 Mar 00:06
Compare
Choose a tag to compare

Backport of MAtmos 34.1 from 1.1.12 to 1.7.10.

MAtmos 34 for Minecraft 1.12.2

01 Mar 07:09
f69dca3
Compare
Choose a tag to compare
  • 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 also built for Forge
  • Made large_scanner more responsive
  • Many bug fixes and performance improvements

Changes for soundpack authors

  • Finished implementing streamed sounds
  • New scanner: scan_raycast scans the blocks near the hits of roughly uniformly distributed rays. Has a weighted version (raycast_w) which gives a smaller weight the further away the block is.
    Variables:
    • .spaciousness: Larger the more spacious the player's environment is
      (e.g. low in a cave, high in an expansive area)
    • .is_outdoors: boolean which is true if the player is outdoors
  • New scanner: scan_air finds nearby skylit air blocks using a flood fill until a threshold is reached. Used internally for indoor detection. It exposes the .is_near_surface boolean variable
  • scan_large and scan_raycast have _above and _below versions which only count blocks above and below the player, respectively
  • w_general has 4 new fields: can_snow_here, biome_is_snowy, biome_temperature, biome_rainfall
  • Additions to json format (see the mat_zen soundpack for examples):
    • New built-in sets: _OUTDOORS, _INDOORS and _DEEP_INDOORS
    • A machine can have multiple streams which will all be played when the machine is active (stream can be a list)
    • Machines can be dual machines (using stream_pair and event_pair), which is a shorthand for having an indoors and and outdoors variation of the machine
    • Prefixing a set with ! in a machine means its negated version
  • mat_pack.json:
    • Required MAtmos version can be specified (engineversion)
    • updatejson URL can be specified (uniquename and version must also be specified)
  • expansions.json:
    • Global volume for the expansion can be set through the volumemodifier property

MAtmos r28b for Minecraft 1.7.10

18 Jun 16:18
Compare
Choose a tag to compare

Reupload of release downloaded from http://minecraft.ha3.eu/matmos/ on 2019-11-20, when it was still online.

MAtmos r26b for Minecraft 1.6.4

18 Jun 17:46
Compare
Choose a tag to compare

Reupload of release downloaded from http://minecraft.ha3.eu/matmos/ on 2019-07-28, when it was still online.