(Assumption: you meant libraries related to patching and XP3 archive handling commonly seen in visual novel tooling. If you intended different packages, tell me the exact names or a repo link.)
: Ensure the names are exactly patch.tjs and xp3filter.tjs . Some systems might accidentally append a .txt extension (e.g., patch.tjs.txt ), which will prevent the engine from recognizing them. patchtjs xp3filtertjs
: This is a core script written in TJS2 (Kirikiri's scripting language) that instructions the engine on how to load additional assets or override existing game logic. It is often used to fix compatibility issues, such as menu crashes or script errors that occur when running PC versions of games on Android. (Assumption: you meant libraries related to patching and
With Patchtjs, you can create patches for your application by defining a set of changes, such as modified files, added files, or deleted files. These patches can then be applied to your codebase, allowing you to easily manage different versions of your application. Patchtjs also provides a range of features, including support for patch dependencies, patch merging, and patch reverting. : This is a core script written in
Understand the technical breakdown of archive extraction filters in the Kirikiroid2 Documentation
This patch utilizes two key Kirikiri script files to modify game behavior without altering original archives.