• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Recent content by GT-Baka

  1. G

    Help & Recruitment for a demake of Platinum

    Can't say I would be a good recruit as I don't have any experience with rom hacking, but making a Sinnoh remake in Pokemon Essentials is on my list of things to do. Feel free to reach out to me if you need any help, I will try to be of assistance.
  2. G

    [Other Question] Pokemon essentials for switch

    Pokemon Essentials is exclusively for RPG Maker XP, no support for MV as it uses a completely different programing language than XP. The lead developer has stated he has no interest in porting the project to any other versions of RPG Maker. Only Windows is supported, but might be usable on Mac...
  3. G

    [Error] Please Help, I Closed Playtest While Compiling!

    Copy species.dat from the data folder of a clean copy of Essentials to your copy of essentials
  4. G

    [Scripting Question] Manipulating a variable within a script

    I am on mobile right now, so I can't go into a lot of detail, but I believe you are looking for: $game_variables[VARIABLE] += rand(1..2) This will add a random amount between 1 and 2 to one of you game variables.
  5. G

    [Scripting Question] [v19.1] Triple Triad, Add Pokemon Forms

    The easiest way to achieve this is to add "Dummy" Pokemon to your Pokédex. No trainer should have this Pokemon, they should not appear in the wild, they should not be seen in any way. Make these dummy Pokémon clones of the forms you want. EX: If your game only has the first 151 Pokemon in it...
  6. G

    [PBS Question] What is an Encounter limit?

    When you ask if there is a limit on encounter.txt, do you mean the encounter version? If so then I don't think there is a limit, though if you are only going to increase the level of the wild Pokémon after each badge then shouldn't you only need the number to go up to 8? If not then please...
  7. G

    Flower Encounters [PE v19][Plug-in]

    There does seem to be some errors in my script, thank you for pointing this out. I will update this when I am able to make the needed corrections.
  8. G

    [Scripting Question] Change back sprites from Pokemon Essentials like Pokemon DPPt or Essentials v17

    Yes, simply replace the back sprites with the ones you want to use. You may have to adjust the positioning of the Y coordinate.
  9. G

    [Error] Pokemon Essentials 19.1 Script Editor error

    That is interesting, script editor should only be a window not full screen with the options of Okay, Apply, and Cancel at the bottom like so. http://www.rpg-maker.fr/dl/monos/aide/xp/source/rpgxp/img/script1.png (On mobile rn, can seen a proper screen shot so had to take one from Google) Is your...
  10. G

    [Error] Pokemon Essentials 19.1 Script Editor error

    I don't think the script editor works with the shortcut Ctrl + S, you need to hit apply. If that doesn't work then try providing us with the script you are using.
  11. G

    [Error] My Pokemon can't learn more than 4 attacks (v16.3)

    I am on mobile right now so it is hard for me to look over the code properly, but the error message does call out the summary screen a few times. Maybe you can remove or comment out the first script you added and see if anything changes.
  12. G

    [Error] My Pokemon can't learn more than 4 attacks (v16.3)

    Finding someone that is willing to troubleshoot such an old version of Essentials will be a challenge. Is there a reason you are using an out of date version? Anyway have you added any scripts to your game or made any modifications?
  13. G

    [Error] Custom Pokemon Sprite showing as questionmark?

    Mind sharing the image so we can try?
  14. G

    Remastered Kanto and Johto Overworld and Caves Map Pack, with Bonus Beta maps (and Music)

    That's amazing, I was actually talking with Johtoblaziken about assisting him with the project back in 2018. Though the most he really asked of me was to compress graphic files. If your interested in taking contribution to the next level shoot me a PM, I have something in early development that...
Back
Top