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

SebTruck

New truck features, tweaks, and enhancements for Easy Delivery Co.

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

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
SebTruck

Vehicle and 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 with shift up/down binds, and is bindable to a toggle for those who want to switch between auto/manual on the fly.
  • Engine overrev sound when nearing the redline of the tachometer.
  • Compact HUD elements for speed, tachometer, and gear display that can be toggled on/off and moved.
  • Turn signals that actually glow and react to steering input. Also a 4-way hazard mode.
  • Ignition toggle with hold-to-start behavior and sound effect.
  • Change selected Bobblehead and Truck Paint in the menu (if you have them unlocked).

Screenshots

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

Installation

Dependencies

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

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.4

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.