Skip to content

Add Zouna game engine #895

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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.Zouna.md
Original file line number Diff line number Diff line change
@@ -0,0 +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.
2 changes: 2 additions & 0 deletions rules.ini
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ XNA[] = (?:^|/|\.)XNA(?:$|/|\.)
XNA[] = \.xnb$
Xors3D = (?:^|/)Xors3d\.dll$
YU-RIS = (?:^|/)yscfg\.dat$
Zouna[] = (?:^|/)DATAS/SHARED\.DPC$
Zouna[] = (?:^|/)GameData/Bigfiles/PC/P4/MISC\.BFPC$

[Container]
Electron = (?:^|/)LICENSE\.electron\.txt$
Expand Down
4 changes: 4 additions & 0 deletions tests/types/Engine.Zouna.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/DATAS/SHARED.DPC
/GameData/Bigfiles/PC/P4/MISC.BFPC
DATAS/SHARED.DPC
GameData/Bigfiles/PC/P4/MISC.BFPC
6 changes: 6 additions & 0 deletions tests/types/_NonMatchingTests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1298,6 +1298,12 @@ Binaries/Retail/ooo2core_5_win64.dll
oo2test_6_win64.dll
oo2core_7_win64_dll
oo2core_8_win64.dlll
/DATAS/SHARED.DPCWHOOPS
/GameData/Bigfiles/PC/P4/MISC.BFPCWHOOPS
DATAS/SHARED_DPC
GameData/Bigfiles/PC/P4/MISC_BFPC
SHARED_DPC
MISC_BFPC
game
pygam
data
Expand Down