Version 0.5.0 for fabric 1.18.x
NOTE: This update changed the config format again, please DELETE YOUR CONFIG FILE before loading the game with this version. You may need to update Fabric Modloader as well.
A lot was added/changed in this update! Take a look:
- You no longer have to mark a special setting every time you change the config
- You can now edit material properties in the config screen using ModMenu
- Added extra compatibility with Plasmo Voice 1.2.9: You can now hear reverb from your own voice when using both mods
- Added Multithreading capability; Workload can now be split among the cores of your computer, drastically improving performance
- More tweaks were made to increase performance by another 40-50%
- There is no longer a Direction Randomness setting, since it no longer has a purpose.
- SoundPhysics now waits 20 seconds after world load before initializing.
Developer Notes:
- Logging and debug info is now handled much better
- Problems with the config format are now dealt with more elegantly
- Collapsible sections were added to many long map definitions, presets, etc.
- A lot of
float
values were replaced withdouble
s - SoundPhysics now uses a
PrecomputedConfig
class as a buffer between the config and the rest of the mod - SoundPhysics now mixes into Cloth Config to stabilize the config screen