Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions descriptions/Engine.Kex.md
Original file line number Diff line number Diff line change
@@ -0,0 +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.
1 change: 1 addition & 0 deletions rules.ini
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ idTech5 = \.streamed$
idTech6[] = \.mega2$
idTech6[] = \.texdb$
idTech7 = \.streamdb$
Kex = \.kpf$
KiriKiri = (?:^|/)KAGParserEx\.dll$
Lime_OR_OpenFL = (?:^|/)lime(?:-legacy)?\.[hn]dll$
Love2D = (?:^|/)(?:lib)?love\.(?:dll|so|so\.0)$
Expand Down
5 changes: 5 additions & 0 deletions tests/types/Engine.Kex.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
rerelease/QuakeEX.kpf
BloodEX.kpf
sshock.kpf
Doom64.kpf
sub/dir/game.kpf
3 changes: 3 additions & 0 deletions tests/types/_NonMatchingTests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,9 @@ OgreMain_dll
OgreMain_x64_dll
OgreMain_dlll
VOgreMain.dll
somefile.kpfwhoops
somefilekpf
somefile_kpf
bink2w64.ddl
notabink.dll
binkw23.dll
Expand Down