forked from metin-server/m2dev-client-src
049eca38a4e97f56135ac33e773754a31d020bba
- 512MB default cache size for decoded textures - Thread-safe LRU eviction policy - Tracks hit/miss statistics - Prevents re-decoding frequently used textures
Client Source Repository
This repository contains the source code necessary to compile the game client executable.
How to build
cmake -S . -B build
cmake --build build
📋 Changelog
🐛 Bug Fixes
- PK Mode: Resolved conflict for Hostile mode when both players have negative alignment, added PK_PROTECT mode safeguards.
Description
Languages
C
87.7%
C++
12.3%