Deli
A modding framework which provides a uniform way of packaging and loading mods, each containing any type or number of assets.
Date uploaded | 3 years ago |
Version | 0.4.2 |
Download link | DeliCollective-Deli-0.4.2.zip |
Downloads | 68907 |
Dependency string | DeliCollective-Deli-0.4.2 |
This mod requires the following mods to function
BepInEx-BepInExPack_H3VR
BepInEx pack for H3VR. Preconfigured and ready to use.
Preferred version: 5.4.1101Stratum-Deliter
Converts Deli mods to Stratum mods, given that their loaders have been converted.
Preferred version: 1.0.0README
LTS Notice
No more features will be added to Deli. All future updates will be bugfixes for the current version of Deli. For continued feature updates, see the evolution of Deli: Stratum.
Deli
Deli is a modding framework which provides a uniform way of packaging and loading mods, each containing any type or number of assets. While it was originally made for the popular VR firearms sandbox game Hotdogs, Horseshoes & Hand Grenades, its dependency on BepInEx means it theoretically works for any Unity game.
Features
- Standardized mod installation: Have a mod you want to install? Drop it in the mods folder and you're good to go.
- Automatic version checking: Given that each mod provides enough info, Deli automatically checks for mod updates.
- Simple dependency management: Basic dependency management is built into the framework. If a dependency is not present, an error is given and the dependant mod does not load.
- Easy access to assets: Each mod is given a filesystem tree to access its assets from, allowing mods to dynamically load content themselves.
Documentation
User documentation for the latest release can be found at the Deli wiki.
This wiki can be updated by community members, and may be out of date shortly after a release.
Developer documentation for the latest pre-release can be found at the Deli website.
This website is tied directly to the repository, and should be up to date with the latest release by the time of release. If for you wish
to view the documentation for earlier versions of Deli, you must clone the repo, download and extract the DocFX binaries to docs/bin/
,
and serve the website yourself.