Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Progress Indicator #32

Open
Sertenraum opened this issue Jul 4, 2022 · 1 comment
Open

Progress Indicator #32

Sertenraum opened this issue Jul 4, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request idea Ideas flying in the air impossible Impossible to implement

Comments

@Sertenraum
Copy link

Problem

Installating one or more big mods in EET can take up to an hour and more. Even on NVMe drive and a quite beefy CPU. Sword Coast Stratagems is a great (or just not) great example. The user gets no idea at all about how much time is left for the installation to be finished.

Solution

Some indicator like a progress bar with informative labeling about which component of total in the install sequence is installing right now.

Should it be impossible to determine progressed component within installer logic, specific log messages could be interpreted (like "Installing [Component] [Version]").

@Sertenraum Sertenraum added the enhancement New feature or request label Jul 4, 2022
@ALIENQuake ALIENQuake added impossible Impossible to implement idea Ideas flying in the air labels Jul 4, 2022
@ALIENQuake
Copy link
Owner

It's impossible to determine how long it would take for a single component to install because of the dynamic nature of resource processing. The SCS is great to showcase: if you install SCS alone, it will take ~20 min, if you install it in a mega-installation, it will take 20 hours. It's the nature of the weidu itself: you can't measure the time of processing resources if the amount of resources is random for each mod component, depending on the actual regex formulas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request idea Ideas flying in the air impossible Impossible to implement
Projects
None yet
Development

No branches or pull requests

2 participants