SphereCommunity
SectorSize abandonned in new versions? - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: Script Help (/Forum-Script-Help)
+--- Thread: SectorSize abandonned in new versions? (/Thread-SectorSize-abandonned-in-new-versions)



SectorSize abandonned in new versions? - PePs1Man - 07-06-2017 09:20 PM

Hello,

If you check your sphere.ini from 56c april 10, you find that the sector size seems to be abandonned by default.

Here's a part of my sphere.ini, I dont think I changed it...

Code:
//MapX=MaxX,MaxY,SectorSize,MapReadID,MapSendID
// Map of Felucca
//Map0=6144,4096,-1,0,0        //Old size
Map0=7168,4096,-1,0,0        //ML size

If the sector size is set to -1 by default, does that means sectors doesnt go sleep anymore?


PePsiMan


RE: SectorSize abandonned in new versions? - darksun84 - 07-06-2017 11:11 PM

-1 means the map will use the default size for all of its sectors

Code:
[Sphere.ini]: Changed all MAPx settings to use -1 as sector size. This will make sphere use the default sector size value (64x64) instead .ini value (32x32).