cursey / kanan-new

A reimagining of Kanan for Mabinogi written in C++
The Unlicense
145 stars 67 forks source link
cmkr mabinogi mod modding

Kanan's New Mabinogi Mod .github/workflows/build.yml

A reimagining of Kanan for Mabinogi written in C++ with many improvements.

Download

Downloads for the latest official releases are located here.

What's new

Build requirements

Build steps

From the command line you must generate a project using CMake:

> cmake -B build -G "Visual Studio 17 2022" -A x64

At this point you can now open /build/Kanan.sln with visual studio, or continue the build from the command line with:

> cmake --build build --config Release
> cmake --install build --prefix out

Usage

Once the project has been built successfully in Release mode just run Loader.exe as an administrator. Loader.exe will automatically look for any instances of Mabinogi and load Kanan.dll into it. Press the INSERT key to toggle the UI.

This project is still a work in progress

Once this project reaches (or approaches) feature parity with the original Kanan the URL for it will probably change to replace the original. I may periodically release official binaries for those who don't want to build the project themselves.

Todo

Preview from the very first public version

Preview

Original patch authors

Kanan comes with more mods than are listed here. This is the list of patch authors who haven't directly contributed via GitHub's pull requests.

Many original patches/ideas came from the following projects:

Projects that use or were inspired by Kanan