18,970
edits
Paradox-01 (talk | contribs) m (restored image) |
m (link fix) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{XML_OBJC_Header | type=PWRU | {{XML_OBJC_Header | prev=PATR | type=PWRU | next=TRGV | name=PowerUp}} | ||
== | ==General notes== | ||
* The | * The XML on this page is based on OniSplit '''v0.9.61.0'''. | ||
* | * BINACJBOPowerUp is level-specific (level''x''_Final.dat). | ||
* Reminder: there are two ways to spawn powerups. | * Reminder: there are two ways to spawn powerups. | ||
: A) By using original or [[XML:BINA/OBJC/FLAG|custom teleport flags | : A) By using the original or [[XML:BINA/OBJC/FLAG|custom]] teleport flags via the BSL command "powerup_spawn ''poweruptype:string flag:int''". | ||
: B) | : B) By using this powerup collection file. | ||
==XML structure== | |||
<?xml version="1.0" encoding="utf-8"?> | <?xml version="1.0" encoding="utf-8"?> | ||
<Oni> | <Oni> | ||
Line 17: | Line 16: | ||
</Oni> | </Oni> | ||
'''''[...]''''' means at least one powerup block. Paste all powerup data | '''''[...]''''' means at least one powerup block. Paste all your powerup data in there (this includes '''<font color="#0A0"><PWRU Id=""></font>''' and '''<font color="#0A0"></PWRU></font>''' tag). | ||
''' | '''Example''' | ||
[[Image:XML_OBJC_PWRU.jpg|thumb|200px]] | [[Image:XML_OBJC_PWRU.jpg|thumb|200px]] | ||
Line 34: | Line 33: | ||
'''<font color="#0A0"></PWRU></font>''' | '''<font color="#0A0"></PWRU></font>''' | ||
==XML tags and options== | |||
* <Flags>: unknown | |||
* <Flags> : | * <Position>: powerup is spawned at this XYZ position | ||
* <Position> : | * <Rotation>: powerup has this XYZ rotation in degrees — usually not used | ||
* <Rotation> : | |||
* <Class> | * <Class> | ||
:: Ammo | :: Ammo | ||
Line 45: | Line 43: | ||
:: Invisibility | :: Invisibility | ||
:: Shield | :: Shield | ||
:: [[ | :: [[LSI]] (level specific item; truck keys in level 19, etc.) | ||
==Mod Tool addon== | |||
[[Image:xsi_addon_powerups_manager.jpg|thumb|200px|right|Powerups manager]] | |||
With [[Mod_Tool/OniTools_addon|OniTools.xsiaddon]] version 1, you can drag'n'drop BINACJBOPowerUp'''.oni''' into the viewport. Add or remove powerups and edit their position and rotation as if they were real objects. When ready, export the data as BINACJBOPowerUp.xml to a folder of your choice. | |||
{{XML}} | {{XML}} |