do you people know that avatars that represents players that you can find on bungie.net? something like this:
well, bored as i was, i found a way to change permutations of armors by inserting some numbers in the link box.
here's how to do it:
the link you want to edit is this:
http://www.bungie.net/Stats/Halo3/Playe ... &p7=0&p8=0
it's composed by "http://www.bungie.net/Stats/Halo3/PlayerModel.ashx?" and "p1=0&p2=0&p3=0&p4=0&p5=0&p6=0&p7=0&p8=0"
we dont care about the first part, but about the second.
let's divide it:
p1=0 & p2=0 & p3=0 & p4=0 & p5=0 & p6=0 & p7=0 & p8=0
basically pN=X
pN is the part of the armor that you want to change
(human/elite, helmet, colors etc.)
X is a number that corresponds to a permutation.
(like Hayabusa for humans or Commando for sangheili)
i listed what pN and X correspond to:
I wrote:p1= spartan/sangheili (0 = Spartan ; 1 = Sangheili)
p2= head permutation
p3= left shoulder permutation
p4= right shoulder permutation
p5= chest permutation
p6= primary color
p7= secondary color
p8= armor detail
-- Sangheili head, shoulder and chest permutations:
0 = Combat
1 = Sssault
2 = Flight
3 = Ascetic
4 = Commando
-- Spartan head permutations:
0 = Mark VI
1 = CQB
2 = EVA
3 = Recon
4 = EOD
5 = Hayabusa
6 = Security
7 = Scout
8 = ODST
9 = Mark V
10 = Rogue
-- Spartan shoulder permutations:
0 = Mark VI
1 = CQB
2 = EVA
3 = Recon
4 = EOD
5 = Hayabusa
6 = Security
7 = Scout
-- Spartan Chest permutations:
0 = Mark VI
1 = CQB
2 = EVA
3 = Recon
4 = EOD
5 = Hayabusa
6 = Scout
7 = Hayabusa + Katana
8 = Bungie (EOD + flaming head. Visible only during game.)
-- Color list:
![]()
so, if you want to do... a purple EVA guy with Scout shoulders you write:
Code: Select all
p1=0&p2=2&p3=7&p4=7&p5=2&p6=21&p7=21&p8=21and this should come out:
yeah! it's him! purple, EVA helmet, EVA chest and Scout Shoulders.
understood? if yes, now you can do whatever combination you want!
i dont know if anyone else did this before, and i dont really care.
so, yeah! have fun!
-TaxiService
PS: if you do something wrong, this will come out:
EDIT: again, the link you want to edit is this:
http://www.bungie.net/Stats/Halo3/PlayerModel.ashx?
p1=0&p2=0&p3=0&p4=0&p5=0&p6=0&p7=0&p8=0




