19,687
edits
| Script 10k (talk | contribs) m (→@CUSTOM_CODE) | m (+cats; link fixes) | ||
| Line 634: | Line 634: | ||
| ===Example=== | ===Example=== | ||
| Let's say your want to perform the same operation in [[ | Let's say your want to perform the same operation in [[#Example|--add-values example]]. This operation adds the Unkillable and the NonCombatant flag to A_L18 character. | ||
| '''XmlTools patch command:''' | '''XmlTools patch command:''' | ||
| Line 641: | Line 641: | ||
| Note that in the XPath expression we replace each single quote by two single quotes (allows XmlTools differentiate from the other single quotes around command line options). | Note that in the XPath expression we replace each single quote by two single quotes (allows XmlTools differentiate from the other single quotes around command line options). | ||
| The resulting XML file is exactly the same of [[ | The resulting XML file is exactly the same of [[#Example|--add-values example]]. | ||
| ==@CUSTOM_CODE== | ==@CUSTOM_CODE== | ||
| Line 847: | Line 847: | ||
|   </Oni> |   </Oni> | ||
| |} | |} | ||
| [[Category:Bi-platform modding tools]][[Category:Completed modding tools]][[Category:Modding tutorials]] | |||