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
Gen AI apps are built with MongoDB Atlas Icon
Gen AI apps are built with MongoDB Atlas

Build gen AI apps with an all-in-one modern database: MongoDB Atlas

MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Start 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