UnleashX XML Help Needed

Technical Chatter here.
Post Reply
voodoo721





Posts: 392
Joined: Tue Mar 29, 2005 4:55 pm

UnleashX XML Help Needed

Post by voodoo721 »

I want to make it so when someone clicks on an option, it changes their LEDColor to Red, but I cant get it to work. I have tried everything. Here is what i tried:

Code: Select all

<Item Action="LEDColor" Arg1="Red">Red</item>
Doesnt work because LEDColor isn't an Item Action code.

Code: Select all

<List Text="Red">
<LEDColor>Red</LEDColor>
</list>
Didnt work

Code: Select all

<List Text="Red">
<Settings>
<Preference>
<LEDColor>Red</LEDColor>
</Preference>
</Setting>
I tried this because in the beginning the LEDColor tag is inthe preferences, in the settings, and that changed the color. Didnt work

Basically everything else i tried didnt work either. Any one out there that can help me? Please?[/code]
MrChief





Posts: 294
Joined: Wed Mar 23, 2005 5:16 pm

Post by MrChief »

Mb... adding a hex code?
voodoo721





Posts: 392
Joined: Tue Mar 29, 2005 4:55 pm

Post by voodoo721 »

? like what?
User avatar
Ketchup_Bomb




Mad Hatter Snitch! Collaborator Socialist
Grunge Critic Pyre Wordewatician 500

Posts: 3374
Joined: Thu Mar 18, 2004 7:52 pm
Location: ¯\ ( º _ o ) /¯
Contact:

Re: UnleashX XML Help Needed

Post by Ketchup_Bomb »

voodoo721 wrote:I want to make it so when someone clicks on an option, it changes their LEDColor to Red
That doesn't make sense.. you just want to change the led color? Or what? s0y = confused.
voodoo721





Posts: 392
Joined: Tue Mar 29, 2005 4:55 pm

Post by voodoo721 »

yes. When they click on Red, the LED light on the front of xbox will change to that red. Is that possible? and how? :?
User avatar
Ketchup_Bomb




Mad Hatter Snitch! Collaborator Socialist
Grunge Critic Pyre Wordewatician 500

Posts: 3374
Joined: Thu Mar 18, 2004 7:52 pm
Location: ¯\ ( º _ o ) /¯
Contact:

Post by Ketchup_Bomb »

Yes it is possible.. but I don't know UnleashX supports it til save > restart.
Change it, then save, then restart. Try that.
voodoo721





Posts: 392
Joined: Tue Mar 29, 2005 4:55 pm

Post by voodoo721 »

but what code should i use?
Post Reply