Jump to content

Map world size question


Savenz
 Share

Recommended Posts

Hi guys I am playing around with phaser 3 and came up with a few questions regarding map and world design.

1. Is there a recommended size when it comes down to loading maps into game?

2. Should I be scaling players down with reduced movement speeds so I don’t need a larger map?

3. Any tips when it comes down to performance handling of larger maps with interactive nodes. 

This is regarding similar concepts of moomoo and similar io game top down perspective views. 
 

 

Link to comment
Share on other sites

  • 3 weeks later...

Hi, don't take anything in this message as written in stone. I never used Phaser, all I'm going to say is based on previous experiences I had.

 

1. Using engines or not, usually there's no standard for this, given that in games with big worlds there will be lots of implementations to process just what's near the place, reduce quality for far elements (in 3d mostly, with level of detail), for instance.

2. Definitely not. You could, if you want, but it's not as a "you should/must". Be free to make your world as giant as you want.

3. I'd suggest reading and learning more about map chunks and the quadtree data structure. In short, the first can be used to load only the chunk your character is currently is plus some around them to prevent a "blank" map visible to the player. Quadtree could be used to stop processing instances that are far/remove its collisions and so.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...