Skip to content

ColtonHyland/rme

 
 

Repository files navigation

What is this?

This is a map editor for OpenTibia, which is an open source implementation of the MMORPG Tibia (which can be found at tibia.net), the official website is remeresmapeditor.com. You can find the project for hosting your own server at the otserv project. The main fansite for help, discussion and servers is otland.net.

I want to contribute

Contributions are very welcome, if you would like to make any changes, fork this project or request commit access. I (Remere) am liberal to allowing any and all help and my involvement will be restricted to reviewing changes for now. Please, if you would like to contribute anything, documentation, extensions or code speak up!

Bugs

Have found a bug? Please create an issue in our bug tracker

Other Applications

  • To host your MMORPG game server, you can use The Forgotten Server.
  • To play your MMORPG game, you can use OTClient
  • To map your MMORPG game, you can use this map editor.

Download

You can find official releases at remeres mapeditor website.

Compiling

First make sure that you have the necessary compiling, if any library is missing then you need to find it and install in your linux by yourself, required libraries are:

  • wxWidgets >= 3.0
  • Boost >= 1.34.0

Windows

==============

Assuming that you have MSVC 2013 or later and the required libraries installed, clone the project, open the project file in vcproj/Project/RME.vcproj then hit build.

Linux

===============

Assuming that you have all required tools to compile (gcc, cmake, the libraries) clone the project, open you terminal and do the following commands:

mkdir build && cd build
cmake ..
make -j4
./rme

About

Remere's Map Editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published