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

[QUESTION] Seamless map transition.

[_DarkDragon_]

FireDance Trainer
  • 836
    Posts
    20
    Years
    Hi, I wanna do a seamless map transition like in the gb, gba, nds games with RMXP, I was looking at the ruby code and it seems I can access a whole map in ruby, is there a way to make it so like if I'm going from one city to a route, I can show the route above the city before loading the route map (and the other way around), then just use a teleport but make it look like the hero walked from one to the other?
     
    I really don't know how, but Pokémon Essentials has this feature. If you're working on a Pokémon game for RMXP, then you really should be using that.
     
    Thanks, I took a look at the code but I can't quite understand what handles the map transitions. Unlike most people I don't like to use stuff other people made and since I'm trying to learn RGSS I wanna do it myself :P
     
    You can do it with simple events.
    When you create a teleport event, make a conditional branch and make it if hero is facing (left/right/up/down) if yes then make the screen transition none, then make a move hero event (in direction of facing) then teleport, if no - nothing. Please note: by doing this you'll have to make your maps longer, because they will need to have parts of the map you are teleporting to, so that it would seem seamless.
     
    Back
    Top