A simple command line tool for merging Tibia maps and dumping them to BMP files.

DOES NOT WORK WITH FLASH CLIENT MAPS (YET).

Features

  • Merges multiple sets of maps into one.
  • Dumps maps into BMP files.

Project Samples

Project Activity

See All Activity >

License

GNU General Public License version 3.0 (GPLv3)

Follow Tibia Map Tool

Tibia Map Tool Web Site

Other Useful Business Software
Enterprise-grade ITSM, for every business Icon
Enterprise-grade ITSM, for every business

Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Try it Free
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
1
0
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5

User Reviews

  • Well, since I send this review for him showing the "bugs" so he could be able to fix the source he stopped working in this project. ----------------------------------- Hi, well since I don't know how to contact you I sent this review. I've found a bug in a line of the loop for: for (fileIter = 0; fileIter != numFiles && files[fileIter] != fileId; ++fileIter); it must be for (fileIter = 0; fileIter <= numFiles && files[fileIter] != fileId; ++fileIter); else numFiles will never start the count and will be always 0. and: #define W 8 /* number of chunks in a map row */ /* because they've added gray island */ /* Application limits */ #define MAX_FILES Z*W*H /* maximum number of .map files in a single directory */ /* OR */ #define MAX_FILES 1152 /* Z*W*H=16*8*9=1152 * / If you wanna help I can try finding bugs and testing your program. I know a little of c and c++ programming. Well, I wish you good luck in your project.
Read more reviews >

Additional Project Details

Languages

English

User Interface

Command-line

Programming Language

C

Related Categories

C Multi-User Dungeons (MUD) Game, C Command Line Tools

Registered

2012-01-17