Skip to content

Commit 7f3c42b

Browse files
diedyesterdaywastakenLifeismana
andauthored
Add IW Engine (#801)
Co-authored-by: Antoine Rybacki <[email protected]>
1 parent 6302f43 commit 7f3c42b

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed

descriptions/Engine.IW_Engine.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The [**IW engine**](https://en.wikipedia.org/wiki/IW_(game_engine)) is a game engine created and developed by Infinity Ward for the Call of Duty series.

rules.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ idTech[] = \.texdb$
117117
idTech[] = \.streamdb$
118118
Infernal_Engine = (?:^|/)(?:COMMON|STARTUP)\.POD$
119119
Irrlicht = (?:^|/)Irrlicht\.dll$
120+
IW_Engine[] = \.iwd$
121+
IW_Engine[] = (?:common(?:_zm|_mp)?|code_post_gfx)\.ff$
120122
Kex = \.kpf$
121123
KiriKiri = (?:^|/)data\.xp3$
122124
KMY = (?:^|/)kmyCore\.dll$

tests/types/Engine.IW_Engine.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.iwd
2+
/common.ff
3+
/iw_00.iwd
4+
code_post_gfx.ff
5+
common.ff
6+
common_mp.ff
7+
common_zm.ff
8+
iw_00.iwd
9+
main/iw_00.iwd
10+
worldwide/ww_code_post_gfx.ff
11+
zone/all/common_mp.ff
12+
zone/all/common_zm.ff

tests/types/_NonMatchingTests.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,20 @@ libpanda
338338
panda.dll
339339
libanda.dll
340340
libpanda_dll
341+
ode_post_gfx.ff
342+
ommon.ff
343+
ommon_zm.ff
344+
iw_00.wd
345+
code_post_gfx_ff
346+
common_ff
347+
common_zm_ff
348+
iw_00_iwd
349+
code_post_gfx.f
350+
common.f
351+
common_zm.f
352+
iw_00.iw
353+
commonzm.ff
354+
common_m.ff
341355
.xemtest
342356
bytecode.by
343357
ytecode.byc
@@ -942,6 +956,9 @@ project.godotfork
942956
Squall_dll
943957
Squall.dl
944958
quall.dll
959+
.iwdd
960+
.fff
961+
.xpakk
945962
fgame.unx
946963
fgame.ios
947964
flibYoYoGamepad.dylib

0 commit comments

Comments
 (0)