Skip to content

Flow now has an invalid URL for installing qmod. Should just cause QAVS to silently fail #80

@AltyFox

Description

@AltyFox

User will still have to manually install the core mods from the get mods page.
This is a regression.
The new mods repo doesn't have a ready made core mods .qmod file for download.
As the mod site is built, this would not be an easy fix on the mod site, since the QMOD is generated in Javascript on the fly.
Suggested options would be:

  1. Create a new ?isflow=true|false flag that makes the user click the core mods button first on the mods site.
  2. Use the known core_mods json and implement the same QMOD generation technique (Not a fan of this, as its code replication, and would require two changes instead of one if something changed down the line)
  3. Update QAVSModManager.InstallModFromUrl() to detect the .json file and iterate through the core mods for the currently installed version and add them to the queue.
  4. Ignore it, and let the end-user make mistakes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions