forked from metin-server/m2dev-client-src
6984fef736db4c2af2b8e0399e98d8543b46df35
- Initialize FileLoaderThreadPool and TextureCache - Route file requests through thread pool - Handle pre-decoded images from worker threads - Reduce loading delay from 20ms to 1ms - 512MB texture cache (up from 256MB)
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%