1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

configuire the .ini file so dvd2xbox will work

Discussion in 'Xbox - General discussion' started by yu-8, Apr 23, 2005.

  1. yu-8

    yu-8 Regular member

    Joined:
    Apr 16, 2005
    Messages:
    326
    Likes Received:
    0
    Trophy Points:
    26
    does anyone know how to configuire the .ini file so that my xbox will have it in the launch menu?
    thanks for your help
     
  2. PimpDawg

    PimpDawg Guest

    yu-8, what chip are you using again?

    If you are using the X3, here is what you need to do:

    This is your original evox.ini file under the Launch Menu (may not have as many partitions, I have a 200GB hard drive with 3 of them, the original hard drive has a c: and e: partition):

    Section "Launch Menu"
    {
    Section "Games"
    {
    AutoAddItem "e:\games\"
    AutoAddItem "f:\games\"
    AutoAddItem "g:\games\"
    SortAll
    }
    Section "Apps"
    {
    AutoAddItem "e:\apps\"
    AutoAddItem "f:\apps\"
    AutoAddItem "g:\apps\"
    SortAll
    }
    }
    }

    Now, all you have to do is add in DVD2Xbox like this

    Section "Launch Menu"
    {
    Section "Games"
    {
    AutoAddItem "e:\games\"
    AutoAddItem "f:\games\"
    AutoAddItem "g:\games\"
    SortAll
    }
    Section "Apps"
    {
    AutoAddItem "e:\apps\"
    AutoAddItem "f:\apps\"
    AutoAddItem "g:\apps\"
    SortAll
    }
    [bold]Section "DVD2Xbox"
    {
    AutoAddItem "e:\dvd2xbox\"
    AutoAddItem "f:\dvd2xbox\"
    AutoAddItem "g:\dvd2xbox\"
    SortAll
    }[/bold]
    }
    }

    Is this the kind of answer you were looking for?
     
  3. yu-8

    yu-8 Regular member

    Joined:
    Apr 16, 2005
    Messages:
    326
    Likes Received:
    0
    Trophy Points:
    26
    sort of i tried lots of things and none worked so i looked through the dvd2xbox files and didnt find a default.xbe file. isnt that the file that will be recognized by the xbox?
     

Share This Page