Couldn't you find the correct string in the mainmenu map or something?turk645 wrote:uralllame wrote:I'm not talking about that file. Turk knows what I'm on about. Can you modify your service tag to contain some of the medal icons? I really want an "Incineration" medal.TheEazyB wrote:im pretty sure its a useless effort to mod those saves, my theory is that because they are not present when you havent saved a game in campaign, they are not used to store your armor/service tag etc. As for modding your campaign saves, i believe they are a savestate and non modifiable.maybe, just some trial and error to find what hex value would equal the medal.
Section Rules - Halo 3 Modding Q&A
Last edited by uralllame on Thu Jul 10, 2008 8:09 am, edited 1 time in total.

Those who can't play, mod.
And those who can't mod, mod PC.


"Before you criticize someone, walk a mile in their shoes. That way after you make fun of them, you still have their shoes."-Dranciel ಠ_ಠScottyGee wrote:Smokers suck >_< (to avoid someone saying it later, both literally and in the derogatory way)
- LuxuriousMeat
- Posts: 824
- Joined: Thu Nov 03, 2005 6:43 pm
- Location: zzzzzzzzzzzzzzzz
- Contact:
For now you can try with the button identifiers I found a while back:turk645 wrote:either way you still need trial and error to get the right values.... also shade you are never on the messager so i cant send you that file.
Code: Select all
Start: EE848C20
A Button: EE848020
B Button: 20EE8481
X Button: EE848220
Y Button: 20EE8483
Now that I think about it, I think they are as follows:
Code: Select all
Start: EE848C
A Button: EE8480
B Button: EE8481
X Button: EE8482
Y Button: EE8483

- grimdoomer
- Posts: 1440
- Joined: Mon Oct 09, 2006 4:36 pm
![]() |
Let me just test this profile real quick and I'll get on it 


AI Zones in MP | Ambiance | Gravemind Beta v1.1
Aumaan Anubis wrote:Grimdoomer. The first person ever to mod Halo 2 Vista.
- grimdoomer
- Posts: 1440
- Joined: Mon Oct 09, 2006 4:36 pm
![]() |
Ok I tested it and it works!!LuxuriousMeat wrote:For now you can try with the button identifiers I found a while back:turk645 wrote:either way you still need trial and error to get the right values.... also shade you are never on the messager so i cant send you that file.
Edit:Code: Select all
Start: EE848C20 A Button: EE848020 B Button: 20EE8481 X Button: EE848220 Y Button: 20EE8483
Now that I think about it, I think they are as follows:Code: Select all
Start: EE848C A Button: EE8480 B Button: EE8481 X Button: EE8482 Y Button: EE8483
NOTE: The EE in the values is just to identiy that there it is infact a picture, and 20 is a space. Each value is actually a short.
Also I looked for the emblem values in zanzibar, but I only found test strings, to image values.

AI Zones in MP | Ambiance | Gravemind Beta v1.1
Aumaan Anubis wrote:Grimdoomer. The first person ever to mod Halo 2 Vista.
- LuxuriousMeat
- Posts: 824
- Joined: Thu Nov 03, 2005 6:43 pm
- Location: zzzzzzzzzzzzzzzz
- Contact:
- XxPTLegitxX
- Posts: 112
- Joined: Sun Jul 08, 2007 8:46 am
- grimdoomer
- Posts: 1440
- Joined: Mon Oct 09, 2006 4:36 pm
![]() |
Yes, I don't think it will work if you did it in the name because it's unicode.shade45 wrote:Awsomethat was the description u edited then right?
I'll try to find the medal values later, my XP partition got wiped out my spyware. Im running damage control now


AI Zones in MP | Ambiance | Gravemind Beta v1.1
Aumaan Anubis wrote:Grimdoomer. The first person ever to mod Halo 2 Vista.
- LuxuriousMeat
- Posts: 824
- Joined: Thu Nov 03, 2005 6:43 pm
- Location: zzzzzzzzzzzzzzzz
- Contact:
Code: Select all
public enum ImageKey : short
{
AButton = 0x8480,
BButton = 0x8481,
XButton = 0x8482,
YButton = 0x8483,
LeftShoulderButton = 0x8484,
RightShoulderButton = 0x8485,
LeftTrigger = 0x8486,
RightTrigger = 0x8487,
DPadUp = 0x8488,
DPadDown = 0x8489,
DpadLeft = 0x848A,
DPadRight = 0x848B,
StartButton = 0x848C,
BackButton = 0x848D,
LeftThumbStickStick = 0x848E,
RightThumbStickStick = 0x848F
}

- grimdoomer
- Posts: 1440
- Joined: Mon Oct 09, 2006 4:36 pm
![]() |

Code: Select all
8499 - Energy Sword
81B3 - Plasma Rifle
81b2 - Plasma Pistol
8497 - Carbine
84A6 - Beam Rifle
8496 - Brute Shot
8494 - Battle Rifle
84A5 - Needler
81B1 - Magnum
84AD - Rocket Launcher
849F - Fuel Rod
84AF - Shotgun
81A8 - SMG
84B1 - Sniper
84AE - Sentinel Beam
84A2 - Assualt Rifle
84A4 - Missile Pod
81A9 - Spiker
84AC - Sparten Laser
84A2 - Machine Gun Turret
84AB - Plasma Turret
8493 - Odd Ball
849C - Flag
81B0 - Mauler
849A - Gravity Hammer

Edit: I checked the whole English local table and did't find them.

AI Zones in MP | Ambiance | Gravemind Beta v1.1
Aumaan Anubis wrote:Grimdoomer. The first person ever to mod Halo 2 Vista.
- grimdoomer
- Posts: 1440
- Joined: Mon Oct 09, 2006 4:36 pm
![]() |
I garentee there correct.
81A7 - Play Button
81A7 - Play Button

AI Zones in MP | Ambiance | Gravemind Beta v1.1
Aumaan Anubis wrote:Grimdoomer. The first person ever to mod Halo 2 Vista.
- grimdoomer
- Posts: 1440
- Joined: Mon Oct 09, 2006 4:36 pm
![]() |
8488 - Up Arrow
Hmm, I think I know how to get the Emblems. Im leaving to my grandmas house so I wont be able to test any more today. But if you goto the end of the English local table you will see something like:
the 2 bytes befor the space are ussually picture codes. But they must have a EE infront of them. Good luck to you, I'll be back later.
8281 - Thumbs Up
Hmm, I think I know how to get the Emblems. Im leaving to my grandmas house so I wont be able to test any more today. But if you goto the end of the English local table you will see something like:
Code: Select all
........... ............. ..........
8281 - Thumbs Up

AI Zones in MP | Ambiance | Gravemind Beta v1.1
Aumaan Anubis wrote:Grimdoomer. The first person ever to mod Halo 2 Vista.