Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

Templates

thepercentageguy edited this page Jul 30, 2022 · 5 revisions

mod.json

{
    "modID":"yourmodid",
    "displayName":"Your Mod Name",
    "author":"yourname",
    "credits":[""],
    "versionIndex":0,

    "dependencies": [
    ]
}

chars.json

{
	"chars":
	[
		
	]
}

weeks.json

{
    "weeks":
    [

    ]
}

Source Modding

Building the Engine

Softmodding

Resources

Version Index Table

File Templates

Guides

COMING SOON

Clone this wiki locally