Page 1 of 1

Option to split values in parameterised blueprints

Posted: Thu Jun 19, 2025 10:13 pm
by danijel1023
Add an option to group/split parameters' values in PB.

I want to provide default values that user might want to change but if they're the same value, they will automatically get grouped into a single parameter.

Eg.
param 1: "Number of wagons", value: 4
param 2: "Number of chests per wagon", value: 4
This doesn't work as the second param is ignored since it gets automatically grouped with the first one.

Re: Option to split values in parameterised blueprints

Posted: Fri Jun 20, 2025 12:51 am
by Lilly
I ran into this as well. As a work around, you could set some other parameters to some other placeholder value. However, that value then also becomes the default when placing. Allowing us to set a default value might be easier to implement than an option to split the values.