• 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.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Cyndy, May, Hero (Conquest), or Wes - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • 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.

Add a route to multiple squares on the Town Map

  • 37
    Posts
    10
    Years
    • Seen Mar 24, 2024
    Trying to figure out how to add a route to multiple places on a map.
    I have the route in a single section right now, just want to know how to get it to cover the whole route on the town map.
    [PokeCommunity.com] Add a route to multiple squares on the Town Map

    Do I have to have multiple bits for a route and have each section of the route be a spot on the town map, or is there an easier way?
    I'm using RPG Maker XP with Pokemon essentials
     
    Well it depends
    If you have made your route one map then you can just put it as one square.
    If you have your route as multiple maps (i.e. 3 maps) the you could put map markers across each one.

    I'm not sure if this is what you are asking for?
     
    If you are following the tutorial for the region map (https://pokemonessentials.wikia.com/wiki/Region_map)
    then you know how it works: you describe sets of coordinates of the minimap. This means that if you give the same exact name to a place, like this:

    Point=14,9,"Route 2",,,,,
    Point=14,8,"Route 2",,,,,

    Then your route should cover a wider section of the minimap.

    A problem you might run into is that in the Metadata section you can only choose a single spot for the map. Maybe a solution would be to split the map in several maps as Sir_Tman said.
     
    Yeah, I just wanted to avoid deconstructing all my routes and their events just to solve this little problem. Oh well, shouldn't be a big deal. Thanks for the help guys!
     
    Back
    Top