

SebCore
The required launcher/core for my Easy Delivery Co. mods.
About
·
Mods
·
Screenshots
·
Installation
·
Build
SebCore is the base mod that provides the in-game launcher UI and some shared utilities for my other mods.
mods.exe) on the main menu.SebCore exposes a small public API so other mods can plug into the launcher.
SebCore.CartridgeApps.RegisterApp(...): register a custom cartridge so it appears in the SebCore launcher.
Example:
SebCore.CartridgeApps.RegisterApp(new SebCore.CartridgeApps.App
{
DisplayName = "My Cartridge",
FileName = "mycart",
PluginGuid = "com.example.mycart",
ListenerName = "MyCartMenu",
ListenerData = "listener_MyCartMenu",
WindowTypeName = "MyCart.MyCartMenuWindow"
});
Cartridges are small, optional sub-mods you can install and enable as needed - like popping different games into the same console. The goal is a modular setup where you only run what you actually use.
Menu.sebcore_icon_name (string, default: mods): Desktop icon file name.Menu.sebcore_icon_x / Menu.sebcore_icon_y (string): Desktop icon position.Maintenance.clear_mod_prefs (bool): Clears known mod PlayerPrefs at runtime, then flips back to false.Logging.debug_logging (bool): Extra debug logging.These are the currently available cartridges you can install alongside SebCore.
| Mod | Links |
|---|---|
| SebBinds | Thunderstore | Source |
| SebLogiWheel | Thunderstore | Source |
| SebTruck | Thunderstore | Source |
| SebUltrawide | Thunderstore | Source |
![]() |
![]() |
![]() |
Dependencies
BepInEx-BepInExPack-5.4.2304Install
SebCore.dll to BepInEx/plugins/SebCore/dotnet build EasyDeliveryCoMods.sln -c Releasepowershell -NoProfile -ExecutionPolicy Bypass -File scripts/package-all.ps1 -Version 1.0.1