About this mod
A quality-of-life mod that makes the supplier system more convenient by removing all delivery delays and order limits. Place any order and receive it instantly without waiting for the usual delivery time or being restricted by quantity limits. Perfect for players who want to focus on other aspects of the game without waiting for supplies.
- Requirements
- Permissions and credits
Version: 1.0.0
Author: Kua8 On Cord
Game: Schedule
FEATURES:
- Removes all delivery delays for supplier orders
- Removes quantity limits when ordering items
- Ensures orders are always accepted by the supplier
- Silent operation with minimal console output
TECHNICAL DETAILS:
The mod uses Harmony to patch several key game methods:
1. Delivery Time Removal:
- Patches SetDeaddrop to force delay to 0
- Patches set_minsUntilDeaddropReady to prevent countdown
- Uses DeaddropConfirmed postfix to ensure instant delivery
2. Order Limit Removal:
- Patches GetDeadDropLimit to return float.MaxValue
- Allows ordering any quantity of items
3. Order Acceptance:
- Patches SetIsAcceptingOrder to always return false
- Ensures orders can be placed at any time
ERROR HANDLING:
- Includes try-catch blocks in all patch methods
- Only logs critical errors for debugging
- Gracefully handles missing game methods
- Uses static Instance pattern for proper logger access
REQUIREMENTS:
- MelonLoader v0.7.0 or higher
- Schedule I Free Sample game installation
The mod runs silently in the background and only shows error messages if something goes wrong. All supplier orders will be delivered instantly with no quantity restrictions.