META Additions!

Discuss general issues about modding HaloPC. Post ideas for mods here.
Hivemind




Wordewatician 500

Posts: 1068
Joined: Mon Oct 06, 2003 1:39 am
Location: Various places

Post by Hivemind »

-=]-[EX=- im gunna have to tell u please to not use gods name in vain, ok, can u do that out of respect?
If your significance is that but significant then is there another with significance?
-=]-[EX=-





Posts: 444
Joined: Sun Nov 02, 2003 11:26 am
Location: Pa
Contact:

Post by -=]-[EX=- »

i meant god damn not out of disrespect of god dont u know how to read and understand what you are reading? they are just fucking words.
Signature exceeded 75KB.
Hivemind




Wordewatician 500

Posts: 1068
Joined: Mon Oct 06, 2003 1:39 am
Location: Various places

Post by Hivemind »

hey, hey your still using gods name though, whether your meaning to disrespect his name or not, im just politely asking you to not use gods name, plz
If your significance is that but significant then is there another with significance?
-=]-[EX=-





Posts: 444
Joined: Sun Nov 02, 2003 11:26 am
Location: Pa
Contact:

Post by -=]-[EX=- »

ok sorry man i cant even have freedom of speech nemore?..... are u really religious or something?
Signature exceeded 75KB.
Hivemind




Wordewatician 500

Posts: 1068
Joined: Mon Oct 06, 2003 1:39 am
Location: Various places

Post by Hivemind »

i didnt mean you couldnt have your freedom of speech, im not going to kill you about saying it or anything, but its just well, god, i dont know any other way to explain, one area where im clueless, and i guees your welcome to call me religious, but this is the only time i actually stick to religion, ive told other people the same thing.. so you do what you feel neccesary, and i will not bother you about it.. and by no means be sorry or anythin
If your significance is that but significant then is there another with significance?
-=]-[EX=-





Posts: 444
Joined: Sun Nov 02, 2003 11:26 am
Location: Pa
Contact:

Post by -=]-[EX=- »

sry i was being sarcastic bout the freedom of speech thing and the religious thing. I didnt mean to offend you. I used to be really religious but i havent been to church in a while, and my friends keep tellin me i need to get confirmed and stuf..... ne way sry bout the whole thing
Signature exceeded 75KB.
Hivemind




Wordewatician 500

Posts: 1068
Joined: Mon Oct 06, 2003 1:39 am
Location: Various places

Post by Hivemind »

hey, same here, and im not gunna tell u have to go to church or anything, because although i go to a catholic school, i do not believe in most of what they say, but there are certain aspecs, such as gods name, which i perfer to enforce as much as possible, but now onto lighter subjects, can you figure out my hme problem (i started a thread, if u could post ur answer there it would be just great :) )
If your significance is that but significant then is there another with significance?
-=]-[EX=-





Posts: 444
Joined: Sun Nov 02, 2003 11:26 am
Location: Pa
Contact:

Post by -=]-[EX=- »

whats the link
Signature exceeded 75KB.
Hivemind




Wordewatician 500

Posts: 1068
Joined: Mon Oct 06, 2003 1:39 am
Location: Various places

Post by Hivemind »

u found rite? or what link u talkin bout?
If your significance is that but significant then is there another with significance?
-=]-[EX=-





Posts: 444
Joined: Sun Nov 02, 2003 11:26 am
Location: Pa
Contact:

Post by -=]-[EX=- »

ya sry never mind i found it
Signature exceeded 75KB.
CuBiC





Posts: 12
Joined: Thu Nov 13, 2003 7:38 am

Re: META Additions!

Post by CuBiC »

Ang88 wrote: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]
I've been trying this out for a little while and I've found that you can find the byte for clip size easily if you go to the start of that weapons Meta, search for [maximum amount of ammo in hex]00[clip size in hex], so for the sniper this would be 180004(18 hex is 24, the zeros are just... there and 04 means 4), you should get a match fairly quickly. Now you can change the first byte to modify the maximum amount of ammo a weapon can hold and the last(third) byt to modify clip size. I apologize if this has been said before, but I just found this out after some quick messing with Meta(been trying about 10 minutes. >_>)
I tested this with a pistol and got it to have a maximum of 240 shots and a clip of 24 shots. When you reloaded it reloaded twice if you had used over twelve shots though, I dunno if this is normal with clip size mods.

Again, I apologize if this has been mentioned before, i'm only a newbie at modding.
Hivemind




Wordewatician 500

Posts: 1068
Joined: Mon Oct 06, 2003 1:39 am
Location: Various places

Post by Hivemind »

i find it much easier to make the gun use no bulluts when firing, thus creating infiniately low bulluts, but hey, i like a red bar more then blue...even tho i could edit it.. as i go on an on about sumthin most people will get lost at the start of... lol
If your significance is that but significant then is there another with significance?
CuBiC





Posts: 12
Joined: Thu Nov 13, 2003 7:38 am

Post by CuBiC »

After researching those variables more I found out what the two zeros was. They are a continuation of the max ammo variable. By taking advantage of this I got a pistol with a maximum ammo of 65534 bullets.
O_O

You have to put the data in inverted though.
So for 511 bullets, which is 1FF in hex, you have to put the bytes in like this: FF01
Those were my testnumbers so I know they will work for sure.
jce108





Posts: 307
Joined: Mon Oct 20, 2003 5:13 am

Post by jce108 »

so 60 would instead of 3c be c3?
CuBiC





Posts: 12
Joined: Thu Nov 13, 2003 7:38 am

Post by CuBiC »

No, just change the order of the bytes.
Like 34C3 would become C334. The bytes need to be the same or else they wont have the same value.
So 60 would still be c3.
jce108





Posts: 307
Joined: Mon Oct 20, 2003 5:13 am

Post by jce108 »

oops sorry minute of stupidity
Deadly_Shadow




Miner

Posts: 1375
Joined: Fri Oct 24, 2003 1:30 am
Location: Earth
Contact:

Post by Deadly_Shadow »

Woah! Thats cool. I gotta try that.
Ang88





Posts: 454
Joined: Sun Nov 02, 2003 7:29 pm

Post by Ang88 »

just posting this cause people are asking for these and don't relize there all here since this topic is now on another page
Image
Post Reply