Skip to content

kklkkj/kklee

Repository files navigation

kklee

A bonk.io mod that extends the functionality of the map editor.

Guide

Bonk.io Modding Discord server

Installing as a userscript

Userscripts require a userscript manager such as Violentmonkey or Tampermonkey, and Excigma's code injector userscript.

The userscript is available at https://github.com/kklkkj/kklee/releases/latest/download/kklee.user.js

Installing as an extension

Download https://github.com/kklkkj/kklee/releases/latest/download/kklee.zip

In Firefox

Note: You will have to do this after every time you restart the browser.

  1. Go to about:debugging#/runtime/this-firefox
  2. Click Load temporary addon and open the zip file.
In Chrome (and other Chromium-based browsers, hopefully)
  1. Go to chrome://extensions/
  2. Enable Developer mode in the top-right corner of the page.
  3. Drag and drop the zip file into the page.

"It doesn't work"

Did you:

  • Disable any mods that are incompatible with kklee, such as Bonk Leagues Client
  • Refresh Bonk.io after installing
  • Download the correct file from Releases?

It is also possible that a recent bonk.io update broke the mod and it needs to be fixed.


Building

Ignore this if you just want to install the mod
  1. Install the following:

  2. Run npm ci to install npm dependecies.

  3. Run nimble install -d to install nimble dependencies.

  4. Run either:

    • npm run buildDev (no minfication so build is quicker)
    • npm run buildRelease (minified)

    The files will be saved in the build directory.