Skip to content

Commit 566eb5d

Browse files
Add Katana (#819)
Co-authored-by: NintenHero <[email protected]>
1 parent 20b9d5d commit 566eb5d

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

descriptions/Engine.Katana.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Katana Engine, formerly known as KTGL (Koei Tecmo Game Library), is a game engine developed by Future Tech Base, the R&D department within [**Koei Tecmo**](https://www.koeitecmo.co.jp/e/index.html).

rules.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ Infernal_Engine = (?:^|/)(?:COMMON|STARTUP)\.POD$
124124
Irrlicht = (?:^|/)Irrlicht\.dll$
125125
IW_Engine[] = \.iwd$
126126
IW_Engine[] = (?:common(?:_zm|_mp)?|code_post_gfx)\.ff$
127+
Katana = \.ktsl2(?:as|st)bin$
127128
Kex = \.kpf$
128129
KiriKiri[] = (?:^|/)data\.xp3$
129130
KiriKiri[] = (?:^|/)krflash\.dll$

tests/types/Engine.Katana.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.ktsl2asbin
2+
.ktsl2stbin
3+
FILE/SOUND/BGM/BGM.ktsl2stbin
4+
res/SFX.ktsl2asbin

tests/types/_NonMatchingTests.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,12 @@ base/SVSWAP.WL6
660660
VVVVSWAP.BS6
661661
SVSWAP.VSI
662662
VSWAP
663+
_ktsl2asbin
664+
_ktsl2stbin
665+
.ktsl2asbinf
666+
.ktsl2stbinf
667+
.ktslasbin
668+
.ktslstbin
663669
firrKlang.dll
664670
irrKlang.dllf
665671
irrKlangf.dll

0 commit comments

Comments
 (0)