-
|
Is there a way to force redownload or recompile of all (enabled) mods? Because of some issue with an antivirus software my Windhawk installation got into inconsistent state, where some The only way to make Windhawk redownload or recompile is to:
@m417z, could Windhawk check the dll's presence and automatically download or compile the mods when needed? Or maybe when the whole folder is deleted or something like that (button in Advanced section in the UI). |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
That's quite a specific use case. Windhawk can't anticipate all forms of file corruption or deletion, and so far it hasn't been a common issue/request. Currently, what you can do is delete the In the future, I plan on adding command line options, which will help with such automation tasks. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks. I agree that it is quite an edge case, however I would expect Windhawk reporting to the user that the mod's dll is missing in the UI and allowing quickly recompiling or redownloading the mod. CLI functionality would help with backups / restores (you would need only the registry backup to be able to quickly restore Windhawk installation; not considering forks and local mods). |
Beta Was this translation helpful? Give feedback.
That's quite a specific use case. Windhawk can't anticipate all forms of file corruption or deletion, and so far it hasn't been a common issue/request.
Currently, what you can do is delete the
LibraryFileNameentry for each corrupted mod in the registry under:HKEY_LOCAL_MACHINE\SOFTWARE\Windhawk\Engine\Mods\<mod-id>Then Windhawk will detect it as corrupted, and will suggest to compile it. Right now, I don't think there's a simpler solution.
In the future, I plan on adding command line options, which will help with such automation tasks.