Halo UI

Utilities you will need to mod halo. No warez.
darkeagle





Posts: 5
Joined: Fri Nov 11, 2005 8:19 am

Post by darkeagle »

Pretty soon I'll be using this UI. Thanks more for the website though. :D I've been looking for months for those packs.

Edit Since I have a small hard drive (retail) I went through and changed the config so they can be run from a DVD. All the Halo 1 stuff fits fine, but you won't be able to fit very much Halo 2 stuff on a disc. The only other thing I changed was I made the music load from "E:\music\" so it's easily changed. Here's the E drive config as well.

Disk Config

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<UnleashX>
	<Settings>
		<Preference>
			<Skin>NewHalo</Skin>
		</Preference>
		
		<Audio>
			<EnableSoundTrack MusicPath="E:\music\" Enable_5_1="Yes" Random="Yes" Global="Yes">Custom</EnableSoundTrack>
		  <MusicVolume>100</MusicVolume>
		</Audio>
	</Settings>
	<Menu>
		<List Text="Halo 1" Sort="off">
				<Background>D:\UI\images\halo.png</background>
				<Item Action="D:\halo.xbe"  Preview="D:\UI\images\cxe.png">Halo</Item>
				<Item Action="D:\hack.xbe"  Preview="D:\UI\images\halo.png">Halo Hacked</Item>
				<Item Action="D:\cxe01.xbe" AltIcon="D:\UI\images\cxe01.png">Custom Xbox Edition</Item>
				<Item Action="D:\nmp20.xbe" AltIcon="D:\UI\images\nmp20.png">New Map Project v2</Item>
		 		<Item Action="D:\conv.xbe"  AltIcon="D:\UI\images\conv.png">AC's Conversion Pack</Item>
		 		<Item Action="D:\hmps.xbe"  AltIcon="D:\UI\images\hmps.png">HaloMaps</Item>
				<Item Action="D:\nmpc.xbe"  AltIcon="D:\UI\images\nmpc.png">NMP Cut</Item>
			 	<Item Action="D:\hmp2.xbe"  AltIcon="D:\UI\images\hmp2.png">HaloMaps v2</Item>
				<Item Action="D:\hcce.xbe"  AltIcon="D:\UI\images\cce.png">Halo CCE</Item>
		</list>
		<List Text="Halo 2" Sort="off">
				<Item Action="D:\hal2.xbe" Preview="D:\UI\images\H2.png">Halo 2</Item>
				<Item Action="D:\kill.xbe" AltIcon="D:\UI\images\kill.png">Halo 2 Killtrocity</Item>
				<Item Action="D:\kil2.xbe" AltIcon="D:\UI\images\kill2.png">Killtrocity V.2</Item>
		</list>
    <List Text="Clear Cache" Sort="Off" Auto="On" >
			<Item Action="Format" Arg1="X">Format X Drive</Item>
			<Item Action="Format" Arg1="Y">Format Y Drive</Item>
			<Item Action="Format" Arg1="Z">Format Z Drive</Item>
		</List>
		<Item Action="Restart">Reboot</Item>
		<Item Action="Shutdown">Shutdown</Item>
</UnleashX>
 
E drive config Not tested but should be fine

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<UnleashX>
	<Settings>
		<Preference>
			<Skin>NewHalo</Skin>
		</Preference>
		
		<Audio>
			<EnableSoundTrack MusicPath="E:\Games\HaloUI\UI\music" Enable_5_1="Yes" Random="Yes" Global="Yes">Custom</EnableSoundTrack>
		  <MusicVolume>100</MusicVolume>
		</Audio>
	</Settings>
	<Menu>
		<List Text="Halo 1" Sort="off">
				<Background>E:\Games\HaloUI\UI\images\halo.png</background>
				<Item Action="E:\Games\HaloUI\halo.xbe"  Preview="E:\Games\HaloUI\UI\images\cxe.png">Halo</Item>
				<Item Action="E:\Games\HaloUI\hack.xbe"  Preview="E:\Games\HaloUI\UI\images\halo.png">Halo Hacked</Item>
				<Item Action="E:\Games\HaloUI\cxe01.xbe" AltIcon="E:\Games\HaloUI\UI\images\cxe01.png">Custom Xbox Edition</Item>
				<Item Action="E:\Games\HaloUI\nmp20.xbe" AltIcon="E:\Games\HaloUI\UI\images\nmp20.png">New Map Project v2</Item>
		 		<Item Action="E:\Games\HaloUI\conv.xbe"  AltIcon="E:\Games\HaloUI\UI\images\conv.png">AC's Conversion Pack</Item>
		 		<Item Action="E:\Games\HaloUI\hmps.xbe"  AltIcon="E:\Games\HaloUI\UI\images\hmps.png">HaloMaps</Item>
				<Item Action="E:\Games\HaloUI\nmpc.xbe"  AltIcon="E:\Games\HaloUI\UI\images\nmpc.png">NMP Cut</Item>
			 	<Item Action="E:\Games\HaloUI\hmp2.xbe"  AltIcon="E:\Games\HaloUI\UI\images\hmp2.png">HaloMaps v2</Item>
				<Item Action="E:\Games\HaloUI\hcce.xbe"  AltIcon="E:\Games\HaloUI\UI\images\cce.png">Halo CCE</Item>
		</list>
		<List Text="Halo 2" Sort="off">
				<Item Action="E:\Games\HaloUI\hal2.xbe" Preview="E:\Games\HaloUI\UI\images\H2.png">Halo 2</Item>
				<Item Action="E:\Games\HaloUI\kill.xbe" AltIcon="E:\Games\HaloUI\UI\images\kill.png">Halo 2 Killtrocity</Item>
				<Item Action="E:\Games\HaloUI\kil2.xbe" AltIcon="E:\Games\HaloUI\UI\images\kill2.png">Killtrocity V.2</Item>
		</list>
    <List Text="Clear Cache" Sort="Off" Auto="On" >
			<Item Action="Format" Arg1="X">Format X Drive</Item>
			<Item Action="Format" Arg1="Y">Format Y Drive</Item>
			<Item Action="Format" Arg1="Z">Format Z Drive</Item>
		</List>
		<Item Action="Restart">Reboot</Item>
		<Item Action="Shutdown">Shutdown</Item>
</UnleashX>
 
Sorry for the long post. Attachments weren't working.
Post Reply