-
-
Notifications
You must be signed in to change notification settings - Fork 35
Enhanced Launch Configurations #336
Copy link
Copy link
Open
Labels
🎛️ serverThere are things to do on the serverThere are things to do on the server🔧 featureNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
🎛️ serverThere are things to do on the serverThere are things to do on the server🔧 featureNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
🔧 Planned
Is your feature request related to a problem? Please describe.
It would be awesome instead of just finding the first .exe file in a game archive, if you could provide a config file that could specify one or more command line launch options. I have games like Doom that use gzdoom or zandronum to launch. These take command line options. I can currently override the launcher, but I would have to tell everyone how to do this, which is a troubleshooting nightmare.
Describe the solution you'd like
I would like a config file that would allow me to add multiple command line launch options. If this config file is found, it would override any automatically determined EXE or BAT file.
Describe alternatives you've considered
Currently I would have to tell each user how to configure the launch parameters for each game for each purpose (host sever, join server, play solo, etc)
Additional context
Doing this would allow a much richer experience in archiving portable games, or even with custom installations. It would simplify launching games and allow for multiple options per game.