Deli 0.1.0
See the version list below for details.
dotnet add package Deli --version 0.1.0
NuGet\Install-Package Deli -Version 0.1.0
<PackageReference Include="Deli" Version="0.1.0" />
paket add Deli --version 0.1.0
#r "nuget: Deli, 0.1.0"
// Install Deli as a Cake Addin #addin nuget:?package=Deli&version=0.1.0 // Install Deli as a Cake Tool #tool nuget:?package=Deli&version=0.1.0
Deli
Deli is a modding framework based on BepInEx which provides one standard uniform way of packaging and loading mods containing any number of assets of any type. Originally built for the popular VR firearms sandbox game Hotdogs, Horseshoes & Hand Grenades but theoretically usable under any Unity game with BepInEx.
Quick Links
Features
- Standardized way of loading mods: Have a mod you want to install? Drop it in the mods folder and you're good to go.
- Easy resource and dependency management: Mods built for the framework can enjoy easy-to-use asset loading and dependency management built into the framework.
- Access to internal services kernel: The kernel is a container for a bunch of objects that can be used globaly. Stick some stuff in there to let other mods have it in a more proper way
Advantages
The main advantages to using this framework in addition to BepInEx are as follows:
- Each Deli mod can include any number of assets of any type. You can bundle your code plugins with some default example content or even create a mega mod pack with lots of content of a certain theme.
- Code plugins can define asset loaders that will be used to automatically load assets of a certain type from other mods. This is where the framework becomes game-independent, as anyone can write code mods to load any game-specific content.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 3.5
- ADepIn (>= 20.11.19.2309)
- BepInEx.Core (>= 5.4.0)
- DotNetZip (>= 1.12.0)
- jnm2.ReferenceAssemblies.net35 (>= 1.0.1)
- Microsoft.NETFramework.ReferenceAssemblies (>= 1.0.0)
- UnityEngine.Core (>= 5.6.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Deli:
Package | Downloads |
---|---|
Deli.H3VR
API and assistive interfacing code for modding H3VR with Deli |
|
Deli.H3VR.Patcher
Patching stage for Deli.H3VR |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.4.2 | 428 | 7/20/2021 |
0.4.1 | 434 | 5/28/2021 |
0.4.0 | 401 | 5/28/2021 |
0.3.2 | 519 | 4/17/2021 |
0.3.1 | 408 | 3/22/2021 |
0.3.0 | 557 | 3/4/2021 |
0.3.0-rc.3 | 155 | 2/21/2021 |
0.3.0-rc.2 | 150 | 2/17/2021 |
0.3.0-rc.1 | 142 | 2/17/2021 |
0.2.5 | 603 | 12/5/2020 |
0.2.4 | 413 | 12/3/2020 |
0.2.3 | 393 | 12/3/2020 |
0.2.2 | 413 | 12/2/2020 |
0.2.1 | 426 | 12/2/2020 |
0.2.0 | 396 | 12/2/2020 |
0.1.0 | 436 | 11/26/2020 |