Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madnight/kalonline-mod-collection
Kal Online game reverse engineering / modding
https://github.com/madnight/kalonline-mod-collection
game inline-assembly kal-online kalonline-mod-collection reverse-engineering
Last synced: about 2 months ago
JSON representation
Kal Online game reverse engineering / modding
- Host: GitHub
- URL: https://github.com/madnight/kalonline-mod-collection
- Owner: madnight
- License: other
- Created: 2016-06-23T17:07:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-10T12:26:25.000Z (over 4 years ago)
- Last Synced: 2024-04-13T09:19:02.716Z (9 months ago)
- Topics: game, inline-assembly, kal-online, kalonline-mod-collection, reverse-engineering
- Language: C++
- Homepage: https://www.inixgame.com
- Size: 3.42 MB
- Stars: 14
- Watchers: 7
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# kalonline-mod-collection
[![Build Status](https://travis-ci.org/madnight/kalonline-mod-collection.svg?branch=master)](https://travis-ci.org/madnight/kalonline-mod-collection)
[![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/gpl-2.0.html)This repo contains old code written for the game [Kal Online](https://en.wikipedia.org/wiki/Kal_Online). This is basically a collection of some game modifications like extra commands, server and clientside cheat protection, level extension, monster spawns, ... . Since Kal Online is a closed source game the only way to modify the game is via low level hooks, hence i used C++ and inline assembly. There is a more or less inactive development forum section on [Ragezone](http://forum.ragezone.com/f241/) were we shared our thoughts, code and ideas.
Used Tools:
- [IDA Pro](https://www.hex-rays.com/products/ida/)
- [OllyDbg](http://ollydbg.de/)
- Visual Studio 2010Every Folder starting with "Mad" is from me.
Engine and Core is from revo, full credits to him for this awesome amount of work over the years.
Pulse, SDK, Sora, Sue is mainly from kealy, full credits to him + credits to sirix and striker.