Skip to content

Deli Eliminates Loader Intricacies with BepInEx plugins and custom content.

License

Notifications You must be signed in to change notification settings

Deli-Collective/Deli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

latest version

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.

Quick Links

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.