xboxscene.org forums

Pages: 1 2 [3] 4

Author Topic: Icons For Lite  (Read 396 times)

Krater

  • Archived User
  • Jr. Member
  • *
  • Posts: 51
Icons For Lite
« Reply #30 on: May 27, 2004, 08:59:00 AM »

Hi
sil247, just follow the instructions, if you have any doubt, don't hesitate to PM me!
@ PID & kanaberra: Cool!!! I've sent you a PM.
Regards,

  Krater
Logged

sil247

  • Archived User
  • Newbie
  • *
  • Posts: 18
Icons For Lite
« Reply #31 on: May 27, 2004, 06:03:00 PM »

wink.gif  wink.gif
Logged

kanaberra

  • Archived User
  • Sr. Member
  • *
  • Posts: 260
Icons For Lite
« Reply #32 on: May 28, 2004, 09:31:00 AM »

QUOTE (Krater @ May 27 2004, 05:59 PM)
@ PID & kanaberra: Cool!!! I've sent you a PM.
Regards,

   Krater


Yes i got it, THANX Krater !

So for the beginning, i've set up a galery to show the content of Icon.xip :

Icon Collection for Krater's code

The download link is included on the galery page & i set a dl counter on it wink.gif
The .xip file includes icons in .xbx format and the actual icon list default.xap.
The .xip file is RAR compressed.

A tutorial based on Krater's code will be available soon...

br


k
Logged

Flexmaster Frag

  • Archived User
  • Full Member
  • *
  • Posts: 248
Icons For Lite
« Reply #33 on: May 28, 2004, 02:51:00 PM »

Here a link to the unleashx icons pack which could be used in this situation:

http://www.xbox-skin...hp?download=120
Logged

Bullwinkle

  • Archived User
  • Jr. Member
  • *
  • Posts: 91
Icons For Lite
« Reply #34 on: May 29, 2004, 12:11:00 PM »

QUOTE
For more icons, already in .xbx, look here:
http://xbx-repositor...ge/xbx_menu.php


Krater,  thanks for the plug smile.gif  ...on a similar note, if anyone happens to have any .xbx files i can add to this database, please email them to me or catch up with me in #xboxdash of Efnet and i'll insert them.  

Thanks

Bullwinkle
Logged

sil247

  • Archived User
  • Newbie
  • *
  • Posts: 18
Icons For Lite
« Reply #35 on: May 31, 2004, 03:38:00 PM »

i'm back with problems. I'm being trying to get icons and the submenu2 to work
but no luck. I have Thclite green v1 with gamefixes. could someone please help
me. pm @ [email protected]
Logged

Krater

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

QUOTE

hm, icon code doesn't seem to work if the dash is on another partition or in a folder.

I have a copy on E:\Dashboards\tHc
and F:\Dashboards\tHc

The dash's work fine, but no icons

any ideas?

blink.gif  blink.gif  blink.gif I have no idea. Have you hexedited the xbe? I have the xbe in a folder and the xips in c:\thcData and it works for me.


Logged

alphaxav

  • Archived User
  • Jr. Member
  • *
  • Posts: 73
Icons For Lite
« Reply #37 on: June 01, 2004, 12:25:00 PM »

eh krater
the bug is inside the thc lite
I try with an original one and it's the same

I think it's because I have a lot of save games ( more than 40 there is the bug ) but in thc dash there is no bug

is there a way to fix it , I don't know

maybe Gcue and jb0nE could fix it !

sorry for my bad english and bye !
Logged

dvdronn

  • Archived User
  • Newbie
  • *
  • Posts: 36
Icons For Lite
« Reply #38 on: June 02, 2004, 01:04:00 PM »

I to got the white tabs. I do have over 40 games/ saves as well. white tabs or icons............................ICONS!!!!!!!!
Logged

nmajin

  • Archived User
  • Full Member
  • *
  • Posts: 224
Icons For Lite
« Reply #39 on: June 02, 2004, 03:24:00 PM »

rolleyes.gif

CODE

function initialize()
{
   bInGameBoardView = false;
   BGMon = false;
   quicklaunch = false;
   gamelaunch = false;
   ControlPanelOut = false;
   RightThumb = false;
   LeftThumb = false;
   LeftTrigger = false;
   RightTrigger = false;
   bBackToDVDPlayer = false;
   bGoToCDPlayer = false;
   bBackToLauncher = false;
   bShowErrorPanel = false;
   bShowInvalidDisc = false;
   nCurMainMenuItem = 1;
   g_bKeyboardDisplayed = false;
   g_bPanelDisplayed = false;
   g_bAboutToReboot = false;
   g_bAboutToRebootToOnline = false;
   bShowDVDStopBackground = true;
   bCleanupSpecifiedDrive = false;
   nSettingArea = 0;
   g_nRec = 0;
   strMessageYesFunction = "";
   strMessageNoFunction = "";
   strKeyboardDoneFunction = "";
   strKeyboardCancelFunction = "";
   g_bXOnDashExists = true;
   g_theMainMenuLoaded = false;
   bMusicPlayerReady = false;
   bPlayingCd = false;
   BGMst = 0;
   BGMtr = 0;
   vCurAlbum = "";
   vCurSong = "";
   GetOrb();
   GetBGM();

   theAmbientSound0.Play();
   theAmbientSound1.Play();
   theAmbientSound2.Play();

   var tempFdriveCheck = theConfig.NtFileExists( "\\Device\\Harddisk0\\Partition6\\apps\\xbmp\\default.xbe" );
   var tempGdriveCheck = theConfig.NtFileExists( "\\Device\\Harddisk0\\Partition7\\apps\\xbmp\\default.xbe" );
   var nLanguage = theConfig.GetLanguage();
   if (nLanguage != 0) nLanguage = nLanguage - 1;
   theTranslator.SetLanguage(nLanguage);

   bForceSetLanguage = theConfig.ForceSetLanguage();
   bForceSetTimeZone = theConfig.ForceSetTimeZone();
   bForceSetClock = theConfig.ForceSetClock();

   if ((bForceSetLanguage + bForceSetTimeZone + bForceSetClock) != false)//does box need time etc set ?? if so ...
   {
       bForceSetLanguage = false;//turn all force sets to false
       bForceSetTimeZone = false;
       bForceSetClock = false;
       var d = new Date(2004, 3, 20, 16, 20);// create a new date, year ****, mo 0-11, day 0-30, hour 24hr, min 0-59
       d.SetSystemClock(); // set this time as the system time
   }

   EnableInput(true);
   GoToIcons();
   GoToSkin();
}
Logged

dvdronn

  • Archived User
  • Newbie
  • *
  • Posts: 36
Icons For Lite
« Reply #40 on: June 03, 2004, 01:50:00 AM »

beerchug.gif
Logged

mrnutz

  • Archived User
  • Newbie
  • *
  • Posts: 12
Icons For Lite
« Reply #41 on: June 04, 2004, 06:35:00 PM »

wink.gif

No prob editing the files... can't wait for the icons.xip file to be updated w/ more icons... thnx kanaberra... (for the tHc blu skin too) cool.gif
Logged

mrnutz

  • Archived User
  • Newbie
  • *
  • Posts: 12
Icons For Lite
« Reply #42 on: June 04, 2004, 06:50:00 PM »

Logged

nortnil

  • Archived User
  • Jr. Member
  • *
  • Posts: 80
Icons For Lite
« Reply #43 on: June 22, 2004, 08:05:00 AM »

Don't most games have icons already imbedded in them some where?  And if so how do I extract them?  Sorry if this has already been covered but I couldn't seem to find this information anywhere.
Logged

Teralus

  • Archived User
  • Jr. Member
  • *
  • Posts: 89
Icons For Lite
« Reply #44 on: June 23, 2004, 09:48:00 PM »

It's not that I am lazy...but this just seems too much work, is there a file with all the code changes that i can just insert and a xbx with all the apps, and most games.. I mean it looks cool, but I am not one to spend all my time mucking around with this sort of stuff when i could be playing the games instead!
Logged
Pages: 1 2 [3] 4