Offsets

Tutorials for the Xbox version of Halo 2.
Post Reply
User avatar
DrXThirst




Connoisseur Foundry Pyre

Posts: 3011
Joined: Fri Jun 29, 2007 6:28 am
Location: Georgia
Contact:

Offsets

Post by DrXThirst »

Well, this is only the start of the list and so I thought that other people could help contribute to the list. Here, I will start.


Weap
2d8 - Number of projectiles
1FE - Zoom Levels
200 - Minimum Zoom
204 - Maximum Zoom
20C - Aquire Target Distance
208 - Autoaim Aingle
20C - Autoaim Range
210 - Magnatism Angle
214 - Magnatism Range
218 - Deviation Angle
27c - Active Camo Pause
2C8 - Firing Type
2C0 - Clip
2D0 - Projectile
002 - Deplete Ammo
004 - Recharge Ammo
006 - Starting Ammo
008 - Maximum Ammo
00A - Clip Size
00C - Maximum holding ammo
014 - Shots Reloaded
4 - Minimum rate of fire
1c - shots per burst
8 - maximum rate of fire
1e - Muzzle Climb
74 - Minimum Spread (accuracy)
78 - Maximum Spread (accuracy)
a4 - Heat per round
a8 - age per round
06a - Bullets Per Shot
07c - X Spawn Coord
080 - Y spawn Coord
084 - Z spawn coord

================================
Last edited by DrXThirst on Wed Sep 05, 2007 12:27 pm, edited 1 time in total.
Image
User avatar
Prey




Connoisseur Snitch! Pyre Articulatist 500

Posts: 1026
Joined: Wed Dec 27, 2006 6:49 am
Location: UK
Contact:

Post by Prey »

?

We already have all this within plug-ins.

Also, if your going to write in heximal notation; at least begin with '0x' >_>
Halo 2 Prophet - Skin with ease with the simple 3D point and click interface.
Halo 3 Research Thread - Contribute to the research into Halo 3.
User avatar
StalkingGrunt911




Recreator Connoisseur Acolyte Coroner
Sigma Pyre

Posts: 3618
Joined: Wed May 24, 2006 12:30 pm
Location: Florida!
Contact:

Post by StalkingGrunt911 »

Sorry Thirst, but Prey is right.
User avatar
Munsie




Blacksmith

Posts: 1485
Joined: Mon Aug 29, 2005 11:07 am
Location: Canada

Post by Munsie »

Resources? >_>

This isn't much of a step-by-step tutorial.
User avatar
DrXThirst




Connoisseur Foundry Pyre

Posts: 3011
Joined: Fri Jun 29, 2007 6:28 am
Location: Georgia
Contact:

Post by DrXThirst »

Prey wrote:?

We already have all this within plug-ins.

Also, if your going to write in heximal notation; at least begin with '0x' >_>
I know this, but when making an application, instead of having to go through the plugins to find what you want to load, then you could just come here. Also, you don't need the 0x when you are writing the code so what does it matter?
Munsie wrote:Resources? >_>

This isn't much of a step-by-step tutorial.
I see. I guess I will edit the name.
Image
User avatar
Prey




Connoisseur Snitch! Pyre Articulatist 500

Posts: 1026
Joined: Wed Dec 27, 2006 6:49 am
Location: UK
Contact:

Post by Prey »

DrXThirst wrote:I know this, but when making an application, instead of having to go through the plugins to find what you want to load
Either way, you still have to 'find', and it's not really hard to know which plug-in to look in if you know the .map format (even generally).

Then there's also the task of converting all the plug-ins to this format in the first place, and then there's also also the task of maintaining the lists as break-through's are made...
DrXThirst wrote:Also, you don't need the 0x when you are writing the code so what does it matter?
Well..you should. Making code harder to understand just because you can, doesn't mean you should.
Halo 2 Prophet - Skin with ease with the simple 3D point and click interface.
Halo 3 Research Thread - Contribute to the research into Halo 3.
User avatar
DrXThirst




Connoisseur Foundry Pyre

Posts: 3011
Joined: Fri Jun 29, 2007 6:28 am
Location: Georgia
Contact:

Post by DrXThirst »

Ok, thank you.
Image
Post Reply