xbox-scene.com - your xbox news information source
Quick Links: Main Forums | Xbox360 Forums | Xbox1 Forums | PS3 Forums
Xbox-Scene Forum Help  Search Xbox-Scene Forums   Xbox-Scene Forum Members   Xbox-Scene Calendar

Giganews Usenet Offers: +1150 days binary retention, 99%+ Completion, and Unlimited Speed/Access!

360 ODD Emulators: X360 Key $99 | Wasabi360 FAT $99 | Wasabi360 Slim $99
C4E's iXtreme Burner MAX Drive: LiteOn iHAS124 DROPPED TO JUST $17


Welcome Guest ( Log In | Register )

 Forum Rules Rules
 
Reply to this topicStart new topic
> Info Panel Dvd =, need help
computer guy
post Aug 2 2005, 03:53 AM
Post #1


X-S Young Member
*

Group: Members
Posts: 30
Joined: 3-April 05
Member No.: 210984
Xbox Version: v1.2
360 version: unknown



I want the Av pack = .......... on the Info panel mod to be DVD = ............

eg. Av pack = Standard. becomes DVD = Game

I need:

DVD = Game
DVD = Video
DVD = Audio
DVD = Unknown
DVD = Empty

Plz help.

Thanks to slick50zd for the info panel. love it. love.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Odb718
post Aug 2 2005, 09:51 AM
Post #2


X-S Freak
*****

Group: Last Chance
Posts: 1589
Joined: 19-August 03
Member No.: 57222
Xbox Version: v1.0
360 version: v1 (xenon)



So is this the same freakin question as the other topic??
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
computer guy
post Aug 2 2005, 10:07 AM
Post #3


X-S Young Member
*

Group: Members
Posts: 30
Joined: 3-April 05
Member No.: 210984
Xbox Version: v1.2
360 version: unknown



I have an launch button in my main menu. but would like to display what is currently inserted. a tab in the bottom right corner would be nice. and a folder called "Icons" to put images in called "Game.jpg, Unknown.jpg" and so on,

and when a disc is inserted it displayed the corresponding image.

then i could make my own xbox looking images for it. smile.gif

Plz... Think up some code for me. i'm sure lots of other people would want it to.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
shank-
post Aug 3 2005, 06:40 AM
Post #4


X-S Enthusiast


Group: Members
Posts: 16
Joined: 5-June 04
Member No.: 123903



this is some code i use in my info panel
CODE

else if (nDisplayNum == 2)
{
   albumtext = "Disc Type:";
   songtext = theDiscDrive.discType;

   if( theDiscDrive.discType == "Video" )
   {
   c.theScreenAlbumArt.url = "A:\\album covers\\dvdvideo.xbx";
   }

   else if(theDiscDrive.discType == "Title")
   {
   c.theScreenAlbumArt.url = "A:\\album covers\\dvdtitle.xbx";
   }

   else if(theDiscDrive.discType == "none")
   {
   c.theScreenAlbumArt.url = "A:\\album covers\\dvdempty.xbx";
   }

   else if(theDiscDrive.discType == "Audio")
   {
   c.theScreenAlbumArt.url = "A:\\album covers\\dvdaudio.xbx";
   }

   else if(theDiscDrive.discType == "unknown")
   {
   c.theScreenAlbumArt.url = "A:\\album covers\\dvdunknown.xbx";
   }
}

you could modify it to change the text like so....
CODE

if( theDiscDrive.discType == "Video" )
   {
   text = "Video";
   }

   else if(theDiscDrive.discType == "Title")
   {
   text = "Title";
   }

and so on
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
shank-
post Aug 3 2005, 06:49 AM
Post #5


X-S Enthusiast


Group: Members
Posts: 16
Joined: 5-June 04
Member No.: 123903



maybe you might want to try out my infopanel..
http://forums.xbox-scene.com/index.php?showtopic=417297

user posted image
user posted image
user posted image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
computer guy
post Aug 3 2005, 07:33 AM
Post #6


X-S Young Member
*

Group: Members
Posts: 30
Joined: 3-April 05
Member No.: 210984
Xbox Version: v1.2
360 version: unknown



Thanks man great code. cool.gif

exactly wat i wanted.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post





Reply to this topicStart new topic

 

Lo-Fi Version Time is now: 20th June 2013 - 04:00 AM