Add more ways for quality to affect items

Place to ask discuss and request the modding support of Factorio. Don't request mods here.
curiosity
Filter Inserter
Filter Inserter
Posts: 697
Joined: Wed Sep 11, 2019 4:13 pm
Contact:

Re: [2.0.14] Add more ways for quality to affect items

Post by curiosity »

Hares wrote: Wed Feb 19, 2025 8:27 pm Ideally, we don't want hardcoded quality levels as mods can change that (i.e. add or remove levels), so we need either tuple-factor as was suggested above, or use expression formula like "80 + 20*q", and we definitely would need a special flag "override_quality_control" (default: false) on prototypes to even enable this parsing.
You can have custom quality prototypes and still have the Quality mod generate missing levels programmatically. Positioning those custom prototypes on the level line is just a compatibility issue. Nothing that mods aren't handling already.
User avatar
protocol_1903
Filter Inserter
Filter Inserter
Posts: 353
Joined: Fri Sep 09, 2022 4:33 pm
Contact:

Re: [2.0.14] Add more ways for quality to affect items

Post by protocol_1903 »

Hares wrote: Wed Feb 19, 2025 8:27 pm Ideally, we don't want hardcoded quality levels as mods can change that (i.e. add or remove levels), so we need either tuple-factor as was suggested above, or use expression formula like "80 + 20*q", and we definitely would need a special flag "override_quality_control" (default: false) on prototypes to even enable this parsing.
This. Quality should be specified as formulae, so developers can specify what properties can (and can't) be affected by quality, and at what levels.
Py and PyBlock developer, wielder of LUA in arbitrary ways. I make mods. Check them out, maybe.
https://mods.factorio.com/user/protocol_1903
Hancz
Burner Inserter
Burner Inserter
Posts: 6
Joined: Sat Nov 02, 2024 12:58 pm
Contact:

Re: [2.0.14] Add more ways for quality to affect items

Post by Hancz »

+1
Post Reply

Return to “Modding interface requests”