LOGISTICS · MID

Warehouse logistics that work

Build the importer-to-store chain, set targets correctly and debug it in order.

ARTICLE LENGTH5,206 words
GAME VERSION1.0 · build 3674
RESEARCH8 unique sources
Warehouse logistics that work · Official Big Ambitions gameplay frame
Official Big Ambitions gameplay · Hovgaard Games

Decision first

THE SHORT VERSION

Keep enough Sunday-night warehouse stock for Monday at 02:00 because supplier receipts arrive around 08:00.

This guide describes the warehouse distribution system in Big Ambitions 1.0 build 3674, after the EA 0.9 weekly-import redesign and the EA 0.10 factory separation.

Ready to move on when

Confirm the title screen or patch history corresponds to 1.0 build 3674 or later.

RESEARCHED FIELD MANUAL

Complete operating playbook

ARTICLE LENGTH
5,206 words
DEEP-DIVE SECTIONS
15
RESEARCH LEDGER
8
FIELD NOTE 01

Build 3674 scope and the logistics model

This guide describes the warehouse distribution system in Big Ambitions 1.0 build 3674, after the EA 0.9 weekly-import redesign and the EA 0.10 factory separation.

A warehouse is the distribution layer between purchased or manufactured inventory and retail businesses. In the current design, importers send goods into a warehouse, factories send finished goods into a warehouse, and a warehouse sends goods onward to stores. A factory is no longer a substitute retail-distribution warehouse: the developer explicitly confirmed in EA 0.10 that factories manufacture and may deliver to warehouses or export to importers, while warehouses distribute to stores. That distinction determines which destination options appear and prevents an obsolete direct factory-to-store design from working.

Build 3674 matters because its hotfix repaired a quit-state defect that could block imports, deliveries, training, and other systems. If a save was opened on build 3672 and every apparently valid logistics plan stopped together, advance into the next game day after updating before rebuilding the network. The hotfix note says affected systems should recover as play continues. A single missing route is still more likely to be configuration or capacity; simultaneous failure across unrelated routes is the stronger signature of the repaired defect.

Action checklist

  1. Confirm the title screen or patch history corresponds to 1.0 build 3674 or later.
  2. Classify each site as factory, warehouse, or retail destination before drawing routes.
  3. Use F1 Help and the live BizMan panel as the final authority for fields and limits.
  4. Do not copy conveyor-era or direct factory-to-store layouts from pre-0.10 guides.
OriginPermitted operational purposeNext layer
ImporterWeekly or urgent inbound supplyWarehouse or factory selected by the purchasing plan
FactoryManufacture and release finished goodsWarehouse; importer/exporter for eligible excess
WarehouseHold and replenish retail inventoryStores in its Logistics Manager plan
FIELD NOTE 02

The complete dependency chain

A route exists only when every physical, employee, management, inventory, and destination dependency is valid at the calculation time.

The minimum import-to-store chain is importer contract to Purchasing Agent plan to receiving warehouse pallet capacity to warehouse vehicle bay to compatible vehicle to assigned Delivery Driver to Headquarters Logistics Manager to a non-zero destination target to destination storage or display capacity. The Purchasing Agent controls inbound purchasing; the Logistics Manager controls outbound target replenishment. Confusing those jobs is a common diagnostic dead end: a driver does not collect the importer order, and a Purchasing Agent does not choose store destinations.

For factory goods, prepend raw-material procurement and production, then preserve the warehouse stage: raw-goods importer to Purchasing Agent to factory storage to configured production line and workers to factory finished inventory to factory Logistics Manager, driver, and vehicle to distribution warehouse, followed by that warehouse's separate Logistics Manager, driver, vehicle, and store routes. Each managed factory or warehouse needs its own applicable Logistics Manager plan. Treat each arrow as a measurable handoff rather than assuming the whole chain is one automation.

Action checklist

  1. Write down every origin, intermediate location, and destination.
  2. Assign exactly the required manager plan to the correct source site.
  3. Park a compatible vehicle in every used bay and assign a qualified driver.
  4. Set a positive item target for every intended destination.
  5. Provide free receiving capacity at every handoff.
  6. Verify source inventory exists before the relevant 02:00 run.
LayerControllerProof to record
Inbound purchasePurchasing AgentContract, destination, item, order mode, target
Source storageWarehouse or factoryOn-hand units and free pallet capacity
Internal transportLogistics ManagerSource, destination, target, available route slot
Vehicle bayDelivery DriverVehicle assigned and driver meets live skill gate
Retail receiptStoreFree storage/display capacity and post-run on-hand units
FIELD NOTE 03

Prerequisites before the first automated delivery

Build the receiving and management infrastructure before committing a large weekly order.

Register the industrial building with the correct warehouse business type, then install pallet shelves. Imports directed at an empty industrial shell do not have usable storage. Hire a Delivery Driver, acquire a delivery-capable vehicle, drive or have it delivered into a warehouse bay, and assign the driver in BizMan. Create a Headquarters with a desk, chair, and computer workstation, hire a Logistics Manager, assign that employee to HQ, schedule the workstation, and create a plan for the warehouse. The historical developer explanation remains mechanically useful: the vehicle and driver enable the Logistics Manager's delivery plan; they are not a manually visible daily trip simulation.

Do a small commissioning order or manually place known inventory in the warehouse before scaling. Add one store as a destination, select one unambiguous item, and set a target large enough to create a visible shortfall. Record warehouse and store inventory shortly before and after 02:00. This isolates outbound logistics from importer timing. Only after that test succeeds should you add many products, a second vehicle bay, factory feeds, or multiple destinations.

Action checklist

  1. Warehouse business registered, not merely rented.
  2. Pallet shelves installed with free capacity.
  3. Vehicle physically assigned to a warehouse bay.
  4. Driver assigned to that vehicle and qualified for it.
  5. Logistics Manager assigned and scheduled at a working HQ computer.
  6. Warehouse selected in the manager plan.
  7. At least one destination and one positive target saved.
  8. Known source stock available for the test.
PrerequisiteFailure appearanceDirect check
Pallet capacityImport rejected or source cannot receiveInspect inventory capacity and add pallet shelves
Vehicle assignmentNo usable route capacityOpen warehouse Drivers tab
Driver qualificationDriver cannot be dropped into vehicle slotRead the live skill requirement
Manager planDestinations unavailable or no 02:00 actionOpen HQ Logistics Manager plan
Destination capacityIncomplete delivery despite source stockCheck all storage and display stock at the store
FIELD NOTE 04

The 02:00 target-replenishment calculation

Warehouse routes are automatic target fills, not fixed shipments and not a forecast of demand.

For an item, let T be the destination target saved in the Logistics Manager plan, D be total destination inventory immediately before calculation, S be usable source inventory, and C be free receiving capacity expressed in units of that item. The intended request is R = max(0, T - D). The delivered quantity is bounded by the chain: Q = min(R, S, C), subject to a valid route, driver, and vehicle. The developer's example is T = 500 and D = 200, producing R = 300. Total destination inventory includes goods on display as well as back-room storage, so counting only storage shelves will overstate the expected shipment.

Internal logistics is evaluated daily at 02:00 in the current 1.0-era developer reply. This supersedes old replies that said midnight. A target of 1,000 does not mean send 1,000 every night; it means attempt to leave the destination holding 1,000. If the store has 820, the request is 180. If it has 1,050, the request is zero. The target mechanism is already smart replenishment, but the game does not choose T for you. Demand estimation and safety stock remain player decisions.

Action checklist

  1. Measure destination total stock, including displays.
  2. Calculate T minus D before alleging a missed delivery.
  3. Check source on-hand stock at 01:59, not after a later import.
  4. Check free destination capacity in boxes and convert cautiously to units.
  5. Compare the expected Q with the post-02:00 inventory change.
TDSCExpected Q
5002001,0001,000300
5005001,0001,0000
5001002501,000250; source constrained
5001001,000120120; destination constrained
FIELD NOTE 05

Monday sequencing and the six-hour gap

Monday has two distinct supply events, and their order can create a false contradiction in notifications.

Warehouse and factory logistics runs at 02:00 each day. Standard importer deliveries arrive at 08:00 Monday unless an urgent order is used. Therefore Monday's 02:00 store replenishment uses warehouse inventory left from the previous week; it cannot use the inbound shipment arriving six hours later. A low-inventory message timestamped 02:00 may be correct even if the warehouse looks full after 08:00. The newly imported stock normally becomes available to the next internal run at 02:00 Tuesday.

Design safety stock around that ordering. Let d be expected daily warehouse outflow and b be additional uncertainty stock. A minimal Monday bridge is B = d + b after Sunday's retail replenishment, because the source must survive Monday 02:00 before the new shipment. In practice, use recent item-level outflow rather than store revenue. If a product averages 700 units per day and the selected buffer is 25 percent of one day, B = 700 + 175 = 875 units that should remain available before Monday's run. This is a planning formula, not a hidden game formula.

Action checklist

  1. Read each alert's timestamp.
  2. Snapshot warehouse stock Sunday after 02:00 and again Monday at 01:59.
  3. Reserve at least one daily route requirement beyond the import cycle.
  4. Expect Monday imports to support Tuesday's store run unless using urgent delivery.
  5. Do not delete a correct plan merely because a 02:00 warning precedes an 08:00 receipt.
Game timeEventInventory implication
Sunday before 20:00Purchasing plan must be assigned for weekly lockConfiguration gate
Monday 02:00Warehouse/factory logisticsUses pre-import stock
Monday 08:00Ordinary importer receiptsRefills selected source
Tuesday 02:00Next internal logisticsCan use Monday receipt
FIELD NOTE 06

Setting defensible store targets

Targets should cover the interval until the next internal run plus uncertainty, not an arbitrary number copied across products.

For each store and item, track actual units sold on complete, in-stock days. Let A be the average daily units sold, P be the maximum observed complete-day units, L be one day between logistics runs, and z be a chosen safety multiplier. A simple target is T = ceil(max(A, P) times L times (1 + z)). If average sales are 420, the observed peak is 510, and z is 0.20, T = ceil(510 times 1.20) = 612 units. Round upward to a practical amount that fits the store. Do not use a shortage day as evidence of true low demand because lost sales are absent from the sales count.

Opening hours, promotion, neighborhood demand, pricing, competitors, and display capacity can change sales. Re-estimate after any material change and use at least one full week without stockouts where possible. If storage is tight, lower targets on slow products before starving fast products. A target that cannot physically fit causes an incomplete delivery, while a target below daily sales creates a late-day stockout even though the route worked perfectly at 02:00.

Action checklist

  1. Use units sold, not dollars of revenue.
  2. Exclude partial opening days and shortage days from the baseline.
  3. Record average, peak, target, and chosen buffer separately.
  4. Confirm the target fits combined display and storage capacity.
  5. Recalculate after price, marketing, hours, capacity, or competitor changes.
  6. Increase only the items that actually stock out.
Tracking fieldMeaningDecision use
Average complete-day salesTypical consumptionBase requirement
Peak complete-day salesObserved volatilityConservative requirement
Stockout hoursCensored demand warningReject weak baseline
Target TDesired post-run stockManager-plan input
Buffer percentExplicit risk toleranceExplains target above demand
FIELD NOTE 07

Warehouse stock and weekly inbound planning

A store target is daily; the warehouse's inbound target must cover all destinations over the weekly importer interval.

Let i index stores, A_i be expected daily sales of the item at store i, H be seven days between regular imports, F be factory or other known inbound units during the week, and B be safety stock. Expected warehouse need is W = ceil(H times sum(A_i) - F + B). For three stores consuming 220, 310, and 470 units daily, weekly demand is 7,000. If a factory reliably supplies 1,400 and the chosen buffer is 1,000, W is 6,600 units. When Smart Delivery is enabled on a recurring importer order, use W as the target inventory concept rather than treating it as a guaranteed shipment quantity.

The formula assumes all stores are served by this warehouse and that factory output is reliable. Split networks require demand allocation by source. Also account for the Monday sequence: W should not be allowed to decay to zero before Monday 02:00. Weekly importer limits, cash, and physical storage can bind below the calculated need. When any constraint binds, the answer is not to inflate store targets; add inbound capacity, another eligible destination order, factory output, storage, or a deliberate urgent order.

Action checklist

  1. Sum item demand only for stores assigned to this warehouse.
  2. Subtract only production that has been observed arriving reliably.
  3. Add explicit safety stock and the Monday bridge.
  4. Compare W against the current per-location import limit.
  5. Reserve cash for the entire locked order.
  6. Provide pallet capacity for the pre-distribution peak.
ConstraintObserved symptomScaling response
Import limitTarget need exceeds permitted weekly amountUse another eligible location/contract or manufacturing
CashOrder fails or is reduced at lock/receiptBuild a cash reserve; reduce noncritical targets
Pallet capacityInbound cannot fitAdd shelves or split inventory
Route slotsNew store cannot be addedUpgrade vehicle/manager or add warehouse
Retail capacityRepeated destination-space warningAdd store storage or reduce target
FIELD NOTE 08

Vehicles, drivers, and route-slot capacity

For automated logistics, vehicle class primarily controls destination slots; manual cargo capacity is a separate statistic.

The developer has stated that automated warehouse logistics is not limited by the truck's manual box capacity; it is limited by destination count, source inventory, and destination space. Vehicle class supplies a base destination count, and Logistics Manager skill increases the available count up to the live maximum. A warehouse with two active bays can use two vehicles and drivers while still using one Logistics Manager for that warehouse. The current community reference table reports Freight Truck T1 at four standard or eight with a 100-percent manager, Vord Courier D500 at three or six, and Mersaidi Dash, UMC Nunavut, or Vord V150 at two or four. Treat those values as reference data to verify in F1/BizMan, not timeless constants.

Driver skill gates vehicle assignment. Current reference data reports 50 percent for the Dash-class group, 75 percent for the D500, and 95 percent for Freight Truck T1; older developer replies mention lower truck thresholds and are stale for this number. Do not infer that a 95-percent driver moves more goods than another qualified driver. The demonstrated purpose of the gate is eligibility to operate the vehicle, while Logistics Manager skill and vehicle class determine destinations.

Action checklist

  1. Read destination capacity from the live vehicle/manager interface.
  2. Read the driver's live eligibility before purchasing a high-tier truck.
  3. Distinguish automated route slots from manual cargo slots.
  4. Use every physical bay only when a qualified driver and vehicle are assigned.
  5. Upgrade the manager as well as the vehicle; either can be the route-slot bottleneck.
Vehicle groupCurrent reference base destinationsAt 100% Logistics ManagerReference driver gate
Freight Truck T14895%
Vord Courier D5003675%
Mersaidi Dash / UMC Nunavut / Vord V1502450%
Other delivery-capable vehicles120%; verify vehicle eligibility
FIELD NOTE 09

Storage capacity is part of route capacity

A valid plan cannot force inventory into a destination that has no compatible free storage.

Warehouse pallet shelves receive inbound units in boxes internally, while the order and target interfaces use individual units after the EA 0.9 redesign. Store capacity includes storage shelves and relevant display furniture. Because products have different units per box and furniture capacities, a universal units-per-shelf claim is unsafe. Inspect the current product and furniture tooltips. The automated vehicle may have unlimited shipment volume for logistics purposes, but the receiving building is never unlimited.

Diagnose capacity by separating source shortage from destination fullness. The developer explicitly distinguished the messages: not enough inventory means the source lacks goods; not enough space means the receiver cannot accept them. If the store visually appears to have an empty back-room shelf, check whether displays or other products consume the remaining compatible capacity and whether the target itself exceeds all available space. At the warehouse, allow headroom for the Monday import peak before the first post-import store run.

Action checklist

  1. Capture the exact notification wording and time.
  2. Inspect source units for a shortage message.
  3. Inspect destination free capacity for a space message.
  4. Include display inventory in total destination stock.
  5. Convert units to boxes using the live product data before estimating shelves.
  6. Keep inbound headroom rather than packing the warehouse to its nominal limit.
Message or observationMeaningCorrect response
Not enough inventorySource S is below requested RIncrease inbound supply or lower targets
Not enough spaceReceiving C is below requested RAdd compatible storage or lower target
No shipment and D >= TTarget already satisfiedNo correction needed
Empty visual shelf but high total stockGoods may be on displays/other storageAudit total inventory, not appearance
FIELD NOTE 10

Scaling gates and network topology

Scale when a measured constraint is reached, not merely because the current warehouse looks busy.

The first gate is usually route destinations: a new store cannot be added to the manager plan. Upgrade the Logistics Manager, choose a vehicle with more destination capacity, or activate another bay if the building has one. The next gate is receiving or holding capacity: weekly stock cannot fit with safety headroom. Add pallet shelves, move to a larger industrial property, or split product families across warehouses. A third gate is the per-location weekly import limit; another eligible receiving location or factory production may be required. A fourth gate is operational risk: one warehouse outage affects too much revenue, justifying regional or category separation before a hard limit.

A central warehouse minimizes duplicated buffer and contracts but concentrates risk and route slots. Category warehouses simplify purchasing and storage analysis but can send multiple routes to the same store. Regional warehouses shorten the mental map but in-game deliveries are calculated rather than simulated road journeys, so geography is primarily an organizational choice unless a live mechanic says otherwise. Factory-to-distribution-warehouse specialization follows the mandatory 0.10 boundary and lets stores receive both manufactured and imported goods from one retail distribution layer.

Action checklist

  1. Record used versus available route destinations weekly.
  2. Record peak warehouse occupancy after Monday 08:00.
  3. Record item-level unmet demand and import-limit utilization.
  4. Choose category, region, or mixed topology for a stated reason.
  5. Commission a replacement warehouse before deleting the old plan.
  6. Preserve cash and stock for one full weekly cycle during migration.
GateEvidence thresholdPreferred intervention
Route slotsNo destination slot for planned storeManager training, vehicle upgrade, second bay or warehouse
StorageMonday peak approaches physical capacityShelves, larger site, inventory split
Inbound limitWeekly need exceeds location limitAdditional receiving path or production
Concentration riskOne site feeds critical share of empireRedundant/category warehouse
Management complexityRepeated wrong-plan editsClear naming and ownership split
FIELD NOTE 11

A reproducible commissioning test

Use a controlled one-item test to prove each handoff before trusting a large network.

Choose a product already valid for both source and destination. At 01:50 on a non-Monday day, record source inventory S0, destination total inventory D0, target T, free destination capacity C, assigned manager, driver, vehicle, and build number. Predict Q with min(max(0,T-D0),S0,C). Advance past 02:00 without changing the plan. Record S1 and D1. A clean pass has approximately S0-S1 = D1-D0 = Q, allowing for any simultaneous retail consumption only if the store is open during the observation window. Testing a closed store removes that ambiguity.

If the result differs, repeat with screenshots and one changed variable at a time. Confirm the destination is the one attached to the tested manager, target is saved and non-zero, source contains the exact SKU, and receiver has compatible capacity. Reassigning or deleting everything at once destroys evidence. For a suspected build defect, reproduce after a save/reload and next-day transition, then submit the save through F2 with manager, source, destination, expected quantity, and observed quantity, following the developer's preferred bug-report detail.

Action checklist

  1. Test away from Monday's import event.
  2. Use a closed destination and a single SKU.
  3. Record S0, D0, T, C, and predicted Q.
  4. Cross 02:00 once and record S1/D1.
  5. Change only one dependency per retry.
  6. Use F2 only after configuration and capacity are demonstrated.
FieldExampleWhy it matters
Build3674Separates current behavior from old reports
Source SKU/S0Books / 900Proves supply
Destination D0/T100 / 500Predicts request 400
Free capacity C700Shows receiver is not binding
Expected Q400Defines falsifiable result
Observed S1/D1500 / 500Confirms handoff
FIELD NOTE 12

Diagnostic decision tree

Start from the exact outcome and walk upstream; do not begin by replacing managers or vehicles.

If no shipment occurs, first ask whether D was already at or above T. If yes, zero is correct. If no, verify the alert time and plan value, then inspect source inventory at 02:00. If source is insufficient, trace inbound purchasing or factory output. If source is sufficient, inspect destination capacity. If capacity exists, verify route-slot availability, the warehouse selected in the Logistics Manager plan, vehicle assignment, driver eligibility, and manager assignment. A plan can look populated in an obsolete HQ after moving offices, so inspect all HQ plans for duplicates or empty remnants.

If every route fails simultaneously, confirm build 3674 and advance one day because the hotfix repaired a global failure triggered by bugged quitting employees. If one SKU fails while others pass, suspect item stock, target, compatibility, or capacity rather than vehicle infrastructure. If one destination fails for all products, suspect destination capacity or route configuration. If failure happens only Monday at 02:00 and disappears Tuesday, suspect the six-hour import timing gap rather than a broken route.

Action checklist

  1. Outcome correct because D >= T?
  2. Correct timestamp and target saved?
  3. Exact SKU present at source at 02:00?
  4. Free capacity at destination?
  5. Destination slot available?
  6. Vehicle and qualified driver assigned?
  7. Correct manager plan in the active HQ?
  8. Build 3674 recovery day completed?
Failure patternHighest-probability branchEvidence
One item, one routeSKU supply or targetItem-level S/D/T
All items, one storeDestination capacity/planStore capacity and route
All stores, one warehouseManager, vehicle, source, or planWarehouse-level audit
All networks after 3672Quit-state defectBuild and next-day recovery
Monday 02:00 onlyImport arrives later at 08:00Timestamp sequence
FIELD NOTE 13

Operational tracking fields

A small weekly ledger makes logistics explainable and prevents target inflation from becoming the default response.

Track one row per source-destination-item combination: build, week, source, destination, SKU, route target, destination stock immediately before 02:00, delivered units, source stock after delivery, complete-day sales average, peak sales, stockout hours, receiving capacity, warning text, and warning timestamp. For importer-fed warehouses add Sunday plan status, smart toggle, recurring toggle, weekly target, expected charge, actual Monday receipt, per-location limit, and Monday 01:59 bridge stock.

Use the ledger to distinguish demand errors from flow errors. If deliveries equal predicted shortfalls but stores still run out, targets are too low or demand changed. If targets fit but Q is below prediction, a physical or plan constraint is binding. If weekly receipts are short while internal routes work, investigate purchasing rather than logistics. Retain at least two comparable weeks after opening or repricing; a single promotional or shortage week is not a stable baseline.

Action checklist

  1. Record values before and after scheduled events, not random midday snapshots.
  2. Keep warnings verbatim with timestamps.
  3. Separate forecast fields from observed fields.
  4. Flag days with stockouts or partial opening.
  5. Review route-slot and shelf utilization before expansion.
  6. Archive pre-change targets so reversions are possible.
MetricFormula or sourceInterpretation
Fill requestmax(0,T-D)What the route tries to add
Observed fill rateDelivered/requestedFlow reliability when request is positive
Days of coverWarehouse on-hand / daily aggregate demandInbound resilience estimate
Target coverStore target / daily item demandHours-to-stockout proxy
Monday bridge ratio01:59 stock / Monday route requestBelow 1 predicts pre-import shortage
FIELD NOTE 14

Safe warehouse migration and plan change control

Moving a live distribution hub is a multi-event cutover, not a furniture exercise, because inventory, vehicles, drivers, managers, and weekly orders have separate bindings.

Commission the replacement warehouse in parallel. Register its business type, install pallet capacity, assign vehicles and drivers, create the new Logistics Manager plan, and prove a one-item 02:00 route before redirecting the weekly purchase. Keep the old warehouse funded and stocked through at least one import-to-store cycle. If the move crosses Sunday 20:00, record which Purchasing Agent plan owns the upcoming order; an empty plan left in an old HQ or a manager removed before lock can cancel Monday supply even when the employee is scheduled elsewhere.

Freeze discretionary target changes during the cutover so inventory movement can be explained. Record old and new source inventory by SKU, every destination assignment, vehicle bay, driver, route target, purchasing destination, recurring state, and smart state. Redirect one product family or store group at a time. After the new route passes, reduce the old route target to zero or remove it deliberately, then confirm that no destination is served twice and no item is stranded. Do not terminate the old building until imported goods, manually placed boxes, and active management plans have been reconciled.

A rollback point should specify the last known working save, the old plan ownership, and the inventory needed to survive the next Monday gap. If the new warehouse fails, restoring the route without restoring inbound purchasing may only postpone the shortage. If movers were used and vehicles appear unassigned, inspect each bay; EA 0.10 patch notes specifically fixed warehouse vehicles not being unassigned after movers, showing that vehicle binding has historically been migration-sensitive. Build 3672 also fixed HQs opening no days after movers, so verify the active HQ schedule rather than assuming office furniture transfer preserved execution.

Action checklist

  1. Create a pre-move save and inventory ledger.
  2. Build and prove the new warehouse before terminating the old one.
  3. Map every Purchasing Agent and Logistics Manager plan to its active HQ.
  4. Move or reassign each vehicle and driver explicitly.
  5. Keep enough old-source stock for one complete weekly cycle.
  6. Cut over one store group or product family at a time.
  7. Verify Sunday 20:00 ownership and Monday 02:00/08:00 events.
  8. Remove obsolete routes and empty plans only after reconciliation.
Cutover checkpointPass conditionRollback trigger
Physical readinessPallet space and bays operationalNo receiving capacity
Management readinessActive manager owns saved planPlan absent or bound to old HQ
Route testPredicted one-item quantity arrives at 02:00Observed delta differs after checks
Inbound lockCorrect destination and plan assigned before Sunday 20:00No purchasing employee in plan
DecommissionZero stranded stock and no active old routesUnreconciled inventory or duplicate service
FIELD NOTE 15

Version notes and claims deliberately excluded

Several widely repeated logistics claims are obsolete, ambiguous, or unsupported for build 3674.

Do not state that warehouse delivery occurs at midnight: a May 2026 developer reply specifies 02:00, while imports arrive Monday at 08:00. Do not state that the factory may distribute directly to stores: the EA 0.10 separation intentionally requires factories to feed warehouses or exporters. Do not use manual cargo capacity as an automated nightly throughput cap: the developer explicitly described no automated quantity limit per truck, only destination, stock, and receiving constraints. Do not state one universal driver threshold for freight trucks; current reference data reports 95 percent and older replies report lower values.

Exact product box sizes, importer limits, rents, prices, vehicle prices, and warehouse layouts are omitted because they vary by product, difficulty, balance patch, or building. The current UI and F1 Help are stronger than an unversioned list. This guide also avoids claims that warehouse geography changes automated delivery time, that shelf sorting increases throughput, or that Logistics Manager work hours change the fixed calculation event; no accepted current source in this audit established those as universal 1.0 mechanics.

Action checklist

  1. Prefer dated developer replies after the relevant redesign.
  2. Label reference tables and verify them in the live build.
  3. Do not promote a troubleshooting anecdote into a universal limit.
  4. Retest after patches that mention deliveries, vehicles, employees, or HQ plans.
Rejected claimReasonCurrent replacement
Deliveries are at midnightOlder timingUse 02:00 developer-confirmed timing
Factories ship to shopsPre-0.10 topologyFactory to warehouse to store
Truck cargo caps automationConfuses manual cargoAutomated routes constrained by destinations/stock/space
Freight driver requires 50%Stale numeric thresholdVerify live gate; current reference says 95%
SOURCE AUDIT

Research ledger

These links establish mechanics or provide a reproducible lead. Any balance-sensitive number still has to be checked in the current save.

OfficialBig Ambitions 1.0 Build 3672/3674 patch notesBuild 3674 fixed the employee quit-state defect that caused imports and deliveries to fail and says affected systems should resume into the next day.Open source ↗OfficialEA 0.9 The Struggle preview patch notesOfficially introduced unit-based orders, Smart Delivery toggle, weekly Monday 08:00 imports, per-location weekly limits, and the Mersaidi Dash replacement.Open source ↗OfficialEA 0.10 No Business Like Show Business patch notesOfficial factory overhaul and separation-era context, including faster lines and meaningful Factory Worker skill.Open source ↗DeveloperEA 0.10 factory and warehouse separation replyDeveloper states factories manufacture and send to warehouses or importers, while warehouses distribute to stores.Open source ↗DeveloperCurrent logistics and import event timingDeveloper specifies internal logistics at 02:00 daily and ordinary imports at 08:00 Monday, and lists low targets and destination space as checks.Open source ↗DeveloperWarehouse route target and automated vehicle quantity explanationDeveloper explains individual-unit targets, total stock including displays, destination/storage constraints, and no automated per-night truck quantity cap.Open source ↗DeveloperSmart replenishment from warehouses to storesDeveloper confirms warehouse-to-store targets automatically adjust delivery quantity to the destination shortfall.Open source ↗ReferenceCurrent vehicle reference tableCurrent fan reference for build-era cargo statistics, route-slot classes, and driver gates; values are explicitly treated as reference and require live verification.Open source ↗
FIELD QUESTIONS

Questions answered

Why is my warehouse full on Monday but the Logistics Manager reported no inventory?

Check the timestamp. Internal logistics runs at 02:00, while ordinary Monday imports arrive at 08:00. The 02:00 warning can be accurate and the warehouse can become full six hours later. Keep a Monday bridge stock and expect the new import to feed the Tuesday 02:00 run.

Does a target of 5,000 send 5,000 every day?

No. It is a desired total at the destination. The nominal request is max(0, 5,000 minus current destination inventory), bounded by source stock and receiving space. Inventory already on displays counts toward the destination total.

Does a larger truck deliver more units overnight?

Developer guidance says automated logistics has no per-night unit cap from manual cargo size. Larger delivery classes chiefly provide more destination slots and require higher driver skill. Source stock and destination space still limit units.

Why can I not add another store to the plan?

The active vehicle and Logistics Manager skill determine destination capacity, multiplied by available warehouse bays. Train the manager, use a vehicle with more route slots, activate a second bay where available, or create another warehouse.

Can one Logistics Manager control two warehouses?

The operational model is one manager plan per managed warehouse or factory. A two-bay warehouse still uses one Logistics Manager but needs a vehicle and driver in each bay to gain both vehicles' destination capacity.

Why does the store run out even though a delivery happened?

The route can work correctly while the target is below one day's demand. Measure complete, in-stock daily unit sales, set target cover through the next 02:00 event plus a stated buffer, and ensure that quantity physically fits.

Should I rebuild all plans after a build 3674 failure?

Not immediately. Update and advance through the next game day first because build 3674 fixed a quit-state defect that blocked logistics globally. If a controlled route still fails, follow the item-to-source-to-space-to-plan diagnostic sequence.

What evidence should accompany an F2 bug report?

Include build, save, HQ and manager names, source and destination, exact SKU, target, source and destination stock just before 02:00, free destination capacity, predicted quantity, observed quantity, message text, and timestamp. A one-item reproduction is more useful than a description of the whole empire.