mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-24 20:05:39 -04:00
[GH-ISSUE #215] [FEATURE] Multiple files for launching games/configurators #108
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 @Pesoen on GitHub (Aug 26, 2025).
Original GitHub issue: https://github.com/Drop-OSS/drop/issues/215
recently added OpenRA to my drop server, and it comes with multiple games you can launch from it, but i would need to add each as its own game(essentially wasting space pr game as they all contain the same files) so a way to select multiple files for running the game would be great.
what i imagine is a similar thing to steam, where if the game can launch in multiple ways, you get a small popup allowing you to select what way to launch it, and set it as the default. this would save some space for certain things, and allow configuration programs to be ran as well for games that has them externally, with only a few things in the game menu.
@NetworkWoozle commented on GitHub (Aug 28, 2025):
I second this. There are a lot of remakes and bundles now that might rely on a launcher or have an executable for each item in the bundle, it'd be nice to be able to launch directly. Also, some games have a separate multiplayer or config application.
@Pesoen commented on GitHub (Aug 29, 2025):
tried my first "vibe coding" experiment, and made a simple launcher in python. available here
very basic, but gets the job done for me until this(hopefully) gets implemented. if it does not, i might make a better version from scratch. but its a workaround for those who want it, and it's "good enough" for me.
@DecDuck commented on GitHub (Aug 29, 2025):
If you're linking to another project, could you make sure the source is available? It seems like the actual code is missing in your repository.
@Pesoen commented on GitHub (Aug 29, 2025):
my bad. uploaded the wrong file, it is now the .py file it was supposed to be.
[FEATURE] Multiple files for launching games/configuratorsto [GH-ISSUE #215] [FEATURE] Multiple files for launching games/configurators