From adfd1afe065c78033d56dca130a9e1f7fcaf30fd Mon Sep 17 00:00:00 2001 From: overwatcheddude Date: Sat, 19 Oct 2024 15:10:00 +0400 Subject: [PATCH 1/2] Add EntisGLS engine --- descriptions/Engine.EntisGLS.md | 1 + rules.ini | 1 + tests/types/Engine.EntisGLS.txt | 1 + tests/types/_NonMatchingTests.txt | 5 +++++ 4 files changed, 8 insertions(+) create mode 100644 descriptions/Engine.EntisGLS.md create mode 100644 tests/types/Engine.EntisGLS.txt diff --git a/descriptions/Engine.EntisGLS.md b/descriptions/Engine.EntisGLS.md new file mode 100644 index 000000000..e09f3eb88 --- /dev/null +++ b/descriptions/Engine.EntisGLS.md @@ -0,0 +1 @@ +EntisGLS is a freeware game engine used primarily for creating visual novels and other interactive media. \ No newline at end of file diff --git a/rules.ini b/rules.ini index 1c5c9cd62..f59c1c81a 100644 --- a/rules.ini +++ b/rules.ini @@ -78,6 +78,7 @@ Divinity_Engine = ^Data/Localization/language\.lsx$ Eclipse_Engine[] = ^data\.pie$ Eclipse_Engine[] = ^Bundle/bundleMain\.mbundle$ EngineX = ^(?:_bin_PC/BuildData|data)/FILELIST.BIN$ +EntisGLS = ^ending\.noa$ Essence_Engine = \.sga$ FalcoEngine = (?:^|/)FalcoEngine\.dll$ Fase = ^faseEngine\.dll$ diff --git a/tests/types/Engine.EntisGLS.txt b/tests/types/Engine.EntisGLS.txt new file mode 100644 index 000000000..61ad7b4bb --- /dev/null +++ b/tests/types/Engine.EntisGLS.txt @@ -0,0 +1 @@ +ending.noa \ No newline at end of file diff --git a/tests/types/_NonMatchingTests.txt b/tests/types/_NonMatchingTests.txt index 5f86a3355..c0651d866 100644 --- a/tests/types/_NonMatchingTests.txt +++ b/tests/types/_NonMatchingTests.txt @@ -964,6 +964,11 @@ Binaries/amd_ags_x64.dlll Dll/x64/PhisX_64.dll PysXCore.dll equ8_db +ending_noa +notactuallyending.noa +ending.noawhoops +sub/dir/notactuallyending.noa +sub/dir/ending.noawhoops totallynotequ8_conf.json sub/dir/equ8.jsondblol ring/bin/allegro-5.2.dlll From 178da9de47c04ac2b598cf091386c82043c2980f Mon Sep 17 00:00:00 2001 From: overwatcheddude Date: Sat, 19 Oct 2024 20:44:39 +0400 Subject: [PATCH 2/2] Add link --- descriptions/Engine.EntisGLS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/descriptions/Engine.EntisGLS.md b/descriptions/Engine.EntisGLS.md index e09f3eb88..f1b7b608e 100644 --- a/descriptions/Engine.EntisGLS.md +++ b/descriptions/Engine.EntisGLS.md @@ -1 +1 @@ -EntisGLS is a freeware game engine used primarily for creating visual novels and other interactive media. \ No newline at end of file +[**EntisGLS**](https://www.entis.jp/gls/) is a freeware game engine used primarily for creating visual novels and other interactive media. \ No newline at end of file