xboxscene.org forums

OG Xbox Forums => Official Team UIX Forums => Dashboard Forums => User.Interface.X (UIX) Tutorials => Topic started by: KyesaRRi on May 04, 2005, 11:40:00 PM

Title: How To Get Backgrounds Working
Post by: KyesaRRi on May 04, 2005, 11:40:00 PM
Ok this question has been asked way too many times both in the forums AND on IRC, so  im gonna write a tutorial:

Ok to start, you need WinXIP not WinZIP or WinRAR, this is the program used to edit the .xip files that UIX and the m$ dash uses.

Start by FTP'ing over your \user.interface.x.dash\xips\default.xip over from your xbox.

Next run the program winXIP, then go File -> Open
Open up defaut.xip

You will get a bunch of config.xap, default.xap, dvd.xap, etc...

The 1 we are looking for is default.xap
Click on it and go edit -> extract

Extract it to the desktop then open default.xap with notepad, yes notepad...

Now you will see a bunch of code. Dont touch any of it, unless i tell you to.
Ok now go Ctrl + F or find. Type this in:

CODE
DEF theBackground Background


Hit enter and you will see somthing like this:

CODE
DEF theBackground Background
{
    skyColor 0 0 0
    //backdrop ImageTexture { url "xboxlogo.xbx" }
}


Now change that so it looks like this:

CODE
DEF theBackground Background
{
    skyColor 0 0 0
    backdrop ImageTexture { url "background.xbx" }
}


Save, and open up default.xip again, go edit -> insert.
When it asks for an overwrite, go YES.

Then save, and ftp it back to the \user.interface.x.dash\xips\
It will ask for an overwrite, check the file size, it should be just smaller than the original

Now reboot UIX and your done
Title: How To Get Backgrounds Working
Post by: Big_Peb on May 07, 2005, 04:59:00 PM
Does this include the skins downloaded from allxboxskins? Will it work if I renamed the "background.xbx" to "xboxlogo.xbx" and just moved the xboxlogo to another folder? I ask this because I don't have access to a computer right now to ftp over.
Title: How To Get Backgrounds Working
Post by: Odb718 on May 07, 2005, 05:47:00 PM
you would still have to comment it in. but it would display the image... but it'd be the same as the launch screen.
Title: How To Get Backgrounds Working
Post by: Big_Peb on May 15, 2005, 07:02:00 PM
I made the changes to "background.xbx" and the background image isn't showing up, the only thing that changed was the orb. Do I need to edit something else?
Title: How To Get Backgrounds Working
Post by: KyesaRRi on May 15, 2005, 11:23:00 PM
The ORB changed??

Are you sure you followed the tutorial correctly.

You may have changed somthing the dash style to modded or to stock. Post us some screenies of what has happened.
Title: How To Get Backgrounds Working
Post by: Odb718 on May 16, 2005, 01:49:00 AM
lol you have to comment
it (being
DEF theBackground Background
{
   skyColor 0 0 0
   //backdrop ImageTexture { url "xboxlogo.xbx" }
})
back
in.......

as in nothing will be displayed in the background if the xap isnt edited.
Title: How To Get Backgrounds Working
Post by: Big_Peb on May 17, 2005, 04:30:00 PM
http://img266.echo.c...ot1759132dt.png

As you can see the orb has changed, but the background remains black.
Title: How To Get Backgrounds Working
Post by: neovash on July 12, 2005, 11:42:00 AM
Can You post a pic of what it should look like when done
Title: How To Get Backgrounds Working
Post by: sameatshamhaha on July 12, 2005, 01:56:00 PM
Hey guys just to get this sorted out!!! To get background images working you need to delete two game saves in your E drive. In UDATA delete a file called FFF00FFF and in TDATA delete FFF00FFF.
Title: How To Get Backgrounds Working
Post by: mr. newbie on July 12, 2005, 05:35:00 PM
thx alot! biggrin.gif
Title: How To Get Backgrounds Working
Post by: BlackWraith on July 12, 2005, 07:21:00 PM
:grr: WOW! lets all make a difficult thing out of one line of code o_O  :grr:
Title: How To Get Backgrounds Working
Post by: KyesaRRi on July 20, 2005, 09:13:00 PM
Can someone confirm that this works... i see that alot of people are having problems with this not working. I have tried on my xbox with fresh UIX installs. Other xbox's with fresh UIX installs and it has worked every time.
Title: How To Get Backgrounds Working
Post by: danwguy on March 05, 2006, 01:11:00 PM
just trying to find out if i did something wrong... I dont have a fff00fff folder in either udata or tdata. my uix is installed in e:\dashboard, any help please
Title: How To Get Backgrounds Working
Post by: gasclown on March 05, 2006, 04:37:00 PM
its "0ffeeff0"  wink.gif
Title: How To Get Backgrounds Working
Post by: auzzie on March 08, 2006, 06:14:00 AM
Hello guys this is not working.I have the UIX on E: as an application and when I run it I get a black background and no text.The orb is working and I also have sound working as well.I modded the .xap file as instructed and replaced  { url "xboxlogo.xbx" } with { url "background.xbx" }.I tested it and I got the same result.Then I thought this not right and I replaced it with { url "blue.xbx" }.Still no luck I get black background no text.I also did the trick of deleting the "0ffeeff0" folders in UDATA and TDATA.I believe UIX is a nice dash but it is missing something.

This post has been edited by auzzie: Mar 8 2006, 02:15 PM
Title: How To Get Backgrounds Working
Post by: gasclown on March 08, 2006, 09:05:00 PM
thought id check this out with a fresh copy myself seeing as its causing so much trouble...

installed a fresh copy and loaded it up...
zipped across to pc default.xip and the green skin, changed the line to look like this:

CODE

/*gas
DEF theBackground Background
{
    skyColor 0 0 0
    //backdrop ImageTexture { url "xboxlogo.xbx" }
}*/

DEF theBackground Background
{
    skyColor 0 0 0
    backdrop ImageTexture { url "backgound.xbx" }
}


converted an image to xbx called it "background.xbx" stuck it in the green skin and ftp'd it all back. didnt delete the cache just restarted dash.

worked perfectly.

gunna have to go with merde^^ on this one laugh.gif
Title: How To Get Backgrounds Working
Post by: Odb718 on March 08, 2006, 11:06:00 PM
Some times the dash wont let you ftp to the uix folders because they are being used.
Make sure that the FTP went as planned. If the changes haven't worked FTP the .xip from the xbox back over to the PC and check to see if the changes are there. If they aren't try the ftp again. If they are Delete the Udata folder and cold reboot. If there still isn't a background image then it could only be the skin is missing background.xbx
Title: How To Get Backgrounds Working
Post by: auzzie on March 09, 2006, 08:25:00 PM
Sorry guys I rushed to reply is not BlackWraith above is KyesaRRi who asked for tutorial confirmation.
Title: How To Get Backgrounds Working
Post by: l0l 0X l0l on May 19, 2006, 07:46:00 PM
how do I edit the .xip file, w/ notepad???
Title: How To Get Backgrounds Working
Post by: gasclown on May 20, 2006, 01:07:00 AM
you open the .xip with "winxip" you edit the .xap with notepad.