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

You Might Also Like
Get Advanced Threat Protection for Your Azure Workloads Icon
Get Advanced Threat Protection for Your Azure Workloads

FortiGate NGFW on Azure Enables You to Protect Your Workloads Beyond Basic Azure Security Services

FortiGate NGFW identifies and stops advanced threats with powerful application control, malware protection, web filtering, antivirus, and IPS technology. As the attack surface expands, FortiGate provides integrated and automated protection against emerging and sophisticated threats while securing hybrid or multi-cloud environments. Deploy today in Azure Marketplace.
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