Technology Modifier

Place to get help with not working mods / modding interface.
User avatar
metzyn
Long Handed Inserter
Long Handed Inserter
Posts: 96
Joined: Tue Mar 19, 2013 10:49 pm
Contact:

Technology Modifier

Post by metzyn »

According to the wiki the technology modifiers are very limited. I am redesigning my Solar Expansion mod and one of my technologies increases the output of a solar panel. Is this actually implemented and not shown in the wiki, or must I wait for the next version, or not even considered yet?

Possibly listed as "production-speed" or something similar? I aim to increase solar production by 20% per level and do not see a current method of doing so.
Factorio Modder
Solar Expansion

User avatar
metzyn
Long Handed Inserter
Long Handed Inserter
Posts: 96
Joined: Tue Mar 19, 2013 10:49 pm
Contact:

Re: Technology Modifier

Post by metzyn »

And I am increase solar production for my own solar array and not the default solar panel.
Factorio Modder
Solar Expansion

kovarex
Factorio Staff
Factorio Staff
Posts: 8194
Joined: Wed Feb 06, 2013 12:00 am
Contact:

Re: Technology Modifier

Post by kovarex »

This is not possible now, but we should come up with something general enough.
Maybe, if player could specify custom named modifiers.
These would be changeable by technologies/scripts.
Then on some places this modifier could be specified to affect something.

Something like

Code: Select all

name = "My solar panel 3",
energy_source = 
{
  affected_by_modifiers={"Advanced solar panels modifier", "basic modifier"}
 ....
}
The question is the specification of the modifiers effect (should they sum, multiple, something other?)
Maybe we could go further and let the modder specify lua code (formula) of the modifiers usage.

This needs some time to settle :)

User avatar
metzyn
Long Handed Inserter
Long Handed Inserter
Posts: 96
Joined: Tue Mar 19, 2013 10:49 pm
Contact:

Re: Technology Modifier

Post by metzyn »

This would be extremely useful as currently I am very limited in technology upgrades. Could this be something we might see in the next version (0.5.x) or further out?
Factorio Modder
Solar Expansion

Post Reply

Return to “Modding help”