ograso
Journeyman
Posts: 135
Likes Given: 10
Likes Received: 2 in 2 posts
Joined: May 2014
Reputation: 0
|
map error
I receive error on console as follow briefly. Lots of same error like this. But gives only for map5(telmur)
Code:
ERROR:(sphere_map5.scp,26)Unsupported map #5 specified. Auto-fixing that to 0.
ERROR:(sphere_map5.scp,27)Unsupported map #5 specified. Auto-fixing that to 0.
Map5.scp 26 and 27. lines
Code:
P=751,3402,-65,5
RECT=0,0,1280,4096,5
Code:
ERROR:(sphere_map_points5.scp,15)Unsupported map #5 specified. Auto-fixing that to 0.
ERROR:(sphere_map_points5.scp,18)Unsupported map #5 specified. Auto-fixing that to 0.
ERROR:(sphere_map_points5.scp,18)Unsupported map #5 specified. Auto-fixing that to 0.
Map_points5.scp 15 and 18. lines
Code:
859,3532,0,5=mg_royal_city //To-do: confirm Z value
1125,1076,-117,5=520,921,39,5=tp_stygian_abyss_entrance1
|
|
06-16-2014 03:41 AM |
|
|
Feeh
Sphere Developer
Posts: 156
Likes Given: 6
Likes Received: 40 in 29 posts
Joined: Sep 2012
Reputation: 4
|
RE: map error
Sphere.ini
Code:
//Map0=6144,4096,-1,-1 //Old size map0
Map0=7168,4096,-1,-1 //ML sized Map0
//Map1=6144,4096,-1,-1 //Old size map1
Map1=7168,4096,-1,-1 //ML sized Map1
// Map of Ilshenar
MAP2=2304,1600,32,2,2
// Map of Malas
MAP3=2560,2048,32,3,3
// Map of Tokuno
MAP4=1448,1448,8,4,4
// Map of Stygian Abyss
MAP5=1280,4096,64,5,5
Feeh/Epila - Nightly releases / SphereWiki / Github Issues / Sphere's GitHub
|
|
06-16-2014 03:50 AM |
|
|