sailei1 / KnightOnline

OpenKO is an open source version of the old school Knight Online MMORPG

Home Page:https://www.youtube.com/watch?v=bm36CvJX9to

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Knight Online (OpenKO)

We started with project to learn more about how the MMORPG Knight Online works. MMORPGs are very intricate programs requiring knowledge in many areas of computer science such as TCP/IP, SQL server, performance tuning, 3D graphics and animation, load balancing, and more. Starting with the original leaked source we have updated to DirectX 9, wrapped window creation and player input using SDL 2.0, added function flags so that various file formats may be supported while remaining backwards compatible, and much much more.

This code is for academic purposes only! If you have questions, or would like help getting started, feel free visit the forums.

Note:

  • The UIE project currently requires VS15 pro

Intentional design decisions:

  • The project is currently focused around supporting the 1298/9 version of the game. Version 1298/9 has most of the core functionality attributed to the game’s success. By ignoring later versions of the game we keep the system relatively simplistic. This allows us to strengthen the fundamental components of the game while minimizing the amount of reverse engineering necessary to make things work.
  • We stick to the 1298/9 database schema. To ensure compatibility with the 1298/9 version of the game we do not modify the basic database schema. This means the structure of the database and how information is stored in the database doesn’t change while we are working. This could change once the core functionality of the 1298/9 is in place.

About

OpenKO is an open source version of the old school Knight Online MMORPG

https://www.youtube.com/watch?v=bm36CvJX9to


Languages

Language:C++ 64.2%Language:C 27.6%Language:Lua 7.3%Language:Objective-C 0.5%Language:HTML 0.3%Language:Makefile 0.1%Language:CMake 0.0%