xboxscene.org forums

Author Topic: Making A Newly Uploaded Game Appear (and Work) From The Games Menu  (Read 27 times)

Xombe

  • Archived User
  • Hero Member
  • *
  • Posts: 2110

Just need to make some edits...

Depends on how you're creating your backups.  Tell us how and we can tell you how to arrange your menu config.
Logged

theperfekt001

  • Archived User
  • Hero Member
  • *
  • Posts: 1326
Making A Newly Uploaded Game Appear (and Work) From The Games Menu
« Reply #1 on: January 30, 2007, 03:11:00 PM »

QUOTE(4wheelsare2toomany @ Jan 30 2007, 08:33 AM) View Post

Backups, what backups?

 blink.gif
The games. How did you back them up?
Logged

1hotjob

  • Archived User
  • Hero Member
  • *
  • Posts: 1310
Making A Newly Uploaded Game Appear (and Work) From The Games Menu
« Reply #2 on: January 30, 2007, 07:03:00 PM »

CODE
Section "Root"
{
        Section " Play Games From Hard Drive"
    {
        Section "Games"
                {
                SortStart
    AutoAddItem "f:\Games\Games\"
    SortEnd
                }
         Section "Kids"
                {
                SortStart
    AutoAddItem "f:\Games\Kids\"
    SortEnd
                }
        Section "Driving"
                {
                SortStart
    AutoAddItem "f:\games\Driving\"
    SortEnd
                }      
        Section "Action"
                {
                SortStart
    AutoAddItem "f:\games\Action\"
    SortEnd
                }
        Section "Sports"
                {
                SortStart
    AutoAddItem "f:\games\Sports\"
    SortEnd
                }
        Section "First Person Shooter"
                {
                SortStart
    AutoAddItem "f:\games\fps\"
    SortEnd
                }
        Section "Fighting"
                {
                SortStart
    AutoAddItem "f:\games\Fighting\"
    SortEnd
    }
    }


You will need to make the appropriate folders under the Games directory on the F drive.

DVD2Xbox

CODE


        F:\Movies\
        F:\games\Kids\
        f:\games\Games\
        f:\games\FPS
        f:\games\Driving
        f:\games\Sports
        f:\games\Action
        F:\games\Fighting\
        g:\
    


    
    
    
    
    
        F:\games\Games
        f:\games\Kids
        F:\games\Sports
        F:\games\Action
        f:\games\FPS
        F:\games\Fighting
        f:\games\Driving
    

Logged

1hotjob

  • Archived User
  • Hero Member
  • *
  • Posts: 1310
Making A Newly Uploaded Game Appear (and Work) From The Games Menu
« Reply #3 on: January 31, 2007, 08:31:00 AM »

Just FTP your Evox.ini file to the PC. Edit it with notepad or another text editor. With FlashFXP you can right click on the file and select edit without copying it to the PC first.

Make sure you have backed up your files to the PC. FTP the C and E drives to the PC.

If you want, I can post my entire evox.ini file. You just select all, copy and paste it into notepad and save as evox.ini. Rename your old one on the Xbox to evox.old and FTP the new one over. Play with it to see if you like the structure.

You may have to change a few things, like the name of your MS Dash. Mine is C:\msdash.xbe and yours may be c:\xboxdash.xbe. Different mods name it differently.

Read the pinned topics at the top of the Evox section. There are some good tutorials on getting you familiar with the evox.ini file.
Logged

1hotjob

  • Archived User
  • Hero Member
  • *
  • Posts: 1310
Making A Newly Uploaded Game Appear (and Work) From The Games Menu
« Reply #4 on: February 02, 2007, 08:53:00 PM »

CODE
[Menu]

Section "Root"
{
        Section " Play Games From Hard Drive"
    {
        Section "Games"
                {
                SortStart
    AutoAddItem "f:\Games\Others\"
    SortEnd
                }
         Section "Kids"
                {
                SortStart
    AutoAddItem "f:\Games\Kids\"
    SortEnd
                }
        Section "Driving"
                {
                SortStart
    AutoAddItem "f:\games\Driving\"
    SortEnd
                }      
        Section "Action"
                {
                SortStart
    AutoAddItem "f:\games\Action\"
    SortEnd
                }
        Section "Sports"
                {
                SortStart
    AutoAddItem "f:\games\Sports\"
    SortEnd
                }
        Section "First Person Shooter"
                {
                SortStart
    AutoAddItem "f:\games\fps\"
    SortEnd
                }
        Section "Fighting"
                {
                SortStart
    AutoAddItem "f:\games\Fighting\"
    SortEnd
    }
    }
       Section "DVD & Media Players"
                {
                Line "- Installed Players -",2
                SortStart
                AutoAddItem "E:\Apps\Players\"
                SortEnd
                }
        Section "Disc Copiers & File Managers"
                {
                Item "Copy/Delete Game or DVD to HD","E:\Apps\copiers\dvd2xbox\default.xbe"
    Item "Xtoolbox","E:\Apps\copiers\xtoolbox\default.xbe"
#                Item "Xbox File Explorer","E:\Apps\Copiers\boxplorer\default.xbe"
#                SortStart
#                AutoAddItem "E:\Apps\Copiers\"
#                SortEnd
                }
        Section "Launch an Emulator"
                {
                Line "- Installed Emulators -",2
                SortStart
                AutoAddItem "f:\Emulators\"
                SortEnd
                }
        Section "Launch Other Dashboards"
                {
                Item "Launch MS Dashboard","c:\xboxdash.xbe"
#                Item "Launch Avalaunch Dashboard","E:\apps\dashboards\avalaunch\avalaunch.xbe"
#                Item "Launch MXM Dashboard","c:\mxm.xbe"
#                Item "Launch Nexgen Dashboard","c:\nexgen.xbe"
                }
#        Section "System Tools"
#                {
#                SortStart
#                AutoAddItem "E:\Apps\System\"
#                SortEnd
#                }
        Section "Change System Settings"
                {
#                Section "Flash Bios"
#                        {
#                       Item "Flash BIOS",@1
#                        }
                Item "Choose Skin",@13
                Item "Change EvoX Settings",@9
                }
    Item "Play Game from DVD / RESET",@5            
    Item "Shutdown",@10
}

[Action_10]


[Action_11]


[Action_12]


[Telnet]

Enable        = Yes

[BIOS]

Current        = 0xc5907d241de37c22b083b6e30fa934b0



Hope that helps some.
Logged

1hotjob

  • Archived User
  • Hero Member
  • *
  • Posts: 1310
Making A Newly Uploaded Game Appear (and Work) From The Games Menu
« Reply #5 on: February 04, 2007, 07:44:00 PM »

There are just some games that won't run from the HD. The only thing I can say is try cleaning the disk and try it again.
Logged