Skip to content

annasajkh/world-tweeker

Repository files navigation

world-tweaker

Oneshot Mod Manager

Recommended IDE Setup

Project Setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux

Mod Display Information

You need to have mod_config.json in each mod directory it should contains

{
    "name": "The Mod Name",
    "iconPath": "the/relative/path/to/the/icon.png",
    "author": "The Mod Author"
}

if it doesn't have that it will still be able to load the mod but the display in the mod manager would be limited

you can actually import the mod manually just place it in the mod folder in OneshotFolder/Mods

i can't build for 32 bit linux so yeah https://www.electronjs.org/blog/linux-32bit-support