shiibe-SebBinds icon

SebBinds

In-game keybind and controller rebinding for Easy Delivery Co, plus an API for mod-added actions.

Last updated 15 hours ago
Total downloads 14
Total rating 0 
Categories Mods Libraries
Dependency string shiibe-SebBinds-1.0.2
Dependants 2 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2304 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2304
shiibe-SebCore-1.0.2 icon
shiibe-SebCore

Menu/launcher and shared utilities/APIs for Easy Delivery Co mods.

Preferred version: 1.0.2

README

Logo
SebBinds

Binds UI + keybind/controller rebinding for Easy Delivery Co, with an API for other mods.
About · Features · Screenshots · Installation · In-game menu · Build


About

SebBinds provides the binding UI + runtime input mapping used by the rest of the mod set.

Features

  • Scheme picker: Controller / Keyboard / Wheel (Wheel appears when SebLogiWheel is installed)
  • Dedicated Axes page for movement/camera/vehicle axes
  • Modifier layer (Modif.): bind extra inputs by holding the modifier
  • Vehicle page includes 1P/3P Camera
  • Supports vanilla-style shared binds (e.g. MapItems hold for on-foot items / in-vehicle map)
  • Other mods can add pages via SebBindsApi.RegisterActionsPage(...)

API

Screenshots

Screenshot 1 Screenshot 2
Screenshot 3 Screenshot 4
Screenshot 5

Installation

Dependencies

  • BepInEx-BepInExPack-5.4.2304
  • shiibe-SebCore-1.0.2

Install

In-game menu

  • Open mods.exe (SebCore) then launch Binds
  • Pick a scheme and bind actions
  • Wheel scheme only listens to the Logitech wheel device (and requires calibration first)

Configuration

  • Config file: BepInEx/config/shibe.easydeliveryco.sebbinds.cfg
  • Logging.debug_logging (bool): Extra debug logging

Build

  • Build: dotnet build EasyDeliveryCoMods.sln -c Release
  • Package all: powershell -NoProfile -ExecutionPolicy Bypass -File scripts/package-all.ps1 -Version 1.0.2