• 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 Form before April 2! You can also message Cat with any questions.

Search results

  1. Blakeline

    Resource [20.1+] Weather System

    That seems to have done it ! Thank you so much, this has honestly been a huge help. Glad I could track an issue down !
  2. Blakeline

    Resource [20.1+] Weather System

    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...
  3. Blakeline

    Resource [20.1+] Weather System

    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...
  4. Blakeline

    Resource [20.1+] Weather System

    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)...
  5. Blakeline

    Resource [20.1+] Weather System

    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...
  6. Blakeline

    Resource [20.1+] Weather System

    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...
  7. Blakeline

    Resource [20.1+] Weather System

    I have a lot of plugins installed, maybe there's some conflict or smth... I'm gonna try and solve this by myself, but thank you for your help !
  8. Blakeline

    Resource [20.1+] Weather System

    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...
  9. Blakeline

    Resource [20.1+] Weather System

    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...
  10. Blakeline

    Resource [20.1+] Weather System

    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 ...
Back
Top