You are viewing a potentially older version of this package. View all versions.
shiibe-SebTruck-1.0.2 icon

SebTruck

Truck/driving feature extensions (manual transmission, ignition, HUD) for Easy Delivery Co.

Date uploaded 4 months ago
Version 1.0.2
Download link shiibe-SebTruck-1.0.2.zip
Downloads 31
Dependency string shiibe-SebTruck-1.0.2

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

SebTruck

Logo
SebTruck

Driving upgrades for Easy Delivery Co.
About · Features · Screenshots · Installation · In-game menu · Configuration · Build


About

SebTruck adds driving upgrades like manual transmission, ignition controls, and compact HUD readouts (speed/tach/gear) while you drive for just a bit more realism.

Features

  • Manual transmission mode (gears, neutral, reverse)
  • Ignition toggle with hold-to-start behavior
  • Turn indicators (L / R / 4-way hazards) (WIP: currently only triggers indicator sound)
  • HUD readouts (speed/tach/gear)
  • Optional ignition sound (ignition_on.wav)
  • Works with any input bindings from SebBinds

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.1
  • shiibe-SebBinds-1.0.0

Install

In-game menu

  • Open mods.exe (SebCore) then launch Truck
  • Binds: open Binds then use the Truck binds page

Binds

Truck page:

  • Ignition Toggle
  • L Indicator
  • R Indicator
  • 4Way Indicator
  • Toggle Gearbox
  • Shift Up / Shift Down

Configuration

  • Config file: BepInEx/config/shibe.easydeliveryco.sebtruck.cfg
  • Optional SFX: place ignition_on.wav at BepInEx/plugins/SebTruck/sfx/ignition_on.wav
  • Debug.debug_logging (bool): Verbose logging
  • Ignition.sfx_on_path (string): Ignition ON sound file name inside sfx/
  • Ignition.sfx_volume (float): Ignition sound volume (0..1)

Future plans

  • Add indicator blinking
  • Custom truck sound effect overrides
  • Better HUD elements

Build

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

CHANGELOG

1.0.6

Turn Signals:

  • Fix: Turn signals now remain active while the player is outside the truck (as long as the ignition is on).

General:

  • Decrease time it takes for truck tempurature to drop after the ignition is turned off (30s -> 15s).
  • Fix: Truck paint selection works properly.
  • Perf: Reduce per-frame hierarchy scans (headlight tuning + paint/tailgate).

1.0.5

Turn Signals:

  • Add turn signal emitter materials so the turn signals actually glow when active/blinking.
  • Add dedicated emissive atlases for left/right/hazards (and brake variants) to control indicator glow.
  • Add world-space amber turn signal spot lights (front+rear) with an in-game intensity slider.
  • Add volume slider for turn signal click SFX.
  • Fix: Turn signals now automatically cancel after a full turn cycle to mimic real-world behavior.
  • Fix: Turn signals now pause while the pause menu is open.

Ignition:

  • Mute the engine and radio proximity sounds while the ignition is off and the player is out of the truck.
  • Turning the ignition off now plays the headlight click sound.
  • Ignition SFX now defaults to 15% volume.

1.0.4

  • Manual transmission braking: treat negative driveInput.y as brake/reverse input (better controller/wheel support), while still honoring handbrake.
  • Add SebTruckApi (stable interop surface) for setting manual gear without hard mod dependencies.

1.0.3

  • Manual transmission: restore neutral rev + overrev engine SFX (including distortion/stutter) after plugin split.
  • Manual transmission: resetting the truck (reset key / ice crack / explosion) now returns to gear 1.
  • Headlights: headlight distance/brightness tuning applies reliably across different headlight hierarchies.
  • Headlght Dist: cap at 1.00x since values above 1.0 are ineffective.

1.0.2

  • Add Tweaks menu selectors for bobblehead (locked-aware) and truck paint (locked-aware).

1.0.1

  • Manual transmission: change virtual gear spacing to a geometric progression (steeper early gears, tighter high gears).
  • Speed multiplier now also scales the virtual gearbox/RPM mapping so manual + auto feel stays consistent.

1.0.0

  • Initial SebTruck release.