From 6fa58251d1833b2c9af37474b3f7d33cb85518a2 Mon Sep 17 00:00:00 2001 From: pointfeev Date: Sun, 10 Apr 2022 00:04:59 -0400 Subject: [PATCH] v3.4.2.2 - Added RimWorld to the list of blocked games (use the about.xml method from rin) --- CreamInstaller/CreamInstaller.csproj | 2 +- CreamInstaller/Program.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CreamInstaller/CreamInstaller.csproj b/CreamInstaller/CreamInstaller.csproj index c240f47..b92928d 100644 --- a/CreamInstaller/CreamInstaller.csproj +++ b/CreamInstaller/CreamInstaller.csproj @@ -5,7 +5,7 @@ True Resources\ini.ico true - 3.4.2.1 + 3.4.2.2 Resources\ini.ico LICENSE 2021, pointfeev (https://github.com/pointfeev) diff --git a/CreamInstaller/Program.cs b/CreamInstaller/Program.cs index ef0fcc6..7a0287d 100644 --- a/CreamInstaller/Program.cs +++ b/CreamInstaller/Program.cs @@ -22,7 +22,7 @@ internal static class Program internal static readonly string CurrentProcessFilePath = CurrentProcess.MainModule.FileName; internal static bool BlockProtectedGames = true; - internal static readonly string[] ProtectedGames = { "PAYDAY 2", "Call to Arms" }; // non-functioning CreamAPI/ScreamAPI or DLL detections + internal static readonly string[] ProtectedGames = { "PAYDAY 2", "Call to Arms", "RimWorld" }; // non-functioning CreamAPI/ScreamAPI or DLL detections internal static readonly string[] ProtectedGameDirectories = { @"\EasyAntiCheat", @"\BattlEye" }; // DLL detections internal static readonly string[] ProtectedGameDirectoryExceptions = { "Arma 3" }; // Arma 3's BattlEye doesn't detect DLL changes?