Quake3World.com
https://www.quake3world.com/forum/

World size
https://www.quake3world.com/forum/viewtopic.php?f=10&t=52398
Page 1 of 1

Author:  jman0war [ 10-04-2016 02:13 PM ]
Post subject:  World size

sorry for the newbie question.
But i'd like to model an outdoor area with the intention of importing it as a static mesh in gtkradiant, then exporting it and using it in a game.

But before i start, what are some common "world sizes" that i might try and adhere to?
I mean the overall size of the cell, the edges of the world?

Author:  obsidian [ 10-06-2016 10:55 AM ]
Post subject:  Re: World size

See here:
viewtopic.php?f=10&t=16772

Note: you'll likely run into other engine limitations before just the max map dimensions. Stuff like polycounts, collision data, max surface counts, etc. There's no real figure we can quote for these, I recommend starting small and less ambitious and build your way up.

Author:  KittenIgnition [ 10-08-2016 12:08 PM ]
Post subject:  Re: World size

You can make one almost as wide as the radiant grid, but not quite. Source: my Skyrim stupidity.

You couldn't make that out of brushes, because q3map2 has a brush limit, among others. You also can't add much more to that map, lest you risk insane compile times, terrible framerates and q3map2 crashes anyway.

Author:  Bacon [ 10-09-2016 10:15 AM ]
Post subject:  Re: World size

Using the _blocksize worldspawn key, you can actually compile huge maps very fast, if the brushwork isn't complex or dense. The problem you start running into as well is lightmap limits, if you compile with light, without using _lightmapscale, but then of course the lighting looks like ass. This game is a pain in the ass to make large maps in :(

Page 1 of 1 All times are UTC - 8 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/