Vous êtes sur la page 1sur 3

Changing Font Color in

Halo Custom Edition


By: Yance
Go to your halo custom edition directory (usually C:\Program
Files\Microsoft Games\Halo Custom Edition) and go to your content folder
(usually C:\Program Files\Microsoft Games\Halo Custom Edition\content)
You will see a bunch of .ksmls and a folder called gallery. The .ksmls all
have numbers in front of them then a word after the numbers which are
either editbox or log.
The editbox is what you see while youre typing which is on the bottom of
the screen, and log is where what you type goes after you push enter
middle of screen on left.
My screen resolution in halo is 600X800 so in this tutorial ill be editing
600log.ksml and 600editbox.ksml notice the 600 in front of the ksml and
how Im using a 600X800 resolution.
Double click the ksml and select notepad as the program to open it with.
In the edit box one it will look like this. (ignore the highlighted part for a few
seconds)
<ksml>
<head/>
<body>

<editbox width="533" left="110" top="577"


background="gallery\editbox600.png"
id="oEditbox" ime="false" tabindex="0" maxlength="64"
font="Arial Narrow-10-bold" color="#ffffffff"
/>
<label left="0" top="580" width="110" text="Prompt" id="oPrompt"
font="Arial Narrow-10-bold" color="#ffffffff"
/>
</body>
</ksml>
Ok now you will notice a #ffffffff that edits the color and the transparency of
the font. The first 2 fs are transparency. Then use hex color codes for the
last 6 you can pick which color you want to use above where its
highlighted. I use FF3333 which ends up being a red color which is good
for seeing in coldsnap which is mostly white besides when in bases where
it is very dark.
Now we are going to take a look at the 600log.ksml this is what it looks
like.
<ksml>
<head/>
<body>
<listbox left="5" top="350" width="800" height="260" id="oListbox"
textbackground="#00000000" outerborder="#00000000"
innerborder="#00000000" shadow="#00000000"
highlight="#00000000"
textcolor="#ffffffff" font="Narrow-10-bold"
/>
</body>
</ksml>
Once again replace the highlighted part which the color you wish from the
image above. I used FF3333 Which comes out red.
Save both of the ksmls and and run halo and your font should be a
different color if you feel ballsy enough you can edit the other stuff like
the font, font size, text background, etc but Im not going to talk about it
right now but Im sure you can figure it out.

Thank You:
http://www.tbi.univie.ac.at/TBI/hex_color_chart.html for the color chart
Tiamat for the inspiration to figure this out
and everyone else because your reading it.

Vous aimerez peut-être aussi