0 of 0

File information

Last updated

Original upload

Created by

AirplaneGobrr

Uploaded by

airplanegobrr

Virus scan

Safe to use

Tags for this mod

About this mod

Schedule1-QuickFilter is a mod for Schedule I that streamlines item transfers between inventory and storage (shelves, vans, mixers, packaging, cars, etc). It features smart filtering, stacking, and quick item transfer via customizable keybinds (H, Y, B). Open-source and built with MelonLoader. Supports various storage types.

Permissions and credits
Mirrors
๐Ÿ“ฆ Schedule1-QuickFilter

by airplanegobrr

Info video below: (click picture)



GIF example:





๐Ÿ“ Overview

Schedule1-QuickFilter is a quality-of-life mod for Schedule I that streamlines your item management workflow.

You can quickly transfer items between your inventory and storage units such as shelves and delivery vans, with smart filtering, stacking, and automatic quantity handling.

Say goodbye to tedious item draggingโ€”just look, press, and go.

Perfect for players who want smoother gameplay, faster item organization, and fewer headaches during pickups and deliveries.



๐ŸŒ This Mod is Fully Open Source!

Want to understand how it works? Make your own tweaks? Contribute improvements?

๐Ÿ‘‰๐Ÿ‘‰๐Ÿ‘‰ Check it out on GitHub ๐Ÿ‘ˆ๐Ÿ‘ˆ๐Ÿ‘ˆ


Built by a player, for players โ€” no hidden code ๐Ÿซฃ, no obfuscation ๐Ÿฅธ, just clean ๐Ÿงน and transparent ๐ŸชŸ modding. Unlike other mods!




๐Ÿ’ฌ Discord

Want help? Want to chat? Want to learn about modding?

Join my Discord!

(If there is none, I'd like to make an Unofficial Schedule 1 Discord for everyone!)



๐Ÿ’ก Features

โญ Works on anything!

  • Works on Cars, Shelfs, Mixer, Pallets, Everything! (Let me know if anything is missing!)

๐Ÿ”„ Quick Filtered Item Transfer (H Key) [MovePushFilterd]

  • Transfers items to shelves when looking at a shelf, only adding items that match whats already in the self!
  • Transfers items from vans when looking at a delivery vehicle.

๐Ÿ”„ Quick Item Transfer (Y Key) [MovePush]

  • Transfers items to shelves when looking at a shelf, adding ALL items, no filtering!
  • Transfers items from vans when looking at a delivery vehicle.

โžก๏ธ Quick pull Item Transfer (B Key) [GrabShelf]

  • Quickly transfers all items from shelf into your invetory!

โŒจ๏ธ Changeable keybinds using MelonPreferences!

  • Easily Edit your key binds using a CFG file or Ingame menus
  • File at: Schedule I/UserData/MelonPreferences.cfg Look for [QuickMoveFilter]




๐ŸŽฎ Controls

  Key     | Function
 H | Transfers items between player and shelf/van only putting items that are already in the shelf
 Y | Transfers items between player and shelf/van pulls ALL items regardless of type.
 B | Transfers items between shelf and player




๐Ÿ”ง Installation

  • Make sure you have MelonLoader installed for Schedule I.
  • Drop the mod .dll into your Mods
  • Launch the game and look for [Schedule1-QuickFilter] Initialized in the MelonLoader console to confirm it's working.




๐Ÿ“ข Planned Features

  • ๐Ÿค” More support for other invs (Cars, Pallets, ETC)




๐Ÿ’ฌ Support & Feedback

Have a bug to report? Feature idea? Want to contribute?

  • ๐Ÿ“ฌ Message me on NexusMods or Discord @airplanegobrr
  • ๐Ÿ›  Or hop on the GitHub repo and open an issue or pull request:

๐Ÿ‘‰ https://github.com/AirplanegoBrr/Schedule1-QuickFilter ๐Ÿ‘ˆ




๐Ÿค“Nerd info

Want to know more about the under lying functions? This is the place!



๐Ÿง  Intelligent Slot Matching

Now with better, wider support for more invs! Player or Enties!

findSameOrEmptySlot(storage, item)

  • Searches a storage containerโ€™s slots for:
    • Empty slots, or
    • Slots with the same item that aren't at stack limit.
  • Returns a list of valid slots for insertion.

addItemToStorage(fromSlot, toStorage, filter)

  • Handles the actual transfer logic.
  • Uses filtering:
    • If enabled, only allows transfer of items already present in the destination.
  • Automatically stacks into existing items or inserts into empty slots.
  • Handles partial transfers when slots can't hold the full quantity.




๐Ÿ› ๏ธ Debug Logging

The mod includes extensive logging for debugging and transparency. Youโ€™ll see console messages about:

  • What you're looking at
  • Slot contents and transfer status
  • Filtering and quantity math
  • Leftovers, errors, and warnings




๐Ÿ™ Credits

  • Developed by airplanegobrr
  • Built using MelonLoader and Il2CppScheduleOne internals
  • Special thanks to @Piximental and @Prowiler for there ideas and help.