Background
I was experimenting with fast drop-offs: items are being consumed by landing pad in a slow rate, so to not waste time of the platform, I tried automating instant dropping of cargo and didn't succeed.Steps to Reproduce
- Have a platform with two request groups for the same item:
- Request N to N from planet A
- Request -N to -N from planet B
- Navigate platform to planet A
- Wait for the request satisfaction
- Navigate platform to the planet B
- All stacks of that item are dropped-off
Configuration:
- Item: Cryogenic science pack
- N = 20k (100 stacks)
- Planets: Aquilo -> Nauvis
- Nothing happens, despite tooltip explicitly states 0 is max allowed value combined from all request groups
See Also
- 127243: [2.0.37] [SA] Manual drop-off from space platform does not respect cargo bays throughput - related problem
- 124645: [2.0.26] Logistic Group Multipliers rounded to 1 Decimal Place - see my comment (direct link), problems with the formatting of displaying negative requests
Click to expand the recording
May be caused by signed/unsigned int magic.