New Map

03/22/2013 23:03 !sVp#1
I made my own map and add to server and client. When I warp to the map metin turn off. My client syserr:
HTML Code:
0322 16:20:13380 :: CMapBase::LoadProperty(FileName=new/metin2_map_new\MapProperty.txt) - LoadMultipleTextData ERROR ĆÄŔĎŔĚ ľřŔ» °ˇ´ÉĽşŔĚ ¸ą˝Ŕ´Ď´Ů.
0322 16:20:13380 :: CMapManager::LoadMap() Invalid Map Type
0322 16:20:13381 :: CPythonBackground::SelectViewDistanceNum(int eNum=0) mc_pcurEnvironmentData is NULL
I found a lot of topic with problem like mine, but I didn't find answer how to solve it :(
03/23/2013 00:01 ☆RealPain#2
Quote:
MapProperty.txt
Error by reading . . .
Quote:
Map Type
Map size ?
You need the right conversion . . . from pixel in Size

Height of a 5x5 is for example
Quote:
643x643
Quote:
CPythonBackground::SelectViewDistanceNum(int eNum=0) mc_pcurEnvironmentData is NULL
Environment (Background or Desgin)

Quote:
(example from Blue Map 1)ETextureSet textureset\metin2_C1.txt
Environment C1.msenv
When dont understand this add me in Skype
or
dont make your own Map ;)

☆RealPain
03/23/2013 13:28 !sVp#3
Hmm.. My MapProperty.txt:
HTML Code:
ScriptType MapProperty

MapType "Outdoor"
My map size is 259x259 and my Setting.txt:
HTML Code:
ScriptType	MapSetting

CellScale	200
HeightScale	0.500000

ViewRadius	128

MapSize	2	2
BasePosition	9216000	2048000
TextureSet	textureset\metin2_C1.txt
Environment	C1.msenv
I don't know what I've done. I delete map and all entries in root, index, config then add everything again. Now it works :D Thanks :)