From 2138698320ad77ee47abfb0af21405bbc5d09b25 Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Thu, 7 Mar 2024 11:07:46 -0400 Subject: [PATCH 1/4] Add RedFox rule --- rules.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/rules.ini b/rules.ini index c0f06845a..4e1693df2 100644 --- a/rules.ini +++ b/rules.ini @@ -319,6 +319,7 @@ Glyph = ^GlyphClient\.cfg$ MyGames = ^(?:GameCenter)?_chromeresources Paradox_Launcher = (?:^|/)dowser\.exe$ Rockstar = (?:^|/)Rockstar-Games-Launcher\.exe$ +RedFox = (?:^|/)RFstl\.exe$ Ubisoft[] = (?:^|/)UbisoftConnectInstaller\.exe$ Ubisoft[] = (?:^|/)UplayInstaller\.exe$ Wargaming = (?:^|/)wgcs_api\.exe$ From 8a7bb679c1fb0257e985289c38daf23790e0c434 Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Thu, 7 Mar 2024 11:08:59 -0400 Subject: [PATCH 2/4] Create Launcher.RedFox.txt --- tests/types/Launcher.RedFox.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/types/Launcher.RedFox.txt diff --git a/tests/types/Launcher.RedFox.txt b/tests/types/Launcher.RedFox.txt new file mode 100644 index 000000000..e788f6caf --- /dev/null +++ b/tests/types/Launcher.RedFox.txt @@ -0,0 +1 @@ +RFstl.exe From 857cc4284a96898e7fee3b08e6e02f691b334d63 Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Thu, 7 Mar 2024 11:17:04 -0400 Subject: [PATCH 3/4] Create Launcher.RedFox.md --- descriptions/Launcher.RedFox.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 descriptions/Launcher.RedFox.md diff --git a/descriptions/Launcher.RedFox.md b/descriptions/Launcher.RedFox.md new file mode 100644 index 000000000..7071c6c3d --- /dev/null +++ b/descriptions/Launcher.RedFox.md @@ -0,0 +1 @@ +RedFox Launcher is a launcher for [**RedFox's**](https://www.playredfox.com/) games. From c62f2907c26de1652620b6aa96cff4859a8d2cdc Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Tue, 26 Mar 2024 11:14:07 -0500 Subject: [PATCH 4/4] Move RedFox rule line up --- rules.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.ini b/rules.ini index 96e55cbaf..8e1d02409 100644 --- a/rules.ini +++ b/rules.ini @@ -319,8 +319,8 @@ Gaijin = (?:^|/)gaijin_downloader\.exe$ Glyph = ^GlyphClient\.cfg$ MyGames = ^(?:GameCenter)?_chromeresources Paradox_Launcher = (?:^|/)dowser\.exe$ -Rockstar = (?:^|/)Rockstar-Games-Launcher\.exe$ RedFox = (?:^|/)RFstl\.exe$ +Rockstar = (?:^|/)Rockstar-Games-Launcher\.exe$ Ubisoft[] = (?:^|/)UbisoftConnectInstaller\.exe$ Ubisoft[] = (?:^|/)UplayInstaller\.exe$ Wargaming = (?:^|/)wgcs_api\.exe$