Patchtjs - Xp3filtertjs Exclusive

class XP3Filter 
    function filter(archive, name, data) 
        // If reading "system/ScenarioStart.ks" from data.xp3,
        // return patched version instead.
        if (name == "scenario/start.ks")
            return readFromPatchArchive("patched_scenario.ks");
        return data; // original otherwise

To understand the "exclusive" relationship between these terms, we must first define the individual parts:

If you’re working with XP3 archives (e.g., game resources): patchtjs xp3filtertjs exclusive