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

MultiDelivery

Add vehicles, order multiple deliveries from the same place!

Date uploaded 2 months ago
Version 1.0.2
Download link k0Mods-MultiDelivery-1.0.2.zip
Downloads 889
Dependency string k0Mods-MultiDelivery-1.0.2

This mod requires the following mods to function

LavaGang-MelonLoader-0.7.0 icon
LavaGang-MelonLoader

The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono

Preferred version: 0.7.0
hdlmrell-OTCLoader-1.0.5 icon
hdlmrell-OTCLoader

MelonLoader plugin that auto-detects your game branch (IL2CPP or Mono) and disables incompatible mod DLLs before they crash. Works for all mods, not just OverTheCounter.

Preferred version: 1.0.5
ifBars-S1API_Forked-3.0.1 icon
ifBars-S1API_Forked

S1API is an open source collaboration project to help standardize Schedule One modding processes.The goal is to provide a standard place for common functionalities so you can focus on making content versus reverse engineering the game.

Preferred version: 3.0.1

README

MultiDelivery

MLVScan IL2CPP MLVScan Mono

Expand your delivery capacity - order multiple deliveries from the same store simultaneously!

Features

  • Order multiple deliveries - no more micro-managing which property gets priority
  • Vehicle pool system - expand once, use everywhere
    • Each shop's base delivery vehicle is prioritized and selected first
    • If unavailable (already delivering), a free vehicle from the pool is assigned automatically
    • If no vehicles are available, complete deliveries to free them up or expand the pool
    • Example: With 3 pool vehicles, you can run 2 Oscar deliveries + 3 Gas Mart (Central) deliveries simultaneously (5 total)
  • Pool expansion quest - unlock at Enforcer rank 1
    • Receive a message and go talk to Jeremy at the car dealership
    • Repeatable - visit him again to expand further
    • Note: If you're already Enforcer 1+, gain any XP to trigger the intro message
  • Experimental multiplayer support - vehicle pool is shared across the lobby (requires SteamNetworkLib)

Note: May not be compatible with other delivery-adjacent mods.

Screenshots

Multiple delivery vans, some custom

Multiple delivery entries from the same shop

Dropoff location for adding more vehicles

Installation

  1. Install MelonLoader
  2. Extract the zip file
  3. Place the dll file into the Mods directory for your branch
    • For none/beta use IL2CPP
    • For alternate/alternate beta use Mono
  4. Install S1API (Forked)
  5. Install SteamNetworkLib (optional, for multiplayer)
  6. Launch the game

Uninstallation

  1. Remove the mod's dll from Mods
  2. Optionally, if other mods aren't using MultiDelivery's dependencies remove them as well
  3. If you have saved deliveries (deliveries that weren't completed when the save happened) remove them as well
    • Navigate to your save folder and remove Deliveries.json to remove all delivery data - saved deliveries, receipts, history (make a backup!)

Known Issues

  • Pool vehicles don't load in correctly on second and subsequent save loads - if you start a game, enter a save, exit to menu and enter the save again, the vehicles will not load correctly. This can be fixed by quitting the game, since first load into a given save works correctly or by loading into a different save and then back to the original one.
  • Graffiti on pool vehicles isn't saved to a save file. Arrived deliveries (vehicles that are waiting on the loading docks) will persist their graffiti though.

License

This mod is licensed under MIT License. See the LICENSE.md file for more information.

Van icon, used in the quest icon, Lucide, ISC License.

CHANGELOG

Changelog

1.0.3

  • Added a multidelivery command for testing/debugging that allows for forcing the intro message, adding pool vehicles manually, etc. See multidelivery help or README for more info.

1.0.2

  • Fix for pool vehicles spawning in the central canal on game load
  • Added a dependencies checker for logging when a required/optional dependency is not found
  • Minor fix for grammar in quest complete text
  • Added a capacity text to delivery app

1.0.1

  • Fix for dialogue not registering correctly.

1.0.0

  • initial