SebTruck
New truck features, tweaks, and enhancements for Easy Delivery Co.
| Date uploaded | 2 weeks ago |
| Version | 1.1.6 |
| Download link | shiibe-SebTruck-1.1.6.zip |
| Downloads | 61 |
| Dependency string | shiibe-SebTruck-1.1.6 |
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.1.0shiibe-SebBinds
In-game keybind and controller rebinding for Easy Delivery Co, plus an API for mod-added actions.
Preferred version: 1.1.4README
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, Rally transmission settings, ignition controls, turn signals, and compact HUD readouts while you drive for just a bit more realism.
Features
- Story mode manual transmission with shared Rally shift/direct-gear binds, including H-shifter style
R,N, andGear 1-6inputs. - Rally mode Auto/Manual transmission setting that unlocks the game's vanilla manual shifting without entering the cheat manually.
- 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.
- Synthesized backup alarm with volume, beep rate, and tone controls.
- 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
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Installation
Dependencies
BepInEx-BepInExPack-5.4.2304shiibe-SebCore-1.1.0shiibe-SebBinds-1.1.4
Install
- r2modman/Thunderstore: https://thunderstore.io/c/easy-delivery-co/p/shiibe/SebTruck/
- Manual: copy
SebTruck.dlltoBepInEx/plugins/SebTruck/
In-game menu
- Open
mods.exe(SebCore) then launchTruck - Binds: open
Binds, then use theTruck,Rally, andRally Gearsbind pages
Binds
Truck page:
Ignition ToggleL IndicatorR Indicator4Way IndicatorToggle Gearbox- Keyboard defaults:
F1ignition,F2left indicator,F3right indicator,F4hazards.
Shared Rally pages from SebBinds:
ClutchShift Up/Shift DownReverse,Neutral, andGear 1-6direct gear binds for Rally manual mode and SebTruck Story manual mode.Shift Mode: Holdmakes held H-shifter gear buttons control the active gear; no held gear means Neutral.Togglekeeps normal press-to-shift/direct-gear behavior.
Configuration
- Config file:
BepInEx/config/shibe.easydeliveryco.sebtruck.cfg - Optional SFX: place
ignition_on.wavatBepInEx/plugins/SebTruck/sfx/ignition_on.wav Debug.debug_logging(bool): Verbose loggingIgnition.sfx_on_path(string): Ignition ON sound file name insidesfx/Ignition.sfx_volume(float): Ignition sound volume (0..1)
Backup Alarm page:
Backup Alarm: On/off, off by default4-Ways: Automatically flash hazards while the backup alarm is active, off by defaultVolume: beep volumeBeep Rate: beep length and matching pause length while reverse is activeTone: synthesized beep frequency
Build
- Build:
dotnet build EasyDeliveryCoMods.sln -c Release - Package all:
powershell -NoProfile -ExecutionPolicy Bypass -File scripts/package-all.ps1 -Version 1.1.6
CHANGELOG
1.1.6
- Use SebCore's shared cartridge window base and UI wiring for the Truck menu.
- Update dependency metadata for SebCore 1.1.0 and SebBinds 1.1.4.
1.1.5
- Fix Story manual reverse gear so accelerator drives backward and brake still brakes.
1.1.4
- Add a visual-only Wheel Scale control to the Tweaks/Cosmetics page.
1.1.3
- Add a synthesized backup alarm with volume, beep rate, and tone settings.
- Add an optional backup alarm 4-way hazard flasher.
- Lower the backup beep source volume and make beep length match the pause length.
1.1.2
- Support SebBinds'
Shift Mode: Holdfor H-shifter-style Story manual shifting. - Add the shared
Shift Modeselector to SebTruck's Handling page.
1.1.1
- Use SebBinds' shared Rally shift/direct-gear bindings for Story manual transmission controls.
- Limit SebTruck's binding page to ignition, indicators, and gearbox toggle actions.
- Always show the Rally HUD in Rally mode and remove Rally HUD visibility toggles.
1.1.0
- Update mod to work with new 2.0 Rally update.
- Fix ignition and turn signal behavior after the 2.0 game update.
Rally Mode:
- Add a Rally Auto/Manual transmission setting to easily toggle the manual mode on or off.
- Use the game's vanilla Rally manual-transmission path instead of SebTruck's Story-mode manual transmission logic.
Story Mode:
- Keep SebTruck's custom manual transmission isolated to Story mode. In the future, I'll look into porting the Rally driving mechanics to Story mode, but for now, the two modes are separate for technical reasons (Rally uses a different vehicle controller and input path than Story mode).
- Add the Rally HUD style for Speedometer/Tachometer/Gear Indicators in Story mode.
- Adjust simulated manual transmission curves/gear ratios.
- Reset gear to 1 when the player gets out of the Truck.
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.yas 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.







