@Peppe
Hmm.
Actually, I think a good way to reduce processing cost without losing much functionality would be to update it every minute (60*60 ticks), but have the value used be the previous minute's value. It would then, each second, move toward the more recient value by 1/60th of the difference. It would be just as smooth, but delayed by a minute. However, it would result in that loop only being run once a minute instead of once a second.
[MOD 0.12.x] Rescaled Evolution Factor
- Ranakastrasz
- Smart Inserter
- Posts: 2171
- Joined: Thu Jun 12, 2014 3:05 am
- Contact:
Re: [MOD 0.12.x] Rescaled Evolution Factor
My Mods:
Modular Armor Revamp - V16
Large Chests - V16
Agent Orange - V16
Flare - V16
Easy Refineries - V16
Modular Armor Revamp - V16
Large Chests - V16
Agent Orange - V16
Flare - V16
Easy Refineries - V16
- Ranakastrasz
- Smart Inserter
- Posts: 2171
- Joined: Thu Jun 12, 2014 3:05 am
- Contact:
Re: [MOD 0.12.x] Rescaled Evolution Factor
So, Apperently I was asleep last time I looked at this mod and changed it. Apparently I broke the filter for spawners entirely, so killing anything pissed off the biters.
Fixed now.
Thinking on a few things.
Fixed now.
Thinking on a few things.
Code: Select all
-- For the part where old factories should allow more pollution. Have Pollution cap increase proportional to current Time. Say, each hour, increase pollution cap by 100% of base. So, at 24 hours, 25x pollution cap.
-- Might be extreme, but make it config-able and screw around with it. Obviously the initial cap would be far lower, like comparable to what the mod had before I poked it.
-- Change it to recalculate each minute instead of per second.
-- Each minute, calculate the evo factor. Take the previous minute's Evo Factor, and linearly alter it so it hits the new value after a minute. So, it lags a minute behind, but only runs the complex math each minute.
- Attachments
-
- Rescaled-Evolution-Factor_1.3.5.zip
- (6.55 KiB) Downloaded 156 times
My Mods:
Modular Armor Revamp - V16
Large Chests - V16
Agent Orange - V16
Flare - V16
Easy Refineries - V16
Modular Armor Revamp - V16
Large Chests - V16
Agent Orange - V16
Flare - V16
Easy Refineries - V16
Re: [MOD 0.12.x] Rescaled Evolution Factor
Any plans on updating the mod.
I'm currently playing a Bob's Marathon playthrough and this mod is exactly what i'm looking for.
I'm currently playing a Bob's Marathon playthrough and this mod is exactly what i'm looking for.
- BenediktMagnus
- Inserter
- Posts: 29
- Joined: Wed Mar 09, 2016 11:04 pm
- Contact:
Re: [MOD 0.12.x] Rescaled Evolution Factor
Not yet.
But it even should work with the newest patches.
But it even should work with the newest patches.