• 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. Golisopod User

    Resource Following Pokemon EX

    This is normal behaviour. In the official games, Pokemon taller than 10ft in height don't follow the player in interior maps. This is done to prevent a 70ft tall Groudon from absolutely obliterating some poor dudes home, when you enter it. This script recreates that effect from those games. If...
  2. Golisopod User

    Resource Voltseon's A-Star Pathfinding

    Is the Position x=7 and y=10 passable? Is the Mom event already at the position x=7 and y=10? Does this happen with any other event or just the mom event?
  3. Golisopod User

    Resource BGM Memory (Resume After Battle)

    I wouldn't be surprised. Not only does the script not mention anywhere that it's compatible with v19, it also says "Unfortunately this means this mod is not yet compatible with MKXP, due to a bug within MKXP itself." and Essentials v19 uses MKXP. Moreover, this script doesn't need to be...
  4. Golisopod User

    Resource Voltseon's A-Star Pathfinding

    You've followed the installation instructions, but not the usage instructions. You need to put the event's ID number, because that's what the script needs to locate the event. "Event-Mom" doesn't mean anything to the code. You can check an events ID number by looking at the "ID:XXX" in to top...
  5. Golisopod User

    Resource Voltseon's Pause Menu

    You don't that almost the exact same problem lol. Did you even bother to read your error message? Try starting a new game. That should fix your issue.
  6. Golisopod User

    Resource Following Pokemon EX

    Yeah then please read the EBDX documentation properly.
  7. Golisopod User

    Resource Following Pokemon EX

    If I'm not providing compatibility for an older version of Essentials then it should be assumed that I'm not gonna provide support for it as well. Feel free to continue using the older version, but unfortunately you'll have to live with all the bugs and problems that version had.
  8. Golisopod User

    Resource Following Pokemon EX

    I'm gonna assume you know how to read and have read the main post because,
  9. Golisopod User

    Resource Following Pokemon EX

    Hi, do you use EBDX?
  10. Golisopod User

    Resource Mid Battle Dialogue/ Scripted Battles

    The script will be updated for v19.1. Many of the original features have been streamlined and some interesting new features are being added. One of the new features being the ability to script the moves of the AI. Here's a demonstration. Enjoy :) PS. Stay away from shady edits of the original...
  11. Golisopod User

    Resource Voltseon's Pause Menu

    You can do whatever you want with the graphics, as long as you are crediting the creators of the script.
  12. Golisopod User

    Resource Following Pokemon EX

    This bug has already been reported and will be fixed in the next update. It's an unintended consequence of having the ALWAYS_FACE_PLAYER set to false in the Following Pokemon settings. If you urgently need to fix this then just set that value to true.
  13. Golisopod User

    Resource Following Pokemon EX

    Are you using any of the BW UI Plugins, specifically the party one. If no, then could I have a list of plugins that you are using?
  14. Golisopod User

    Resource Following Pokemon EX

    Well, then don't do that.
  15. Golisopod User

    Resource Following Pokemon EX

    Did you skip step 1 of the installation instructions by any chance? The plugin installation involves replacing your CommonEvents.rxdata, and if you skip step 1, RMXP overwrites the changed data files with default data and you lose the changes. This will make Following Pokemon un-interactable.
  16. Golisopod User

    Resource Name Windows

    Did you edit the regex to accommodate this new preset?
  17. Golisopod User

    Resource Following Pokemon EX

    You skipped step 3 of the installation instructions.
  18. Golisopod User

    Resource Voltseon's Pause Menu

    It's a minor typo. Look for super(viewport, spritehash) and remove the , spritehash from it. Also it'd be appreciated if you don't directly ping when you discover a bug. We actively check the forums so we'll definitely come to know if an issue has been reported.
  19. Golisopod User

    Completed Pokémon Infinity

    Open the Options Menu and scroll to the end.
  20. Golisopod User

    Resource Pokemon Terrain Step Sounds

    Had a quick glance at the script and looks like all that needs to be changed is that pbGetTerrainTag(event) becomes $game_map.terrain_tag(event.x,event.y). I'm not a 100% sure though.
Back
Top