• 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. http404error

    v19 Use Special Dex Art for EBDX 1.0

    (Special thanks to PaulCabo for testing this plugin and providing the example image.) By default, EBDX uses the animated battler front sprite for display in the Pokedex listing and entry pages. If you would rather use different art instead, say the default Essentials sprites, or any other art...
  2. http404error

    Resource Use Special Dex Art for EBDX

    http404error submitted a new resource: Use Special Dex Art for EBDX - Change the Pokemon sprites used in the Pokedex (or optionally the PC as well) Read more about this resource...
  3. http404error

    Completed Pokémon: Salt & Shadow

    Hello, thanks for your interest in our game. There is no fast forward option built in. You can adjust the text display speed in the options, and you'll receive the Running Shoes after the intro area. Fortunately you don't need to grind XP in our game, but I could see still wanting to speed up...
  4. http404error

    Resource Auto Multi Save

    That's a very interesting problem. Can you show me your event code? At least the parts that are relevant to the timer. I can do some sleuthing about. I guess the timer info must be stored in a variable that's set to load before you even select the file, so it's pulling from your latest save...
  5. http404error

    Completed Pokémon: Salt & Shadow

    Perish Song has been updated to version 1.4.3! (click to download) As always, you will keep your save game when updating. Major features: Puzzle Battles: Enter the memory of a battle that broke another wanderer, the one that made them finally give up hope. You take on the team they had and try...
  6. http404error

    Resource Auto Multi Save

    It is planned. I think you're close to the first to request it though, so it wasn't a high priority to me. I don't know how long it will take yet, but I'll look into it.
  7. http404error

    Resource Pokemon Level Cap Using Base Stats

    Can you explain what kind of differentiation you want to have here? As long as you can make the desired behavior you want clear enough, it should be easy to help achieve it. I'm sorry you had this much trouble with it. Naturally I don't really know what your approach to this problem was, so...
  8. http404error

    Battlers Resized Pokémon Sprites from Gen 8/9 Packs 1.0

    Many users have reported that they're not able to get the Gen 8 Pack's auto sprite scaling to work when porting to Essentials v21. Instead of trying to fix the scaling code, I decided to just pre-scale them all. Front sprites should all be 192x192. Back sprites should all be 288x288. Does not...
  9. http404error

    Resource Resized Pokémon Sprites from Gen 8/9 Packs

    http404error submitted a new resource: Resized Pokémon Sprites from Gen 8/9 Packs - If sprite scaling isn't working for you try these pre-scaled Pokémon battle sprites Read more about this resource...
  10. http404error

    Resource Generation 9 Resource Pack [v21.1] (Updated with Mega Dimension contents)

    Yeah, only if you're lucky enough to encounter a shiny Pokemon though, I believe because isCommander? is accessed through the pbCommonAnimation code path.
  11. http404error

    Resource Generation 9 Resource Pack [v21.1] (Updated with Mega Dimension contents)

    Speaking of the isCommander? and isCommanderHost? methods, in the v20.1 version of the plugin I just noticed that these are missing from class Battle::FakeBattler which causes issues in Safaris. I haven't checked the latest plugin, so disregard this if it's already been fixed.
  12. http404error

    Resource Following Pokemon EX

    I found a small issue with the plugin that causes your follower not to always update correctly after battle when your follower fainted. The "self." shown below is missing from def after_battle in BattleCreationHelperMethods:
  13. http404error

    Resource Auto Multi Save

    I think that commenting out these four lines should do the trick (marked with blue on the left side here):
  14. http404error

    Completed Pokémon: Salt & Shadow

    Looks like a good team to me! Nicely done. "You will be remembered."
  15. http404error

    Completed Pokémon: Salt & Shadow

    Don't forget to use proper spoiler tags please. 1. That's certainly a mystery! I don't want to give a definitive answer. 2. Play some cards! 3. Nope! There are likely some secrets you haven't found yet, but none of them require surfing. Oh, and, not every single thing that looks like it might...
  16. http404error

    Completed Pokémon: Salt & Shadow

    Hahaha, yes! I had a whole long list of tips typed up but now I don't have to post it! Future visitors will just have to come to the Discord to get the dev insights ;) Feel free to drop by to show off your results as well, if you like. Enjoy your victory, and thanks for playing! We're currently...
  17. http404error

    Resource Generation 9 Resource Pack [v21.1] (Updated with Mega Dimension contents)

    Encountered an issue with Giratina's form handler. The Gen 9 Pack code has "get" here instead of "try_get" (picture taken after my attempted fix), so maps without any metadata set yet will produce an error if Giratina enters battle there.
  18. http404error

    Resource B2W2 Bag for v16-v21

    I made a v20 port of this plugin, in case that helps anyone. Feel free to reach out if you encounter any issues with it. Download: https://www.mediafire.com/file/zjrlw6ybeiuidug/B2W2_Bag_v20.zip/file
  19. http404error

    Resource Elite Battle DX (EBDX) - Unofficial port for Pokémon Essentials 20.1

    I think this should fix it. Add these four lines to the file shown (see its path at the top of the image): This is just copied directly from v20 code. The reason for the issue seems to be that trainer intro music became BGM instead of ME from v19 to v20 so it requires this extra layer to...
  20. http404error

    Resource Level Based Mixed EV System and Allocator

    Yeah, I was helping someone who was running into it. SHOW_IV_RATINGS is set by BW Summary, so if you have BW Summary but not Enhanced UI you'll get an error for the undefined method. See below. It's unfortunate and confusing that BW Summary and Enhanced UI apparently overlap so much in their...
Back
Top