THIS SKIN I MODDED WITH LITTLE PRIOR KNOWLEDGE.
It took me all of maybe 30 minutes to make this skin, using only an open source word processor and the internet. It looks best while running GREEN or RED LEDs
It's based on the "Confluence Lite Skin" which I don't take any credit for.
Runs on fewer CPU Cycles... due to smaller backgrounds, bypassing skin settings, and calling on xbmc4xbox codebase colors.
[DOWNLOAD LINK]
http://www22.zippyshare.com/v/19760996/file.html
[Skin] Confluence Lite {PSYCHO DRIVER MOD}
Re: [RELEASE]Confluence Lite {PSYCHO DRIVER MOD}
Changelog:
"Song/Now Playing Video" text from red to violet. Violet seems more natural.
I've updated the DL link in the OP
I need testers. If anyone wants to host the skin in their drop box feel free (as It may be nice to have a more reputable file host)
I'm new at skinning so I'll need help I'm sure
"Song/Now Playing Video" text from red to violet. Violet seems more natural.
I've updated the DL link in the OP
I need testers. If anyone wants to host the skin in their drop box feel free (as It may be nice to have a more reputable file host)
I'm new at skinning so I'll need help I'm sure
- sixties keith
- Posts: 536
- Joined: Wed Aug 01, 2012 9:30 am
- Has thanked: 28 times
- Been thanked: 33 times
Re: [Skin] Confluence Lite {PSYCHO DRIVER MOD}
ah this looks nice man, i'll defo be testing this. will report back with findings soon. anything in particular to look out for?

120gb hdd, vinyl magma skin, front lights, side strip lights, clear jewel mod with lights, ir dongle mod, hdd indicator. X3 with LCD many mods inc custom x3 jewel.
Re: [Skin] Confluence Lite {PSYCHO DRIVER MOD}
Thanks!sixties keith wrote:ah this looks nice man, i'll defo be testing this. will report back with findings soon. anything in particular to look out for?
Only bug I know is it won't access "Skin Settings"
I tried renaming the skin to Confluence Lite and loading it with a fresh build to no avail. If you can help with that issue I'd appreciate it. That's the only bug I know of.
I'm pretty sure the problem is in one of these .xml files settings, settings profile or settings category. I took fresh versions of these files from the original skin thinking I may have made an error. That wasn't the issue.
- byron
- Posts: 582
- Joined: Wed Jul 04, 2012 9:26 pm
- Location: Illinois
- Has thanked: 27 times
- Been thanked: 96 times
Re: [Skin] Confluence Lite {PSYCHO DRIVER MOD}
How'd you go about changing things? I'll help if I can, this theme looks pretty cool man. Usually it's something pretty simple when a window won't open...at least it wasn't Home.xml 

- sixties keith
- Posts: 536
- Joined: Wed Aug 01, 2012 9:30 am
- Has thanked: 28 times
- Been thanked: 33 times
Re: [Skin] Confluence Lite {PSYCHO DRIVER MOD}
hi mate, no probs glad to do abit of testing.
so far had a good look through the skin and it all seems ok top me. the red in the menu's for me is slightly too bright more like a light. you could try to make it more like a glow but without testing on my 720p setup i can only go by the sd set up.
Also when in videos section my TV shows no longer have the wide icon option avaliable. Apart from that all works well on my end.
so far had a good look through the skin and it all seems ok top me. the red in the menu's for me is slightly too bright more like a light. you could try to make it more like a glow but without testing on my 720p setup i can only go by the sd set up.
Also when in videos section my TV shows no longer have the wide icon option avaliable. Apart from that all works well on my end.

120gb hdd, vinyl magma skin, front lights, side strip lights, clear jewel mod with lights, ir dongle mod, hdd indicator. X3 with LCD many mods inc custom x3 jewel.
Re: [Skin] Confluence Lite {PSYCHO DRIVER MOD}
@Byronbyron wrote:How'd you go about changing things?
Used LibreOffice to open the various .xml files, then used the "find & replace" feature to change the color names.... As I said, not difficult. I think colors I used are taken from the xbmc4xbox db, not the skin's .xpr which I think helps save resources.
@Keith
I like it RED Like that... Besides that, I'd have to start from scratch if I wanted to change the colors. To top that off, I don't have the XBMC4Xbox color key. So I don't know which colors I can to choose from. I don't have a TV SHOWS Folder so I can't test that. I'm running it in 720p.
I mostly use XBOX for streaming stuff online, music, DVDs and emulators.
- byron
- Posts: 582
- Joined: Wed Jul 04, 2012 9:26 pm
- Location: Illinois
- Has thanked: 27 times
- Been thanked: 96 times
Re: [Skin] Confluence Lite {PSYCHO DRIVER MOD}
Several things...
Line 324 custom_SkinSetting_1111.xml
Needs to be...
I strongly recommend using notepad++ at least as a basic xml editor...it will help you find and solve simple problems like this. Also, I've had much luck with Dreamweaver's "find and replace" option as it doesn't require reg-ex's like npp.
But in Confluence Lite [PSYCHO DRIVER MOD]/colors/defaults.xml there is no "red" defined. YOU have to make this color in this file and then when you place "red" as a color in the <textcolor></textcolor> tags you will have that color from your default colors that you defined in that xml file.
Also related to this, there is no "XBMC4Xbox color key" afaik (could be wrong on that one), but rather any web color will work. I use this resource, but xbmc uses AARRGGBB, so the AA is for transparency alone I'm pretty sure...you can take any 6 letter hex and place aa,ff,cc,bb,fb,etc. in front of it to tweak the apperance/transparency of the color.
You cannot have partial, unclosed or broken tags...Redneck9 wrote:Only bug I know is it won't access "Skin Settings"
Line 324 custom_SkinSetting_1111.xml
Code: Select all
<text
urenofocus>MenuItemNF.png</texturenofocus>
Code: Select all
<texturenofocus>MenuItemNF.png</texturenofocus>
If you haven't already, read this...I saw in custom_SkinSetting_1111.xml you had:Redneck9 wrote: Besides that, I'd have to start from scratch if I wanted to change the colors. To top that off, I don't have the XBMC4Xbox color key. So I don't know which colors I can to choose from. I don't have a TV SHOWS Folder so I can't test that. I'm running it in 720p.
Code: Select all
<control type="label" id="106">
<width>750</width>
<height>45</height>
<font>font13_title</font>
<label>512</label>
<textcolor>red</textcolor>
<shadowcolor>black</shadowcolor>
<align>left</align>
<aligny>center</aligny>
</control>
Also related to this, there is no "XBMC4Xbox color key" afaik (could be wrong on that one), but rather any web color will work. I use this resource, but xbmc uses AARRGGBB, so the AA is for transparency alone I'm pretty sure...you can take any 6 letter hex and place aa,ff,cc,bb,fb,etc. in front of it to tweak the apperance/transparency of the color.
Re: [Skin] Confluence Lite {PSYCHO DRIVER MOD}
Thanksbyron wrote:Several things...
You cannot have partial, unclosed or broken tags...
Line 324 custom_SkinSetting_1111.xmlNeeds to be...Code: Select all
<text urenofocus>MenuItemNF.png</texturenofocus>
I strongly recommend using notepad++ at least as a basic xml editor...it will help you find and solve simple problems like this. Also, I've had much luck with Dreamweaver's "find and replace" option as it doesn't require reg-ex's like npp.Code: Select all
<texturenofocus>MenuItemNF.png</texturenofocus>
That wasn't the problem. I looked at that before and after you pointed that out to me. Infact doing what you suggested changed some of the light blue text to a darke blue text.(specifically the system information screen) "while it's now labled red and defined with a web color code"
...I saw in custom_SkinSetting_1111.xml you had:But in Confluence Lite [PSYCHO DRIVER MOD]/colors/defaults.xml there is no "red" defined. YOU have to make this color in this file and then when you place "red" as a color in the <textcolor></textcolor> tags you will have that color from your default colors that you defined in that xml file.Code: Select all
<control type="label" id="106"> <width>750</width> <height>45</height> <font>font13_title</font> <label>512</label> <textcolor>red</textcolor> <shadowcolor>black</shadowcolor> <align>left</align> <aligny>center</aligny> </control>
As for the skin settings bug, there is probably a line somewhere that says "Confluence Lite" which needs to be "Confluence Lite [PSYCHO DRIVER MOD]"
- sixties keith
- Posts: 536
- Joined: Wed Aug 01, 2012 9:30 am
- Has thanked: 28 times
- Been thanked: 33 times
Re: [Skin] Confluence Lite {PSYCHO DRIVER MOD}
that's no problem mate just thought id point it out, using this skin on my red modded xbox all i did was change the background.
fair enough about the color too, looked far better when tested on the 720p cables anyways, good work mate
fair enough about the color too, looked far better when tested on the 720p cables anyways, good work mate

120gb hdd, vinyl magma skin, front lights, side strip lights, clear jewel mod with lights, ir dongle mod, hdd indicator. X3 with LCD many mods inc custom x3 jewel.