Skip to content

Commit 1e4ec61

Browse files
authored
Add Zouna game engine (#895)
1 parent 1d965a1 commit 1e4ec61

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

descriptions/Engine.Zouna.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[**Zouna**](https://www.mobygames.com/group/19209/game-engine-zouna/) is a game engine originally developed by Kalisto Entertainment and used by Asobo Studio, Ubisoft Montreal, Black Sheep Studio, BigSky Interactive, and Wanadoo Edition.

rules.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@ XNA[] = (?:^|/|\.)XNA(?:$|/|\.)
225225
XNA[] = \.xnb$
226226
Xors3D = (?:^|/)Xors3d\.dll$
227227
YU-RIS = (?:^|/)yscfg\.dat$
228+
Zouna[] = (?:^|/)DATAS/SHARED\.DPC$
229+
Zouna[] = (?:^|/)GameData/Bigfiles/PC/P4/MISC\.BFPC$
228230

229231
[Container]
230232
Electron = (?:^|/)LICENSE\.electron\.txt$

tests/types/Engine.Zouna.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/DATAS/SHARED.DPC
2+
/GameData/Bigfiles/PC/P4/MISC.BFPC
3+
DATAS/SHARED.DPC
4+
GameData/Bigfiles/PC/P4/MISC.BFPC

tests/types/_NonMatchingTests.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1304,6 +1304,12 @@ Binaries/Retail/ooo2core_5_win64.dll
13041304
oo2test_6_win64.dll
13051305
oo2core_7_win64_dll
13061306
oo2core_8_win64.dlll
1307+
/DATAS/SHARED.DPCWHOOPS
1308+
/GameData/Bigfiles/PC/P4/MISC.BFPCWHOOPS
1309+
DATAS/SHARED_DPC
1310+
GameData/Bigfiles/PC/P4/MISC_BFPC
1311+
SHARED_DPC
1312+
MISC_BFPC
13071313
game
13081314
pygam
13091315
data

0 commit comments

Comments
 (0)