The Metin2 Client
Go to file
2024-11-16 19:20:29 +02:00
bin Fixed buffer overflow issue in DXTCImage, added nicer error messages. 2024-07-07 21:09:33 +03:00
doc/img Added a crude build script, DirectX 9 documentation 2024-11-16 18:51:55 +02:00
extern Cleaned up unused libraries 2024-03-28 22:27:41 +02:00
src Fixed buffer overflow issue in DXTCImage, added nicer error messages. 2024-07-07 21:09:33 +03:00
.gitattributes Initial commit based on the 40250 Test Client 2022-11-20 23:11:54 +02:00
.gitignore Added vcpkg manifest, project refactoring 2022-11-22 06:29:35 +02:00
build.bat Added a crude build script, DirectX 9 documentation 2024-11-16 18:51:55 +02:00
Metin2Client.sln Solution refactoring and restructuring, removed Boost dependency, removed unused tools 2022-11-21 23:42:37 +02:00
README.md Added a crude build script, DirectX 9 documentation 2024-11-16 18:51:55 +02:00

The Metin2 Client

The Old Metin2 Project aims at improving and maintaining the 2014 Metin2 game files up to modern standards. The goal is to archive the game as it was in order to preserve it for the future and enable nostalgic players to have a good time.

For-profit usage of this material is certainly illegal without the proper licensing agreements and is hereby discouraged (not legal advice). Even so, the nature of this project is HIGHLY EXPERIMENTAL - bugs are to be expected for now.

Description

This is the corresponding client for the Metin2 Server, taken straight out of the "kraizy" leak, while using files from TMP4's project.

Except for some work in order to ensure compatibility with the server, this client is pretty much unchanged.

Requirements

Installing DirectX 9.0c

The client has been updated to DirectX 9. This means that if DirectX 9 is not installed on your computer, you might be met with one of these error messages:

picture picture

In this case, simply download the DirectX End-User Runtimes (June 2010) from Microsoft's website (SHA-1 checksum: 7E5D2E5E1A13FBC47F990CC55CBDB428CD12F759). This is a self-extracting archive, so simply create a new folder, run the executable and extract its contents to that folder.

In this working folder, find and run DXSETUP.exe in order to start the install.

After the installation is complete, your client should run without issue.