When putting down a blueprint with parameters and the parameters reference each other and you edit them in the wrong order, they will take the default value instead of the edited value.
For example:
will result in:
but it should show 2 wagons and 2 chests, the K and S are also calculated wrong, they are dependencies.
I assume this happens, because I didn't select the resource first and its stack size and the incorrect variables have dependencies (for setting S and K values) together in the parametrization like so:
If I put every single variable in the order they are listed when placing the blueprint, I get the intended behavior and the 2 inputs and 2 dependencies will be correct.
This is OK for now, but I think it should also work if the variables are edited out of order.
[Kovarex] [2.0.12] Blueprints with parameters referencing each other use default values when edited in wrong order
Re: [Kovarex] [2.0.12] Blueprints with parameters referencing each other use default values when edited in wrong order
Hello, I can't reproduce the problem, could you do a minimalistic example?