Jump to content

Recommended Posts

  • Active Member

M2Manager – Simple, Efficient Server & Client Data Management

M2Manager is a simple tool designed to simplify working with server and client data.

Currently, it is possible to add and edit Items and Monsters. All changes are saved immediately, with no need for manual post-processing.

To use the tool, you must specify the unpacked client and connection to the server. M2Manager automatically reads all relevant data.

UPDATE 20.02.2026

Version 1.0

Current Features

  • Add and edit Items
  • Filter Items
  • Search Items
  • Recolor Icons
  • Add and edit Monsters
  • Search Monsters
  • Filter Monsters
  • Direct saving of all changes
  • Shop Manager
  • Create Shops
  • Delete Shops
  • Add/Remove Items in Shops
  • Edit Shops
  • Customizable Grid Size (default 5x9)
  • Realtime updates and responsive design
     

Planned Features (Roadmap)

  • Automatic packing of item_proto and mob_proto
  • Monster model preview
  • Item model preview
  • Display and edit server drops
     

The tool is under active development. The goal is to make common tasks easily accessible in one place to save time.

Preview


spacer.png
spacer.png
spacer.png
spacer.png
spacer.png
spacer.png

Stay tuned for more updates!

Edited by Dex
  • Metin2 Dev 4
  • Flame 1
  • Good 2
  • muscle 1
  • Love 3

spacer.png

Link to comment
https://metin2.dev/topic/33787-previewm2manager/
Share on other sites

  • 3 weeks later...
  • Active Member

Ahoy!

Since I’ve been asked several times about sales, features, and pricing, I wanted to give you all an update. The first release is planned for the end of July / beginning of August. The Community version will be released first and will serve as a beta release. About a week later, sales will start—provided everything is working as expected.

The tool will be available in two versions: a Community and a Professional version. Both versions will receive patches and updates, and later on, additional extensions will be available for purchase.

Feel free to leave feedback about what features you’d like to see in the tool.

Community

  • Dashboard
    • Overview of items
    • Overview of monsters
    • Overview of characters
    • Overview of accounts
    • Filter data by time period
  • Items
    • Add new items
    • Edit items
    • Filter items by type/subtype
    • Full-text search / exact search
    • Alphanumeric sorting
    • Item preview
    • Color item icons
    • Expandable types/subtypes
    • Automatic saving
  • Monster
    • Add new monsters
    • Edit monsters
    • Filter monsters by type/rank
    • Full-text search / exact search
    • Alphanumeric sorting
    • Automatic saving
  • Shops
    • Create new shops
    • Edit shop items
    • General shop editing
    • Freely customizable shop grid
    • Automatic saving
  • General
    • Translated into 3 languages (German, English, Romanian)
    • Light and dark appearance
    • Windows can be freely positioned
    • Automatic path detection for necessary files in the unpacked client

Professional

  • Dashboard
    • Overview of items
    • Overview of monsters
    • Overview of characters
    • Overview of accounts
    • Filter data by time period
  • Items
    • Add new items
    • Edit items
    • Filter items by type/subtype
    • Full-text search / exact search
    • Alphanumeric sorting
    • Item preview
    • Color item icons
    • Expandable types/subtypes
    • Automatic saving
    • Automatically set entries depending on type (MSM, Icon, etc.)
    • Automatically pack item_proto
    • Automatic transfer of item_proto.txt/item_names.txt to the server
    • Version management
  • Monster
    • Add new monsters
    • Edit monsters
    • Filter monsters by type/rank
    • Full-text search / exact search
    • Alphanumeric sorting
    • Automatic saving
    • Automatically pack mob_proto
    • Automatic transfer of mob_proto.txt/mob_names.txt to the server
    • Version  Management
  • Shops
    • Create new shops
    • Edit shop items
    • General shop editing
    • Freely customizable shop grid
    • Automatic saving
  • Drops
    • Preview items with quantity and chance
    • Edit drops
    • Add new drops
    • Set exact drop chances
    • Automatic saving
    • Version management
  • General
    • Translated into 3 languages (German, English, Romanian)
    • Light and dark appearance
    • Windows can be freely positioned
    • Automatic path detection for necessary files in the unpacked client
    • Automatic unpacking of the client from eix/epk

  • Metin2 Dev 3
  • Good 1

spacer.png

Link to comment
https://metin2.dev/topic/33787-previewm2manager/#findComment-171348
Share on other sites

  • 1 month later...
  • 2 weeks later...
  • 5 months later...
  • Active Member

Ahoi,

there are some news! To achieve more compatibility and flexibility, the M2Manager has been fully refactored and migrated from the old tech stack PyQt6 to Tauri + React v18. The UI has been completely redesigned and the project restructured to make it easier to add new extensions or expand existing ones. All components of an extension are reusable.

 

Setup Wizard

The wizard is now more intuitive and offers the possibility to set preferences on first launch. All configurations are stored locally in a SQLite database and can be changed at any time. Currently, you only need to provide the extracted pack directory and the application performs an autodiscovery for all required files/paths. Individual paths can be specified manually as a fallback in case autodiscovery fails and to give you the option to enter them manually.
spacer.png
 

Dashboard

The dashboard provides various statistics, currently focused on players/characters. Data can be filtered and the charts are interactive. The Recharts library was used for this purpose.

spacer.png
 

Item Module

The Item Module allows you to switch between TXT and SQL. Here you can edit the items accordingly. Clicking on a row opens the Item Editor, where the item icon can generally be modified (currently not fully available yet). A search function is also available, including a shortcut to focus it.

spacer.png

 

Mob Module

This module is currently still a work in progress. At the moment, only the table and the search function are displayed — more coming later.

spacer.png

 

Shop Module

This module is used to manage NPC shops. Items can be added/removed, the item count can be adjusted, and the shop grid can be customized. Additionally, the Granny model of the NPC is visually displayed here. Shops can also be completely removed. Everything happens directly via queries.

spacer.png

spacer.png

 

I plan to upload the repository to GitHub in the next few days and release a first version including the modules presented in the preview.

 

What will the release include?

- Edit item proto
- Edit mob proto + model display
- Edit item icons
- Fully manage shops
- Several filter functions for the tables
- Load Granny models

 

What is currently being actively worked on?

Currently, only Granny models with a single texture can be loaded correctly. Models that have more than one texture do load, but they look accordingly broken. In addition, animation integration is planned to be introduced.

  • Metin2 Dev 1

spacer.png

Link to comment
https://metin2.dev/topic/33787-previewm2manager/#findComment-174545
Share on other sites

  • Active Member

Changelog 22.02.2026

- System theme added  
- Translations introduced for DE, FR, GR, IT, NL, PT, RO, RU, ES, CZ, TR, HU  
- Remote/Local FileBrowser introduced with autodiscover + autocomplete  
- SSH connections can now also be established using SSH keys with and without passphrase  
- Shortcut for saving introduced (CTRL + S / CMD + S)  
- Improved reading of npclist.txt to handle different cases for some models that do not have standard paths, as well as aliases for different naming conventions and cases where the same model has different textures  
- Shop module completely reworked:  
  - Global / per-shop grid configuration  
  - Grid configuration limited to a maximum of 15x15  
  - Maximum stack size is now configurable  
  - Shop name can be changed  
  - Shops can now be deleted  
  - Tooltips now correctly load the item name instead of the VNUM  
  - Item quantity automatically adjusts to the configured maximum amount  
  - Adding new items automatically loads only items that are not already in the shop  
  - The item list when inserting automatically adapts to the grid size, so only items that fit can be added  
  - NPC can now be changed by clicking on the VNUM  
- Proto modules now retain their configuration when leaving the page  
- Theme switcher replaced with toggle buttons for selecting between the 3 modes  

Preview

spacer.png
spacer.pngspacer.png

  • Love 1

spacer.png

Link to comment
https://metin2.dev/topic/33787-previewm2manager/#findComment-174568
Share on other sites

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.