Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 HEY HEY JAY RAY #1: World Maps
#3
Saying that there is a singular world map in a Bethesda Soft's 'Elder Scrolls' game is understandable, but actually a misnomer. In fact, it is very much like your regional map concept where the player crosses one map border to enter another, except they did it brilliantly so you wouldn't see the borders. They must use a form of buffering, loading the map data of the one the player is approaching, just to begin rendering. I can't help seeing 'loading map' once and a while.

Actually, you COULD do that with any RPGMaker (or virtually any other) map editor, just by duplicating sufficient sides of one map into another and use a teleport system in a way the player would not be aware.

Code:
As the player walks to
the east edge of the map....
------------------------+       +------------------------
         *      ^   ,   |       |  *      ^   ,
                        |       |
              .     -->X|       |        .       (X)
                        |       |
                        |       |
                  *     |       |           *    
         . .            |       |  . .            
------------------------+       +------------------------
                                He is teleported to the
                                right edge of another
                                with the same edge contents.
Of course, this is being simplistic for an example, and you would want to use a much better form of teleport control so the player not only goes to the next map, but a location based on his previous X/Y position on the previous. AND the person playing the game may notice the player character suddenly refreshed... his movement pattern resetting... unless that too is handled.
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
[Image: QrnbKlx.jpg]
[Image: sGz1ErF.png] [Image: liM4ikn.png] [Image: fdzKgZA.png] [Image: sj0H81z.png]
[Image: QL7oRau.png] [Image: uSqjY09.png] [Image: GAA3qE9.png] [Image: 2Hmnx1G.png] [Image: BwtNdKw.png%5B]
Above are clickable links

Reply }


Messages In This Thread
HEY HEY JAY RAY #1: World Maps - by JayRay - 01-23-2015, 09:52 PM
RE: HEY HEY JAY RAY #1: World Maps - by DerVVulfman - 01-26-2015, 03:08 AM
RE: HEY HEY JAY RAY #1: World Maps - by Ahzoh - 01-26-2015, 03:30 AM
RE: HEY HEY JAY RAY #1: World Maps - by Taylor - 01-26-2015, 11:21 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Maps and screenshots thread aerendyll 1,051 1,004,170 03-18-2024, 04:54 AM
Last Post: Remi-chan
   Pretty Maps; Bad Design. MechanicalPen 12 13,178 01-25-2023, 09:03 PM
Last Post: Steel Beast 6Beets
   Open World FPS without FPLE JayRay 7 13,408 01-16-2015, 11:51 PM
Last Post: JayRay
   World Maps bacon 18 23,615 01-07-2015, 04:57 AM
Last Post: JayRay
   Getting beyond 999 maps without scripts in Parallax maps. JayRay 1 5,746 10-20-2013, 03:10 AM
Last Post: DerVVulfman
   Big Maps vs. Small Maps bacon 28 36,946 05-09-2013, 06:26 AM
Last Post: MechanicalPen



Users browsing this thread: