Author Topic: Map Parsing  (Read 1994 times)

0 Members and 1 Guest are viewing this topic.

Offline Hacktank

  • Camper
  • ***
  • Posts: 462
  • Soldat Scripter
    • HTZRPG
Map Parsing
« on: February 11, 2010, 11:52:41 pm »
I would like to write my own map parser in C++ because I dont like using other people's code. But i need the structure of the map file, similar to this for the refresh packet. The page on the map structure does not give the order or types of any of the parameters.

Thank You


Offline VirtualTT

  • Veteran
  • *****
  • Posts: 1026
Re: Map Parsing
« Reply #1 on: February 12, 2010, 12:55:44 am »
http://devs.soldat.pl/wiki/index.php?title=Map <- All you need
Or you can simply get it from mapmaker source code.

Offline iDante

  • Veteran
  • *****
  • Posts: 1967
Re: Map Parsing
« Reply #2 on: February 12, 2010, 02:38:40 am »
http://forums.soldat.pl/index.php?topic=23068.0 - mar77a wrote one in c++ a while ago.