Jump to content
New account registrations are disabed. This website is now an archive. Read more here.
  • 0
Sign in to follow this  
xxultimaxx

Making a World Map

Question

So I am finally making some progress with my game, and now find myself with the dilemma of how to have the player traverse from locale to locale. I like the way Final Fantasy 10 has a world map where the player can make a selection from a list of locations and then be transported there. I am posting an image of the concept below:

 

 

Image2.png

 

 

So I guess I am looking for some discussion on the best way to implement this type of world map system. Would a script be most effective, or perhaps it could be accomplished with events? How could one go about actually doing this? Thanks for the insights!

Edited by xxultimaxx

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Well, I have made progress with the World Map, and it is almost what I want. But, there is one small problem I hope someone with scripting experience can help me with. The problem involves a cutback to the previous map before fading out and making the transition to the new map. I would like it to fade to black while the World Map is the current scene and then transition to the new map.

 

Resolved quite easily with this code:

 

$game_screen.start_tone_change(Tone.new(-255,-255,-255,0), 20)

Edited by xxultimaxx

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...