489
edits
Script 10k (talk | contribs) (→Overview: starting the update for the version 2.0) |
Script 10k (talk | contribs) |
||
Line 13: | Line 13: | ||
==Features== | ==Features== | ||
*''' | *'''Update all values in a set of XML elements''' (e.g., repositioning an OBAN animation or adjusting the pelvis height of a TRAM). | ||
*''' | *'''Inverts a set of XML elements''' (e.g., invert an OBAN animation). | ||
*'''Add new values | *'''Add new values to a set of XML elements''' (e.g., add the 'unkillable' flag to some characters in a level). | ||
*'''Remove values from XML elements''' ( | *'''Remove values from a set of XML elements''' (e.g., remove boss shields from characters in a level). | ||
*'''Replace values in XML elements''' ( | *'''Replace values in a set XML elements''' (e.g., increase the health of characters by replacing the old HP value). | ||
*'''Add | *'''Patch file support''' that allows the modder to list multiple commands in a file, to all be performed at once. | ||
*'''Powerful custom XML editing using JavaScript''' ( | *'''Add new XML inside existing nodes''' (patch only). | ||
*''' | *'''Remove XML nodes''' (patch only). | ||
*'''Powerful custom XML editing using [[wikipedia:JavaScript|JavaScript]]''' (e.g., to employ complex logical or mathematical operations) (patch only). | |||
* To select elements to the above operations it can be used the '''element name, parent element name, attribute name/value and [http://www.w3.org/TR/xpath/ XPath 1.0]'''. | |||
==Syntax== | ==Syntax== |
edits