Khundian-Product_Manager_Filter_Mono icon

Product Manager Filter Mono

Adds a flexible filter panel to the in‑game Product Manager phone app. It lets you hide/show products based on their effects, making it much easier to browse larger product lists.

Last updated 4 months ago
Total downloads 1299
Total rating 1 
Categories Mods Mono
Dependency string Khundian-Product_Manager_Filter_Mono-1.0.1
Dependants 1 other package depends on this package

This mod requires the following mods to function

LavaGang-MelonLoader-0.7.1 icon
LavaGang-MelonLoader

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

Preferred version: 0.7.1

README

Product Manager Filter

Adds a flexible filter panel to the in‑game Product Manager phone app. It lets you hide/show products based on their effects, making it much easier to browse larger product lists.

This project revives the original Product Manager Filter mod by dmt28 on NexusMods, updating it for game patch 0.4.2f9 and supporting both Mono and IL2CPP.

Original (outdated) mod: https://www.nexusmods.com/schedule1/mods/903

Authenticity & Integrity

  • SHA256 Hash: Khundian.S1.ProductManagerFilter-IL2Cpp.dll
    • AC9997F0F62F03B1C718BCF8C0E9BE97D80C856B083ED7C51471D15A40B00768
  • SHA256 Hash: Khundian.S1.ProductManagerFilter-Mono.dll
    • 6EE239E0B63A2E09F0DDC516FDAA8FF7E95A24492979D2A9289E4611041AD3DD

Features

  • Adds a Filters panel next to the Product Manager detail panel on the phone UI.
  • Automatically discovers product effects (properties) as you unlock/see products and creates a toggle for each one.
  • Filters entries in the main sections (e.g. Weed / Meth / Coke / Shrooms) to only show products that have all selected effects.
  • Keeps the layout tidy by rebuilding the section UI after filters change.
  • Works on both Mono and IL2CPP builds of Schedule I.
  • Restores compatibility with game patch 0.4.2f9, which changed the underlying product data model from Properties.Property to the newer Effects API.

How to Use

  • Open the Product Manager app on the phone.
  • When the game populates the product list, the mod:
    • Scans product definitions and collects their effect names.
    • Displays a Filters panel with a toggle for each discovered effect.
  • Toggle effects on/off to filter the product list:
    • If no filters are active, all products are shown.
    • If one or more filters are active, only products that contain all selected effects remain visible.
  • The mod rebuilds layout after each change so section headers and items remain aligned.

Compatibility

  • Game: tested against patch 0.4.2f9.
  • Branches:
    • Mono: MelonLoader 0.7.1
    • IL2CPP: MelonLoader 0.7.0
  • The mod is designed to degrade gracefully:
    • If it cannot find the expected Product Manager UI elements, it logs an error and leaves the base UI alone.
    • Filtering is additive; it never changes product data, only visibility in the UI.