ID:1991192
 
(See the best response by LordAndrew.)
When I move near the top/bottom/right/left of my map, the camera keeps, as always, centering at my player. That results in showing black squares at the very end, beyond the map. How can I fix the camera so near the end, no black stuff is displayed but only the map itself?
Thanks
Best response
The /client has the perspective variable, which can be set to EDGE_PERSPECTIVE. I believe this is what you're looking for.
You also can use client.edge_limit if you want to limit the map to a certain region and not see anything beyond it, which is useful if you've split one large map into several mini-maps on the same z level.