A desktop suite of Tibia 12+/15.x asset tools, bundled into a single
Tauri 2 app for Windows, macOS, and Linux. It is the official asset
tooling for the atlas OT
server — but works standalone with any Tibia 12+ client bundle or
TFS-derived items.otb.
- Assets Editor — browse and edit a modern client assets bundle
(
appearances.dat+ sprite sheets) and the optionalitems.otbserver catalog, with undo/redo, cross-reference badges, sprite editing, sprite-animation timing, NPC trade data, GIF/PNG export, and.obdcross-client import. - Map Converter — translate item IDs in
.otbmmaps between server numbering (TFS-styleitems.otb) and client numbering (OTBR/Nostalrius), in either direction. Point it at your server'sitems.otbfor an exact mapping, or fall back to the built-in community table. - OTB Converter — turn a legacy server bundle (
items.otbplus Tibia 7.x–10.x.dat/.spr) into a modern Tibia 12+ assets folder. Coming soon. - Map Editor — load and edit
.otbmworlds. Coming soon.
The Assets Editor and Map Converter are shippable today. The OTB Converter and Map Editor are placeholders in the launcher while the underlying parsers catch up.
Every tool is localized in English, Portuguese (BR), and Spanish.
Atlas Editor is part of a small family of atlas-kit projects:
| Project | Role | License |
|---|---|---|
| atlas | OT server. Consumes the appearances.dat + items.otb bundle this editor produces. |
GPL-2.0 |
| atlas-editor (this repo) | Desktop tooling for editing client assets and the OTB catalog. | Apache-2.0 |
The two projects share no code — only the OTB extension byte
assignments documented in docs/otb-format.md,
which any TFS-derived server can adopt independently. The editor stays
Apache-2.0 so it can be embedded in proprietary workflows; the server
stays GPL-2.0.
All deeper docs live under docs/:
- Build & dev setup — prerequisites, dev loop, and production installers per platform.
- Architecture — crate split, IPC model, state management, persistence guarantees.
- OTB format extensions — byte-level spec of
the
0x80+Atlas attributes so any server can adopt them. - Legacy
.sprnotes — for the planned cross-client importer. - Roadmap — reference-port phases and status.
- Performance audit — recent findings and fixes.
- Contributing — PR flow, code style, release procedure.
git clone https://github.com/atlas-kit/atlas-assets-editor.git
cd atlas-assets-editor
npm --prefix frontend install
cargo install tauri-cli --version "^2.0" --locked
cargo tauri devHit a snag? See docs/build.md for full
prerequisites and OS-specific setup.
Apache License 2.0. Atlas Editor is free for commercial and non-commercial use, including in proprietary or paid Tibia servers.