I need help with a plugin

Discuss Halo 2 modding, progress on figuring things out, mapfiles...you know the drill. Cheating discussion not allowed.
Post Reply
shortstuff1990





Posts: 4
Joined: Sat Oct 01, 2005 1:20 pm
Location: In washington state

I need help with a plugin

Post by shortstuff1990 »

I have the effe plugin and it always says input string is not in the correct format what do I do?? Here is what the xml looks like

Code: Select all

- <plugin>
  <tag>effe</tag> 
- <struct>
  <name>Main</name> 
  <size>0</size> 
- <value>
  <type>bitmask32</type> 
  <offset>0x00</offset> 
  <name>Flags</name> 
- <bitmask>
  <bit>32</bit> 
  <name>Deleted When Attachemnt Deactivates</name> 
  </bitmask>
- <bitmask>
  <bit>31</bit> 
  <name>Required for Gameplay</name> 
  </bitmask>
  </value>
- <value>
  <type>reflexive</type> 
  <offset>0x28</offset> 
  <name>Locations</name> 
  </value>
- <struct>
  <name>Locations</name> 
  <size>32</size> 
- <value>
  <type>string32</type> 
  <offset>0x00</offset> 
  <name>Marker Name</name> 
  </value>
  </struct>
- <value>
  <type>reflexive</type> 
  <offset>0x34</offset> 
  <name>Events</name> 
  </value>
- <struct>
  <name>Events</name> 
  <size>64</size> 
- <value>
  <type>float</type> 
  <offset>0x00</offset> 
  <name>Skip Fraction</name> 
  </value>
- <value>
  <type>float</type> 
  <offset>0x0C</offset> 
  <name>Delay Bounds</name> 
  </value>
- <value>
  <type>float</type> 
  <offset>0x10</offset> 
  <name>Delay Bounds - To</name> 
  </value>
- <value>
  <type>float</type> 
  <offset>0x14</offset> 
  <name>Duration Bounds</name> 
  </value>
- <value>
  <type>float</type> 
  <offset>0x18</offset> 
  <name>Duration Bounds - To</name> 
  </value>
  </struct>
  </struct>
  </plugin>
can you please correct it or give a link to one that works
I have tried all of them on this site including the effe plugin that comes with dot halo none of em work I have every plugin off this site
and I cannot find one that will work :?:
User avatar
shade45




Translator Artisan Enthraller Logistician
Stylist Wave Firestorm New Age

Posts: 2270
Joined: Fri Apr 01, 2005 1:04 pm

Post by shade45 »

it looks like you have a extra

Code: Select all

</struct>
at the end of the plugin
User avatar
Fantom13





Posts: 907
Joined: Sat Aug 27, 2005 7:07 am
Location: Niagara Falls

Post by Fantom13 »

No he doesnt,
Post Reply