Some mods target the Mono version of the game, which is available by opting into the Steam beta branch "alternate"
| 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
The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono
Preferred version: 0.7.0hdlmrell-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.5README
Schedule Toolbox
A collection of commands and quality-of-life features for Schedule I mod testing.
![]()
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.
unbindremoves a saved keybind.clearbindsremoves all saved keybinds.
Credits
- HazDS - Timewarp keybinds and GUI contributions.
CHANGELOG
Changelog
2.1.5
- Added
listnpcscommand - lists every NPC in the game - Added
listitemscommand - 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
copyhandandpastehandcommands 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.GetDefaultUnitTypeForPlayercrashing if CultureInfo isCultureInvariant. This issue caused settings to reset to default on every game start for some players.
2.1.1
- Added
forcedealcommand - 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
forcecarteldealcommand - forces a new cartel deal, removing existing one - Added
setcartelinfluencecommand - sets the cartel influence in specified region to a specified value - Fixed
timewarpcommand to default to 5x timescale
1.1.1
timewarpnow accepts 2 arguments - duration and timescale
1.1.0
- added
timewarpcommand - allows you to temporarily speed up the game time
1.0.0
- initial