Some mods target the Mono version of the game, which is available by opting into the Steam beta branch "alternate"
EmployeeTweaks
Various employee tweaks - unpackaging, sprinkler/pourer use and more
| Date uploaded | 2 months ago |
| Version | 1.0.3 |
| Download link | k0Mods-EmployeeTweaks-1.0.3.zip |
| Downloads | 1532 |
| Dependency string | k0Mods-EmployeeTweaks-1.0.3 |
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.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: 3.0.2hdlmrell-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
EmployeeTweaks
A collection of employee-related tweaks.
Features
- Automated unpackaging!
- Designate a packaging station as unpackaging station using a clipboard menu
- Set a route for your handler from a storage entity like a storage rack or a loading bay to the station
- Set a destination for the station, such as a storage rack or a mixing station
- The handler will automatically pick up packaged product, unpack it at the station, and deliver the unpackaged product to the destination


- Botanists can now use equipment such as Soil Pourers, Pot Sprinklers and Big Sprinklers, greatly improving their efficiency


- Quality is now taken into account when employees are consuming product
- For
Athletic,EnergizingandFocusedhigher quality will provide a greater boost than base game, while lower quality will provide a lower boost than base game - For
Sedatinghigher quality will reduce the penalty, while lower quality will increase the penalty
- For
- New Filter option in the Filter dropdown menu -
Apply Item to Filter- When this option is selected, the current item in the slot will be applied as a allowlist filter for that slot
- Holding
Shiftwhile clicking will change it toApply All to Filters, which will apply all current items as filters for their respective slots - Holding
Ctrlwhile clicking will cause the filter to be applied as a denylist filter instead of an allowlist filter

- Preferences for adjusting employee capacity limits per property at runtime
- Configurable with any mod preferences manager solution, such as ModsApp, allows for easy adjustment when you need one more employee slot for a Cleaner

- Preferences for adjusting employee max object assignments
- Configurable with any mod preferences manager solution, such as ModsApp, lets you set max counts of: pots for Botanists, stations for Handlers, routes for Handlers, stations for Chemists, bins for Cleaners. Requires a game restart.


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 S1API (Forked) (>=v3.0.2)
- Launch the game
Credits
Icons used in the mod icon: cuboid, hammer, funnel, star, fast-forward, sprout, settings. Lucide. ICS License
License
This mod is licensed under MIT License. See the LICENSE.md file for more information.
CHANGELOG
Changelog
1.0.5
- Fixed a bug where multiplayer clients would not see more employee config items
- Added experimental multiplayer support, including host-authoritative settings and syncing of unpackaging stations
- Improved dependency checking and error messages for missing dependencies
1.0.4
- Unpackage clipboard UI improvements - corrected the text position, added a hover highlight, added description text
1.0.3
- Fixed a random error on IL2CPP, which sometimes crashed the game
1.0.2
- Added configuration options for max counts of: botanist pots, handler stations, handler routes, chemist stations, cleaner bins
- Downgraded S1API version to 3.0.2
- Added a dependencies checker, which prints a message if required dependencies aren't found
1.0.0
- initial