Chorizite is an open-source plugin manager for the game Asheron's Call. It enables the integration and management of plugins that extend the game's functionality. This project includes core plugins for various features such as HTML/CSS-based UI design, DAT file reading, and Lua scripting support.
Chorizite serves as a plugin framework for Asheron's Call, allowing developers to create and manage plugins for the game. It provides essential tools for interfacing with the game files, rendering HTML/CSS-based interfaces, and scripting with Lua.
- .NET 8.0+
- Runtime is needed for all users
- SDK is needed for building
- Microsoft Visual C++ Redistributable
- DirectX End-User Runtimes (June 2010)
- Install Dependencies
- Grab latest installer from releases
- Install Dependencies
- Clone repository:
git clone git@github.com:Chorizite/Chorizite.git - Build
Releasein visual studio (only release builds will build the installer needed for the next step, subsequent builds can useDebug) - Run installer at bin/Chorizite-Installer*. Make sure you change the installation directory to the bin/net8.0/ directory you just built to (only needs to be done once)
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Submit a pull request with a detailed description.
This project is licensed under the MIT License.