• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

So, I'm Not Grasping the XPath Problem...

Laran Mithras

Scavenger
I have quite a bit of XML modding experience in various games. However, this is the first time I'm using XPath.

To test my sublimely superb modding abilities (sarcasm), I have constructed a simple test mod. No, I don't want my Sham Chowder being super food. Just a test.

To wit:

<configs>
<set xpath="/items/item[@name='foodShamChowder')]/effect_group/triggered_effect[@cvar='$foodAmountAdd']/@value">100</set>
</configs>


 The loading screen shows an error "@value has an invalid token.

Token? The structure was copied from several different existing mods written by others, so I must be missing something here that escapes me.

Help? Thanks =)

 
There is an errant parentheses ) in the 1st @name, copy pasted in error. However, still not wanting to work though I get no error. Hmm

Ok, monkeyed around more and found the answer myself.

 
Last edited by a moderator:
Back
Top