You are viewing a potentially older version of this package.
View all versions.
SebBinds
Adds menu for keybind/controller rebinding to Easy Delivery Co and exposes an API for other mods.
| Date uploaded | a day ago |
| Version | 1.0.1 |
| Download link | shiibe-SebBinds-1.0.1.zip |
| Downloads | 6 |
| Dependency string | shiibe-SebBinds-1.0.1 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2304shiibe-SebCore
Menu/launcher and shared utilities/APIs for Easy Delivery Co mods.
Preferred version: 1.0.2README
SebBinds
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
Axespage for movement/camera/vehicle axes - Modifier layer (
Modif.): bind extra inputs by holding the modifier - Vehicle page includes
1P/3P Camera - Other mods can add pages via
SebBindsApi.RegisterActionsPage(...)
API
- Full docs: API Docs
Screenshots
![]() |
![]() |
![]() |
![]() |
![]() |
Installation
Dependencies
BepInEx-BepInExPack-5.4.2304shiibe-SebCore-1.0.0
Install
- r2modman/Thunderstore: https://thunderstore.io/c/easy-delivery-co/p/shiibe/SebBinds/
- Manual: copy
SebBinds.dlltoBepInEx/plugins/SebBinds/
In-game menu
- Open
mods.exe(SebCore) then launchBinds - 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.0
CHANGELOG
1.0.2
- Align Map/Items/Jobs semantics with vanilla:
MapItemsdrives inventory (hold);Jobstoggles jobs/map menu (press). - Expose proper handbrake vs brake/reverse behavior:
Back/Handbrake(hold) is the handbrake while driving;Brake/Reverseaffects vehicle brake/reverse input. - Update defaults: keyboard
Brake/Reverse = S,Back/Handbrake = Space,MapItems = Shift (hold),Jobs = Tab; controller seedsMapItemsfromInventoryandJobsfromMap. - Allow common keyboard reuse without conflict prompts (WASD for on-foot + vehicle).
- Improve duplicate-bind UX: show wrapped comma-separated conflicts (28 chars/line) and allow
Keep Both. - Fix bind capture UI: conflict prompt no longer captures inputs; add shortcuts
Enter=Keep Both,Esc=Try Another.
1.0.1
- Scheme select: keep options vertically centered when Wheel is installed.
1.0.0
- Initial SebBinds release.




