1 items

File information

Last updated

Original upload

Created by

9ate7six

Uploaded by

9ate7six

Virus scan

Safe to use

Tags for this mod

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.

Share
Permissions and credits
Donations
🧬 Features
  • 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
🛠 Technical Details
  • 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
📂 Installation
  • Place BetterNPCMixingMod.dll
    into your Mods/ directory.
  • Launch the game with MelonLoader installed.
  • Watch your lab turn into a speedrun.