chrishayesmu / XCOM-LW-CommunityEdition

14 stars 2 forks source link

Tactical layer autosaves are inconsistent #99

Open chrishayesmu opened 9 months ago

chrishayesmu commented 9 months ago

Sometimes the player will go multiple turns without an autosave being made. This is likely due to logic in XComPresentationLayer.PlayerCanSave and functions around it, which try to prevent saving during certain situations (such as world tile data rebuilding) that could lead to corruption or bad behavior.

LWCE could tackle this a few ways: