Having No Storms Naturally Spawn in a Forge Multiplayer Server.
JasonBean-99 opened this issue ยท 6 comments
I run a 1.12.2 Minecraft server with Forge and about 50 other mods, I have tried increasing options inside of the storm. config and have had no luck, perhaps I am changing the wrong things but I just cannot get any storms, tornados, hurricanes or thunder, rain to spawn in. Clouds do appear but just no weather at all
(My Configs are included below had to change to TXT for them to upload)
Storm.txt
Tornado.txt
Tried this on my server still no storms.
Try setting Server_Storm_deadlyOddsto1 to like 5 or 2, but thats really strange that you're not getting storms. Also if you hover your cursor over the text in the weatherCFG it'll tell you what they do, still though very complicated mod trying to dial it in myself.
Also try editing anything with the name Server in front of it, that might do the trick.
You need to identify whether you are running storms per player, or just by a server delay.
Storm.cfg - Server_Storm_Deadly_UseGlobalRate is used to only allow storms to spawn at a set delay. If you have this off, a storm will generate for every player in the server after a set delay. You can change the player storm deadly delay and odds to make storms per player more frequent, or make it to where server storms have a much lower delay and better odds to spawn.
Storm.cfg - Storm_MaxPerPlayerPerLayer controls how many storms can exist in a dimension. Setting this higher will allow for more than the default 20 storms to spawn.
If you live on a continent no where near the ocean, then change Storm.cfg - Storm_OddsTo1OfLandBasedStorm from -1 to something higher. This will allow storms to develop in the middle of the continent.
If you want storms to go towards the nearest player, turn on Storm.cfg - Storm_Tornado_aimAtPlayerOnSpawn.
Storm.cfg - Storm_Tornado_aimAtPlayerAngleVariance controls how accurate the storm will be in angles. For example, setting it to 90 means it can aim directly at you, or be off by 45 degrees. Imagine it like a cone on a radar. 180 is half a circle.
Storm.cfg - preventServerThunderstorms does nothing to help with your situation. What is does is prevent vanilla thunderstorms from happening.