xboxscene.org forums

Pages: 1 2 [3] 4 5 6

Author Topic: 5 Menues On Thc Lite ^_^  (Read 4008 times)

Aron Parsons

  • Archived User
  • Sr. Member
  • *
  • Posts: 299
5 Menues On Thc Lite ^_^
« Reply #30 on: April 22, 2004, 12:50:00 PM »

Same problem here.  Pasting the code right before the sqaure bracket puts the tab far away and centered on the orb.  I can still select it and launch XBMC just fine, but it doesn't appear as it should.  Was this centered on the green dash, b/c I'm using the blue dash for it.
Logged

WarriorSan

  • Archived User
  • Full Member
  • *
  • Posts: 111
5 Menues On Thc Lite ^_^
« Reply #31 on: April 23, 2004, 03:41:00 AM »

@Aron Parsons,

I've also got the blue version and I think that we don't do anything wrong. This is because the code that Gcue gave us was meant to be that only 4 tabs are visible and when you move down the 5th tab shows up. So your mainmenu won't be clogged up with a crap load of tabs.

So I (we) hope that maybe Gcue can say how to make the 5th tab solid and underneath the 4th tab?

THNX
Logged

Tigroz

  • Archived User
  • Newbie
  • *
  • Posts: 12
5 Menues On Thc Lite ^_^
« Reply #32 on: April 23, 2004, 04:23:00 AM »

@WarriorSan,
i've the blue thc lite 1.2 too , and cheked 10 times, it's like Gcue's tutorial no errors, but the 5th tab it's where is your.

Logged

Alekz

  • Archived User
  • Newbie
  • *
  • Posts: 40
5 Menues On Thc Lite ^_^
« Reply #33 on: April 24, 2004, 02:55:00 AM »

pop.gif
Logged

cypher35

  • Archived User
  • Full Member
  • *
  • Posts: 153
5 Menues On Thc Lite ^_^
« Reply #34 on: April 24, 2004, 06:50:00 AM »

if i find time in the next few days, i'll take a look at i and see if i can find where everybody is going wrong with this tutorial...

Logged

cypher35

  • Archived User
  • Full Member
  • *
  • Posts: 153
5 Menues On Thc Lite ^_^
« Reply #35 on: April 24, 2004, 06:56:00 AM »

CODE
       DEF theMenuItems Transform
   {
    fade 0.43
    //fade 0.25

    children
    [   
    
    
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///                           <-- insert menu5 here!! -->
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

   DEF Main_memory_ringpin_2 Transform
   {
      children
      [


maybe this will work for some of you who are having trouble...
Logged

MrSelfDestruct

  • Archived User
  • Full Member
  • *
  • Posts: 228
5 Menues On Thc Lite ^_^
« Reply #36 on: April 24, 2004, 11:21:00 AM »

I followed this tut step by step, 3 times, and every time I try to run thc with this hack, thclite.xbe just reboots my xbox, instead of actually launching the application. not quite sure what the problem is....

Any chance someone could send me the hacked default.xip, and the mainmenu5.xip, or maybe get them hosted on xbins?
Logged

Xbox-Savage

  • Archived User
  • Hero Member
  • *
  • Posts: 857
5 Menues On Thc Lite ^_^
« Reply #37 on: April 24, 2004, 06:42:00 PM »

biggrin.gif  weee i did it!!!

huh.gif  I didnt do the 5th tab , but i removed the Music Tab and made the edit to make the path to launch editable from the config.

cool.gif  will try to add Shortcut for Games on Music
Logged

MrSelfDestruct

  • Archived User
  • Full Member
  • *
  • Posts: 228
5 Menues On Thc Lite ^_^
« Reply #38 on: April 25, 2004, 06:58:00 PM »

QUOTE (soundentertainm @ Apr 26 2004, 03:57 AM)
If someone could send me the xip's I would be very greatfull.

agreed.....   rolleyes.gif
Logged

MrSelfDestruct

  • Archived User
  • Full Member
  • *
  • Posts: 228
5 Menues On Thc Lite ^_^
« Reply #39 on: April 25, 2004, 09:39:00 PM »

cypher ownz beerchug.gif

thank you sooooooooooooooooooo much
Logged

Xbox-Savage

  • Archived User
  • Hero Member
  • *
  • Posts: 857
5 Menues On Thc Lite ^_^
« Reply #40 on: April 25, 2004, 09:51:00 PM »

QUOTE (cypher35 @ Apr 26 2004, 02:06 AM)
ok..  i don't really have the time to try to understand what all of you are doing wrong with this tutorial, so i've just decided to post my entire code for mainmenu5.xip and default.xip

i'm not sure how legal this is, so if any moderator want's me to remove this link, just let me know...  i'll probably be taking it down in a week or so, so get it while it lasts:

EDIT.rar

is legal to post xaps but not the xips so youre ok.
Logged

Xbox-Savage

  • Archived User
  • Hero Member
  • *
  • Posts: 857
5 Menues On Thc Lite ^_^
« Reply #41 on: April 25, 2004, 10:26:00 PM »

QUOTE (-ViciouS- @ Apr 26 2004, 03:09 AM)
I didn't make a fifth tab, I just rearranged the bracket contents around, and made my now ex-memory menu simply launch XBMP.

Here it is for anyone who doesn't want the five tabs:


Search for:
CODE
control DEF theMainMenuJoy Joystick


Do this:


Voila.  One simple line.

 rolleyes.gif i did the same thing , only that i used the code QuickLaunch ("Menu5") instead of launch ("default.xbe","\\Device\\Harddisk0\\partition6\\Apps\\XBMP");   , that way you can edit it on the config.xbx like this :

CODE
Quick Launches
Holding L+R + button launches your app

Quick Launch A=F:\\Apps\\DVD\\default.xbe
Quick Launch B=F:\\Apps\\Media Center\\default.xbe
Quick Launch X=
Quick Launch Y=
Quick Launch Menu5=F:\\Apps\\Media Center\\default.xbe
Logged

Alekz

  • Archived User
  • Newbie
  • *
  • Posts: 40
5 Menues On Thc Lite ^_^
« Reply #42 on: April 26, 2004, 04:53:00 AM »

QUOTE (cypher35 @ Apr 26 2004, 05:06 AM)
ok..  i don't really have the time to try to understand what all of you are doing wrong with this tutorial, so i've just decided to post my entire code for mainmenu5.xip and default.xip

i'm not sure how legal this is, so if any moderator want's me to remove this link, just let me know...  i'll probably be taking it down in a week or so, so get it while it lasts:

EDIT.rar


sorry for n00bishness...
but where to insert? i inserted the xap into the default xip ... and when i load up i get something that looks like more like a wildstyle than thc lite dash :/ the tabs are on the left side and they are as small as a penny :/(

what is wrong?? i only pasted,... nothing modified..
Logged

Alekz

  • Archived User
  • Newbie
  • *
  • Posts: 40
5 Menues On Thc Lite ^_^
« Reply #43 on: April 26, 2004, 05:14:00 AM »

QUOTE (macegriffon @ Apr 26 2004, 11:50 AM)
first of all thanks to cypher for posting his xap´s. beerchug.gif

i have one more question, now the 5th tab is there, but empty.
how do i make it display "Media Center" and launch the xbmc?

thanks

open the file with a notepad and search for "xpmp" and change it into "xbmc" wink.gif or change the hole path, if your xbmc isn't in your apps folder..
Logged

WarriorSan

  • Archived User
  • Full Member
  • *
  • Posts: 111
5 Menues On Thc Lite ^_^
« Reply #44 on: April 26, 2004, 05:14:00 AM »

@ cypher35,

Thanks for all your help rolleyes.gif

@ macegriffon,

I think you forgot to edit your config.xbx explained by cypher35

@Alekz,

[Inside the folder called EDIT you see a file called default.xap (<= this one goes into the default.XIP) and the other default.xap inside the folder mainmenu5 goes into suprise....the mainmenu5.XIP]

With WinXIP you open the default.XIP then push Edit and then choose Insert. Now open the file EDIT/default.xap and when it ask to replace/overwrite click yes. Now save the file as default.XIP.

Now open the mainmenu5.XIP with WinXIP and insert the other default.xap (EDIT/mainmenu5/default.xap) and save as mainmenu5.XIP

And edit the config.xbx (Credits to cypher35)

QUOTE


while we're on the subject of making things easily configurable, let's make the menu name editable from config.xbx also...

first off, add the line
CODE 
Menu5 Text=.:MENU 5:.

under the other menu name configurations in config.xbx

there ya go... your manu name and launch path are now definabel via config.xbx


and

QUOTE


and add the following line anywhere you want (just as long as it is it's own line and you don't change anything before the '=' sign)

CODE 
Quick Launch Menu5=F:\\Apps\\XBMC\\default.xbe

you can then set that to whatever you want menu 5 to launch to.
Logged
Pages: 1 2 [3] 4 5 6