Skip to content

Commit bbf36b8

Browse files
committed
Add rules for Cathode engine
1 parent c7795ed commit bbf36b8

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

descriptions/Engine.Cathode.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[**Cathode**](https://avp.fandom.com/wiki/Cathode_(engine)) is an in-house engine used by Creative Assembly's Console Team.

rules.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ Blitz3D = \.b3d$
5252
Buddha = ^Data/Config/User\.(?:cfg|lua)$
5353
Build = (?:^|/)buildlic\.txt$
5454
C4_Engine = (?:^|/)Data/C4(?:\.pak)?$
55+
Cathode[] = (?:^|/)data/tasks\.(?:txt|bin)$
56+
Cathode[] = (?:^|/)data/chr_info\.pak$
5557
CatSystem2 = ^cs2confx?\.dll$
5658
ChoiceScript = (?:^|/)SteamChoiceScript-Info\.plist$
5759
ChromeEngine[] = (?:^|/)ChromEd\.exe$

tests/types/Engine.Cathode.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
data/tasks.txt
2+
data/tasks.bin
3+
data/chr_info.pak

tests/types/_NonMatchingTests.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1252,6 +1252,9 @@ asdf.b3
12521252
.b3dd
12531253
abcth_dnh.def
12541254
th_dnh_def
1255+
data/chr_info_pak
1256+
data/tasks
1257+
data/tasks.zip
12551258
Engine/Binarisdes/ThirdParty/PhysX3/Win64/VS2015/NvClothdaasdPROFILE_x64.dlsdaasl
12561259
Engine/Binarieasds/ThirdParty/PhysX3/Win64/VS2015/NvCloth_asdx64.dasdll
12571260
Engisdane/Binaries/ThirdParty/PhysX3/Win32/VS2015/NvClotsshPROFILE_x86.dlsdasdl

0 commit comments

Comments
 (0)