SphereCommunity
Setting Up Custom Map sphere_map0.scp - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: Setting Up Custom Map sphere_map0.scp (/Thread-Setting-Up-Custom-Map-sphere-map0-scp)



Setting Up Custom Map sphere_map0.scp - mlyon83 - 05-06-2013 05:46 AM

Okay. So I'm confused. How is RECT= used when setting up a town's parameters? Do you RECT=each position (corner) of the town? I'm so confused. Thanks for any help!


RE: Setting Up Custom Map sphere_map0.scp - Wap - 05-06-2013 06:01 AM

If the area are rectangle, it may be definited by:
RECT=X1,Y1,(X2+1),(Y2+1),MAP
X1 - minimal X
X2 - maximal X
Y1 - minimal Y
Y2 - maximal Y
MAP - map number
(corners)
Also, the area may be the sum of 2+ rectangles, than you should write 2+ RECT lines.


RE: Setting Up Custom Map sphere_map0.scp - amonvangrell - 05-06-2013 07:39 AM

(05-06-2013 06:01 AM)Wap Wrote:  If the area are rectangle, it may be definited by:
RECT=X1,Y1,(X2+1),(Y2+1),MAP
X1 - minimal X
X2 - maximal X
Y1 - minimal Y
Y2 - maximal Y
MAP - map number
(corners)
Also, the area may be the sum of 2+ rectangles, than you should write 2+ RECT lines.

[Image: rectu.png]

Wink