Remere's Map Editor is the defining visual OTBM map editor for Open Tibia, used to build and maintain towns, hunting grounds, houses, spawns, quests, and complete custom worlds. This article uses dated repositories, releases, official documentation, publisher archives, and contemporary community records to distinguish verified history from uncertain recollection.
Timeline
Remere's Map Editor Historical Timeline
Earliest verified SourceForge archive date
SourceForge preserves an OldFiles area dated December 28, 2007. This page uses that as the earliest verified public evidence, not as an unsupported claim about the first line of code.
Source: SourceForge file archiveTrusted sourceMain SourceForge file line is visible
The main rme directory in the historical SourceForge project is dated May 13, 2008, documenting the editor as an established public project.
Source: SourceForge file archiveTrusted sourceRME 3.0 enters the GitHub release record
The hampusborgos lineage records v3.0 as its earliest published GitHub release, followed by a long 3.x series of mapping, search, platform, and compatibility work.
Source: hampusborgos/rme releasesTrusted sourceOpenTibiaBR continues the modern lineage
The OpenTibiaBR fork connects RME to Canary and modern asset workflows, with later releases adding zones, tileset management, newer creatures, and client 11+ support.
Source: OpenTibiaBR RME releasesTrusted sourceOfficial Access
Remere's Map Editor Official Source and Downloads
These links are limited to official project repositories, release channels, publisher domains, or moderated historical references. Historical automation entries are preserved for context and do not endorse running old binaries.
Origin and release record
Remere's Map Editor: origin and original release date
The oldest public artifact verified for this page is the SourceForge file area dated December 28, 2007. That is an archive boundary, not proof that the first private build was written on that exact day. It is the earliest date this page can responsibly present without turning community memory into a false release claim.
The editor was created by Remere and became closely associated with the OTBM map format. The hampusborgos/rme repository later preserved the principal open-source lineage, while the OpenTibiaBR fork extended the editor for Canary and newer client assets. The current ecosystem therefore contains a historical upstream and actively maintained descendants rather than one uninterrupted commercial-style product line.
Evidence classification: Archive-backed. The date shown in the reference box is phrased to match what the surviving source actually proves.
Historical development
How Remere's Map Editor changed over time
Early RME workflows centered on classic DAT, SPR, OTB, and OTBM combinations. As server distributions added houses, spawn metadata, waypoints, extensions, larger maps, and newer item properties, the editor grew from a tile painter into a world-authoring environment. GitHub releases in the 3.x line added better search, minimap export, animation previews, high-DPI support, and safer map inspection.
The OpenTibiaBR line marks the modern shift. Its releases connect RME to Canary, newer client assets, zones, tileset management, current monsters and NPCs, and client 11-or-newer appearance data. That trend matters because a map can open visually while still being incompatible with the server's item definitions, map schema, or client asset set.
Common uses
What Remere's Map Editor was or is commonly used for
Mappers use RME to paint terrain, borders, walls, floors, decorations, doors, teleports, and elevation changes; define towns and temple positions; configure houses and exits; place monster and NPC spawns; and inspect unique IDs, action IDs, containers, and writable objects.
Server teams also use it for operational work: importing map sections, reviewing player-submitted areas, locating broken tiles, exporting minimaps, comparing extensions, organizing backup copies, and preparing a controlled map revision for deployment.
A reliable workflow starts with the exact server distribution and client asset set, opens a copy of the map, validates item and OTB versions, and tests the saved result on a staging server. The map, spawn files, house data, and matching item definitions should be versioned together.
Notable impact
The most notable Remere's Map Editor cases and legacy
RME became the common visual language of Open Tibia mapping. Countless custom continents, real-map edits, quest rooms, event arenas, and hunting grounds were built in it, which is why old tutorials and modern engine documentation still refer to RME even when the maintained repository has changed.
Its continued inclusion in Canary and OpenTibiaBR documentation is a notable longevity case: a tool with a verifiable public footprint from 2007 remains part of a modern C++20 server workflow. The current fork's support for newer assets shows how the community adapted a classic editor instead of discarding the OTBM ecosystem.
Compatibility and safety
How to evaluate Remere's Map Editor responsibly
Before choosing a build, verify the target client version, OTB major/minor version, server engine branch, items.otb, items.xml, extension files, and whether the map uses classic DAT/SPR assets or modern appearances data. A release described as current may still target a different server contract.
Never make the first edit against the only production copy. Map corruption, item remapping, invalid house data, duplicate unique IDs, and unsupported attributes may appear only when the server loads or a player reaches the edited area. Keep binary backups and a reproducible staging test.
Source method
What is verified and what remains uncertain
This page separates a confirmed public date from an assumed development date. Its release statement is: Earliest verified public archive: December 28, 2007.
The recorded lineage is Created by Remere; later maintained through community GitHub repositories and forks. The source links preserve the repository, release page, official documentation, publisher archive, or contemporary discussion used to support that description.
Project activity, compatibility, and security can change. Readers should use the linked upstream repository or official documentation to confirm current support before adopting the resource.
Remere's Map Editor FAQ
When was Remere's Map Editor first released?
Earliest verified public archive: December 28, 2007. The page uses that exact wording because the evidence level is archive-backed; it does not turn an archive or repository date into a more precise claim than the source supports.
Where did Remere's Map Editor come from?
Created by Remere; later maintained through community GitHub repositories and forks. See the origin section and dated timeline for the difference between the first verified public record and any older, less certain development history.
What was Remere's Map Editor commonly used for?
Mappers use RME to paint terrain, borders, walls, floors, decorations, doors, teleports, and elevation changes; define towns and temple positions; configure houses and exits; place monster and NPC spawns; and inspect unique IDs, action IDs, containers, and writable objects.
Why is Remere's Map Editor notable in Open Tibia history?
RME became the common visual language of Open Tibia mapping. Countless custom continents, real-map edits, quest rooms, event arenas, and hunting grounds were built in it, which is why old tutorials and modern engine documentation still refer to RME even when the maintained repository has changed.
Is Remere's Map Editor still active or safe to use?
Active community-maintained lineages. Before choosing a build, verify the target client version, OTB major/minor version, server engine branch, items.otb, items.xml, extension files, and whether the map uses classic DAT/SPR assets or modern appearances data. A release described as current may still target a different server contract.
What should be verified before adopting Remere's Map Editor?
Never make the first edit against the only production copy. Map corruption, item remapping, invalid house data, duplicate unique IDs, and unsupported attributes may appear only when the server loads or a player reaches the edited area. Keep binary backups and a reproducible staging test.
Glossary
Terms Players Should Know
- OTBM
- The Open Tibia Binary Map format used to store map tiles, floors, towns, houses, waypoints, and related world data.
- OTB
- The Open Tibia binary item mapping format used by servers and tools to keep server item IDs aligned with client item IDs.
- DAT
- A classic Tibia client data file containing client-side metadata for items, creatures, effects, projectiles, and appearances.
- SPR
- The classic Tibia sprite container. A DAT entry describes an appearance while the SPR file supplies its image data.
- appearances.dat
- A newer client asset file used by modern Tibia versions instead of the classic DAT-only metadata workflow.
- AAC
- Automatic Account Creator, the website and administration layer used for accounts, characters, news, shops, downloads, and community pages.
- Protocol version
- The network and asset contract expected by a particular client and server build. Matching the visible version number alone does not guarantee compatibility.
- Fork
- A separately maintained code line derived from an earlier project. A fork may preserve the name while changing supported protocols, build systems, and features.
Evidence Notes
How the Historical Record Was Verified
Release-date standard
The December 2007 date comes from a surviving public file archive. It is intentionally described as the earliest verified archive, not an exact private-development start date.
Lineage standard
The original GitHub repository and the OpenTibiaBR fork are listed separately so readers can distinguish historical continuity from current maintenance.
Compatibility evidence
The modern repository and release notes explicitly connect the current editor line to Canary and newer client assets.
Matching Live Listings
12 ANOS ONLINE
15.0 - PVP - Brazil
BAIAK 10ANOS HOST BR
8.6 - PVP - Brazil
The Best Global 8.60
8.6 - PVP - Brazil
3X EXP EVENT
8.6 - PVP - Poland
BEST 8.6 PVP
8.6 - PVP - Brazil
EVO - Brazil Proxy
n/a - PVP-Enforced - Sweden
1x Hardcore Slowpace
7.4 - PVP - Brazil
12 ANOS ONLINE
15.0 - PVP - Brazil