This page was last updated on 14 March 2025, 5:13PM
Changelogs
Version v0.0.0
INSTANT DELIVERY SUPPLIER MOD
Version: 1.0.0
Author: Kua8 On Cord. Remixed by H3lios
Game: Schedule I Free Sample
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
- Order Debt Free
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
4. Sets Debt to 0.
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.