Item Collection (itmc) - Completed

Post Reply
User avatar
Aumaan Anubis
Staff
Posts: 1812
Joined: Thu Dec 13, 2007 12:18 am
Contact:

Item Collection (itmc) - Completed

Post by Aumaan Anubis »

Overview
Tag - Item Collection (itmc)
Use - Item references


Tag Layout

Code: Select all

<uint name="Unused Spawn Time   (in seconds, 0 = default)" offset="8" visible="True" />
<Reflexive name="Item Permutations" offset="0" visible="true" chunksize="16">
    <float name="Weight" offset="0" />
    <tag name="Item" offset="4"  />
    <id name="Item" offset="8"  />
    <unused offset="12" size="4" />
</Reflexive>
Notes:


_________________
Anyone wanna tell me if this is right? I just attempted to do what Grim told me to do :oops:
User avatar
XZodia
Staff
Posts: 2208
Joined: Sun Dec 09, 2007 2:09 pm
Location: UK
Contact:

Re: Item Collection (itmc)

Post by XZodia »

why are you doing these in xml? hard code them in c#
Image
JacksonCougar wrote:I find you usually have great ideas.
JacksonCougar wrote:Ah fuck. Why must you always be right? Why.
User avatar
Aumaan Anubis
Staff
Posts: 1812
Joined: Thu Dec 13, 2007 12:18 am
Contact:

Re: Item Collection (itmc)

Post by Aumaan Anubis »

Aumaan Anubis wrote:I just attempted to do what Grim told me to do :oops:
I'm not yet at the point where I'd know how to do that.
User avatar
XZodia
Staff
Posts: 2208
Joined: Sun Dec 09, 2007 2:09 pm
Location: UK
Contact:

Re: Item Collection (itmc)

Post by XZodia »

that comment was actually directed at grim I just assumed it was him who posted it >_<
Image
JacksonCougar wrote:I find you usually have great ideas.
JacksonCougar wrote:Ah fuck. Why must you always be right? Why.
User avatar
Grimdoomer
Admin
Posts: 1835
Joined: Sun Dec 09, 2007 9:09 pm

Re: Item Collection (itmc)

Post by Grimdoomer »

I am but its like the samething in code. I prefer it in this format.
Don't snort the magic, we need it for the network.
User avatar
OwnZ joO
Posts: 1197
Joined: Sun Dec 09, 2007 4:46 pm

Re: Item Collection (itmc)

Post by OwnZ joO »

We using reflective Binary Reading like in Engineer for these tags?
User avatar
Grimdoomer
Admin
Posts: 1835
Joined: Sun Dec 09, 2007 9:09 pm

Re: Item Collection (itmc)

Post by Grimdoomer »

Well im trying to make a final format for these befor I go too far. But I can't seem to find one that works flawlessly, but yes kinda, but I have them all in one file.
Don't snort the magic, we need it for the network.
User avatar
XZodia
Staff
Posts: 2208
Joined: Sun Dec 09, 2007 2:09 pm
Location: UK
Contact:

Re: Item Collection (itmc)

Post by XZodia »

it helps to have each chunk hold its offset
Image
JacksonCougar wrote:I find you usually have great ideas.
JacksonCougar wrote:Ah fuck. Why must you always be right? Why.
Post Reply