xboxscene.org forums

Author Topic: Boot Game Disc From Thclite...  (Read 90 times)

total_ass

  • Archived User
  • Hero Member
  • *
  • Posts: 1201
Boot Game Disc From Thclite...
« on: August 24, 2004, 11:41:00 AM »

unsure.gif  you want thc to launch the disc for you correct? this is done automatically if there is a disc in the drive. sorry if i have got this wrong but i don't quite get what you need.
Logged

total_ass

  • Archived User
  • Hero Member
  • *
  • Posts: 1201
Boot Game Disc From Thclite...
« Reply #1 on: August 24, 2004, 12:42:00 PM »

ok i understand what you mean now, thanks for explaining it in more detail.

i am in virtually the exact same setup as you, (UDE1 and tHc) except i use tHc original and i keep my bios to load d:\default.xbe, i'm gonna have to get around to changing that.

anyways, i am pretty sure that tHc autoloads my backups for me, so i don't know what's up with yours, i could be wrong though, i'll check later to see.

so tHc lite doesn't autoload any games whatsoever for you?

p.s can anyone confirm to disprove that tHc has better or worse quality dvd playback than the normal MS dash? this is something i've always wondered as i've used both and for some reason normal MS dash seems better picture.
Logged

Jezz_X

  • Archived User
  • Hero Member
  • *
  • Posts: 2893
Boot Game Disc From Thclite...
« Reply #2 on: August 24, 2004, 05:59:00 PM »

QUOTE (total_ass @ Aug 24 2004, 08:45 PM)
p.s can anyone confirm to disprove that tHc has better or worse quality dvd playback than the normal MS dash? this is something i've always wondered as i've used both and for some reason normal MS dash seems better picture.

I cant confirm or deny this but its possible MS have updated the version of the mpeg decoder as well as other things in the never versions of the dash so its more than just possible since thc uses the old 4920 dash
Logged

xxwillisxx

  • Archived User
  • Sr. Member
  • *
  • Posts: 364
Boot Game Disc From Thclite...
« Reply #3 on: August 26, 2004, 02:39:00 PM »

in your config try this

Quick Launch X=D:\\default.xbe

Logged

xxwillisxx

  • Archived User
  • Sr. Member
  • *
  • Posts: 364
Boot Game Disc From Thclite...
« Reply #4 on: August 27, 2004, 12:36:00 PM »

QUOTE (jonnyschultze @ Aug 26 2004, 11:50 PM)
P.S. - Doesn't anyone have the problem I'm having?
~
~

no
Logged

gasclown

  • Archived User
  • Hero Member
  • *
  • Posts: 686
Boot Game Disc From Thclite...
« Reply #5 on: August 29, 2004, 06:31:00 AM »

QUOTE
no


dude

if u made your disc right it will load automatically with tHc, tHclite or even orig ms dash with orig you may have to thumb click.  And dvd playback has not gotten any better or worse(?)
Logged

xxwillisxx

  • Archived User
  • Sr. Member
  • *
  • Posts: 364
Boot Game Disc From Thclite...
« Reply #6 on: August 29, 2004, 12:53:00 PM »

CODE

function OnDiscInserted()
   {
       if (discType == "Audio")
       {
           return;
       }
       else if (discType == "Video")
       {
           return;
       }
       else if (discType == "Title")
       {
           return;
       }
       else if (discType == "unknown")
       {
           return;
       }
   }
}


then look for this and make it look like this
CODE

function OnWhiteDown()
   {
      theDiscDrive.LaunchDisc();
   }


now this disc wont launch whin you put it in you launch with white
Logged

xxwillisxx

  • Archived User
  • Sr. Member
  • *
  • Posts: 364
Boot Game Disc From Thclite...
« Reply #7 on: August 30, 2004, 12:10:00 AM »

QUOTE (jonnyschultze @ Aug 29 2004, 04:50 PM)
Edit: I fixed the frag, (left out the quotation mark at the end), but when I press white button it acts like it's going to load the game (goes to black screen), then reloads dash -  uhh.gif

you need default.xbe in the bios i think or it wont work
Logged

jonnyschultze

  • Archived User
  • Newbie
  • *
  • Posts: 42
Boot Game Disc From Thclite...
« Reply #8 on: September 01, 2004, 04:40:00 PM »

biggrin.gif

 I had the slash marks backwards in the code i posted last. Switched it around and it worked! So now I can manually load a game disc AND have IGR!!

-- Thank you all who have help out with this one, I definately appreciate it!! --
Logged