About this mod
Tired of waiting 30 seconds every time your chemist gets to work? Better NPC Mixing drastically reduces the delay between ingredient insertions during the mixing process at the NPC Mixing Station.
This mod replaces the default mix coroutine used by NPC chemists with a much faster one — dropping the per-unit mix time from 1.0s to 0.1s.
- Permissions and credits
- Donations
- ⏱ Speeds up NPC chemist mixing at the Mixing Station
- ⚙️ Overrides the delay logic via Harmony patch
- 🔁 Compatible with Il2Cpp game version
- 🤝 Designed to work seamlessly with my Custom Stack Size Mod — scaled stack sizes still result in smooth, accelerated NPC behavior
- Patches the
StartMixingStationBehaviour
coroutine method using Harmony - Overrides internal delays like:
yield return new WaitForSeconds(1f); → 0.1f
- Works without modifying game files — runtime patch only
✅ Compatibility
- Compatible with my Custom Stack Sizes Mod -> https://www.nexusmods.com/schedule1/mods/786
- Works in both single-player and multiplayer sessions
- Should not affect other NPC behaviors or animation states
📂 Installation
- Place
BetterNPCMixingMod.dll
into yourMods/
directory. - Launch the game with MelonLoader installed.
- Watch your lab turn into a speedrun.