t-affeldt / regional_weather

A diverse weather pack for Minetest using Climate API
https://forum.minetest.net/viewtopic.php?f=9&t=24569
Other
4 stars 2 forks source link
gamedev minetest minetest-mod particles weather

Regional Weather

A weather pack for Climate API by Till Affeldt (TestificateMods)

Not every biome is the same and neither should their weather be. Regional Weather controls its effects with the local climate in mind. Experience the humid air of the rain forest and harsh desert sandstorms.

Troubleshooting

Regional Weather depends on Climate API in order to function. Generally speaking, most mods should be compatible to it.

If you notice odd movement speeds or jump heights of players, you should check for mods that also modify player physics. Use a compatibility mod like player_monoids or playerphysics to get rid of this problem. This requires the conflicting mod to also support the chosen compatibility layer.

Mods that modify the sky (including skybox, moon, sun, stars and clouds) are sadly not fully compatible because they conflict with Climate API's sky system. You should deactivate the sky features in either mod. You can do this in Climate API's settings using the Override the skybox option. If you're a mod maker then you can also optionally depend on climate_api and use climate_api.skybox.add_layer(playername, layer_name, options) to register your skybox change in a compatible way. Note that you need at least Minetest v5.2.0 for skybox changes to have any effect.

Conflicting skybox changes include the weather mod included in vanilla Minetest Game. You will want to disable that mod in order to use the more advanced cloud system introduced by Climate API. Head to Settings → All Settings → Games → Minetest Game and set Enable weather to Disabled. This setting will only exist if you are using Minetest Game v5.2.0 or higher.

If you experience performance issues, the Performance section of Climate API's configuration section is a great place to start looking for a solution.

The following mods are recommended to be installed alongside Regional Weather:

For easier installation, you can get a lot of these mods as part of my Climate Modpack.

Configuration Options

You can find all mod configuration options in your Minetest launcher. Go to Settings → All Settings → Mods → regional_weather to change them. Also check out the options inside the climate_api section for additional configuration options, including performance tweaks and feature switches.

Features

World Configuration

License information

Source Code

Unless otherwise stated, this source code is written entirely by myself. You are free to use it under a GNU Lesser General Public License version 3. You can find respective rights and conditions in the attached LICENSE file. The entire source code is available on Github.

Particles

Block Textures

Sounds

HUD Overlays

Assets in screenshots

Full License Conditions