MikeMaximus / gbm

Game Backup Monitor - Automatically backup your saved games!
https://mikemaximus.github.io/gbm-web/
GNU General Public License v3.0
238 stars 10 forks source link

Support detection of command parameters #79

Closed basxto closed 7 years ago

basxto commented 7 years ago

This would be practical for all games which use interpreters, VMs, emulators or just share the engine with others. Ideally this behavior would be enabled via an additional text input box. Stating the interpreter and the game together, would then also be allowed.

MikeMaximus commented 7 years ago

The capability to detect parameters is already there for detecting games running in Wine, so it shouldn't be too hard to add this feature as well.

MikeMaximus commented 7 years ago

I couldn't do this exactly as described.

GBM can now match on any part of a supplied parameter, but it can't match on only the parameter, the interpreter/process is always required.

Using your examples:

basxto commented 7 years ago

I suggested this because some linux distributions use python/python3 and others use python2/python as executables for python 2 and 3. But this will solve itself when it is allowed to specify multiple executables

MikeMaximus commented 7 years ago

Ah I see, well this should still be handy for a few other situations.