• 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.
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!

Search results

  1. LinKazamine

    Resource [20.1+] Weather System

    Since the problem now is only with the probabilities of the weather, the places where I have to look for that are really small so it's faster to fix. Or to try to, at least. After checking the fix I did, I noticed that I told the plugin to check the wrong number when looking if the probability...
  2. LinKazamine

    Resource [20.1+] Weather System

    LinKazamine updated [20.1+] Weather System with a new update entry: 1.3.6 Read the rest of this update entry...
  3. LinKazamine

    v21.1 [20.1+] Weather System - 1.3.6

    Fixed (hopefully) the error where weather with 0 probability is picked as a valid weather for a zone. Updated the link in the metafile.
  4. LinKazamine

    Resource [20.1+] Weather System

    It's sort of intentional. In the configuration file, there is the CHANGE_MIDNIGHT option. If you set it to false, the plugin will use the CHANGE_TIME_MIN and CHANGE_TIME_MAX to choose a random number of hours for the weather to last. You can change those but by default is set to range between 1...
  5. LinKazamine

    Resource [20.1+] Weather System

    That is not that weird. The visual display of the weather is only updated when changing maps so if you didn't change maps after forcing the game to create (or update) the weather, it will not display any changes. If your test were of you starting the game on a map and not leaving it, then that...
  6. LinKazamine

    Resource [20.1+] Weather System

    That was an error that someone brought up some updates ago but I thought I solved it. I'll look at it again. But it seems that the plugin is working and picking the weather for the zones, which was my main worry there.
  7. LinKazamine

    Resource [20.1+] Weather System

    Is that for one of the maps for Dark Forest or the map for Route 2? If it's for the Dark Forest, it's weird that it picks weather with 0 probability...
  8. LinKazamine

    Resource [20.1+] Weather System

    Mmm... It seems that the plugin didn't initialize the weather variable for some reason. If you use pbInitializeWeather before the code for the forecast you still get an error? Also, the problems are on an existing save file, on a new game or both?
  9. LinKazamine

    Resource [20.1+] Weather System

    Deleting those lines will only display weather in the indoor maps if you add those maps into zones. Any maps that aren't added in the ZONE_MAPS array in the configuration will be ignored by the plugin and will not display any weather (unless it's defined in their metadata). In any case, if you...
  10. LinKazamine

    Resource [20.1+] Weather System

    Are those problems on an already existing save file? You will need to change maps (as in, move the character from one map to another) for the weather to update (it will only show it updated if you go to a map with a different weather or if it's time to change the weather of that zone). Be aware...
  11. LinKazamine

    Resource [20.1+] Weather System

    I don't seem to be able to replicate this error. Could you share some more information about when this error happens? When starting a new game? When continuing an existing saved game? Another situation (if so, what where you doing)?
  12. LinKazamine

    Resource [20.1+] Weather System

    Not with the plugin, but you can overwrite the music for the next battle (wild or trainer). This page explains how at the end of the "Music" section: https://essentialsdocs.fandom.com/wiki/Backgrounds_and_music#Music So, you could have events that only activate during certain seasons and...
  13. LinKazamine

    Resource [20.1+] Weather System

    Ok, after some testing, it seems that the change I made to allow for existing save files to load this plugin caused that problem. But only if there was an existing save file that was saved when the configuration file had different probabilities for the weather. At least, it started with sunny...
  14. LinKazamine

    Resource [20.1+] Weather System

    LinKazamine updated [20.1+] Weather System with a new update entry: 1.3.5 Read the rest of this update entry...
  15. LinKazamine

    v21.1 [20.1+] Weather System - 1.3.5

    Changed the code so the WeatherSystem variable is added to existing save files. Fixed an error when the minimum and maximum change time for weather is set the same. The only changes are in 01 - Main Code/01 - Main so there is no need to overwrite the configuration file. If the plugin doesn't...
  16. LinKazamine

    Resource [20.1+] Weather System

    The error seems to be with the range of hours for the weather change. It appears that I didn't check if setting both values as the same number would work. I'll update the fix shortly.
  17. LinKazamine

    Resource [20.1+] Notebook

    I'll upload the images again, though it seems that when I deleted the old code for the pictures they now appear under the credits. They are small, but you can distinguish what is in them without much problem.
  18. LinKazamine

    Resource [20.1+] Weather System

    It's for all maps though with some more additions I should be able to make it work only for certain zones. Zones can be as big as the entire game or as small as a single map. You define how many zones and what maps form them in the Configuration file, in the ZONE_MAPS array. This plugin...
  19. LinKazamine

    Resource [20.1+] Weather System

    Do you mean forcing a specific weather on a specific month? If so, it may be possible. I just made this up, so it may not work or have mistakes. For the configuration, add this anywhere between module WeatherConfig (at the start of the Configuration file) and the end at the very end of the...
  20. LinKazamine

    Resource [20.1+] Pokegear Themes

    The only thing I can think about is that the images are named wrong. Arcky tends to send me the new images in advance or tells me if an image needs a change of name so I recommend you compare the files with the ones in Theme 1, which is the one Arcky uses when making the new graphics. If that...
Back
Top