Some mods target the Mono version of the game, which is available by opting into the Steam beta branch "alternate"
| Date uploaded | a year ago |
| Version | 1.1.0 |
| Download link | k0Mods-ScheduleToolbox-1.1.0.zip |
| Downloads | 69 |
| Dependency string | k0Mods-ScheduleToolbox-1.1.0 |
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.0the_croods-SwapperPlugin
Allows seamless swapping between the il2cpp and mono backends. Can be used to install the mono and Il2Cpp version of a mod seamlessly
Preferred version: 1.2.2README
Schedule Toolbox
A few commands and utilities for S1 mod testing.
![]()
Features
flycommand - better freecam, will teleport you to the position you were at when you disable it by running it againposcommand - prints your current position in console and in GUIsaveposcommand - allows you to save your position with a name, for later use
savepos home1, savepos home2, etc. will save your current position as home1, home2
tpcommand - teleports you to a saved position, to a base game position (likedocks) or to a position specified in coordinates (x, z or x, y, z)
tp home1, tp home2 - will teleport you to the saved position home1, home2
tp docks - will teleport you to the docks position (base game position)
tp 100 0 100 - will teleport you to the position with coordinates (100, 0, 100)
tp 100 100 - will teleport you to the ground position with coordinates (100, 100)
-
timewarpcommand - allows you to temporarily speed up the game time, useful for testing things that take a long time to happen -
In-game help for added commands (accessed by commands button, below console switch)
-
Disclaimer screen skip - faster game startup
-
Hold-to-load - hold the number key button to load the game in that slot
ex. holding 1 will load the game in slot 1, holding 2 will load the game in slot 2, etc. You need to hold the button for 0.5 seconds. This feature only works the in menu.
CHANGELOG
Changelog
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