• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Trading Card Game 2 protagonist in the poll by clicking here.
  • 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.

Getting more than 999 Maps

  • 10
    Posts
    21
    Years
    • Seen Aug 7, 2022
    Hey, so I found this tutorial on bypassing 999 maps in RPG Maker XP here:

    forum.chaos-project. com / index . php ? topic=1634.0

    I think I've followed the tutorial correctly but I'm getting some specific Pokémon essentials errors:

    ---------------------------
    Pokemon Essentials
    ---------------------------
    Exception: SystemStackError

    Message: stack level too deep

    PokemonControls:42:in `getstate'
    PokemonControls:48:in `updateKeyState'
    PokemonControls:241:in `triggerex?'
    PokemonControls:216:in `trigger?'
    PokemonControls:216:in `any?'
    PokemonControls:216:in `each'
    PokemonControls:216:in `any?'
    PokemonControls:216:in `trigger?'
    PokemonSystem:131:in `update'
    PokemonMessages:1732:in `pbWait'

    This exception was logged in
    C:\Users\SetoChaos\Saved Games/Pokemon Essentials/errorlog.txt.
    Press Ctrl+C to copy this message to the clipboard.
    ---------------------------
    OK
    ---------------------------

    Anyone got any ideas? Thanks :)
     
    or you can use a simmilar method:


    Code:
    def pbLoadMap(id)
      $game_map.setup(id)
    end

    Not tested but should work (you must define your x/y positions first)

    and lastly, WHY WOULD YOU NEED 1000+ maps?
     
    Hmm, that might be a better idea. It was more of a precaution since I don't really like having a limit. But thanks anyway.
     
    Back
    Top