Menu

Tree [ff1158] master /
 History

HTTPS access


File Date Author Commit
 install.sh 2012-01-18 tatsuhikki tatsuhikki [0650b5] minor
 makefile 2012-01-24 tatsuhikki tatsuhikki [ff1158] readme + minor
 readme.txt 2012-01-24 tatsuhikki tatsuhikki [ff1158] readme + minor
 tibiamt.c 2012-01-24 tatsuhikki tatsuhikki [ff1158] readme + minor

Read Me

Overview

	Tibia Map Tool is a simple command line application that lets you manipulate
	automap files in the game 'Tibia'. Current features include merging multiple
	sets of map files into one and converting maps to BMP images. More features
	are expected in the future, including but not limited to Flash Client support.


Compiling guide for newbies

	Linux:
		Chances are you already have the GNU compiler environment installed.
		If not use your appropriate	package manager to install gcc, make and binutils.

		Example for Debian/Ubuntu:
			sudo apt-get install build-essential

		Open console and navigate (using the 'cd' command) to the directory
		containing the source code, then type:

			make

		And wait until the compilation is finished. Optionally you can also install
		the compiled executable (tibiamt) to /usr/local/bin so you can access it
		from whichever directory you are in. To do that simply type:

			make install

		or if you need root privileges:

			sudo make install

		To see a list of available commands line options for Tibia Map Tool type:

			tibiamt -h


	Windows:
		Download and install MinGW, then open command prompt (cmd.exe) and
		navigate (using the 'cd' command) to the directory containing the
		source code. Once you get there type:

			mingw32-make

		and wait for the compilation to end. This should create a file named
		tibiamt.exe. You can copy the file to (...)\MinGW\bin directory
		so it can be easily accessible from the command line prompt.

		To see a list of available commands line options for Tibia Map Tool type:

			tibiamt -h


Legal

    Copyright (C) by Tatsuhikki, 2011-2012

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program. If not, see http://www.gnu.org/licenses/gpl-3.0.html .


	Tibia (http://tibia.com/) is copyrighted (C) by CipSoft GmbH (http://cipsoft.com/).
	The author of this program is IN NO WAY affiliated with CipSoft or any other entity
	that owns rights to Tibia.