Skip to content
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.Nuclear_Engine.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[**Nuclear Engine**](https://toxicdev.ru) is a custom game engine runtime used by TXC games, with Vulkan rendering and a dedicated `NuclearEngine.dll` runtime marker.
3 changes: 3 additions & 0 deletions rules.ini
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@ NovaLogic_Engine[] = (?:^|/)resource\.pff$
NovaLogic_Engine[] = (?:^|/)Update\.wiz$
NScripter[] = ^arc\.nsa$
NScripter[] = ^nscript\.dat$
Nuclear_Engine[] = (?:^|/)NuclearEngine\.dll$
Nuclear_Engine[] = (?:^|/)Assets/Engine/nuclear-engine\.json$
Nuclear_Engine[] = (?:^|/)Assets/Engine/NuclearEngine\.marker$
OGRE = (?:^|/)OgreMain(?:_x64)?\.dll$
Panda3D = (?:^|/)libpanda\.
Phaser = (?:^|/)phaser(?:\.min)?\.js$
Expand Down
9 changes: 9 additions & 0 deletions tests/types/Engine.Nuclear_Engine.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/Assets/Engine/NuclearEngine.marker
/Assets/Engine/nuclear-engine.json
/NuclearEngine.dll
Assets/Engine/NuclearEngine.marker
Assets/Engine/nuclear-engine.json
NuclearEngine.dll
game/Assets/Engine/NuclearEngine.marker
game/Assets/Engine/nuclear-engine.json
game/NuclearEngine.dll
5 changes: 5 additions & 0 deletions tests/types/_NonMatchingTests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ notactuallylime-legacy.dll
notactuallylime-legacy.ndll
notactuallyfna.dll
fna.dllwhoops
NuclearEngine.dll.bak
NuclearEngine_dll
OtherNuclearEngine.dllx
Assets/Engine/nuclear-engine.json.bak
Assets/Engine/NuclearEngine_mark
entry.dll
libsentry.dl
sentry.dl
Expand Down