I hope that some of you xml wizards know the answer to this. I'm trying to patch an MD file using the very same format as with script xml but keep getting errors like this:
LookupKeyName::LookupName(): The key name "diff" is not recognized in lookup 'ScriptXML'
I've tried different elementFormDefault and schemes but that doesn't work. Any hint is appreciated.
Cheers Euclid
"In any special doctrine of nature there can be only as much proper science as there is mathematics therein.”
- Immanuel Kant (1724-1804), Metaphysical Foundations of the Science of Nature, 4:470, 1786
if your mod works dont worry about that. getting these errors, too when using xml diff files, but everything still works fine ^^
i think it is just about the game noting that it is no core game file creating this error, after that it is applied as diff to the core file
if not stated otherwise everything i post is licensed under WTFPL
Ich mache keine S&M-Auftragsarbeiten, aber wenn es fragen gibt wie man etwas umsetzen kann helfe ich gerne weiter
I wont do Script&Mod Request work, but if there are questions how to do something i will GLaDly help
Ok, it may work but any error has the potential to cause unexpected things. Would be nice to find out if this is actually the correct way of 'patching' MD scripts.
Cheers Euclid
"In any special doctrine of nature there can be only as much proper science as there is mathematics therein.”
- Immanuel Kant (1724-1804), Metaphysical Foundations of the Science of Nature, 4:470, 1786
and the Game doesnt complain anymore.. if you need a rfc5261.xsd there are some out in the Internet or one is included im my extdev package (extdev/libraries-folder)
(although the reference to frc5261.xsd is not necesary, but its easier working with these ^^)
if not stated otherwise everything i post is licensed under WTFPL
Ich mache keine S&M-Auftragsarbeiten, aber wenn es fragen gibt wie man etwas umsetzen kann helfe ich gerne weiter
I wont do Script&Mod Request work, but if there are questions how to do something i will GLaDly help
and the Game doesnt complain anymore.. if you need a rfc5261.xsd there are some out in the Internet or one is included im my extdev package (extdev/libraries-folder)
(although the reference to frc5261.xsd is not necesary, but its easier working with these ^^)
I have not managed to do this. I replaced the <diff> with yours and put the rfc file into the same folder (and libraries even).
I still get "The key name "diff" is not recognized in lookup 'ScriptXML'." as well as "The key name "add" is not recognized in lookup 'ScriptXML'." etc.