PDA

View Full Version : change ui music



dydo
November 3rd, 2007, 03:02 PM
how do i change the ui's music?

Timo
November 3rd, 2007, 03:58 PM
The sound_looping tag is in "tags\sound\music\title1.sound_looping" If I remember correctly you can just change the references in there, if not you'll have to overwrite the .sound tags in the same folder.

dydo
November 3rd, 2007, 05:16 PM
C:\Program Files\Microsoft Games\Halo Custom Edition>tool build-cache-file level
s\ui\ui
Couldn't read map file './toolbeta.map'
game globals didn't specify multiplayer information
game globals didn't specify falling damage
the meter definition ui\hud\cyborg shield does not specify a stencil bitmap grou
p.
the meter definition ui\hud\cyborg body does not specify a stencil bitmap group.

WARNING: 1 clusters in structure_bsp levels\ui\ui have no background sound or so
und environment.
### FAILED TO LOAD SCENARIO.

Cache pack file bitmaps hits: 0 for 0.00M
Cache pack file bitmaps adds/misses: 0 for 0.00M
Cache pack file sounds hits: 0 for 0.00M
Cache pack file sounds adds/misses: 0 for 0.00M
Cache pack file loc hits: 0 for 0.00M
Cache pack file loc adds/misses: 0 for 0.00M

C:\Program Files\Microsoft Games\Halo Custom Edition>

thats my error when i compile the ui file.

dydo
November 3rd, 2007, 06:34 PM
bump :D

FRain
November 3rd, 2007, 06:55 PM
One rule. Do not EVER

EVER
bump a topic within an hour. That's one sure way to get a warning.


Your stencil group cyborg\shield and cyborg error cannot be ignored, fix it.

dydo
November 3rd, 2007, 08:24 PM
One rule. Do not EVER

EVER
bump a topic within an hour. That's one sure way to get a warning.


Your stencil group cyborg\shield and cyborg error cannot be ignored, fix it.
Ok sorry, but where do i find the stencil group cause i cant find it.

FRain
November 3rd, 2007, 09:00 PM
The bitmap is a stencil, there's a problem with your bitmap.

ui\hud\cyborg shield or cyborg body

dydo
November 3rd, 2007, 09:12 PM
The bitmap is a stencil, there's a problem with your bitmap.

ui\hud\cyborg shield or cyborg body
those bitmaps don't exist, i looked

CtrlAltDestroy
November 3rd, 2007, 09:13 PM
There's your problem.

dydo
November 3rd, 2007, 09:27 PM
There's your problem.
then where do I get the bitmaps?

supersniper
November 3rd, 2007, 09:55 PM
Try reinstalling HEK or try searching on google. If those don't work then IDK how to get them.

dydo
November 3rd, 2007, 10:07 PM
cant u send me the tags

Timo
November 3rd, 2007, 10:56 PM
The HUD stencils aren't your problem (I've gotten those two errors for a while now, hasn't changed my UI compiling ever), it's this:
game globals didn't specify multiplayer information
game globals didn't specify falling damage
Need to replace your globals.globals...?

dydo
November 3rd, 2007, 10:58 PM
wat do i put in falling damage?

Timo
November 3rd, 2007, 11:10 PM
Try unzipping the attached file and dumping it in your tags\globals\ folder, and see if that fixes it. But backup first, I think I haven't fiddled with these globals :d

Also i'm noticing your lack of punctuation and spelling. Please up the amount of time you put into each post, and there shouldn't be a problem ;)

dydo
November 3rd, 2007, 11:13 PM
Try unzipping the attached file and dumping it in your tags\globals\ folder, and see if that fixes it. But backup first, I think I haven't fiddled with these globals :d

Also i'm noticing your lack of punctuation and spelling. Please up the amount of time you put into each post, and there shouldn't be a problem ;)
Never mind about the globals, I put nothing in falling damage (make one and put nothing) and it worked! Thanks for the help.