Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
Apologies if you've had troubles connecting to the site, you may need a VPN to access it. Staff are also facing issues connecting, so if it's urgent please message Cat on-site or through Discord directly.
Hey Guest, staff applications are open! If you are interested in becoming a forum staff member and/or Discord staff member, please apply through this Google Formbefore April 2! You can also message Cat with any questions.
Okay... that's peculiar. So, the weather system seems to be working. When I started the game with those settings it immediately started raining which is a good sign. I saved, went into config, changed it to 100% snow and 0% rain, went back in, and it was still raining. Normal so far. I talk to...
I turned that on when testing and forgot to disable it. I tried again with NO_WEATHER to false and obviously now it works haha, so I guess the issue really was that I was not using WeatherConfig::ZONE_WEATHER_SUMMER to define the other seasonal weathers. Thanks a whole lot, you really helped me...
Okay so I changed it and the error is still there. At this point I'm just going to give you my whole configuration file, maybe things will be a bit clearer that way ? (I also changed back the pbInitializeWeather to the way it originally was)...
I updated the pbInitializeWeather function to this, I hope I understood that was what you wanted me to do :
def pbInitializeWeather
zoneWeather = WeatherConfig::ZONE_WEATHER_SUMMER
for i in 0...$WeatherSystem.zoneMaps.length
chance = 0
last = 0
prob = []
for j in...
Yeah I just noticed it too, all the errors so far have been about the variable not being initialised, this is the first time the problem comes from the configuration data lol. But anyways, here it is :
#===============================================================================
# * Season...
I tried both methods but the issue remains. And it's the same problem too : the $WeatherSystem is never initialised. Here's the exact error if you need more details :
[2023-11-25 16:43:14 +0100]
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.5]
Exception: NoMethodError
Message...
I did, I started a new file and my character changed maps multiple time, even starting from the Intro map. My Intro map is not the same as the one from vanilla essentials though. I actually kept the whole vanilla essentials in my project, in case I need to test for things, just not using them...
Okay so this is kind of weird, and I'm not exactly sure what's causing it. The weather system just absolutely does not work, even after changing the configuration file to the maps I want the weather to be in. It just does nothing.
So, after a bit of testing, I think I know what the issue is ...