xboxscene.org forums

Author Topic: Make Unleashx Boot To Games Menu?  (Read 92 times)

Heimdall

  • Archived User
  • Hero Member
  • *
  • Posts: 3862
Make Unleashx Boot To Games Menu?
« on: May 30, 2009, 09:53:00 AM »

Edit the <Menu> section of config.xml so that only the items you want (i.e. the games) are on the top level menu. If you want to provide a backdoor just put everything else behind a passcode or password protected entry.
Logged

Heimdall

  • Archived User
  • Hero Member
  • *
  • Posts: 3862
Make Unleashx Boot To Games Menu?
« Reply #1 on: May 31, 2009, 01:07:00 PM »

The best manual I can find quickly is here, but that doesn't mention passcode protection.....

Here's my standard config for you to use as a starting point. I've only included the section from <Menu> onwards:
CODE

        XBox Media Centre
        Launch DVD
        
            E:\Games
            F:\Games
            G:\Games
        

        
            Game Saves Manager
            Copy Game Disc
        

        Skins
        
            
                E:\Apps
                F:\Apps
                G:\Apps
                Text Editor
            

            
                Avalaunch
                Evolution-X
                NeoDashX
                MS Dashboard
            

            
                Use UnleashX File Explorer. Alternatively use DVD2XBox (under Applications) or Avalaunch (under Dashboards). BUG IN UNLEASHX FTP CLIENT, SO PUSH, DON'T PULL.
            

            
                Settings
                
                    Stop FTP
                    Start FTP
                    Reset FTP
                    Restart Network
                

                
                    Close DVD Tray
                    Open DVD Tray
                

                
                    Format X Drive
                    Format Y Drive
                    Format Z Drive
                    
                        Are you sure you want to format Drive F?
                        Press OK to proceed with the format operation.
                        Format F Drive
                    

                    
                        Are you sure you want to format Drive G?
                        Press OK to proceed with the format operation.
                        Format G Drive
                    

                    
                        Are you sure you want to format Drive E?
                        Press OK to proceed with the format operation.
                        Format E Drive
                    

                

            

            File Explorer
        

        
            This will clear your cache. It can be helpful when you experience games not loading or crashing.
            
            
            
            
            
            Cache is cleared.
        

        Set Clock
        Reboot
        Shutdown
    



Line 14 - <List Text="XBox Admin" Sort="On" Auto="On" Passcode="AYBX"> is the line that passcode protects the rest of the menu. You could also use a keyboard password if you prefer:
<List Text="XBox Admin" Sort="On" Auto="On" Password="Xbox">

...but I find passcode is easier.
Logged