Nexus-Mods / NexusMods.App

Home of the development of the Nexus Mods App
https://nexus-mods.github.io/NexusMods.App/
GNU General Public License v3.0
1.1k stars 52 forks source link

Implement portable installation option #580

Open HawthorneK456 opened 1 year ago

HawthorneK456 commented 1 year ago

User story

As a Nexus Web App user

I want to have the option to implement a portable install option for the Web App

So that when I need to install my OS, move to a new PC etc I can load my setup from where I left off and start playing my games as I did before And I don't have to spend time setting everything up again from scratch.

Requirements

This was originally requested as an improvement to Vortex

Link to original Vortex issue: https://github.com/Nexus-Mods/Vortex/issues/14642

Design

(Any designs required for this story)

DOD

(Describe the expected behaviour from the users point of view. Create multiple DoD's if required to fully describe what should happen. Number each DoD)

Scenario 1

Given ___

When ___

Then ___

Sewer56 commented 9 months ago

This is technically possible today via AppConfig.json, if the user re-routes their locations via the config file.

It's unknown if there will be a GUI/'user friendly' method to do this.

Al12rs commented 9 months ago

I'd leave this open to keep in consideration while developing.

ALIENQuake commented 1 month ago

This is technically possible today via AppConfig.json, if the user re-routes their locations via the config file.

It's unknown if there will be a GUI/'user friendly' method to do this.

Can you share how to do it now?