CUstom UI?

Discuss stuff related to HaloCE (for modding, go to the HEK General forum).
Post Reply
ledhedgn





Posts: 251
Joined: Wed Jun 22, 2005 2:44 pm
Contact:

CUstom UI?

Post by ledhedgn »

how do u make custom ui? i found a tutorial on making the buttons and stuff like that, but i need to no how to make the background of it, not just a pic either, a moving one like the original ui
p0lar_bear




Articulatist 250

Posts: 365
Joined: Wed Apr 20, 2005 8:17 am

Post by p0lar_bear »

Making a UI is no different than making any kind of map. Just make sure you set the map type to "ui" in the scenario tag.

The UI's movement is scripts. Check my cutscene wiki for info on scripting camera movements.

Here is the basics, taken out of context of the original tutorial to better suit your needs.
Go into sapien's camera mode...Position the camera as needed, and hit the spacebar to save the camera's position. Name it "cam1"...Find a good spot...(name it "cam2"), get another one...(name it "cam3")...Find your camera point and save it (as "cam4").
(script startup cutscene
(camera_control 1)
(camera_set cam1 0)
(sleep 30)
(camera_set cam2 0)
(sleep 30)
(camera_set cam3 0)
(sleep 30)
(camera_set cam4 0)
(sleep 30)
)
Add as many camera points as you need, and tweak the sleep times and camera movement times as needed to get the effect you want. The above script will cut to each camera point every second.

For more info on HaloScript functions and scripting in general, check the HaloScript Bible.
Patrickssj6




Pi Collaborator

Posts: 5426
Joined: Sat Jul 24, 2004 12:12 pm
Location: I'm a Paranoid
Contact:

Post by Patrickssj6 »

Polar what happens if you put the camera_control to 0?I mean i know what it does ingame. :D
...left for good
ledhedgn





Posts: 251
Joined: Wed Jun 22, 2005 2:44 pm
Contact:

Post by ledhedgn »

it puts the camera to the chief, and thanks, i didnt it was the same as the cutscene script, but now how do u get the ai into a vehicle and move around in it, cause i wanna have a helicopter rise from the bottom of a cliff and open fire on a squad of mc's
p0lar_bear




Articulatist 250

Posts: 365
Joined: Wed Apr 20, 2005 8:17 am

Post by p0lar_bear »

AI doesn't mix with vehicles too well. Apparently, AI can only pilot vehicles if the vehicle has a weapon attached to the driver seat, or soemthing dumb.

And if this is for the UI you want, putting a biped into a UI map will crash the game.
ledhedgn





Posts: 251
Joined: Wed Jun 22, 2005 2:44 pm
Contact:

Post by ledhedgn »

crap, well there goes my great idea
SuperSunny





Posts: 231
Joined: Sat Jan 17, 2004 9:41 pm

Post by SuperSunny »

You can place scenery though
Creator of Cel-Shaded BG...
ledhedgn





Posts: 251
Joined: Wed Jun 22, 2005 2:44 pm
Contact:

Post by ledhedgn »

scenery dosnt cut it cause i wanted to have a camera on top of the poa on d40 terrain, and a helicopter is seen rising up from the edge and just opens fire on a group of mc's on top of the poa, a few of them get into jets and fly off, then a huge group of helicopters and other jets come and this huge airbattle brakes out
scar tissue




Wordewatician 250

Posts: 308
Joined: Sat Jun 18, 2005 6:53 am
Location: Newark, DE
Contact:

Post by scar tissue »

ledhedgn wrote:scenery dosnt cut it cause i wanted to have a camera on top of the poa on d40 terrain, and a helicopter is seen rising up from the edge and just opens fire on a group of mc's on top of the poa, a few of them get into jets and fly off, then a huge group of helicopters and other jets come and this huge airbattle brakes out
I don't know about you, but if my main menu didn something like that, I don't think I'd ever get to actually playing the game.
Image
JreZ





Posts: 33
Joined: Thu Dec 25, 2003 9:57 am
Location: Concord, CA
Contact:

Post by JreZ »

scar tissue wrote: I don't know about you, but if my main menu didn something like that, I don't think I'd ever get to actually playing the game.
I second that.
Patrickssj6




Pi Collaborator

Posts: 5426
Joined: Sat Jul 24, 2004 12:12 pm
Location: I'm a Paranoid
Contact:

Post by Patrickssj6 »

Animated Scenery maybe? :D
...left for good
ledhedgn





Posts: 251
Joined: Wed Jun 22, 2005 2:44 pm
Contact:

Post by ledhedgn »

hmm, that could work -opens up hek plus and extract jet tags from hugeass, then remembers there up for dl at halomaps-
Post Reply