Patch.tjs Xp3filter.tjs Instant

While Patch.tjs handles runtime logic, Xp3filter.tjs handles load-time security. This file is executed when the Kirikiri engine initializes its file system (the Storages layer).

The "filter" in its name is literal: it filters which files from an XP3 archive are allowed to be read, and how they should be decrypted or decompressed. Patch.tjs Xp3filter.tjs

In the Kirikiri ecosystem, Patch.tjs is a special script file that, if present in the game directory (or a prioritized archive), is executed immediately after the core system scripts but before the main game script. While Patch

Think of it as a "pre-loader" or a "boot injector." While Patch.tjs handles runtime logic

This is a startup patch script. It is usually the entry point for modifications.