Some more plguin value help (easy)

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





Posts: 618
Joined: Thu Nov 23, 2006 12:10 pm
Location: Canada

Some more plguin value help (easy)

Post by plushiefire »

What are these,
Int16
Float
Undifiend

can somebody tell me what they are, there properties and what kind of changes they are usually used for? thanks
Come check out Team 3volved.
Image
User avatar
xzodia




Translator Connoisseur Coagulator

Posts: 1981
Joined: Sun May 15, 2005 10:31 am
Location: UK
Contact:

Post by xzodia »

Int16/short = 2bit number often used for chunk references but not always
float = 4bit number used for most numerical values
undefined = 4bits, has not been identifed yet eg it could be 2 shorts, a bitmask, an enum or any mixture of things
Image
Halo 2 Plugins | Lock-on To Just About Anything | My Sites | Snow Hog
Old Plugins you have, upgrade you must...
Always Maintain a High Quality-To-Crap Ratio.
User avatar
plushiefire





Posts: 618
Joined: Thu Nov 23, 2006 12:10 pm
Location: Canada

Post by plushiefire »

xzodia wrote:Int16/short = 2bit number often used for chunk references but not always
float = 4bit number used for most numerical values
undefined = 4bits, has not been identifed yet eg it could be 2 shorts, a bitmask, an enum or any mixture of things
thanks xodia :D
Come check out Team 3volved.
Image
Post Reply