When creating a blueprint of a train stop, I wanted to include item stack size as a parameter.
The same happens when using circuit logic to set the train stop limit, in which case the train stop limit value is set to 0. If another item in the blueprint also has the value "0" (e.g. a decider/arithmetic combinator), these are also collected into the same parameter.
I can de-couple the priority from the item item stack size formula by setting the priority to e.g. 90 before creating the blueprint, but this doesn't work with the train stop limit, as that will always be set to 0 when enabling "Set train limit" circuit logic, so any other "0" in the blueprint will set the train stop limit as well.
I would expect/hope that the train stop limit and priority would always be their own parameters in a blueprint. Then we could set them using variables from earlier parameters.
Because this happened to be 50 (p0_s) for the existing item, when blueprinting this train stop, the parametrization created a single parameter where both the "50" for the item stack size, and the "50" for the train stop priority were set.[2.0.47] Train stop limit and priority are not unique parameters
[2.0.47] Train stop limit and priority are not unique parameters
- Attachments
-
- 2 - Train stop.png (285.09 KiB) Viewed 250 times
-
- factorio-current.log
- (15.94 KiB) Downloaded 42 times
Re: [2.0.47] Train stop limit and priority are not unique parameters
Parameters are distinguished by value only, that is an intended limitation of the feature. It might change in 2.1 though.