Option to split values in parameterised blueprints
Posted: Thu Jun 19, 2025 10:13 pm
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.
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.