xboxscene.org forums

Author Topic: I Feel So N00bish..  (Read 118 times)

thetruethugg

  • Archived User
  • Sr. Member
  • *
  • Posts: 432
I Feel So N00bish..
« on: May 30, 2003, 09:44:00 PM »

How do you make submenu's with nexgen?  I've been trying for a few days (before .95 was announced on the main page.)  But it always just adds each section..  So it'll have "Games" being empty, and then the sections I have that should be in it, under in on the main list..  It looks really crappy like that..
Logged

nmajin

  • Archived User
  • Full Member
  • *
  • Posts: 224
I Feel So N00bish..
« Reply #1 on: May 30, 2003, 10:37:00 PM »

CODE




   
   
   

   

 
   

   

 
   

   

 
   

   

 
   

   

 
   


<--
Main Menu Items:

Item
Text - The text that appears in the menu
Action - The action to be performed, just use action="Launch" for now
Param - The file to launch. MUST have .xbe extension.
-->

Logged

thetruethugg

  • Archived User
  • Sr. Member
  • *
  • Posts: 432
I Feel So N00bish..
« Reply #2 on: May 30, 2003, 10:56:00 PM »

CODE
   

 

    
    
 

 

    
    
 
   


Ok, see that..  I want it to appear like this:

Menu1
Emulators
---NES (SUBmenu1)
---SNES (SUBmenu2)
Menu3

But, instead it just shows up as

Menu1
Emulators (This is empty, but I want the next to menu's to be submenu's of this)
Nes
SNES
Menu5

And so on..
Logged

thetruethugg

  • Archived User
  • Sr. Member
  • *
  • Posts: 432
I Feel So N00bish..
« Reply #3 on: May 31, 2003, 12:28:00 AM »

QUOTE (Dunny @ May 31 2003, 03:22 AM)
<section name="Emulators">
<section name="NES">
 <item text="FCE Ultra" icon="" xbe="E:emulatorsfceultradefault.xbe"/>
 <item text="NesterX" icon="" xbe="E:emulatorsnesterxdefault.xbe"/>
</section>
<section "SNES">
 <item text="Snes9x X" icon="" xbe="E:emulatorsSnes9x Xdefault.xbe"/>
 <item text="xSnes9x" icon="" xbe="E:emulatorsxSnes9xdefault.xbe"/>
</section>
</section>

Mine IS the same as that.. However, I will try the next one for shits and giggles..
Logged

thetruethugg

  • Archived User
  • Sr. Member
  • *
  • Posts: 432
I Feel So N00bish..
« Reply #4 on: May 31, 2003, 12:48:00 AM »

Ahh yes, but that doesn't affect parsing that menu (submenu and regular menu-wise), or the rest of the menu for that matter...  Basically, I don't think nexgen does submenus..  Well, besides the main menu thing, then the "storage" submenu..
Logged

c-2

  • Archived User
  • Hero Member
  • *
  • Posts: 843
I Feel So N00bish..
« Reply #5 on: June 01, 2003, 09:37:00 AM »

i have a quick question sort of releated to this .. how come when i change the colour in nexgen to say red white blue the main screen comes up in all those colours but when i go into storage its all one colour, red .. it would b way better looking if the colour scheme carried to the next menu , or am i doing something wrong ? thanx
Logged

Pobbe

  • Archived User
  • Full Member
  • *
  • Posts: 140
I Feel So N00bish..
« Reply #6 on: June 01, 2003, 01:59:00 PM »

QUOTE (c-2 @ Jun 1 2003, 06:37 PM)
how come when i change the colour in nexgen to say red white blue the main screen comes up in all those colours but when i go into storage its all one colour, red ..

Haven´t tried it myself, but I would guess that it´s just a bug. Doesn´t sound like it should be like that on purpose.
Logged