Nexus Loader is a mod loader for Processor Tycoon built on top of BepInEx.
It is intended to provide a foundation for modding the game, but please note that this project is very early in development and highly experimental.
- The project is extremely raw
- There are no official releases on GitHub
- The only way to use it is to build from source manually
- Functionality is incomplete, and bugs and crashes are expected
- Use at your own risk
Currently, there are no prebuilt binaries available. To try Nexus Loader:
- Clone the repository:
git clone https://github.com/Pawmii/Nexus-Loader.git- Build the project manually
- Install it into your Processor Tycoon game directory
- Run the game (expect possible crashes or broken features)
Planned features for upcoming development:
- ✅ Complete mod loading and packaging system
- ✅ Add support for custom technologies
- ✅ Add support for creating custom companies
- ✅ Implement a basic API layer for working with core game systems (Balance, Events, etc.)
- ✅ Publish the first official release
This is not a finished product. Everything is work-in-progress, and compatibility is not guaranteed. Expect instability and breaking changes with every update.
Nexus Loader leverages BepInEx as its modding framework. It is designed to be modder-friendly, but it is still in a pre-alpha stage.
Use only if you are comfortable with unstable builds and manual compilation.