Skip to content

Instantly share code, notes, and snippets.

View zerogreedme's full-sized avatar

zerogreed zerogreedme

View GitHub Profile
@zerogreedme
zerogreedme / modloader_insertion.md
Last active March 28, 2026 20:59
ModLoader Insertion Tutorial (Linux, macOS, Chrome OS)

ModLoader Insertion Tutorial (Linux, macOS, Chrome OS)

This is a simple tutorial on how to insert ModLoader into DoL and DoLP HTML files on Linux, macOS, and Chrome OS.

Dependencies

The script requires the latest version of Node.js. Older versions (v16 and below) may not work. Learn how to install Node.js here.

Get the ModLoader Package

  1. Visit the SugarCube 2 ModLoader GitHub Actions page.
  2. Select the latest successful build (marked with a green checkmark).
  3. Download the ModLoader Package artifact (GitHub authorization required).
@zerogreedme
zerogreedme / modloader_insertion_old.md
Last active February 28, 2026 19:15
ModLoader on Linux

ModLoader Installation Guide for Linux (Outdated)

The new version of the tutorial is here.

There is no ModLoader installation guide for Linux, so I've created this.

Install Node.js

Node.js is required to run the ModLoader scripts. You can install it in two ways: directly using your package manager (if you only need one version) or using fnm (recommended for managing multiple Node.js versions).