https://github.com/bilka2/minimal-no-base-mod
Factorio mod that provides the minimal prototypes needed to load Factorio without the base mod
https://github.com/bilka2/minimal-no-base-mod
factorio factorio-mod mod
Last synced: 10 months ago
JSON representation
Factorio mod that provides the minimal prototypes needed to load Factorio without the base mod
- Host: GitHub
- URL: https://github.com/bilka2/minimal-no-base-mod
- Owner: Bilka2
- License: mit
- Created: 2020-04-10T17:29:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-14T19:59:39.000Z (over 5 years ago)
- Last Synced: 2025-02-28T08:18:39.235Z (over 1 year ago)
- Topics: factorio, factorio-mod, mod
- Language: Lua
- Homepage: https://forums.factorio.com/83567
- Size: 56.6 KB
- Stars: 21
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
- License: LICENSE
Awesome Lists containing this project
README
# 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 this mod enabled, you have to disable 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.**