Ah, I just realized what you were complaining about, and they did indeed change it...I was thinking you were talking about:kornman00 wrote:Well it makes for the most logical sense to decalre it unused, wouldn't want to confuse the poor souls that browse these forums...
And its a tag block ;x. So I guess none of the current tag definitions use those 2 blocks if your plugin generator didn't find them.
<tag name="Unused" visible="false" />
<id name="Unused" visible="false" />
which basically defines a tag reference found, but not actually used in any map, however this plugin lacks them...It actually has:
<unused offset="16" size="24" />
which in the original IFP's were defined as:
<unused size="4" default="0" />
Which, basically means you could use it, but in every single tag currently used in the bungie release, that value was a 0 (int32)...Which, probably makes more sense to you... ;o)