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

Allow the option to choose the path to install to for external harddrives #99

Open
jeffdupont opened this issue Dec 22, 2022 · 6 comments
Assignees
Labels
enhancement New feature or request

Comments

@jeffdupont
Copy link

Is it possible to select the path in which the files would be downloaded to? I don't have enough room on my laptop to fit everything to download and move after the fact.

@seathasky
Copy link
Collaborator

seathasky commented Dec 22, 2022

I agree this would be a great feature to add to the initial installer. Maybe something we can look into doing soon. Could mitigate some support tickets for newer users @marzent

@seathasky seathasky added the enhancement New feature or request label Dec 22, 2022
@marzent
Copy link
Owner

marzent commented Dec 22, 2022

Currently you can already choose the path to install to after the initial wizard by selecting
File -> Choose Game Path
in the global menu.

But yeah, would be nicer for the start dialog to also offer that option.

@seathasky
Copy link
Collaborator

Currently you can already choose the path to install to after the initial wizard by selecting File -> Choose Game Path in the global menu.

Yea which is awesome, it's how I have my game setup actually on a 2nd SSD..

I know you can choose it before installing but it's more about user friendliness for new users at the end of the day, just something to think about.

@jeffdupont
Copy link
Author

jeffdupont commented Dec 22, 2022 via email

@CovertDuck
Copy link
Contributor

If we were to include the option to move the install post-install, perhaps using symbolic links pointing to the new location would be a safer bet?

@marzent
Copy link
Owner

marzent commented Jan 9, 2023

Using symbolic links there will be much more painful than what we currently have, especially if there are broken ones…

Both XL and XOM have a perfectly good concept of a game path that is also part of the launcher log (in fact that was one of the major breaking changes going from 1.X to 2.X, a non fixed location to point it to for the game files)

Also there are edge cases like what to do when a folder with an already existing game install is at the location the symbolic link is supposed to be created.

The copy option should probably just go, it was from the early beta where it was not clear the launcher would “damage” an existing install. The third option could just end up as “Download to a custom location” or something of that sort and would solve this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants