When attempting to parametrize a blueprint, as it turns out, Parameters dont accept item quality. This is against what is expected, in which they should support quality.
No mods are used, entirely basegame.
Unsure if this really a bug or not or if its intended, but it would be so much nicer to have parameters support quality.[2.0.32] Parameters do not support quality.
-
- Burner Inserter
- Posts: 11
- Joined: Mon Dec 19, 2022 12:51 am
- Contact:
Re: [2.0.32] Parameters do not support quality.
Could you post the blueprint you are trying to use?
Re: [2.0.32] Parameters do not support quality.
Also fluid ingredients end with quality when they should not.
-
- Burner Inserter
- Posts: 11
- Joined: Mon Dec 19, 2022 12:51 am
- Contact:
Re: [2.0.32] Parameters do not support quality.
Sure thing, here be the blueprint string
Blueprint String:
0eNrtWltvm0oQ/ivVPkPlvYFtqafqY39DZCEM62QVLi4s7rEi/vvZxQRj2NhhaI9bKVIeCDAz3wzf3FZ+QdukEvtCZgqtX5CM8qxE64cXVMrHLEzMvSxMBVqjsCxFuk1k9uimYfQkM+FSVDtIZrH4F61x7ViEChEdo0QUyEE/qjCR6mhuhoXoSZJ64yCRKamkONlu/jkGWZVutegaO1cxOGifl1o4z4xhrdD1luQzd5C25fqcfebalgYi90bFPiy0LiUKd4FebwdnbFlepNoDDU6J9IRGxj2H2jfdNI+r5GT9LJyIR5HFYXFsvDsp0PJZILOD9inXDxqF5/+Yg0oVRs9ovTDxsz7Bbz4hbz6h9abWf84olqSL5bZKnl2ZlaJQzfcZB3FxDiJvghhLHa/TO1gr2slEi7ZBalkw+s4OivLUBF1D1Pe+IPO1q1IEnbQqKmFBSmFIGQSp2MsIjpR1SPeaoPIg3H2RH2SsORY9iVLZIPurYXB15qkiT4KteAoP0kB4QZEsokqqQD+LG/lAZOE2EZqRuzApRW1Bw2eiYb8Ujff+r+gvb/DtGqYOiflGzhiqeXcni1IFoxp1WRHGZcqURBWa+kgWiwFJ/kG1zWsf5jX7A7xuUgHm9dKxlP2xw173kS+dZZbgj2ysejZ+VJrOV2lNhoxqhc4prXvWyf6wONhLxih4+CJ4XfcYVBJzozKx5G2ZPzU+iz4yQx+16KMz9DGLPjZDH7fo4zP0eRZ93gx9vkWfP1nfxrQNVYTlU5DlKnilaZuktrzBiwnlYjDZ2NT15iVN7fc1AHqZKTa1BNJY8G29Exp9X92oWC5v9/nzgAZu9phNmEt6USUN3P8DIJ8AkAwB9uNpUz6ln3tXlLO/qbHhKf2cXff6946ieAlJUj6E/KumP7yavLr5I0p+rG7t6rYAfNt+CcL2AkzwlJmqXzLwx0z1MVP9mTMVIdOHoCW+nSv0fTvOqith44Xu9pJDGKzL4vt32RlLM+GwLosBXXbe0RTxZnZZPKPLaow/ta/GtwfmYMdz8MZ54PrKb670iIYdPQeYa2JeIOYNkz8yac9Xx8xnr8i8unNtp9MvDpv3TAwsrQUiRCBCGCK0AAidE3eK0BIi5EOEPIgQhwhBGOFDGOGDGMH6h0iTCcshhOUQwnIIYTmEsBxCWA4hLIcQlkMIyyHc4xDucQj3GIR7DMI9BslcBokeg0SPQaJHIdGjkCSkkCSkkCSkkCSkkCSkkCSkkCSkEO5RCPcohHsUwj0C4R6BZC6BEJZACEsghCUQwhIIYQmEsARCWAIhLIEQlkAI+4aQntC7peo0pqtjc+wlY9QJfFci/WqOuOK3djD3Ynu7vWY3m1hrqd1vnNeLNdLL29n4t9Qs5J9U/ulZiP1X1JNsMA5A4RmgzI9DHgsRS715uflu4OwNw+Rehum9DLN7Geb3Muzdy7D/+wxvTifP5vyj+02Wgw66HDQmuEdWbLXinOMl81hd/wcOH0yA
-
- Burner Inserter
- Posts: 11
- Joined: Mon Dec 19, 2022 12:51 am
- Contact:
Re: [2.0.32] Parameters do not support quality.
Also to be clear, there is no quality selection in the parameter window, disallowing you to set quality items as a parameter
Re: [2.0.32] Parameters do not support quality.
As far as i understand this feature, this is Not a bug.
Reason for this is that your blueprint contains inserters that put item into the recycler and they contain circuit condition where parameter is given a quality. In that case the parametrization does not allow selecting quality anymore because quality is specified by the blueprint itself and quality will be taken from the quality of the parameter.
Reason for this is that your blueprint contains inserters that put item into the recycler and they contain circuit condition where parameter is given a quality. In that case the parametrization does not allow selecting quality anymore because quality is specified by the blueprint itself and quality will be taken from the quality of the parameter.
-
- Burner Inserter
- Posts: 11
- Joined: Mon Dec 19, 2022 12:51 am
- Contact:
Re: [2.0.32] Parameters do not support quality.
ahh i see, all good then , sorry for wasting timeboskid wrote: Mon Jan 27, 2025 1:50 pm As far as i understand this feature, this is Not a bug.
Reason for this is that your blueprint contains inserters that put item into the recycler and they contain circuit condition where parameter is given a quality. In that case the parametrization does not allow selecting quality anymore because quality is specified by the blueprint itself and quality will be taken from the quality of the parameter.