ngld / knossos

NuKnossos a complete rewrite of the old Knossos mod manager. Nebula also lives here since it's easier to manage both projects in a single monorepo. If you're looking for the old code, go to https://github.com/ngld/old-knossos.
Apache License 2.0
24 stars 2 forks source link

UX requests: Mod launching #41

Open EatThePath opened 2 years ago

EatThePath commented 2 years ago

The current flags interface is good, but as someone who spends a lot of time troubleshooting either my own mod or others' I see a few streamlining opportunities , and there are a couple of gaps in functionality in the current dev version

  1. I want to always have a 'save and play' button visible when I'm in a mod's details/settings tabs. Currently once flags are selected I need to go back to the Play library, mouse to the mod again and launch it there. Once my flags are set it should be one click to play.
  2. Text entry flags: Any flag that can take parameters needs a text field rather than just a checkbox. Having back the generic text entry field to past flags into would still be useful for dropping in large flags sets all at once too, but wouldn't be necessary.

These may already be on your radar, but I figured I'd file just in case.