Jump to content

How big is the grid in doom builder 2, in 1024 mp?


Recommended Posts

Hi, im making an open world doom mod, (has dialogue, side quests, etc.)

And i figured the way to do it is to have each part of the world its own level. (Because lag and all of that)

I need to know so i dont make maps overlap/the world map not make sense

 

And if there is a better way to do this please, please, tell me.

 

So basically, how many 1024 wide and long units are there in DB2

Edited by CyberDestroyer

Share this post


Link to post

The entire coordinate space for a map is a square 65536 units across (which is 216); if we call a 1024×1024 area a "plot" (like a plot of land), then the coordinate space is 64×64 plots. You can see for yourself by making the grid visible then zooming out till you can see all of it. It's quite a vast space.

 

That said, individual maps should not have any two parts separated by more than 32767, or arithmetic operations can start failing or wrapping around in strange ways. But, that's still a huge area: you can probably fit an entire episode's worth of maps within such a space.

 

As for your world/hub idea: no one's going to care if it's off a bit, as long as it's generally correct. Like, if a given level has a south entrance and a hidden eastern entrance, they should lead to an area in the southern and eastern part of the level, respectively. But if the scale is a little different, it's not a big deal.

Edited by Rainne

Share this post


Link to post

Generally speaking, the more complex the map geometry, the smaller the playable area.

 

"How big," though, depends on the map format. In the original formats, it's 65535 units, represented as -32768 to 32767. However, it's generally safer to keep it to half of this: -16384 to 16383.

 

I believe you can technically exceed this limit in a UDMF map. However, that's a whole other can of worms.

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.

×
×
  • Create New...