Timberborn-Modding-Central / ModManager

6 stars 6 forks source link

Mod manager should ensure a mod update is fully downloaded before removing old mod #62

Open awsdert opened 5 months ago

awsdert commented 5 months ago

Both windows and linux have temporary directories to download to prior to replacing a mod. The environment variables to try are TMP_DIR, TEMP & TMP (in that order I believe).

The reason for this is that I've had plenty of occasions where the mod manager removed the old mod but failed to fully download the updated mod, leaving only a skeleton mod that is recognised during boot of the game but causes it to crash when attempting to play because it's missing key data files.