All systems
In-Game Wiki
C++PythonServer + Client

In-Game Wiki

Browse items, mobs, and refine data inside the client — no browser tab needed.

Full wiki window with search and category navigation
C++ game + client integration with dedicated packets
Python UI modules and uiscript layout included
Proto generator tool for refine data from player.sql
One-file-per-target patches — same layout as other systems

In-Game Wiki brings reference content into Metin2 itself: players look up items, monsters, drops, and refine chains without alt-tabbing. The window is native UI — fast, themed, and offline-friendly once data is packed.

Server and client C++ handle the data channel; Python covers uiwiki modules, game.py hooks, and the window script. The 3.Tools script generates wiki_refine_proto.txt from your player.sql so refine tables match your database.

Install by merging 1.Svn patches, copying full .py files, patching game.py, running the generator, and repacking root, uiscript, and locale. Same merge discipline as Official Title or Character Box packs.