In the context of Kirikiroid2 (an Android emulator for the Kirikiri2/KAG engine), xp3filter.tjs
| Feature | Xp3filter.tjs | Patch.tjs | |---------|----------------|------------| | | I/O (file read/write) | Script/game logic | | Scope | All file accesses | Game functions & patches | | Use case | Decryption, redirection | Translation, bug fixes, mods | | Overhead | Low (per file read) | Higher (per game event) | | Complexity | Moderate (binary-safe) | High (TJS2 logic) | Patch.tjs Xp3filter.tjs