feature: choose custom install location - #10
Conversation
Use old behavior as default, but make advanced selektion possible
There was a problem hiding this comment.
Hi! Made a few comments on the code that need to be worked on before I add this to the main branch.
Also, the UI doesn't look quite right to me, that toggle is placed a bit akwardly, maybe put it inline with the "Location" title, or keep it where it is but put a background on it, or have the toggle text start where the Location title starts horizontaly.
And when "advanced mode" is turned on, there is nothing to indicate that you are supposed to click on the box below to select a folder, maybe put a little folder icon on the right side of the box, and also reduce the vertical padding on that box because with 2 lines it looks a bit akward with that much padding.
There was a problem hiding this comment.
Is this necesary? Use Microsoft.Win32.OpenFolderDialog instead, it's built in and as a bonus it's the new style folder browser, not the old style crappy one.
There was a problem hiding this comment.
Please don't use this naming convention: "_nameOfSomething".
Instead, use: "NameOfSomething" for global values, and "nameOfSomething" for local values.
use visiblity hidden instead of collapse to avoid layout shift reduce layout complexity by removing obsolete elements
|
@MarcellVokk could you please review/merge this ? Extremely necessary feature |
|
Are you kidding me? That UI looks like shit... |
|
@AlvinSchiller @MarcellVokk hey guys, can this one get a little attention ? |
|
That UI looks okay for a home made app. If UI is your only concern and not security or unexpected behavior of the PR code, then just accept the PR.
Are you kidding us? That is not respectable language towards a fellow developer! You should be ashamed. |
|
@MarcellVokk The UI can be changed later if necessary, as for the code it is okay, lets merge this asap, required feature |
|
@MarcellVokk If you are busy and cannot review this please consider adding new reviewers for this one |
|
As a workaround to change an already existing installation to a custom path (e.g. "D:\BFME2" -> "D:\Games\BFME\BFME2"):
|
|
Since @MarcellVokk doesn't give 2 F's about our concern, use the following guide to make requested feature possible: 1. PS: You can set whatever name, and install the game in whatever drive, I will use drive 2. To: 3. Go to:
Change the value in 4. Change the value in 5. |
|
@MarcellVokk Hi, I created a successor PR for this feature here: #23. Update: A staff member informed me that the code in this repository is outdated and no longer synchronized with the current launcher. They also recommended submitting feature requests through the Discord server instead. I have already submitted a feature request for this particular feature. |








Added the possibility for the user to select a custom location for the game installation instead of only the drive root.
Considering the comment in MarcellVokk/aio-launcher#3 this is available via a "advenced settings" toggleswitch in the installation popup. The original selection is still default for the straight forward case.
Update: