A mod that adds personal logistic plates which transfer items from nearby containers to the player's inventory based on logistic requests.
Mods introducing new content into the game.
Version: 1.4.1
Date: 2026-03-14
Changes:
- Optimized player and vehicle tracking.
- Cached container search, minor bug introduced with plates not finding newly placed containers in specific circumstances.
- Removed cargo-wagon from container search types (trains cannot stop over floor plates).
- Removed dead personal-deposit-chest locale entries (no corresponding prototype).
- Removed default-value prototype fields: selection_priority = 0 and shift = {0, 0}.
- Renamed internal variable invs_to_check to trash_invs for clarity.
Version: 1.4.0
Date: 2026-03-13
Features:
- Added area of effect visualization when holding plates.
- Added Tier 4 Vehicle Logistic Plate: a massive 5x5 plate designed for drive-on vehicle resupply with a new unique visual sprite.
- Added Trash Transfer logic: Plate now automatically dumps player and vehicle trash slots into directly adjacent containers, falling back to nearby Active Provider chests if no adjacent storage is available.
Version: 1.3.3
Date: 2026-03-12
Bugfixes:
- Fixed plate sprites rendering cropped by modifying the texture size configuration to match the 640x640 images.
Version: 1.3.2
Date: 2026-03-06
Changes:
- Added thumbnail image.
- Added custom plate sprites.
Version: 1.3.1
Date: 2026-02-16
Changes:
- Removed lower bound transfer limit from quality plates .
Version: 1.3.0
Date: 2026-02-16
Features:
- Polished transfer visuals (moving item sprites + light pulses).
- Rate-limited per-tier transfer throughput (smooth per-second transfer).
- Per-plate container caching and movement-triggered detection to reduce lag.
- Added Blender→sprite workflow documentation and placeholder animated-sprite-ready prototype fields.
Changes:
- Replaced wooden-chest icons with custom plate thumbnails.
- Added CI/CD workflow and packaging scripts.
- Improved placement collision handling and prototype collision masks.
Version: 1.2.0
Date: 2026-02-16
Features:
- Added tiered logistic plates (Tier 1/2/3) with larger footprint and increased transfer range.
- Added per-tier transfer throughput limits.
- Added moving item transfer visual effects.
- Added temporary custom plate textures for all tiers.
Changes:
- Improved runtime performance with player plate-state tracking and per-plate container caching.
- Expanded container support to include logistic chest-style containers.
- Updated plate rendering to floor layer behavior.