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: Add delay #5

Open
Kaizo107 opened this issue Dec 29, 2023 · 1 comment
Open

Feature request: Add delay #5

Kaizo107 opened this issue Dec 29, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@Kaizo107
Copy link

Would it be possible to add the ability to delay the launch of the cheat program by X seconds? I'm trying to use an overlay for a game, but it has to be launched after a character is already loaded or it will simply error out and close itself.

Thanks

@SheffeyG
Copy link
Owner

SheffeyG commented Jan 23, 2024

I tried to run a BAT script as the midleware, like this

@echo off
timeout /t 5 > nul
start "" "z:\home\deck\way\to\cheat"

but it didn't work as I expected, so my idea is make a BAT script like this:

@echo off
start "" "explorer.exe"

and change the launch option to PROTON_REMOTE_DEBUG_CMD="\way\to\that\bat\script", then you can run the cheat program with the file explorer whenever you want, tho this might not the best way to make it

@SheffeyG SheffeyG added the enhancement New feature or request label Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants