xboxscene.org forums

Pages: 1 2 3 [4]

Author Topic: Icons For Lite  (Read 397 times)

Krater

  • Archived User
  • Jr. Member
  • *
  • Posts: 51
Icons For Lite
« Reply #45 on: June 24, 2004, 09:01:00 AM »

Hi
nortnil, the icons are in folders inside E:\UDATA\, the file is TitleImage.xbx, but you'll have to find out which one belongs to each game.

Teralus, PID hosted a tHc Lite dash with the icon code on ftp001 on #boxfiles and he was also going to host an Icons.xip, I dont know if it's still there. Also, you can find an Icons.xip at Kanaberra's: http://kanaberra.nerim.net
Regards,

   Krater
Logged

nortnil

  • Archived User
  • Jr. Member
  • *
  • Posts: 80
Icons For Lite
« Reply #46 on: June 24, 2004, 09:57:00 AM »

Thanks Krater,

I'll have to check into that.  But I think you are right, it will be easier to just get them from somewhere already done.  The reason I asked was that I couldn't find a couple of icons for some of my games but I will have to check out the places you suggested.  Thanks again
Logged

Jinzo

  • Archived User
  • Newbie
  • *
  • Posts: 1
Icons For Lite
« Reply #47 on: June 25, 2004, 09:56:00 AM »

smile.gif  but, I have the same problem some of you already have, yes, the "no-skin-white-tabs" I have also read the post of nmajin and cheked my default.xap/default.xip code for the funtion initialize(), it seems to be correct, but still have the no-skin-white-tabs blink.gif

I have realize that cancel one of the funtions, either GoToIcons() or  GoToSkin(), make the other works, but i can´t make both work!

What i´m doing wrong?

Logged

coltxL2717

  • Archived User
  • Full Member
  • *
  • Posts: 170
Icons For Lite
« Reply #48 on: June 25, 2004, 01:46:00 PM »

Hey Krater i have a question for you.  What program do you use to change your images to .xbx.  I tried using fuckdb fast...... program but it made the white patches black.  Is there any way to fix this?
Logged

nortnil

  • Archived User
  • Jr. Member
  • *
  • Posts: 80
Icons For Lite
« Reply #49 on: June 25, 2004, 03:43:00 PM »

Thanks for the reply vintster, that did help.
Logged

coltxL2717

  • Archived User
  • Full Member
  • *
  • Posts: 170
Icons For Lite
« Reply #50 on: June 27, 2004, 11:16:00 AM »

well, krater i d/l n icon pack off of xbox-skins.com.  They were in .png format so i had to change them to xbx.  The backgrounds were white in the picture but ounce i ran it through the program the white background came out black with white patches.
Logged

Piracy the Clown

  • Archived User
  • Newbie
  • *
  • Posts: 18
Icons For Lite
« Reply #51 on: July 31, 2004, 06:34:00 PM »

So what is the final verdict on the infamous "White tabs"
Logged

lowkill

  • Archived User
  • Newbie
  • *
  • Posts: 33
Icons For Lite
« Reply #52 on: August 18, 2004, 06:02:00 AM »

Hello,

I am make the modifications for add icons in the hardrive menu, all works good when i run the dash normally, but when i launch a dvd (i m use xbox dash for read dvd and no dvd2x region free) and when i launch the setting menu since dvd menu : i am white tab in this one, nocellwall, no backroung, no outline etc... (and the sound of the dash don't work in this menu.)
for correct that i am push game_hilte, outline and cellwal in the default.xip.
any one now how correct this in the krater code ?

Thank for your help !

loki
Logged

lowkill

  • Archived User
  • Newbie
  • *
  • Posts: 33
Icons For Lite
« Reply #53 on: August 18, 2004, 11:26:00 AM »

hello,

I m find the bug for white tab in dvdplayer of xbox.

the bug is in the icons.xap

the krater code :

DEF theIcons Level
{
archive "Icons.xip"

children
[
DEF theIconsPath Inline
{
 url "Icons/default.xap"

 function onLoad()
 {
  if (theDiscDrive.discType == "Video")
      {
          EnableInput(true);
          StartDVDPlayer();
  }
 }
}
]
function OnArrival()
{
theMainMenu.GoTo();
}
}

the code change :

DEF theIcons Level
{
   archive "Icons.xip"

   children
   [
      DEF theIconsPath Inline
      {
         url "Icons/default.xap"
      }
   ]
   function OnArrival()
   {
      theMainMenu.GoTo();
   }
}

and no in dvd player you aren't white tab and they are the skin color....

loki


Logged

rixter110

  • Archived User
  • Jr. Member
  • *
  • Posts: 62
Icons For Lite
« Reply #54 on: August 22, 2004, 08:25:00 PM »

uhh.gif
Logged

aweelz

  • Archived User
  • Full Member
  • *
  • Posts: 129
Icons For Lite
« Reply #55 on: September 02, 2004, 06:23:00 AM »

Near the top of the page someone posted about finding the folders for the savegames, go checkout the pinned code section. Theres some code in ther for yall somewhere that i did a while back. Works with memorycards too.

Aweelz
Logged

Shadow_Ryo

  • Archived User
  • Newbie
  • *
  • Posts: 6
Icons For Lite
« Reply #56 on: September 02, 2004, 04:26:00 PM »

biggrin.gif
Logged
Pages: 1 2 3 [4]