The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MAPx definition
Author Message
Rizz
Master
**

Posts: 396
Likes Given: 21
Likes Received: 14 in 9 posts
Joined: Oct 2012
Reputation: 0



Post: #1
MAPx definition
Reading the changelog I saw you changed.

My settings:

PHP Code:
// To activate ML-sized map #0 uncomment the next line (don't forget to uncomment
// sphere_map0_ml.scp and sphere_map_points0_ml.scp in spheretables.scp if you want
// to use the default areas)
Map0=7168,4096,-1,-1

// To activate ML-sized map #1 uncomment the next line
Map1=7168,4096,-1,-1

MAP2
=2304,1600,32,2,2
MAP3
=2560,2048,32,3,3
MAP4
=1448,1448,8,4,4
MAP5
=1280,4096,64,5,5

// To enable the use of MapDif*.mul and StaDif*.mul files, set this to 1.
UseMapDiffs=

The new settings found:

PHP Code:
// ***WARNING***
// These Map settings are required for a map to be enabled as of revision 1834.
// MAP0 is automatically loaded even if not present here as of revision 1836.
// Disabling one of theses map settings on a live shard will cause it to wipe that map from the saves.
// Remember to comment/uncomment associated sphere_mapX and .scp and sphere_map_pointsX.scp in spheretables.scp

// Map of Felucca
//Map0=6144,4096,-1,-1    //Old size
Map0=7168,4096,-1,-1    //ML size

// Map of Trammel
//Map1=6144,4096,-1,-1    //Old size
Map1=7168,4096,-1,-1    //ML size

// Map of Ilshenar
Map2=2304,1600,-1,-1

// Map of Malas
Map3=2560,2048,-1,-1

// Map of Tokuno Islands
Map4=1448,1448,-1,-1

// Map of Ter Mur
Map5=1280,4096,-1,-1

// To enable th 

What should I modify??
06-11-2015 08:32 PM
Find all posts by this user Like Post Quote this message in a reply
Coruja
Sphere Developer
*****

Posts: 987
Likes Given: 5
Likes Received: 226 in 187 posts
Joined: Jul 2012
Reputation: 7

Dimension Shard

Post: #2
RE: MAPx definition
both does the same thing, the only difference is the number of sectors per map

using -1 will make sphere use the default internal value (which I cant remember, but maybe most -or all- maps have sector size of 64x64). And using any other value > 0 will make sphere use this value instead the internal value
06-12-2015 04:06 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)