XML:BINA/OBJC/NEUT: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 9: Line 9:
'''XML structure'''
'''XML structure'''
  <?xml version="1.0" encoding="utf-8"?>
  <?xml version="1.0" encoding="utf-8"?>
  <Oni Version="0.9.30.0">
  <Oni>
     <ObjectCollection>
     <Objects>
 
             '''''[...]'''''
             '''''[...]'''''
     </ObjectCollection>
     </Objects>
</Oni>
</Oni>


'''''[...]''''' means at least one neutral behavior block. Paste all a patrol data into there (this includes <Object ...> and </Object> tag).
'''''[...]''''' means at least one neutral behavior block. Paste all a patrol data into there (this includes <NEUT Id="..."> and </NEUT> tag).


'''example'''
'''example'''


         <Object Id="1853" Type="NEUT">
         <NEUT Id="1853">
             <Header>
             <Header>
                 <Flags>0</Flags>
                 <Flags></Flags>
                 <Position>146.41217 -48.8205528 1027.55249</Position>
                 <Position>146.41217 -48.8205528 1027.55249</Position>
                 <Rotation>0 0 0</Rotation>
                 <Rotation>0 0 0</Rotation>
Line 48: Line 49:
                     <EnergyCell>0</EnergyCell>
                     <EnergyCell>0</EnergyCell>
                     <Hypo>0</Hypo>
                     <Hypo>0</Hypo>
                     <Other>0</Other>
                     <Other></Other>
                 </Rewards>
                 </Rewards>
                 <DialogLines>
                 <DialogLines>
Line 65: Line 66:
                 </DialogLines>
                 </DialogLines>
             </OSD>
             </OSD>
         </Object>
         </NEUT>




8,160

edits