mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-25 04:15:36 -04:00
[GH-ISSUE #255] Request: Possibility to download version without installation #135
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MaveCordes on GitHub (Sep 26, 2025).
Original GitHub issue: https://github.com/Drop-OSS/drop/issues/255
Would it be possible to create an option in addition to the install field for the browser/client that solely downloads a selected version independend of OS without installation? I'm thinking about game versions that need manual tweaking after download or modded games.
@DecDuck commented on GitHub (Oct 12, 2025):
I'm not sure what you mean, could you explain it again?
@MaveCordes commented on GitHub (Oct 14, 2025):
Sure, no problem.
The feature would just be the option to download a stored archive or folder "as it is", without attempting to install it automatically. Starting the game could then just open the associated folder.
What could this be useful for?
Heavily modded games, stored mod-collections or games with different executables or scripts that need manual handling.
@DecDuck commented on GitHub (Oct 14, 2025):
We don't run anything if not configured, you can import it as a normal version and make the executable something like "explorer.exe {dir}" (not 100% sure if this would work)
@Pacodastre commented on GitHub (Oct 23, 2025):
Is this the default behaviour in drop? As in, you import a game version into drop. Then the client installs the game. This installation is just a copy of all the files from that version on the client OS. So if you wanted to have different versions with different mods installed in each version, that's possible already. Unless i'm missing something.
Request: Possibility to download version without installationto [GH-ISSUE #255] Request: Possibility to download version without installation@DecDuck commented on GitHub (Feb 18, 2026):
Can be solved by putting the file explorer in the launch commands. Feel free to re-open if this isn't satisfactory.