Search found 4 matches

by Iterniam
Sat Nov 30, 2024 4:23 pm
Forum: Ideas and Suggestions
Topic: Allow more functions to be used in blueprint parameterization
Replies: 0
Views: 142

Allow more functions to be used in blueprint parameterization

From what I could find, we can currently use the following functions in the formulas/math expressions field of a value parameter:

a * b
a / b
a + b
a - b
a ^ b
min(a, b)
max(a, b)
abs(a)


I would like to compute the automated insertion limit as a parameter, the formula for which can be ...
by Iterniam
Sat Nov 30, 2024 2:15 pm
Forum: Assigned
Topic: [Kovarex] Parser does not expose crafting-related variables for parameters not set as recipes in blueprints
Replies: 1
Views: 326

[Kovarex] Parser does not expose crafting-related variables for parameters not set as recipes in blueprints

BACKGROUND
Caused by the fix for https://forums.factorio.com/viewtopic.php?p=641471#p641471 .

Originally, a parameter y could only be set to be an ingredient of a parameter x if parameter x is used as a recipe within the blueprint. For example, if it is the recipe in an Assembler.
Kovarex fixed ...
by Iterniam
Sat Nov 30, 2024 2:07 pm
Forum: Assigned
Topic: [Kovarex] [2.0.15] Parameterized Blueprint variable issues
Replies: 4
Views: 604

Re: [2.0.15] Parameterized Blueprint variable issues

I found an actual workaround, but I'm afraid using it will alert eldritch horrors to my location:

https://i.imgur.com/XMeYtC3.png

Since everything is based on the VALUE, even when named, you need to use unused values for your constants and set them to the desired constant value in the Formula ...
by Iterniam
Wed Nov 13, 2024 8:47 pm
Forum: Assigned
Topic: [Kovarex] [2.0.15] Parameterized Blueprint variable issues
Replies: 4
Views: 604

Re: [2.0.15] Parameterized Blueprint variable issues

The bug, summarized:
When two named value parameters share the same value, they consolidate into one parameter as if they were unnamed.
This can cause constants to get tied to parameters, and parameters to get tied to constants.

Workaround:
Either:
* Use unique, non-sensical default values for ...

Go to advanced search