TorchAPI / Torch

An extensible modding framework and improved client/DS for Space Engineers. Still a work in progress!
Apache License 2.0
146 stars 76 forks source link

Move torch self-update into Program so we can always update #324

Closed rexxar-tc closed 2 years ago

rexxar-tc commented 5 years ago

Current implementation triggers update on Manager.Attach, which will fail to update if Keen severely breaks things again.

Move updating closer to program entry point to make updating faster and easier.

Jimmacle commented 5 years ago

Better yet, move all installation/update related code to a separate executable to avoid all the type loading problems we have and streamline the setup process for new users.

rexxar-tc commented 5 years ago

sounds like a Torch 2 feature