PDA

View Full Version : Really large maps



fuzzylr
11-12-2009, 02:12 AM
Besides using the level streaming approach. Is it possible to have larger maps say like in a more of wow style map approach. I was thinking that the streaming appoach might get bogged down a bit with a lot of players.

Sean

musilowski
11-12-2009, 02:21 AM
Streaming is a bit easier on the memory, if you are dividing your level properly.

You could consider splitting the level and connect to them using "subservers" which players are in. Not sure how that'd work though.