You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
really nice mod and exactly what I was looking for but I would like to nerf the first 2 of 5 solar panels (worse than vanilla)
and this is currently not possible because the muliplicator is beginning with one.
I want to achieve values like 12 kw, 30kw, 60kw and 120kw solarpanels
Hi,
really nice mod and exactly what I was looking for but I would like to nerf the first 2 of 5 solar panels (worse than vanilla)
and this is currently not possible because the muliplicator is beginning with one.
I want to achieve values like 12 kw, 30kw, 60kw and 120kw solarpanels
Would you be so kind and change it?
I guess you simply have to change
advanced-electric/Advanced-Electric-Revamped-v16/settings.lua
Line 19 in 92cd11d
from int-setting to double-setting
and set
advanced-electric/Advanced-Electric-Revamped-v16/settings.lua
Line 23 in 92cd11d
to default_value = 0.1,
As someone else already requested, it would be also very nice if you can add cusom base multiplicators for the difficulty.
With the mentioned changes above the logic with mul * 1.1 + 0.5 would make the build costs cheaper if the values are set below 1.
advanced-electric/Advanced-Electric-Revamped-v16/prototypes/crafting/advanced-accumulator.lua
Line 4 in 92cd11d
Thanks for the work :)
The text was updated successfully, but these errors were encountered: