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
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.
- 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.