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

ScheduleToolbox

Testing tools for Schedule I

Date uploaded a month ago
Version 2.1.5
Download link k0Mods-ScheduleToolbox-2.1.5.zip
Downloads 161
Dependency string k0Mods-ScheduleToolbox-2.1.5

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

README

Schedule Toolbox

A collection of commands and quality-of-life features for Schedule I mod testing.

icon

Commands

Player

fly

Enables an improved freecam. Run the command again to disable it and return to the position where you enabled freecam.

pos

Displays your current position in both the console and on-screen GUI.

savepos <name>

Saves your current position under the given name.

Example

savepos home
savepos dealer
savepos warehouse

tp <destination>

Teleports you to a saved position, a built-in game location, or a set of coordinates.

Examples

tp home
tp docks
tp 100 100
tp 100 0 100
  • tp <saved_position> - Teleport to a saved position.
  • tp <location> - Teleport to a built-in location (e.g. docks).
  • tp <x> <z> - Teleport to ground level at the specified coordinates.
  • tp <x> <y> <z> - Teleport to the exact coordinates.

World

timewarp

Temporarily speeds up game time.

Note Timewarp can also be controlled using configurable keybinds (via MelonPreferences).

forcecarteldeal

Removes the current cartel deal and generates a new one.

setcartelinfluence <region> <value>

Sets cartel influence for the specified region.

Example

setcartelinfluence docks 1

forcedeal <customer>

Forces a new deal with the specified customer.

Example

forcedeal kyle_cooley

Items

copyhand

Copies the currently held item, including all of its properties (quality, quantity, packaging, etc.).

pastehand

Restores the previously copied item.

listitems

Lists every storable item in the game.

listnpcs

Lists every NPC in the game.


QoL Features

Disclaimer skip

Skips the disclaimer screen for faster startup.

Hold-to-load saves

Hold a number key for 0.5 seconds while in the main menu to load the corresponding save slot.

Examples

  • Hold 1 → Load save slot 1
  • Hold 2 → Load save slot 2
  • Hold 3 → Load save slot 3

Note This feature only works in the main menu.

Command history

Executed commands are saved to:

UserData/ScheduleToolbox/history.log

Use the and arrow keys in the console to navigate command history.

Command autocomplete

Press Tab to autocomplete commands.

If multiple commands match the current input, pressing Tab repeatedly cycles through them.

Persistent keybinds

Keybinds created with bind are automatically saved and restored on startup.

  • unbind removes a saved keybind.
  • clearbinds removes all saved keybinds.

Credits

  • HazDS - Timewarp keybinds and GUI contributions.

CHANGELOG

Changelog

2.1.5

  • Added listnpcs command - lists every NPC in the game
  • Added listitems command - lists every storable item in the game
  • Compatibility with game version 0.4.6f11

2.1.4

  • Added timewarp keybinds and hud for easy time control (by HazDS in #1)
  • Added copyhand and pastehand commands for copying and pasting held items

2.1.3

  • Added max buffer size option to limit the size of command history log file. Default is 0 lines (unlimited).
  • Removed base game command history to avoid conflicts with toolbox command history.
  • Added keybind persistence

2.1.2

  • Added a patch to fix Settings.GetDefaultUnitTypeForPlayer crashing if CultureInfo is CultureInvariant. This issue caused settings to reset to default on every game start for some players.

2.1.1

  • Added forcedeal command - forces a new deal with specified customer

2.1.0

  • Added command history, browse previous commands with Up/Down arrow keys
  • Rudimentary autocomplete - press Tab to autocomplete command names

2.0.0

  • Added forcecarteldeal command - forces a new cartel deal, removing existing one
  • Added setcartelinfluence command - sets the cartel influence in specified region to a specified value
  • Fixed timewarp command to default to 5x timescale

1.1.1

  • timewarp now accepts 2 arguments - duration and timescale

1.1.0

  • added timewarp command - allows you to temporarily speed up the game time

1.0.0

  • initial