You are viewing a potentially older version of this package. View all versions.
BrandS-JustEnoughDrugs-1.0.0 icon

JustEnoughDrugs

Adds a search bar to the drugs tab in Schedule I, allowing players to quickly filter and find drugs by name. Clean UI integration and real-time filtering for a smoother experience.

Date uploaded a year ago
Version 1.0.0
Download link BrandS-JustEnoughDrugs-1.0.0.zip
Downloads 60
Dependency string BrandS-JustEnoughDrugs-1.0.0

This mod requires the following mods to function

LavaGang-MelonLoader-0.7.0 icon
LavaGang-MelonLoader

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

Preferred version: 0.7.0

README

JustEnoughDrugs

A MelonLoader mod for Schedule I that adds a search bar to the drugs tab, allowing users to easily filter products based on their name.

Preview

Mod Preview

Features

  • Search Bar: A search bar is added to the drugs tab for easy filtering of drugs by their name.
  • Real-Time Filtering: Items are filtered as you type, allowing for quick search results.
  • Seamless Integration: The search bar fits naturally into the existing drugs tab, without disrupting the user interface.
  • Zero Configuration: The mod works out of the box without needing any setup.

Quick Start Guide

  1. Install the mod by following the instructions below.
  2. Launch Schedule I and open the drugs tab.
  3. Enjoy the new search functionality!

The search bar will filter the list of drugs as you type the name of a drug.

Why You Need This

Ever had trouble finding a specific drug in the drugs tab? This mod solves that problem by:

  • Allowing you to quickly search for drugs by name.
  • Making it easy to filter and find the drug you're looking for.
  • Saving time and improving the overall user experience.

If you have suggestions for additional features, please share them on the issues page!

Installation

  1. Install MelonLoader for Schedule I if you haven't already.
  2. Download the latest version of JustEnoughDrugs.
  3. Place JustEnoughDrugs.dll in your Schedule I/Mods folder.
  4. Launch the game, and the mod will be automatically loaded.

How It Works

When you open the drugs tab:

  • The mod adds a search bar to the tab.
  • As you type in the search bar, the drugs list will automatically filter based on the drug name.
  • The filter updates instantly, making it easy to find specific drugs quickly.

CHANGELOG

Changelog

[2.0.0]

Added

  • Added drug sorting functionality by:
    • Newest
    • Addictiveness
    • Cost
    • Price
    • Profit
  • Added display of full drug recipes with ingredient icons.
  • Added estimated production cost display for each drug.
  • Added tooltips when hovering over ingredients and final products, showing their name and description.
  • Added config options via MelonPreferences to enable/disable sorting and full recipe view.
  • Added advanced search syntax:
    • Use , for AND searches (must match all terms).
    • Use | for OR searches (match any term).

Changed

  • Minor visual adjustments to ingredient and result icons.
  • Refactored the codebase to use multiple folders instead of a single file.

[1.3.1]

Added

  • BugFix: Error during search bar initialisation: System.MissingMethodException: Method not found: 'Void UnityEngine.Events.UnityAction..ctor(System.Object, IntPtr)'.

[1.3.0]

Added

  • Added a dropdown menu next to the search bar to filter drugs by category: "Any", "Ingredients", "Effects", or "Name"

[1.2.0]

Added

  • Shortcuts are now disabled while the search bar is focused

[1.1.0]

Changed

  • Reduced the size of the clear (X) button to better fit its text

Fixed

  • Fixed an issue where clicking the middle of the search bar would accidentally trigger the clear (X) button

[1.0.0]

Added

  • Added a functional search bar to the Products app
  • Real-time filtering of drugs by name
  • Displays "None" when no drugs match the query