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: 711
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: 397
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
gujarat6
Inserter
Inserter
Posts: 33
Joined: Wed Apr 08, 2020 4:53 pm
Contact:

Re: Add more ways for quality to affect items

Post by gujarat6 »

Was anything done with this and went unnoticed or is it still hardcoded?
User avatar
Hares
Filter Inserter
Filter Inserter
Posts: 872
Joined: Sat Oct 22, 2022 8:05 pm
Contact:

Re: Add more ways for quality to affect items

Post by Hares »

gujarat6 wrote: Thu Nov 20, 2025 3:31 pm Was anything done with this and went unnoticed or is it still hardcoded?
Both. Devs periodically provide more ways for quality to affect prototypes, but it's still only few properties, and all of them are hardcoded.
Fulgora is the best planet. Vulcanus needs rework. Feel free to prove me wrong.
Post Reply

Return to “Modding interface requests”