-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
# Minimal mod allowing incompatibility with the base mod | ||
|
||
This mod is incompatible with the base mod and removes nearly all features from the game. | ||
It is meant for mod development, gameplay is not really possible with only this mod enabled. | ||
|
||
This mod provides the minimal prototypes needed to load the game without the base mod. | ||
Modders are encouraged to build their own mod on top of this one or depend on this mod to aid development of mods incompatible with the base mod. | ||
|
||
To load the game with the base mod disabled, open mod-list.json, find "base" and set "enabled" to false. | ||
**To load the game with this mod enabled, you have to disabled the base mod: Open mod-list.json, find "base" and set "enabled" to false. | ||
If you do not do this, this mod will most likely not be loaded by the game.** |