From 14216daf2d05c3afb5c0a8b2ef58232ffba0e79a Mon Sep 17 00:00:00 2001 From: Death916 Date: Sat, 2 May 2020 15:54:54 -0700 Subject: [PATCH] added new games --- minestart.py | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/minestart.py b/minestart.py index b19225d..548b839 100644 --- a/minestart.py +++ b/minestart.py @@ -10,7 +10,9 @@ import psutil gameList = {"gears": "gears5.exe", "outer_worlds": "IndianaWindowsStore-Win64-Shipping.exe", "total_war": "Three_Kingdoms.exe", - "poe": "PathOfExile_x64Steam" + "poe": "PathOfExile_x64Steam", + "valorant": "VALORANT-Win64-Shipping.exe", + "Fallout 76": "fallout76.exe" } @@ -46,7 +48,7 @@ def findProcessIdByName(processName): pass return listOfProcessObjects - +#check if miner is already running def checkminer(): minercheck = findProcessIdByName('ccminer.exe') if minercheck == []: @@ -55,6 +57,7 @@ def checkminer(): return "running" + def killminer(): miner = findProcessIdByName('ccminer.exe') pid = miner[0]['pid'] @@ -136,5 +139,6 @@ while True: #TODO:check temp #TODO: if no network kill and wait #TODO: test check_evga(), get to work with uac on - -## log +#TODO: make sure evga goes to 100 when game starts +#TODO: log +#TODO: maybe make gui ???? maybe just exe \ No newline at end of file