HMT: Editing Bitmaps, HUDs, And Reticles
-
- Posts: 325
- Joined: Mon Mar 22, 2004 3:59 pm
- Location: Everywhere but nowhere
- Contact:
HMT: Editing Bitmaps, HUDs, And Reticles
This tutorial is for people who ask how to make skins and stuff.
***IMPORTANT***
You'll need a Photoshop .dds plugin http://www.bhmotorsports.com/file/6088
***IMPORTANT***
First off, you will need an image editing program, i suggest photoshop or a software that you purchased and that didn't come with your computer.
***IMPORTANT***
Secondly you will need DirectX 9.0 SDK October 2004 update for image file format conversions. http://download.microsoft.com/download/ ... ct2004.exe
Locations of bitmaps: (All bitmaps are under the [bitm] tag, so all of these start under this tag)
HUD (on screen status bars) - ui\hud\bitmaps
Reticles (crosshairs) - ui\hud\bitmaps\combined\hud_reticles
Blood Splatters - effects\decals\bloodsplats\bitmaps\
Vehicles - vehicles\ (that's hard)
Weapons - weapons\ (duh)
-I think the rest are just as obvious-
-----------------------------------------------------------------------------------
SAVING BITMAPS
1. Open HMT
2. Select the [bitm] tag
3. Find the texture or image you would like to change
4. There may be multiple images in the tag, select the image you want...
5. Click save texture, when it asks you for the file name, rename the end of the file to the corresponding file format that appears in the box above the 'Save Texture' button (ex. DXT1, A8R8G8B8, etc.), and type that in.
6. Once you have saved the images in the folders you want, close HMT.
-----------------------------------------------------------------------------------
EDITING BITMAPS
1. Open your image editing software program.
2. File/Open As... In the open browser set the Open As box to *.DDS
3. In Photoshop, it will most likely tell you that the image you are opening has MIPMAPS (which are miniature images contained inside the file that make hardware rendering smoother like in Halo, when you are a certain distance from an object the computer only has to render a smaller image to skin the object.)
4. Anyways, click NO.
5. The image should appear on the screen by itself.
6. Do what you must with the image
7. Once you are finished click File/Save As...
8. Rename the file to whatever your heart desires, as long as you'll remember, make sure Aplha channels is selected, then click save.
9. A box should come up if you click save AS. This box contains the .dds extended file options
10. Look in the backround at the name that you previously re-named to the file format (ex. DXT1, DXT3, etc.) and choose that in the options *{If it is DXT1, then click the DXT1 (1 bit Alpha). If it is DXT2/3, Select DXT3. And DXT4/5 As DXT5 and if it is A8R8G8B8 select DXT1}*.
11. Select the 'Generate MIP maps' circle and click 'Save"
------------------------------------------------------------------------------------
CONVERTING DXT3's to DXT2's, DXT5's to DXT4's, and DXT1's to A8R8G8B8 - **THIS IS ONLY REQUIRED IF YOU ARE INJECTING THESE FORMATS**
1. Make sure that you have installed the Direct X 9.0 SDK kit
2. Browse to the folder that has the images that you wish to convert
3. Select the file and right click
4. Find the option that says 'Convert to file format...' and click it
5. In this box click on the dropdown list for file formats and select the image type that you will need to inject.
6. Save, replace the file if you wish or rename it before saving.
------------------------------------------------------------------------------------
INJECTING IMAGES INTO HMT!
1. Open HMT
2. Locate the texture
3. Select which image (in case there are multiple)
4. Click 'Inject Texture'
5. If asked to update the size click ok!
6. YOUR DONE!!! yay!
***IMPORTANT***
You'll need a Photoshop .dds plugin http://www.bhmotorsports.com/file/6088
***IMPORTANT***
First off, you will need an image editing program, i suggest photoshop or a software that you purchased and that didn't come with your computer.
***IMPORTANT***
Secondly you will need DirectX 9.0 SDK October 2004 update for image file format conversions. http://download.microsoft.com/download/ ... ct2004.exe
Locations of bitmaps: (All bitmaps are under the [bitm] tag, so all of these start under this tag)
HUD (on screen status bars) - ui\hud\bitmaps
Reticles (crosshairs) - ui\hud\bitmaps\combined\hud_reticles
Blood Splatters - effects\decals\bloodsplats\bitmaps\
Vehicles - vehicles\ (that's hard)
Weapons - weapons\ (duh)
-I think the rest are just as obvious-
-----------------------------------------------------------------------------------
SAVING BITMAPS
1. Open HMT
2. Select the [bitm] tag
3. Find the texture or image you would like to change
4. There may be multiple images in the tag, select the image you want...
5. Click save texture, when it asks you for the file name, rename the end of the file to the corresponding file format that appears in the box above the 'Save Texture' button (ex. DXT1, A8R8G8B8, etc.), and type that in.
6. Once you have saved the images in the folders you want, close HMT.
-----------------------------------------------------------------------------------
EDITING BITMAPS
1. Open your image editing software program.
2. File/Open As... In the open browser set the Open As box to *.DDS
3. In Photoshop, it will most likely tell you that the image you are opening has MIPMAPS (which are miniature images contained inside the file that make hardware rendering smoother like in Halo, when you are a certain distance from an object the computer only has to render a smaller image to skin the object.)
4. Anyways, click NO.
5. The image should appear on the screen by itself.
6. Do what you must with the image
7. Once you are finished click File/Save As...
8. Rename the file to whatever your heart desires, as long as you'll remember, make sure Aplha channels is selected, then click save.
9. A box should come up if you click save AS. This box contains the .dds extended file options
10. Look in the backround at the name that you previously re-named to the file format (ex. DXT1, DXT3, etc.) and choose that in the options *{If it is DXT1, then click the DXT1 (1 bit Alpha). If it is DXT2/3, Select DXT3. And DXT4/5 As DXT5 and if it is A8R8G8B8 select DXT1}*.
11. Select the 'Generate MIP maps' circle and click 'Save"
------------------------------------------------------------------------------------
CONVERTING DXT3's to DXT2's, DXT5's to DXT4's, and DXT1's to A8R8G8B8 - **THIS IS ONLY REQUIRED IF YOU ARE INJECTING THESE FORMATS**
1. Make sure that you have installed the Direct X 9.0 SDK kit
2. Browse to the folder that has the images that you wish to convert
3. Select the file and right click
4. Find the option that says 'Convert to file format...' and click it
5. In this box click on the dropdown list for file formats and select the image type that you will need to inject.
6. Save, replace the file if you wish or rename it before saving.
------------------------------------------------------------------------------------
INJECTING IMAGES INTO HMT!
1. Open HMT
2. Locate the texture
3. Select which image (in case there are multiple)
4. Click 'Inject Texture'
5. If asked to update the size click ok!
6. YOUR DONE!!! yay!
Last edited by Onetoomanysodas on Tue Dec 07, 2004 4:46 pm, edited 5 times in total.
-
- Posts: 325
- Joined: Mon Mar 22, 2004 3:59 pm
- Location: Everywhere but nowhere
- Contact:
Does anyone even apreciate this?! I spent a long time to do this and there are still people with questions asking how to edit hud and stuff. Someone please reply with a comment or something.
Last edited by Onetoomanysodas on Sat Nov 20, 2004 2:10 pm, edited 1 time in total.
Its an ok tutorial. But the fact that you refer to people as noobs. I just dont like that. Its not "friendly". People that dont know how to skin, are just in-expierenced modders. You use the term Noob as the equivilent or mentaly retarded. But none the less, theres too many stickeys in here. And this should be in skinning section.
Feel free to send me an instant message if you need anything.
-
- Posts: 325
- Joined: Mon Mar 22, 2004 3:59 pm
- Location: Everywhere but nowhere
- Contact:
great tut!
this is great tutorial. it has good deatils for new modders that join us every day! okay a little dramtic but hey, great tut dude, good job, keep moddin.
-
- Posts: 325
- Joined: Mon Mar 22, 2004 3:59 pm
- Location: Everywhere but nowhere
- Contact:
-
- Posts: 325
- Joined: Mon Mar 22, 2004 3:59 pm
- Location: Everywhere but nowhere
- Contact:
That is because if you extended the lines outward, Halo will not pick it up because the reticles are set to certain boundaries of what to select from the bitmap. If you draw a mental square just fitting around the reticles, inside that square is your boundaries and anything in there, you can change.
-
- Posts: 325
- Joined: Mon Mar 22, 2004 3:59 pm
- Location: Everywhere but nowhere
- Contact:
-
- Posts: 29
- Joined: Tue Mar 01, 2005 7:27 pm
- Location: lake tahoe, CA
-
- Posts: 325
- Joined: Mon Mar 22, 2004 3:59 pm
- Location: Everywhere but nowhere
- Contact:
-
- Posts: 325
- Joined: Mon Mar 22, 2004 3:59 pm
- Location: Everywhere but nowhere
- Contact:
-
- Posts: 8
- Joined: Mon Feb 07, 2005 12:53 am
-
- Posts: 37
- Joined: Mon May 30, 2005 1:06 am
- Location: Rhode Island
- Contact:
-
- Posts: 3
- Joined: Tue Jun 14, 2005 5:14 pm
- Location: Palm Beach, FL
- Contact:
-
- Posts: 176
- Joined: Sun Jun 19, 2005 6:03 am
- Location: England
- Contact:
ok...
When i come to use the skin on Halo, the game lags then crashes