Newbie question on meta data.

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





Posts: 22
Joined: Fri Nov 03, 2006 11:16 pm

Newbie question on meta data.

Post by Apothem »

Considering I'm still somewhat unfamiliar with H2 modding, I have a question about a rather specific thing. What exactly is meta data? I've gone through quite a few tut's all saying "Inject blah meta data and then..." So my question is, what does meta data do exactly? I know it's data you can extract on specific objects inside H2, but how do you actually use it in general?
User avatar
xXxCocoFangxXx





Posts: 3756
Joined: Thu Sep 08, 2005 9:57 am
Contact:

Post by xXxCocoFangxXx »

Meta Data is code for what it is, someone else explain it better, lol
Image
Boney526




Commentator

Posts: 356
Joined: Sat Dec 10, 2005 12:04 pm

Post by Boney526 »

Basically it is the tag that you exctracted from the map, but without the rest of the tags linked to it. If you recursively extract meta data, it will also extract all meta data linked to it. Basically if you extract the meta data of a map recursively, you will essentially have everything you can possibly see or use in the map.
a mammoth




Droplet

Posts: 1603
Joined: Fri Jul 15, 2005 7:01 pm

Post by a mammoth »

a Mammoth explanation: Its hex code that tells all the attributes of the tag, like what it fires, how fast it fires, etc.
My real name is a Mammoth, if someone who cares sees this, please change my name to a Mammoth
Apothem





Posts: 22
Joined: Fri Nov 03, 2006 11:16 pm

Post by Apothem »

Okay, so it is what I originally thought it was. Meta data (and all it's connected tags) is the collective information upon an object in the game. Now, my question is, say I wanted to make a duplicate projectile of something, say the plasma grenade. How would I go about doing that? Would I extract just the plasma grenade meta data and reinject it under a different name? I've tried messing with meta data before, and all it did was fubar the map I was working on, so then I suppose my other question would be what exactly is injecting meta data, and what should I know about it when doing it?
Post Reply