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

EmployeeTweaks

Various employee tweaks - unpackaging, sprinkler/pourer use and more

Date uploaded 3 months ago
Version 1.0.1
Download link k0Mods-EmployeeTweaks-1.0.1.zip
Downloads 629
Dependency string k0Mods-EmployeeTweaks-1.0.1

This mod requires the following mods to function

LavaGang-MelonLoader-0.7.2 icon
LavaGang-MelonLoader

The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono

Preferred version: 0.7.2
ifBars-S1API_Forked-3.0.2 icon
ifBars-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.2
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

EmployeeTweaks

MLVScan IL2CPP MLVScan Mono

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

Clipboard station configuration

Handler unpackaging bricks

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

Botanist using Soil Pourer

Botanist using Pot Sprinkler

  • Quality is now taken into account when employees are consuming product
    • For Athletic, Energizing and Focused higher quality will provide a greater boost than base game, while lower quality will provide a lower boost than base game
    • For Sedating higher quality will reduce the penalty, while lower quality will increase the penalty
  • 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 Shift while clicking will change it to Apply All to Filters, which will apply all current items as filters for their respective slots
    • Holding Ctrl while clicking will cause the filter to be applied as a denylist filter instead of an allowlist filter

Filter dropdown with Apply All to Filters option

  • 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

Customizable capacities shown in ModsApp

Installation

  1. Install MelonLoader
  2. Extract the zip file
  3. Place the dll file into the Mods directory for your branch
    • For none/beta use IL2CPP
    • For alternate/alternate beta use Mono
  4. Install S1API (Forked)
  5. 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