ID:144941
Jul 18 2006, 3:14 pm
|
|
Problem description: I set the perspective to edge_perspective, and it works on the west and south sides of the game, but the north and east won't co-operate, where black map area shows up. The world's max x and y probably have something to do with this, since when I turn off my larger maps and limit the maxx and maxy, it works. Is there a way to solve this? |
Jul 18 2006, 3:18 pm
|
|
You just have to keep all of your maps the same size, otherwise they'll end up being the size of the largest map, and then no, there's nothing you can do about it.
|
You can set <code>client.edge_limit</code> to the minimum and maximum coordinates (look it up in the DM Reference for more information about it) of the current map you are on.
~~> Unknown Person |
In response to Unknown Person
|
|
Sweet! I didn't know that either.
|