From 244d93434436d991deb34a6c52c7a8ac01d7189c Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Thu, 15 Feb 2024 17:36:56 -0600 Subject: [PATCH 1/4] Add GIANTS rule --- rules.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/rules.ini b/rules.ini index 91de6477d..bd5b22fe1 100644 --- a/rules.ini +++ b/rules.ini @@ -85,6 +85,7 @@ GameMaker[] = (?:^|/)gm7zip\.dll$ GameMaker[] = (?:^|/)GMXInput\.dll$ GameMaker[] = \.gm(?:spr|bck)$ GameMaker[] = (?:^|/)gmsched\.dll$ +GIANTS = \.i3d$ Gideros = gideros Glacier = \.rpkg$ Godot[] = (?:^|/)project\.godot$ ; Extra detections are in IsEngineGodot From 0a11c5a1491619840a5a194a85bf5650b110da18 Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Thu, 15 Feb 2024 17:37:31 -0600 Subject: [PATCH 2/4] Create Engine.GAINTS.txt --- tests/types/Engine.GAINTS.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/types/Engine.GAINTS.txt diff --git a/tests/types/Engine.GAINTS.txt b/tests/types/Engine.GAINTS.txt new file mode 100644 index 000000000..9a4956646 --- /dev/null +++ b/tests/types/Engine.GAINTS.txt @@ -0,0 +1 @@ +.i3d From f6d5544d3f7acb49f007792178b0b39fbde789e0 Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Thu, 15 Feb 2024 17:42:15 -0600 Subject: [PATCH 3/4] Create Engine.GIANTS.md --- descriptions/Engine.GIANTS.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 descriptions/Engine.GIANTS.md diff --git a/descriptions/Engine.GIANTS.md b/descriptions/Engine.GIANTS.md new file mode 100644 index 000000000..9c9724ed3 --- /dev/null +++ b/descriptions/Engine.GIANTS.md @@ -0,0 +1 @@ +[**GIANTS Software's**](https://giants-software.com/index.php) [**GIANTS engine**](https://gdn.giants-software.com/) runs the Farming Simulator games. From 14110703d7ca954ed78d28d5f4a4c6ec60d8ee5d Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Thu, 15 Feb 2024 20:11:42 -0400 Subject: [PATCH 4/4] Rename Engine.GAINTS.txt to Engine.GIANTS.txt --- tests/types/{Engine.GAINTS.txt => Engine.GIANTS.txt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/types/{Engine.GAINTS.txt => Engine.GIANTS.txt} (100%) diff --git a/tests/types/Engine.GAINTS.txt b/tests/types/Engine.GIANTS.txt similarity index 100% rename from tests/types/Engine.GAINTS.txt rename to tests/types/Engine.GIANTS.txt