• 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.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • 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. MakerBlack

    v21.1 Joiplay Helper and Utilities - More support

    The species finder can now receive multiple shapes as parameters, instead of just one. Added "Count" mode to count species instead of just finding them, returning an integer. The method that allows or disallows Bluestacks to emulate your game now reads RUBY_PLATFORM and this is smarter since...
  2. MakerBlack

    Resource Joiplay Helper and Utilities

    MakerBlack updated Maker Black Utilities with a new update entry: More support Read the rest of this update entry...
  3. MakerBlack

    Resource Healing Moves in Overworld

    Ah, this is a Pokémon Mystery Dungeon sprite, you can get it from there, but note that they are in a model with a strong outline, different from the Essentials standard, if you are only going to use a few, it may be worth standardizing the outline color.
  4. MakerBlack

    Resource Following Pokemon EX (21.1 port)

    I've updated the link to stair modifications in this thread.
  5. MakerBlack

    v21.1 Healing Moves in Overworld - Partially optimized code.

    Added in this feature all descriptions of each movement to make it clearer how it works.
  6. MakerBlack

    Resource Healing Moves in Overworld

    MakerBlack updated Healing Moves in Overworld with a new update entry: Partially optimized code. Read the rest of this update entry...
  7. MakerBlack

    Resource Healing Moves in Overworld

    MakerBlack submitted a new resource: Healing Moves in Overworld - Enhance your RPG gameplay with strategic healing in an open world. Read more about this resource...
  8. MakerBlack

    v21.1 Healing Moves in Overworld 1.0.0

    This feature defines almost all healing moves with open world functionality. You can use this feature strategically or just make the journey more comfortable. In my game, healing resources are limited so this makes a lot of sense. Thanks to TechSkylander1518 who started this project a long time...
  9. MakerBlack

    Surf specific sprites

    Hello again! def pbGetPlayerCharset is a method that exists in your default Pokémon Essentials, so you should just add this line to it: ret = getSurfSprite if $PokemonGlobal&.surfing Now to define getSurfSprite you must create a method above Main. def getSurfSprite finder =...
  10. MakerBlack

    Surf specific sprites

    Yes, it is completely possible and simple. This script: def pbGetPlayerCharset(charset, trainer = nil, force = false) trainer = $player if !trainer outfit = (trainer) ? trainer.outfit : 0 return nil if !force && $game_player&.charsetData && $game_player.charsetData[0] ==...
  11. MakerBlack

    v21.1 Joiplay Helper and Utilities - Joiplay Emulator Support

    If the subject is to update in 2025, easy access is necessary, so to reach thousands of new people I believe that Android is a very essential key. Here I have added two new methods, one of them is to check the current version of the emulator and the other is to allow this emulation on the PC...
  12. MakerBlack

    Resource Joiplay Helper and Utilities

    MakerBlack updated Maker Black Utilities with a new update entry: Joiplay Emulator Support Read the rest of this update entry...
  13. MakerBlack

    Resource Joiplay Helper and Utilities

    Thanks for the heads up, link updated!
  14. MakerBlack

    Resource Joiplay Helper and Utilities

    MakerBlack updated Maker Black Utilities with a new update entry: Compatibility for running external files/links. Read the rest of this update entry...
  15. MakerBlack

    v21.1 Joiplay Helper and Utilities - Compatibility for running external files/links.

    With this method it is possible to execute external files or links for any purpose and compatibility with the Joiplay Emulator.
  16. MakerBlack

    Resource Following Pokemon EX (21.1 port)

    Hello trainers, how are you? I noticed that any follower in Pokémon Essentials v21.1 does not follow as in v20, this is due to a change in the moveto method, which now does not move a Character fluidly. Well, I did not make a precise correction to this, but a reform in the fancy_moveto method...
  17. MakerBlack

    Resource Joiplay Helper and Utilities

    MakerBlack submitted a new resource: Maker Black Utilities - Make it easier to handle items, Pokémon, and other resources in Pokémon Essentials. Read more about this resource...
  18. MakerBlack

    v21.1 Joiplay Helper and Utilities 1.0.4

    It's time to start giving back to the community after everyone helped me a lot with codes, I started to evolve and I seek to share resources with you to also add content and tools that improve our lives. This script is dynamic to support Joiplay emulator and also some standard Essentials...
  19. MakerBlack

    Resource Terrain Tag Side Stairs

    I took some time to fix the jumps caused by moveto, which was used to handle exceptions when it was not known which path the follower should take. Although new_x, new_y seem confusing, I made an adaptation so that going up and down stairs with or without this Script works smoothly. Everything...
  20. MakerBlack

    Resource Terrain Tag Side Stairs

    It turns out that the moveto method is now instantaneous, there is no longer a smooth movement of the character to the desired location. Before it was useful for these animations. To help, I tested the follower being an event in Essentials v21, and also in the development versions, if you do a...
Back
Top