From 46d8a14796a88bae1637482613edfb449efd034f Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Thu, 14 Mar 2024 00:02:16 -0300 Subject: [PATCH 1/7] Create Engine.Warp.txt --- tests/types/Engine.Warp.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/types/Engine.Warp.txt diff --git a/tests/types/Engine.Warp.txt b/tests/types/Engine.Warp.txt new file mode 100644 index 000000000..3256c5384 --- /dev/null +++ b/tests/types/Engine.Warp.txt @@ -0,0 +1 @@ +assets.wpak From cceaa85d1411dc85e34372be1be5a1fac8441609 Mon Sep 17 00:00:00 2001 From: NintenHero Date: Thu, 14 Mar 2024 00:14:12 -0300 Subject: [PATCH 2/7] Revert "Create Engine.Warp.txt" This reverts commit 46d8a14796a88bae1637482613edfb449efd034f. --- tests/types/Engine.Warp.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 tests/types/Engine.Warp.txt diff --git a/tests/types/Engine.Warp.txt b/tests/types/Engine.Warp.txt deleted file mode 100644 index 3256c5384..000000000 --- a/tests/types/Engine.Warp.txt +++ /dev/null @@ -1 +0,0 @@ -assets.wpak From 79337507018a52eaa49df80791d80df73614edcd Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Thu, 21 Mar 2024 16:21:12 -0500 Subject: [PATCH 3/7] Add Game XP rule --- rules.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/rules.ini b/rules.ini index c0f06845a..0cd7ddbec 100644 --- a/rules.ini +++ b/rules.ini @@ -316,6 +316,7 @@ ZStandard = (?:^|/)zstd\.dll$ EA_App = (?:^|/)EAappInstaller\.exe$ Gaijin = (?:^|/)gaijin_downloader\.exe$ Glyph = ^GlyphClient\.cfg$ +Game_XP_Launcher = (?:^|/)launchpoint\.exe$ MyGames = ^(?:GameCenter)?_chromeresources Paradox_Launcher = (?:^|/)dowser\.exe$ Rockstar = (?:^|/)Rockstar-Games-Launcher\.exe$ From 42f5eefccadd3ab1afa545fda4d5c2427105e382 Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Thu, 21 Mar 2024 16:22:33 -0500 Subject: [PATCH 4/7] Create Launcher.GameXP.txt --- tests/types/Launcher.GameXP.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/types/Launcher.GameXP.txt diff --git a/tests/types/Launcher.GameXP.txt b/tests/types/Launcher.GameXP.txt new file mode 100644 index 000000000..0b34c119c --- /dev/null +++ b/tests/types/Launcher.GameXP.txt @@ -0,0 +1 @@ +launchpoint.exe From aa03a8fec01ff5eb23b4b655eced8f9f79f39796 Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Thu, 21 Mar 2024 16:23:40 -0500 Subject: [PATCH 5/7] rename Game_XP_Launcher rule to GameXP --- rules.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.ini b/rules.ini index 0cd7ddbec..ff455d80b 100644 --- a/rules.ini +++ b/rules.ini @@ -316,7 +316,7 @@ ZStandard = (?:^|/)zstd\.dll$ EA_App = (?:^|/)EAappInstaller\.exe$ Gaijin = (?:^|/)gaijin_downloader\.exe$ Glyph = ^GlyphClient\.cfg$ -Game_XP_Launcher = (?:^|/)launchpoint\.exe$ +GameXP = (?:^|/)launchpoint\.exe$ MyGames = ^(?:GameCenter)?_chromeresources Paradox_Launcher = (?:^|/)dowser\.exe$ Rockstar = (?:^|/)Rockstar-Games-Launcher\.exe$ From bd00c936469113396de8c365d661d9b7fbe1dc18 Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Tue, 26 Mar 2024 17:55:53 -0500 Subject: [PATCH 6/7] Create Launcher.GameXP.md --- descriptions/Launcher.GameXP.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 descriptions/Launcher.GameXP.md diff --git a/descriptions/Launcher.GameXP.md b/descriptions/Launcher.GameXP.md new file mode 100644 index 000000000..79c7c3129 --- /dev/null +++ b/descriptions/Launcher.GameXP.md @@ -0,0 +1 @@ +[Game XP](https://www.gamexp.com/en/) launcher, is a launcher by the company of the same name, for their games. From 5240254e49ded66c5ad0466b32e4bac27798cf32 Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Wed, 27 Mar 2024 09:26:03 -0500 Subject: [PATCH 7/7] Move GameXP rule line up --- rules.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.ini b/rules.ini index fcb353bcd..80edc3556 100644 --- a/rules.ini +++ b/rules.ini @@ -317,8 +317,8 @@ ZStandard = (?:^|/)zstd\.dll$ [Launcher] EA_App = (?:^|/)EAappInstaller\.exe$ Gaijin = (?:^|/)gaijin_downloader\.exe$ -Glyph = ^GlyphClient\.cfg$ GameXP = (?:^|/)launchpoint\.exe$ +Glyph = ^GlyphClient\.cfg$ MyGames = ^(?:GameCenter)?_chromeresources Paradox_Launcher = (?:^|/)dowser\.exe$ Rockstar = (?:^|/)Rockstar-Games-Launcher\.exe$