• The Eevee Expo Game Jam #10 has concluded, congratulations to all participants! Now it's time for the judges to play through the games, and you can play along to vote who deserves the community choice spotlight.
    You can check out the submitted games here!
    Play through the games and provide some feedback to the devs while you're at it!
  • Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!

Search results

  1. W

    Resource Encounter list UI (v19+)

    Sure! As I said I just created an array with the proper ordering I want, and then I create an empty hash that is then populated using this array. I also have removed HeadbuttHigh because I'm not using it in my game, but you can customize the order/number of encounters as you wish. This is the...
  2. W

    Resource [20.1+] Weather System

    Ooooh okay, now it is working perfectly. I knew it was just me not understanding how to configure it lol. Also thanks for the typo, I had def missed that 0 on the summer array
  3. W

    Resource [20.1+] Weather System

    The problem is both the display on the Town Map and the weather itself in the overworld. All the maps in the zone have rain or heavy rain, even the one I want to have storm instead (map 5, in the MAPS_SUBSTITUTE array in this case). Changing it to "exclude" did nothing, it also makes all maps...
  4. W

    Resource [20.1+] Weather System

    Hey, it's me again, sorry to bother you 😅. I just think I don't understand how weather substitution works. I'm trying to have a specific map inside a zone have storm when the rest of the zone has rain or heavy rain, but I am not able to make it work, it rains on the map too. The weather forecast...
  5. W

    Resource The Gen 9 Move Animation Project

    I also have crashes when the opponent uses some moves, for me (I hgaven't tested the rest) mainly happen with Mega Drain and Seismic Toss. It is also a different message error and crashes only sometimes, apparently random, whic is even weirder. It happens when playing on android via joiplay...
  6. W

    Resource [20.1+] Weather System

    The new update works fantastic, thanks for being so quick with it. Now it is translated and everything is ok. Thanks again 😄
  7. W

    Resource [20.1+] Weather System

    It does not. I've tried both console (echoln) and pbmessage, both untranslated. Weird indeed
  8. W

    Resource [20.1+] Weather System

    I tried as you suggest but no luck, it just does not translate any of the weather variables defined in pbWeatherForecast, although it does translate the message itself. If I can't do it properly I guess I'll just type the translated words directly inside the _INTL clauses
  9. W

    Resource [20.1+] Weather System

    Thanks, now it works perfectly! One more thing though, I was tinkering with the forecast script and found that because of the downcase method, the text is not translated when showing the message. I've tried to include both capitalized and downcased versions of the text to the translating file...
  10. W

    Resource [20.1+] Weather System

    Hey, great plugin, I've set up my zones and everything seems to work fine, but I just can't find the graphics for the weather display on Town Map. Are they not included in the download zip for any reason? Where can I get them?
  11. W

    Resource Animated Pokemon System [DBK Add-On] [v21.1]

    Yeah, this one. Ok then I guess I'll delete it and show the starters via other method
  12. W

    Resource Animated Pokemon System [DBK Add-On] [v21.1]

    Well that was fast, there were some initialization lines for variables that I used with my first attempt of using animated sprites, and that was causing the issue. Now it's working it seems. Now I have another question (sorry to bother you 😅). I'm using the starter select plugin by FL and when I...
  13. W

    Resource Animated Pokemon System [DBK Add-On] [v21.1]

    You're definitely right, just installed every DBK addon, including animated sprites, on a fresh vanilla essentials 21.1 game and it works fine on android. It's definitely something related to my intro event, or maybe some plugin conflict. I'll do as you suggest and remove bit by bit till I find...
  14. W

    Resource Animated Pokemon System [DBK Add-On] [v21.1]

    Yeah, when playing on a computer everything is fine, no error at all. I had this same issue a long time ago, but somehow it fixed itself so I never found the source of the problem. All I can say is that the game crashes exactly at the same point it used to, and the same message appears (which...
  15. W

    Resource Animated Pokemon System [DBK Add-On] [v21.1]

    Hey, thanks again for this plugin, works great. I'm having an issue with it when trying to make my game joiplay compatible though, right after the prof asks for your name and before you can actually move the game crashes. It only happens when playing on android and not on windows, and also the...
  16. W

    Resource Animated Pokemon System [DBK Add-On] [v21.1]

    Oh that's a shame, I hope that it gets fixed from the delta plugin side then, or someone is able to make a more consistent fast forward plugin. Btw, I'm just reading your wiki and it's just crazy how you've managed to do the spinda thing. Congrats and thanks again, you're the best!
  17. W

    Resource Animated Pokemon System [DBK Add-On] [v21.1]

    Thanks for your efforts making this possible @Lucidious89, it works great, menu toggles is fantastic and I can't imagine the nightmare making Spinda work has been (I had my animated sprites working without that dots because I couldn't find out a way). As someone else has said before, the only...
  18. W

    Resource Pokedex Evolution Page

    Great plugin! It's a nice QoL addition for people to know how to evolve their mons without looking elsewhere. Just a suggestion, keep all the information text inside _INTL clauses, makes it easier for translation. I'm doing it myself so it can then be auto translated
  19. W

    Resource Animated Pokemon System [DBK Add-On] [v21.1]

    Just a matter of preference, some of my testers told me that they don't like the animated sprites, they prefer the old static ones, while others do like them. Besides, some low spec PCs and people trying to play on phone (really trying to make it joiplay compatible) had severe lag when using...
  20. W

    Resource Animated Pokemon System [DBK Add-On] [v21.1]

    Hi, I'm running an older version of DBK with some addons and I made my own animated sprites code using GIFs (cause I couldn't figure out how to make the spritesheets work). Thing is, I have a toggle in options to let the player decide if they want sprites to be animated or not, is there a way to...
Back
Top