Search found 186 matches

by tobsto occupied
02 Jan 2021, 11:06
Forum: Gaming Help (v1)
Topic: Request for a script that autostops commands etc. on app focus loss and continue on refocus from where it left off
Replies: 224
Views: 40685

Re: Request for a script that autostops commands etc. on app focus loss and continue on refocus from where it left off

btw ive setup ...another thread for this over at it ninja as well https://www.itninja.com/question/how-to-kill-a-app-once-gpu-usage-is-below-set-threshold-using-a-given-gpu-per-nvidia-smi-in-windows im gathering all my internet powaz to finally solve this issue ... for someone to solve this issue lo...
by tobsto occupied
02 Jan 2021, 11:02
Forum: Gaming Help (v1)
Topic: Request for a script that autostops commands etc. on app focus loss and continue on refocus from where it left off
Replies: 224
Views: 40685

Re: Request for a script that autostops commands etc. on app focus loss and continue on refocus from where it left off

well tbh ive got someone from superuser thats trying to help out lols, but we both me and him are struggling to get a working script as you may see , his redone script actually made stuff worse? lols as i said i need value Z which is Gpu usage not sure if youve noticed but im desperate in getting a ...
by tobsto occupied
28 Dec 2020, 12:19
Forum: Gaming Help (v1)
Topic: Request for a script that autostops commands etc. on app focus loss and continue on refocus from where it left off
Replies: 224
Views: 40685

Re: Request for a script that autostops commands etc. on app focus loss and continue on refocus from where it left off

ok so after a long and tedious fiddling and searching this is what ive came up with for the gpu threshold function ...still dont work tho, damn it @echo off set "_ngpu=nvidia-smi.exe" set "_prc_name=DevilMayCry5.exe" set "_2kill=Steam,DMCVTrainer,cheatengine-x86_64,Werfault" ::======================...
by tobsto occupied
13 Oct 2020, 14:22
Forum: Gaming Help (v1)
Topic: Request for a script that autostops commands etc. on app focus loss and continue on refocus from where it left off
Replies: 224
Views: 40685

Re: Request for a script that autostops commands etc. on app focus loss and continue on refocus from where it left off

yep still need help on this my dude shall be waiting no rush but just letting you know im counting on ya , since i need your smarts to get this going , im just way to fucking stupid to figure this out aka a working script , thanks :think:
by tobsto occupied
03 Oct 2020, 02:08
Forum: Gaming Help (v1)
Topic: Request for a script that autostops commands etc. on app focus loss and continue on refocus from where it left off
Replies: 224
Views: 40685

Re: Request for a script that autostops commands etc. on app focus loss and continue on refocus from where it left off

damn ...once i started to read into the batch the hype died instantly lols... 2. If statement is outside the loop of :GPU label and goto GPU command. That means the loop will repeat for ever no matter what was the condition in If statement, doing nothing. So do it and it will work! So you have to u...
by tobsto occupied
03 Oct 2020, 02:00
Forum: Gaming Help (v1)
Topic: Request for a script that autostops commands etc. on app focus loss and continue on refocus from where it left off
Replies: 224
Views: 40685

Re: Request for a script that autostops commands etc. on app focus loss and continue on refocus from where it left off

update> dont work ...wont exit everything on acm.exe exit and wont on werfault.exe execution aka popup These two lines are for exiting. taskkill /F /T /IM "cheatengine-x86_64.exe" & taskkill /F /T /IM "Texmod.exe" & taskkill /F /T /IM "ACM.exe" taskkill /F /T /IM "Texmod and Game Autolauncher.exe" ...
by tobsto occupied
30 Sep 2020, 07:34
Forum: Gaming Help (v1)
Topic: Request for a script that autostops commands etc. on app focus loss and continue on refocus from where it left off
Replies: 224
Views: 40685

Re: Request for a script that autostops commands etc. on app focus loss and continue on refocus from where it left off

@echo OFF set VK_LAYER_PATH="" "DOOM;%VK_LAYER_PATH%" set VK_INSTANCE_LAYERS=VK_LAYER_reshade @start "" "DOOMx64vk.exe" +devMode_Enable 1 +com_restarted 1 +com_gameMode 1 +com_skipIntroVideo 1 +exec DOOMConfig.cfg 1 +image_usecompression 0 +com_skipKeyPressOnLoadScreens 1 TIMEOUT /t 20 :: set proce...
by tobsto occupied
30 Sep 2020, 07:23
Forum: Gaming Help (v1)
Topic: Request for a script that autostops commands etc. on app focus loss and continue on refocus from where it left off
Replies: 224
Views: 40685

Re: Request for a script that autostops commands etc. on app focus loss and continue on refocus from where it left off

GPU: Try to fix this batch (it has similar bug as in your code): @echo OFF set /a CountDown=66 :RUNNING echo Hi Tobsto, are you free? TimeOut /t 3 set /a CountDown= %CountDown% - 20 echo No, I'm occupied (currently at %CountDown%%) TimeOut /t 3 GOTO RUNNING if %CountDown% Lss 30 GoTo FreeTobsto :Fr...
by tobsto occupied
30 Sep 2020, 04:27
Forum: Gaming Help (v1)
Topic: Request for a script that autostops commands etc. on app focus loss and continue on refocus from where it left off
Replies: 224
Views: 40685

Re: Request for a script that autostops commands etc. on app focus loss and continue on refocus from where it left off

not what i need , im talking about setting more than one watch process @echo OFF :: set process_name: set process_Acm=ACM.exe & set process_Wer=Werfault.exe ::================================================================== ::Launch the App start "" "Texmod and Game Autolauncher.exe" timeout /t 9...
by tobsto occupied
30 Sep 2020, 04:25
Forum: Gaming Help (v1)
Topic: Request for a script that autostops commands etc. on app focus loss and continue on refocus from where it left off
Replies: 224
Views: 40685

Re: Request for a script that autostops commands etc. on app focus loss and continue on refocus from where it left off

GPU: Try to fix this batch (it has similar bug as in your code): @echo OFF set /a CountDown=66 :RUNNING echo Hi Tobsto, are you free? TimeOut /t 3 set /a CountDown= %CountDown% - 20 echo No, I'm occupied (currently at %CountDown%%) TimeOut /t 3 GOTO RUNNING if %CountDown% Lss 30 GoTo FreeTobsto :Fr...
by tobsto occupied
29 Sep 2020, 10:26
Forum: Gaming Help (v1)
Topic: Request for a script that autostops commands etc. on app focus loss and continue on refocus from where it left off
Replies: 224
Views: 40685

Re: Request for a script that autostops commands etc. on app focus loss and continue on refocus from where it left off

thanks for that but it still dont solve my issue of me needing the ACM.exe essentially to being killed as well as soon as Werfault.exe thats tied to the game exe pops up - Fist you assign to the variable "process_name" value "ACM.exe". Then you assign to the same variable value "Werfault.exe". As a...
by tobsto occupied
29 Sep 2020, 08:13
Forum: Gaming Help (v1)
Topic: Request for a script that autostops commands etc. on app focus loss and continue on refocus from where it left off
Replies: 224
Views: 40685

Re: Request for a script that autostops commands etc. on app focus loss and continue on refocus from where it left off

like this? > Finally you did it! Important is to start! I can see three bugs at first sight: 1. You took the wrong scriptlet, which outputs alphanumeric values. rem means remark i.e. comment such line is not executed. So you have uncomment one of the lines. One of them won't work for you remember: ...
by tobsto occupied
29 Sep 2020, 08:10
Forum: Gaming Help (v1)
Topic: Request for a script that autostops commands etc. on app focus loss and continue on refocus from where it left off
Replies: 224
Views: 40685

Re: Request for a script that autostops commands etc. on app focus loss and continue on refocus from where it left off

thanks for that but it still dont solve my issue of me needing the ACM.exe essentially to being killed as well as soon as Werfault.exe thats tied to the game exe pops up - Fist you assign to the variable "process_name" value "ACM.exe". Then you assign to the same variable value "Werfault.exe". As a...

Go to advanced search