Truinto / ONI-Modloader-SimpleMods

OxygenNotIncluded Mods
MIT License
16 stars 6 forks source link

Compatibility issue: Fast Track 'Flatten Averages' #50

Closed Truinto closed 7 months ago

Truinto commented 7 months ago

Evil Boomer 9. Nov. at 22:31 Just for Info. If someone here use also the Fast Track Mod for increase FPS and another Tweaks can get a bad issue.

If you have edit some plants like me where Joya now consume CO2 and give Oxygen, this plant become idle and not working anymore. 0 consume and 0 production.

For fix you have to go in Fast Track Options and disable 'Flatten Averages'.

I have get this hints from Peter Han author of Fast Track Mod, maybe you can fix it in future:

The Flatten Averages setting fixes an Accumulators bug that causes all plants to wilt and recover once on game load. It looks like Customize Plants relies on this bug to prime the element converters for modified plants (and this bug masks other base game bugs too, ironically!)

Customize Plants needs to properly initialize its modded converters on spawn (and not just OnWiltRecover).

Truinto commented 7 months ago

Note, this feature uses the SaltPlant state machine. This implies a bug where 'Dasha Saltvine' does not consume chlorine after load. This could be a bug in 'Fast Track' or an bug caused by patch incompatibility.

Truinto commented 7 months ago

Adding patch to set state on spawn as suggested. Not checked.