Page 1 of 1

Meta additions for how many bullets a weapon shoots at once

Posted: Mon Nov 17, 2003 2:30 am
by 11691
I've made an html file listing what 3 characters to add to the weapon meta to find the number of projectiles it shoots at once. Download below if interested:

.zip:
http://www.angelfire.com/bc3/halocombat/Proj_metadd.zip

.rar:
http://www.angelfire.com/bc3/halocombat/Proj_metadd.rar

Note: I didn't make a tutorial for this, so you need to be supplied with your own meta list and modding knowledge.

Posted: Mon Nov 17, 2003 5:16 pm
by mikeman06
what level is it for and is it for PC or X-box

Posted: Mon Nov 17, 2003 5:22 pm
by Deadly_Shadow
Pc and for any level.

Posted: Mon Nov 17, 2003 8:09 pm
by Gamja
even the demo? *looks hopeful*

Posted: Mon Nov 17, 2003 8:31 pm
by staticx57
nice 8)

Posted: Mon Nov 17, 2003 10:15 pm
by 11691
Gamja wrote:even the demo? *looks hopeful*
Probably not, but there is a chance, only if it uses the same number of hex in the weapon meta.

Thank you...

Posted: Thu Nov 20, 2003 5:03 pm
by Icetiger
I would like to thank you for finding the values. I coincidentally was looking for them and you have just made my life a whole lot easier. and btw, how did you figure them all out?

These numbers wont work in the demo version because the offsets are very different. I have tried already.

Posted: Thu Nov 20, 2003 11:22 pm
by 11691
Basically, the word 'jorp' and the amount of bullets the gun fires at once is 38 bytes away, so that's what I found out and used to find the meta for the other weapons. All I had to find was the word 'jorp' in the meta for each weapon, look at the byte that's 38 squares away, and find out how much you had to add to get the proper offset.

Image

Posted: Fri Nov 21, 2003 3:12 am
by Deadly_Shadow
woah... That's a good idea. U use wordpad or sumtin?

Posted: Fri Nov 21, 2003 3:47 am
by 11691
I used nothing besides a hex editor and a lucky guess. :) Heck, I didn't even know that you could use wordpad for this kind of stuff.

Now I'm going for the ammo clip size.

Posted: Fri Nov 21, 2003 4:45 am
by 11691
Now I'm going for the ammo clip size.
Well well, look what I managed to accomplish. :D Download at my signature.

...

Posted: Fri Nov 21, 2003 6:03 am
by Icetiger
I saw that jorp as well when using hex workshop and was wondering what it was there for when I was looking at how to change the amount of pellets a shotgun shoots (someone already figured out how to do that). I had no idea where to look from there tho. But now I know!