Skip to content

Commit 48e7c7f

Browse files
committed
Add Kex engine
1 parent ebdc79a commit 48e7c7f

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

descriptions/Engine.Kex.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[**Kex Engine**](https://www.nightdivestudios.com/kex/) is a proprietary cross-platform game engine framework originally created by Samuel "Kaiser" Villarreal for Nightdive Studios.

rules.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ idTech5 = \.streamed$
7070
idTech6[] = \.mega2$
7171
idTech6[] = \.texdb$
7272
idTech7 = \.streamdb$
73+
Kex = \.kpf$
7374
KiriKiri = (?:^|/)KAGParserEx\.dll$
7475
Lime_OR_OpenFL = (?:^|/)lime(?:-legacy)?\.[hn]dll$
7576
Love2D = (?:^|/)(?:lib)?love\.(?:dll|so|so\.0)$

tests/types/Engine.Kex.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
rerelease/QuakeEX.kpf
2+
BloodEX.kpf
3+
sshock.kpf
4+
Doom64.kpf
5+
sub/dir/game.kpf

tests/types/_NonMatchingTests.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,9 @@ OgreMain_dll
534534
OgreMain_x64_dll
535535
OgreMain_dlll
536536
VOgreMain.dll
537+
somefile.kpfwhoops
538+
somefilekpf
539+
somefile_kpf
537540
bink2w64.ddl
538541
notabink.dll
539542
binkw23.dll

0 commit comments

Comments
 (0)