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

Getting more than 999 Maps

  • 10
    Posts
    20
    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 :)
     
  • 1,748
    Posts
    14
    Years
    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?
     

    FL

    Pokémon Island Creator
  • 2,456
    Posts
    13
    Years
    • Seen Jun 9, 2024
    These scripts that allow more maps only works in Essentials with greater customization, this, probably, is only the tip of the iceberg. Because of this I recommend to mix the little maps (like houses) for having more maps slots.
     
  • 10
    Posts
    20
    Years
    • Seen Aug 7, 2022
    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