Skip to content
This repository was archived by the owner on Dec 28, 2025. It is now read-only.

Venchive/Saturn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Saturn

  • A w.i.p. modding framework for Haxe.

  • I don't plan on doing much with this besides prolly adding hscript stuffs lol

  • Mods are loaded in order of priority.

Installation

haxelib git saturn https://github.com/yophlox/Saturn.git

Features

  • You can override assets from the base game.

  • yeah that's all for now.

Documentation

Mod.json template

{
    "id": "mod-name",
    "name": "Mod Name",
    "version": "1.0.0",
    "author": "you!",
    "description": "Desc here!",
    "priority": 1
}

make sure the id is the same as the folder name.

About

A w.i.p. modding framework for Haxe.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages