Some mods target the Mono version of the game, which is available by opting into the Steam beta branch "alternate"
BusinessEmployment
Adds employees to Businesses. Automates laundering.
| Date uploaded | 6 months ago |
| Version | 1.0.2 |
| Download link | k0Mods-BusinessEmployment-1.0.2.zip |
| Downloads | 3115 |
| Dependency string | k0Mods-BusinessEmployment-1.0.2 |
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.2ifBars-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: 2.9.3README
BusinessEmployment
Adds the ability to assign employees to your businesses.
Features
-
Employ in your businesses
Adds businesses to the hiring dialogue. -
Special behavior for handlers:
- If paid and assigned to a locker, the handler will automatically:
- Retrieve cash from any storage container in the business.
- Deposit it into the Laundering Station.
- Automated laundering!
- If paid and assigned to a locker, the handler will automatically:
-
Adds a Golden Safe:
- Available for purchase at the Boutique for $5,000 (configurable).
- Custom safe features:
- 20 slots of capacity
- Can only hold cash
- Handler interactions in Businesses:
- When you sleep, your handler will automatically refill the safe with cash from your pocket, fully automating your laundering (as long as the locker has cash to pay them) (configurable).
- They will take a small payment for this service (configurable).
Screenshots

Installation
- Install MelonLoader
- Extract the zip file
- Place the dll file into the Mods directory for your branch
- For none/beta use IL2CPP
- For alternate/alternate beta use Mono
- Install the dependencies
- S1API
- Launch the game
Credits
- Khundiann - Idea and implementation of paginating properties in the hiring dialogue.
- IconsDB - Washing machine and repeat icons used in the icon.
License
This mod is licensed under MIT License. See the LICENSE.md file for more information.
CHANGELOG
Changelog
1.1.1
- Feat: Alternate idle points available through MelonPreferences
1.1.0
- Feat: Add configuration option for Laundering Duration, allowing players to set how long it takes to launder cash.
1.0.9
- Fix: Add checks for float inaccuracies
1.0.8
- Fix: Multiple entry creation attempts leading to laundering limits breaking
1.0.7
- Fix: Dynamically adjust max choices shown in hiring dialogue based on the UI scale to prevent the dialogue from becoming unusable at higher scales
- Feat: Add configuration options for laundering capacities per Business
- Feat: Add notifications when handlers launder cash, including the deposited amount and the current limit.
1.0.6
- Fix: Minor bug where refilling safes could throw an error if no valid safes were found
1.0.5
- Hotfix for <0.4.4 - compile against lower version assemblies
1.0.4
- Hotfix: Compile against S1API 2.9.3 - accidentally pinned the version by compiling against the latest
1.0.3
- Lower max Golden Safe price in the validator to 100k
1.0.2
- Add more guarding against potential nullrefs when searching for safes and other containers with cash.
- Add a notification when safes are refilled.
1.0.1
- Add configuration option for autorefilling the Golden Safe when sleeping.
- Improve Golden Safe search
1.0.0
- initial