Custom Rules for Kontakt 5

Guys,
I'm dying over here. Trying to create some custom rules for Kontakt 5 VSL instruments (the ones shipped with it) and I am having trouble. I tried to create a basic rule, put in a file called "custom.prules" in a folder called "Rules" in the same directory as my test.notion file.
Here it is:
<plugin id="781057953">
<rule name="staccato">
<if articulation = "staccato"/>
<key-switch type="note-on-prefix" midi-pitch="1" velocity="1" />
<key-switch type="note-on-prefix" midi-pitch="15" velocity="1" />
</rule>
</plugin>
I skipped the other parts, just want the basic rule to override - testing this one. The VST Kontakt 5 is loaded, and responds to the keyswitch for staccato if a hide a grace note at D#0 (MIDI note 15).
But, the rule is not getting picked up at all.
Questions:
DO I have the Kontakt 5 plugin ID correct? (I did a string to hex to dec conversion on NiO5)
DO I have the right midi note # for the keyswitch, i.e. D#0 is 15?
DO I have the basic rule right, i.e. all stuff no fluff?
DO I have the folder names/file names right?
PLEASE help out if you can. Thanks.
-C*
I'm dying over here. Trying to create some custom rules for Kontakt 5 VSL instruments (the ones shipped with it) and I am having trouble. I tried to create a basic rule, put in a file called "custom.prules" in a folder called "Rules" in the same directory as my test.notion file.
Here it is:
<plugin id="781057953">
<rule name="staccato">
<if articulation = "staccato"/>
<key-switch type="note-on-prefix" midi-pitch="1" velocity="1" />
<key-switch type="note-on-prefix" midi-pitch="15" velocity="1" />
</rule>
</plugin>
I skipped the other parts, just want the basic rule to override - testing this one. The VST Kontakt 5 is loaded, and responds to the keyswitch for staccato if a hide a grace note at D#0 (MIDI note 15).
But, the rule is not getting picked up at all.
Questions:
DO I have the Kontakt 5 plugin ID correct? (I did a string to hex to dec conversion on NiO5)
DO I have the right midi note # for the keyswitch, i.e. D#0 is 15?
DO I have the basic rule right, i.e. all stuff no fluff?
DO I have the folder names/file names right?
PLEASE help out if you can. Thanks.
-C*