shiibe-SebLogiWheel icon

SebLogiWheel

Logitech Steering Wheel and FFB support for Easy Delivery Co.

Last updated 2 weeks ago
Total downloads 97
Total rating 0 
Categories Mods
Dependency string shiibe-SebLogiWheel-1.0.3
Dependants 0 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
shiibe-SebBinds-1.0.3 icon
shiibe-SebBinds

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

Preferred version: 1.0.3

README

Logo
SebLogiWheel

Logitech wheel support and Force Feedback (FFB) for Easy Delivery Co.
About · Features · Compatibility · Screenshots · Installation · Configuration · In-game menu · Troubleshooting · Build


About

SebLogiWheel adds Logitech wheel input + Force Feedback (FFB) support.

Wheel bindings live in SebBinds (Binds -> Wheel). Driving feature extensions (manual transmission / ignition / HUD readouts) live in SebTruck.

Important

  • When SebLogiWheel is active, keyboard/controller axis driving is disabled.
  • For best results, do not have other controllers plugged in at the same time as the steering wheel.

Features

  • Wheel steering + pedals
  • Force Feedback (FFB)
  • Calibration + axis mapping menu
  • Integrates with SebBinds: Wheel scheme for binds + axes

Compatibility

  • Intended for modern Logitech wheels supported by Logitech G HUB / LGS.
  • Tested on: G920
  • Likely compatible: G29/G923 and similar Logitech wheels (not guaranteed).

Future Planned Features

  • Support for H-shifters to tie into SebTruck's manual transmission features.
  • Support for other wheels maybe?

Screenshots

Screenshot 1 Screenshot 2
Screenshot 3 Screenshot 4
Screenshot 5 Screenshot 6
Screenshot 7

Installation

Dependencies

  • BepInEx-BepInExPack-5.4.2304
  • shiibe-SebCore-1.0.0
  • shiibe-SebBinds-1.0.0

Force Feedback (FFB)

  • Install Logitech G HUB (or older Logitech Gaming Software) so the wheel drivers/components are present.
  • LogitechSteeringWheelEnginesWrapper.dll must be alongside the plugin DLL (the build/package includes it).

Install

Quick start

  1. Install the mod and start the game once.
  2. Open mods.exe (SebCore) then launch Wheel.
  3. Run calibration if needed.
  4. Open Binds -> Wheel and bind buttons/axes.

Configuration

  • Config file: BepInEx/config/shibe.easydeliveryco.seblogiwheel.cfg

General

  • ignore_xinput_controllers (bool, default: true): Pass ignoreXInputControllers to the Logitech SDK init (recommended).

Debug

  • log_detected_devices (bool, default: true): Log joystick names detected by Unity on startup.
  • debug_logging (bool, default: false): Log debug information.

In-game menu

  • Open mods.exe (SebCore) then launch Wheel.
  • Use this menu for wheel-specific setup (calibration, axis mapping, FFB tuning).

Troubleshooting

My wheel/pedals aren't working or are stuck at full throttle.

  • Make sure Logitech G HUB (or older Logitech Gaming Software) is installed.
  • Open mods.exe -> Wheel and check Axis Mapping.
  • Run Calibration and follow the prompts.

The SDK fails to load or I get errors about missing DLLs.

  • Make sure LogitechSteeringWheelEnginesWrapper.dll is in the same folder as SebLogiWheel.dll.

Build

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