From 8a37fdbb714160c07153bc28c314335b54c78585 Mon Sep 17 00:00:00 2001 From: Berk A Date: Tue, 28 Apr 2020 00:30:14 +0300 Subject: [PATCH] Finalize 1.1.0, add more games --- Program.cs | 4 +++- games.txt | 14 ++++++++++++-- help.txt | 27 +++++++++++++++++++++++++++ 3 files changed, 42 insertions(+), 3 deletions(-) diff --git a/Program.cs b/Program.cs index d9fc823..9c2c970 100644 --- a/Program.cs +++ b/Program.cs @@ -9,7 +9,7 @@ namespace ProcessAffinityControlTool { class Program { - const string version = "1.0.1"; + const string version = "1.1.0"; const int minArgumentCount_AddException = 4; const int exactArgumentCount_AddRemoveProcess = 2; @@ -551,6 +551,7 @@ static void TogglePACT() static void ApplyCustomConfig() { pow.Config = conf; + pow.Games = games; pow.SetTimer(); pow.RunScan(true); } @@ -558,6 +559,7 @@ static void ApplyCustomConfig() static void ApplyDefaultConfig() { pow.Config = pausedConf; + pow.Games = new List(); pow.PauseTimer(); pow.RunScan(true); } diff --git a/games.txt b/games.txt index b2d6107..2c4e159 100644 --- a/games.txt +++ b/games.txt @@ -1,10 +1,20 @@ -caveblazers +blackdesert64 +caveblazers cemu cppfps-win64-shipping csgo +easyanticheat easyanticheat_launcher game gta5 +kingdomcome +mcc-win64-shipping +mcclauncher +modernwarfare origin r5apex -steam \ No newline at end of file +regions of ruin +rpcs3 +ryujinx +steam +yuzu diff --git a/help.txt b/help.txt index 315a669..3f53957 100644 --- a/help.txt +++ b/help.txt @@ -62,6 +62,33 @@ PACT v1.0.1 Commands: Example: default_priority 1 + ----------------------------------------------------------- + game_cores or gc + Sets the default cores for all games. + + Syntax: + game_cores [cores] + Cores: + Can be from 0 to howevermany you have. + + Example: + game_cores 0 1 2 5 +----------------------------------------------------------- + game_priority or gp + Sets the default priority for all games. + + Syntax: + game_priority [priority] + Priority: + 0: Idle (Not Recommended) + 1: Below Normal + 2: Normal + 3: Above Normal + 4: High + 5: Real Time (Not Recommended) + + Example: + game_priority 3 ----------------------------------------------------------- scan_interval or si Set the scan interval in miliseconds.