META Additions!
META Additions!
Meta Additions
READ THIS FIRST: When I say add xxx to the meta offset, this simply means get a hex calculator, and use that.I did not discover these, I have compilied Them from many people. I would like this topic just for META Additions that have been found for Halo and if anyone has found any new ones please post them. If you have an easeir way of explaining how to do it, then please post your short tutorial.
Credit to:
Deadly Shadow, meleefrombehind, darkfish, bigmick,
http://www.halomods.com/forums/viewtopic.php?t=515
http://www.halo-mods.com/index.php?showtopic=80
http://www.halo-mods.com/index.php?showtopic=95
====================================================================
Vehicle Speed/Acceleration-
First, take the meta offset of the vehicle you want to speed up/slow down and add 2f4 to it. The 7th byte is speed, the 15th is acceleration.
Weapon Zoom-
Take the meta offset of the weapon you want to add a zoom too and add 3d8 do it. You should see this 0000 0000 0000 0000 0000 0000 if the weapon has no zoom, 0000 0001 0000 0000 4000 0000 0040 if the weapon has 2x zoom, and 0000 0002 0000 0000 4000 0000 0041 if it is a sniper rifle. To add zoom to a no zoom, make it look like a pistol or a sniper rifle. To add a 8x zoom and a 16x zoom, make the 40 into 41 and the 41 into 42. 40:2x zoom 41:8x zoom, 42:16x zoom. All other numbers equal no zoom.
Shotgun Pellets Amount:
Take the shotgun meta offset and add af2 to it. You should see 0f00 there. Change 0f to any numer. (25 equals about 30 pellets, 64 equals about 100)
Jump Higher:
Find the cyborg mp meta offset and add 3b4 to it. YOu should see: 29 5c 8f 3d I think the 3rd byte holds the height.
Falling Damage:
Go to falling damage (under damage in offset list) Go to the regular offset, and change it to 48EF8240 for no damage when falling.To Keep you from dieing from falling from very high places (before you hit the ground sometimes you die) Find distance under damage and change it to 00002041.
Homing Weapons 1-
go to the meta offset and add 1ec to it. Then you should see 0000 0000.
Put db0f c93f there and that weapon should home.
Homing Weapons 2-
Okay here is what you have to do to get to the homing tag:
1. Get the projectile that you want to make home's meta offset from the offset lists
2. Go to it in your hex editor (this is the start of the projectile)
3. It starts at the 493rd byte in the projectile meta
4. Edit this (the next 4 bytes)
Dont worry you dont have to count 493 bytes just go down 17 rows and then go along 17, plus the number of bytes from the left side of the screen that the projectile meta started.
There is probably a way to simplify this but I dont know it.
Also I don't know what each byte does, so at the moment all I know is what data the needler has there.
The needler data is DB0F C93F.
Clip Size-
Ok, here is how to edit clip size for a few of the weapons. First of all, putting FF makes you unable to pick up ammo, it just shoots all your max ammo. To change clip size for the:
Assualt Rifle-Add BD2 to it. You should see 3c there. That means 60 in hex. You can change that to whatever, but remeber decimal and hex have different values, so changing it to 100 will give you alot more then 100 shots in every clip.
Pistol-Add 722 to the meta offset. You should see 0c there. Change that to whatever
Rocket-Add 73a to the meta offset. You should see 02.
Shotgun-Add a02 to the meta offset. You should see 0c there.[/url]
READ THIS FIRST: When I say add xxx to the meta offset, this simply means get a hex calculator, and use that.I did not discover these, I have compilied Them from many people. I would like this topic just for META Additions that have been found for Halo and if anyone has found any new ones please post them. If you have an easeir way of explaining how to do it, then please post your short tutorial.
Credit to:
Deadly Shadow, meleefrombehind, darkfish, bigmick,
http://www.halomods.com/forums/viewtopic.php?t=515
http://www.halo-mods.com/index.php?showtopic=80
http://www.halo-mods.com/index.php?showtopic=95
====================================================================
Vehicle Speed/Acceleration-
First, take the meta offset of the vehicle you want to speed up/slow down and add 2f4 to it. The 7th byte is speed, the 15th is acceleration.
Weapon Zoom-
Take the meta offset of the weapon you want to add a zoom too and add 3d8 do it. You should see this 0000 0000 0000 0000 0000 0000 if the weapon has no zoom, 0000 0001 0000 0000 4000 0000 0040 if the weapon has 2x zoom, and 0000 0002 0000 0000 4000 0000 0041 if it is a sniper rifle. To add zoom to a no zoom, make it look like a pistol or a sniper rifle. To add a 8x zoom and a 16x zoom, make the 40 into 41 and the 41 into 42. 40:2x zoom 41:8x zoom, 42:16x zoom. All other numbers equal no zoom.
Shotgun Pellets Amount:
Take the shotgun meta offset and add af2 to it. You should see 0f00 there. Change 0f to any numer. (25 equals about 30 pellets, 64 equals about 100)
Jump Higher:
Find the cyborg mp meta offset and add 3b4 to it. YOu should see: 29 5c 8f 3d I think the 3rd byte holds the height.
Falling Damage:
Go to falling damage (under damage in offset list) Go to the regular offset, and change it to 48EF8240 for no damage when falling.To Keep you from dieing from falling from very high places (before you hit the ground sometimes you die) Find distance under damage and change it to 00002041.
Homing Weapons 1-
go to the meta offset and add 1ec to it. Then you should see 0000 0000.
Put db0f c93f there and that weapon should home.
Homing Weapons 2-
Okay here is what you have to do to get to the homing tag:
1. Get the projectile that you want to make home's meta offset from the offset lists
2. Go to it in your hex editor (this is the start of the projectile)
3. It starts at the 493rd byte in the projectile meta
4. Edit this (the next 4 bytes)
Dont worry you dont have to count 493 bytes just go down 17 rows and then go along 17, plus the number of bytes from the left side of the screen that the projectile meta started.
There is probably a way to simplify this but I dont know it.
Also I don't know what each byte does, so at the moment all I know is what data the needler has there.
The needler data is DB0F C93F.
Clip Size-
Ok, here is how to edit clip size for a few of the weapons. First of all, putting FF makes you unable to pick up ammo, it just shoots all your max ammo. To change clip size for the:
Assualt Rifle-Add BD2 to it. You should see 3c there. That means 60 in hex. You can change that to whatever, but remeber decimal and hex have different values, so changing it to 100 will give you alot more then 100 shots in every clip.
Pistol-Add 722 to the meta offset. You should see 0c there. Change that to whatever
Rocket-Add 73a to the meta offset. You should see 02.
Shotgun-Add a02 to the meta offset. You should see 0c there.[/url]
Last edited by Ang88 on Mon Nov 10, 2003 5:41 pm, edited 1 time in total.

-
- Posts: 1375
- Joined: Fri Oct 24, 2003 1:30 am
- Location: Earth
- Contact:
![]() |
I don't really want to curse but WHAT THE FUCK!? I JUST POSTED A TOPIC ON THAT YESTERDAY! I WROTE ALL THAT PRETTY MUCH! YOU EVEN COPIED MY TITLE NAMES. I MEAN YOU COULD OF LEAST WROTE I GOT PRETTY MUCH ALL OF THESE FROM DEADLYS SHADOWS TOPIC BUT I WANNA BE POPULAR TO SO ILL JUST USE THEM! BUT REALLY MAN INSTEAD OFF COPYING AND PASTING ALL THAT TO THIS TOPIC JUST BRING THE TOPIC I WROTE THE OTHER DAY TO THE TOP OF THE BOARD. BUT I GUESS I CAN ATLEAST SAY GOOD FOR YOU FOR FINDING THE SECOND HOMING ROCKETS THING AND THATS ALL YOU FOUND. Yet again I'm sorry for screaming but really man, don't copy other peoples work...
Btw if you want the link to where this guy copied my work here it is...!
Btw if you want the link to where this guy copied my work here it is...!
yup, i think i almost even replied the same.. cept i know shadows work was near flawless, so i didnt say if its all rite.. lol, you did a good job shadow, and plus, nobody gives me credit for helpin the newbs as much as i can.. but hey.. sumone has to help them a little bit.. and i said u did good shadow, but ill say again, gj!
-
- Posts: 1375
- Joined: Fri Oct 24, 2003 1:30 am
- Location: Earth
- Contact:
![]() |
I also added these onto my site.
Deadly Shadows Site
When there just go to my Tutorials Section and click on Meta Additions By Deadly Shadow. Also I just started this site so it still sux.
Deadly Shadows Site
When there just go to my Tutorials Section and click on Meta Additions By Deadly Shadow. Also I just started this site so it still sux.
-
- Posts: 1375
- Joined: Fri Oct 24, 2003 1:30 am
- Location: Earth
- Contact:
![]() |
to deadly shadow
i acually didn't see your topic and i got these META Additions from a bunch of other people on like 3 other sites, maybe those people got there info from you, i don't know. and if you read the first couple lines of what i wrote it says that i didn't make them
i acually didn't see your topic and i got these META Additions from a bunch of other people on like 3 other sites, maybe those people got there info from you, i don't know. and if you read the first couple lines of what i wrote it says that i didn't make them
I did not discover these, I have compilied Them from many people.

-
- Posts: 23
- Joined: Tue Nov 04, 2003 11:10 am
WOW SOMEONES A ASSHOLE!!! DONT EVEN GIVE BIGMICK AND DARKFISH CREDIT HUH? GUYS THIS GUY IS A DIRTY LIER, AND I HAVE PROOF. LOOK HERE-GUESS WHAT YOULL FIND? THATS RIGHT, HE COPPIED AND PASTED WHAT DARKFISH AND I HAVE BEEN WORKING ON FOR A LONG TIME!
http://www.halo-mods.com/index.php?showtopic=80
http://www.halo-mods.com/index.php?showtopic=95
I REALLY DONT LIKE PEOPLE WHO PLAGURISE! YOU SHOULD AT LEAST GIVE A LINK TO HALO-MODS AND GIVE CREDIT TO THE PEOPLE WHO REALLY MADE IT!
http://www.halo-mods.com/index.php?showtopic=80
http://www.halo-mods.com/index.php?showtopic=95
I REALLY DONT LIKE PEOPLE WHO PLAGURISE! YOU SHOULD AT LEAST GIVE A LINK TO HALO-MODS AND GIVE CREDIT TO THE PEOPLE WHO REALLY MADE IT!
Last edited by meleefrombehind on Mon Nov 10, 2003 5:56 pm, edited 1 time in total.
-
- Posts: 23
- Joined: Tue Nov 04, 2003 11:10 am
-
- Posts: 1375
- Joined: Fri Oct 24, 2003 1:30 am
- Location: Earth
- Contact:
![]() |
Thats been there the whole time!? Oh jeeze... Did all that writing on that topic I wrote for nothing. I could of... Well anyway. I found most of those Adders at HackHalo... I didn't plagerurise or however you spell it. Or atleast didn't mean to but I guess those are the known ones so you and me both wrote them up.
-
- Posts: 23
- Joined: Tue Nov 04, 2003 11:10 am
well, if you want to you would have to talk to darkfish. I found most of these on my own, clip size was mostly on my own, although you pushed me in the right direction by reminding me that hex was different then decimal. The Vehicle addition was from halobunker but the byte number was me. Homing was from darkfish and I, shotgun pellets were from somewhere, jumping was from somewhere too. But the rest was from me looking around. The last part you said I dont know what to say back cause I dont understand it and dont know if your talking to me or shadow
-
- Posts: 1375
- Joined: Fri Oct 24, 2003 1:30 am
- Location: Earth
- Contact:
![]() |