Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Command Line Arguments to Run & Auto Start KMG Capture at Startup #293

Closed
PoshLemur opened this issue Feb 5, 2019 · 1 comment

Comments

@PoshLemur
Copy link

PoshLemur commented Feb 5, 2019

Originally posted at https://www.consoletuner.com/forum/viewtopic.php?f=25&t=11605

It would be really nice to be able to have a few extra command line arguments for running Gtuner.
--gpc = "myscript.gpc" = Open myscript.gpc in Gtuner for editing.
--run = Run the script provided in --gpc if the T2 is connected.
--mslot # = Open Gtuner and load up the selected slot on the T2.
--kmg = Open KMG window and start capture.

With these additions I can imagine having shortcuts like:
"Start Halo"
"Gtuner.exe --kmg --run --gpc "%DOCUMENTS%\GPC\Scripts\Halo.gpc"

"Play ESO"
"Gtuner.exe --kmg --mslot 4"

@J2Kbr
Copy link
Owner

J2Kbr commented Aug 24, 2019

After tests it was verified that implement this request would not work as expected (with exception of opening a file), and prone to failures. The reason is because not always the device will be present or ready to execute the listed actions. The connection procedure with the Titan Two is relative complex, with several step before it is ready for use with Gtuner IV. A better solution for your request will be with the upcoming device API, where we can have a dedicate application for KMG Capture without all overhead found on Gtuner IV. Thank you.

@J2Kbr J2Kbr closed this as completed Aug 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants