[Kovarex] [2.0.13] Stack size value taken from wrong parameter
Posted: Thu Oct 31, 2024 2:16 pm
I have this blueprint
You pass in a recipe as parameter 0, then parameters 1-6 are automatically determined as ingredients of 0. And finally, I am requesting 1 *stack* per ingredient. This is done by p1_s, through p6_s, respectively. However, it seems to take the stack size of the 1st parameter rather than each one individually. E.g. for a tank:
Notice how it takes the stack size 100 of steel rather than taking the one of the respective ingredient.
Code: Select all
0eNqllt1u6jAMx9/F1+lE04+NaufqvMFup6kqrYFobdIlKecg1Hc/Tgsdgxy0UXEBNfbvbye21QOs6g5bLaSF7ACiVNJA9noAIzayqJ1NFg1CBoUx2KxqITdBU5RbITGIoGcgZIV/IQv7NwYorbACR8LwsM9l16xQkwO7SWLQKkPBSjpNB3xMHhIGe8h4yB8SUtJYitYB2kITyaIOFnAy5x9dUZMe/S2Vbij1nl3lwKccVl39HghpUBPGJx5P4vEgXgnSGT2ePORoImv86NC45Motfd9mJ8fChpB8LWqKM87PjGLjSZ6OmMHk8cV6VP48lpBUr86DQaka52MVJQy/BkPn7j10BR1x3IPj9+MiDy66Hxd7cPH9uMSDS+7HpR5c+lPcG308DRZ/v3XTi9almbZa1fkKt8VOOMWDs0lqsdyqvFYbYawoc4n2j9LvkFndIYPJTr7VpLAWmjr1ajucj+QoaWwxFLS4KPYZel9951dhjNhh0Gq1E9WtOUq/zJFbQFMa44jY/bAvRAUT/WVcIswZL9OeAo5JsdOPDMLFJ+L3cFVn7gP/gudGkDacxkpQpYFa/1/NF87nhUfzwuN54cm88PT74Z6Looc1TVlXFy4szA0ZKmyRRtT1o+vtnwD4XEA0FxDPBSRzAakXQOMmLDZuI02vEAx2NHvDjCYpX8bLZRLzx4g/hX3/DyOSxTM=
Notice how it takes the stack size 100 of steel rather than taking the one of the respective ingredient.