You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 25, 2025. It is now read-only.
at some point I should look into working in some form of insufficient free space detection and error handling
the primary issue is that it's difficult to calculate the amount of free space that's needed till it's already too late.
I suppose we could add some form of rough space calculation by simply adding together the total size of all the applicable pak files and simply multiply the amount by ~3.25 (which is a decent rough average total space needed, including overhead)
but I don't know, there's a good chance this issue just rots, since it's really kind of a minor thing
at some point I should look into working in some form of insufficient free space detection and error handling
the primary issue is that it's difficult to calculate the amount of free space that's needed till it's already too late.
I suppose we could add some form of rough space calculation by simply adding together the total size of all the applicable pak files and simply multiply the amount by ~3.25 (which is a decent rough average total space needed, including overhead)
but I don't know, there's a good chance this issue just rots, since it's really kind of a minor thing