Invité jean Posté(e) le 15 août 2003 Posté(e) le 15 août 2003 salut je n' arrive pas a trouver l' erreur !!!!!!! je n'ais pas de menu qui a l'a solution ??? function setvar() { configloaded = 1; /////////////MAINMENU/////////////////// // Set the main menu items // You can set them to whatever you like ///////////////////////////////////////////////////////////////////////////////// /////////////// // Set to true to use the 5 Button Main Menu // Set to false to use the 4 Button Main Menu // Note: When using the 4 Button Main Menu the MainMenuItem3 and MainMenuLaunch3 will be removed //////////////////////////////////////////////////////////////////////////// //////////////////// use5ButtonMainMenu = true; MainMenuItem1 = "STOCKAGE"; MainMenuItem2 = "MEMOIRE"; MainMenuItem3 = "MUSIQUE"; // This will be removed when using the 4 Button Menu MainMenuItem4 = "PARAMETRES"; MainMenuItem5 = "LIVE"; ///////////////////////////////////////////////////////////////////////////////////////// /// // Set the Launcher menus to launch from the main menu (requested) // Doing this will skip the Settings style menu and bring you straight to your launch menu // If you would like to use the Settings Style menu just set to 0; // Options you can use: ///////////////////////////////////////////////////////////////////////////////////////// //// // 0 = Settings Style Submenu // 1 = Apps menu // 2 = Emus menu // 3 = Games menu // 4 = Dashboards menu // 5 = Original Music menu // 6 = Original Settings menu // 7 = Original Memory menu // 8 = Launches Xbox Media Player straight from the Main Menu (Requested) ///////////////////////////////////////////////////////////////////////////////////////// //// MainMenuLaunch1 = 0; MainMenuLaunch2 = 7; MainMenuLaunch3 = 5; // This will be removed when using the 4 Button Menu MainMenuLaunch4 = 6; MainMenuLaunch5 = 8; // Set path to LIVE LIVEpath = "\\Device\\Harddisk0\\Partition2\\xodash& #092;\"; ////////////SUBMENU///////////////////// ////////////////// ////////////////////////////////////////////////////////////////////////// // Set the SubMenu Items // You can set them to whatever you want // Set how many SubMenu items you are goin to use ///////////////////////////////////////////////////////////////////////////////// /////////// SubMenuItems = 6; // 6 or less SubMenuItem1 = "Dashboards"; SubMenuItem2 = "Lect DVD-DIVX"; SubMenuItem3 = "Utils"; SubMenuItem4 = "Jeux"; SubMenuItem5 = "Redemarrer"; SubMenuItem6 = "Eteindre la console"; SubMenuItem7 = "Eject Tray"; SubMenuItem8 = "Close Tray"; ///////////////////////////////////////////////////////////////////////////////////////// /// // Set what Menus you want to launch from each SubMenu item // Options you can use: ///////////////////////////////////////////////////////////////////////////////////////// //// // 0 = Dashboards Menu // 1 = Apps menu // 2 = Emus menu // 3 = Games menu // 4 = Reboot Xbox // 5 = Shutdown Xbox // 6 = Eject Tray // 7 = Close Tray ///////////////////////////////////////////////////////////////////////////////////////// //// SubMenuLaunch1 = 0; SubMenuLaunch2 = 1; SubMenuLaunch3 = 2; SubMenuLaunch4 = 3; SubMenuLaunch5 = 4; SubMenuLaunch6 = 5; SubMenuLaunch7 = 6; SubMenuLaunch8 = 7; ///////////PASSWORD//////////////////// password = "LRxa"; // Dont use b // Left Trigger = L // Right Trigger = R // X button = x // Y button = y // A button = a // // White Button = W // Black Button = B // // D-Pad Up = u // D-Pad Down = d // D-Pad Right = r // D-Pad Left = l // nPsswrd = 0; // 0 = No Password // 1 = 1st Menu // 2 = 2nd Menu // 3 = 3rd Menu // 4 = 4th Menu // 5 = 5th Menu // 6 = 6th Menu ////////////LAUNCHERMENUS///////////////////// ////////////////// ///////////////////////////////////////////////////////////////////////////////////////// // // Set the name of the Dash/App/Game/Emu to the same name as the folder it resides in on your xbox hard drive // And set the two paths to the main directory of your games/apps/emus/dashes /////////////////////////////////////////////////////////// ////////////////////////////////////////////////// /////////////DASHBOARDS///////////////// dashsMenuName = "DASHBOARDS"; numberOfDashs = 2; // 10 or less for now dashespath = new Array ( "\\Device\\Harddisk0\\Partition1\\Apps 092;\Dashboards\\", "\\Device\\Harddisk0\\Partition6\\Apps 092;\Dashboards\\" ); dashname = new Array ( "Evolution X", "Nexgen", ); /////////////Lect DVD-DIVX////////////////// LectMenuName = "Lect DVD-DIVX"; numberOfLect = 3; // 15 or less for now Lectpath = new Array ( "\\Device\\Harddisk0\\Partition1\\Apps 092;\Lecteur\\", "\\Device\\Harddisk0\\Partition6\\Apps 092;\Lecteur\\" ); Lecname = new Array ( "Lect DVD", "Lect DIVX", "Lect DVD Avec Pad",); /////////////Utils////////////////// UtilsMenuName = "Utils"; numberOfUtils = 2; // 15 or less for now Utilspath = new Array ( "\\Device\\Harddisk0\\Partition1\\Apps 092;\Autre\\", "\\Device\\Harddisk0\\Partition6\\Apps 092;\Autre\\" ); Utilname = new Array ( "Selector PAL NTSC", "HDD Loader" ); /////////////Jeux///////////////// JeuxMenuName = "Jeux"; numberOfJeux = 6; // 50 or less for now if you want more just ask Jeuxpath = new Array ( "\\Device\\Harddisk0\\Partition6\\Jeux XBOX\\", "\\Device\\Harddisk0\\Partition1\\Jeux XBOX\\" ); Jeuname = new Array ( "Toca Race Driver", "Colin Mc Rae Rally 3", "RalliSport Challenge", "Crash Bandicoot", "Fifa 2003", "Halo", "GAME7", "GAME8", "GAME9", "GAME10", "GAME11", "GAME12", "GAME13", "GAME14", "GAME15", "GAME16", "GAME17", "GAME18", "GAME19", "GAME20" ); } +
Invité fuckdb Posté(e) le 15 août 2003 Posté(e) le 15 août 2003 function setvar(){ configloaded = 1; /////////////MAINMENU/////////////////// // Set the main menu items // You can set them to whatever you like ///////////////////////////////////////////////////////////////////////////////// /////////////// // Set to true to use the 5 Button Main Menu // Set to false to use the 4 Button Main Menu // Note: When using the 4 Button Main Menu the MainMenuItem3 and MainMenuLaunch3 will be removed //////////////////////////////////////////////////////////////////////////// //////////////////// use5ButtonMainMenu = true; MainMenuItem1 = "STOCKAGE"; MainMenuItem2 = "MEMOIRE"; MainMenuItem3 = "MUSIQUE"; // This will be removed when using the 4 Button Menu MainMenuItem4 = "PARAMETRES"; MainMenuItem5 = "LIVE"; ///////////////////////////////////////////////////////////////////////////////////////// /// // Set the Launcher menus to launch from the main menu (requested) // Doing this will skip the Settings style menu and bring you straight to your launch menu // If you would like to use the Settings Style menu just set to 0; // Options you can use: ///////////////////////////////////////////////////////////////////////////////////////// //// // 0 = Settings Style Submenu // 1 = Apps menu // 2 = Emus menu // 3 = Games menu // 4 = Dashboards menu // 5 = Original Music menu // 6 = Original Settings menu // 7 = Original Memory menu // 8 = Launches Xbox Media Player straight from the Main Menu (Requested) ///////////////////////////////////////////////////////////////////////////////////////// //// MainMenuLaunch1 = 0; MainMenuLaunch2 = 7; MainMenuLaunch3 = 5; // This will be removed when using the 4 Button Menu MainMenuLaunch4 = 6; MainMenuLaunch5 = 8; // Set path to LIVE LIVEpath = "\\Device\\Harddisk0\\Partition2\\xod ash\\"; ////////////SUBMENU///////////////////// ///////// /////////////////////////////////////////////////////////////////////////////////// / / Set the SubMenu Items // You can set them to whatever you want // Set how many SubMenu items you are goin to use ///////////////////////////////////////////////////////////////////////////////// /////////// SubMenuItems = 6; // 6 or less SubMenuItem1 = "Dashboards"; SubMenuItem2 = "Lect DVD-DIVX"; SubMenuItem3 = "Utils"; SubMenuItem4 = "Jeux"; SubMenuItem5 = "Redemarrer"; SubMenuItem6 = "Eteindre la console"; SubMenuItem7 = "Eject Tray"; SubMenuItem8 = "Close Tray"; ///////////////////////////////////////////////////////////////////////////////////////// /// // Set what Menus you want to launch from each SubMenu item // Options you can use: ///////////////////////////////////////////////////////////////////////////////////////// //// // 0 = Dashboards Menu // 1 = Apps menu // 2 = Emus menu // 3 = Games menu // 4 = Reboot Xbox // 5 = Shutdown Xbox // 6 = Eject Tray // 7 = Close Tray ///////////////////////////////////////////////////////////////////////////////////////// //// SubMenuLaunch1 = 0; SubMenuLaunch2 = 1; SubMenuLaunch3 = 2; SubMenuLaunch4 = 3; SubMenuLaunch5 = 4; SubMenuLaunch6 = 5; SubMenuLaunch7 = 6; SubMenuLaunch8 = 7; ///////////PASSWORD//////////////////// password = "LRxa"; // Dont use b // Left Trigger = L // Right Trigger = R // X button = x // Y button = y // A button = a // // White Button = W // Black Button = B // // D-Pad Up = u // D-Pad Down = d // D-Pad Right = r // D-Pad Left = l // nPsswrd = 0; // 0 = No Password // 1 = 1st Menu // 2 = 2nd Menu // 3 = 3rd Menu // 4 = 4th Menu // 5 = 5th Menu // 6 = 6th Menu ////////////LAUNCHERMENUS///////////////////// ////////////////// ///////////////////////////////////////////////////////////////////////////////////////// // // Set the name of the Dash/App/Game/Emu to the same name as the folder it resides in on your xbox hard drive // And set the two paths to the main directory of your games/apps/emus/dashes /////////////////////////////////////////////////////////// ////////////////////////////////////////////////// /////////////DASHBOARDS///////////////// dashsMenuName = "DASHBOARDS"; numberOfDashs = 2; // 10 or less for now dashespath = new Array ( "\\Device\\Harddisk0\\Partition1\\Ap ps\\Dashboards\\", "\\Device\\Harddisk0\\Partition6\\Ap ps\\Dashboards\\" ); dashname = new Array ( "Evolution X", "Nexgen", ); /////////////Lect DVD-DIVX////////////////// LectMenuName = "Lect DVD-DIVX"; numberOfLect = 3; // 15 or less for now Lectpath = new Array ( "\\Device\\Harddisk0\\Partition1\\Ap ps\\Lecteur\\", "\\Device\\Harddisk0\\Partition6\\Ap ps\\Lecteur\\" ); Lecname = new Array ( "Lect DVD", "Lect DIVX", "Lect DVD Avec Pad",); /////////////Utils////////////////// UtilsMenuName = "Utils"; numberOfUtils = 2; // 15 or less for now Utilspath = new Array ( "\\Device\\Harddisk0\\Partition1\\Ap ps\\Autre\\", "\\Device\\Harddisk0\\Partition6\\Ap ps\\Autre\\" ); Utilname = new Array ( "Selector PAL NTSC", "HDD Loader" ); /////////////Jeux///////////////// JeuxMenuName = "Jeux"; numberOfJeux = 6; // 50 or less for now if you want more just ask Jeuxpath = new Array ( "\\Device\\Harddisk0\\Partition6\\Jeu x XBOX\\", "\\Device\\Harddisk0\\Partition1\\Jeu x XBOX\\" ); Jeuname = new Array ( "Toca Race Driver", "Colin Mc Rae Rally 3", "RalliSport Challenge", "Crash Bandicoot", "Fifa 2003", "Halo", "GAME7", "GAME8", "GAME9", "GAME10", "GAME11", "GAME12", "GAME13", "GAME14", "GAME15", "GAME16", "GAME17", "GAME18", "GAME19", "GAME20" ); } + déja ca: dashname = new Array ( "Evolution X", "Nexgen", ); la virgule a supprimer verif la syntaxe partout il peut y avoir d autre erreurs mais celle la est flagrante
Invité jean Posté(e) le 16 août 2003 Posté(e) le 16 août 2003 salut j'ai le menu merci fuckdb donc : dashname = new Array ( "Evolution X", "Nexgen" ); des que je lance le menu : STOCKAGE et live l'image ce fige!!!!!! +
Invité jean Posté(e) le 16 août 2003 Posté(e) le 16 août 2003 j'ai trouver : function setvar() { configloaded = 1; /////////////MAINMENU/////////////////// // Set the main menu items // You can set them to whatever you like ///////////////////////////////////////////////////////////////////////////////// /////////////// // Set to true to use the 5 Button Main Menu // Set to false to use the 4 Button Main Menu // Note: When using the 4 Button Main Menu the MainMenuItem3 and MainMenuLaunch3 will be removed //////////////////////////////////////////////////////////////////////////// //////////////////// use5ButtonMainMenu = true; MainMenuItem1 = "STOCKAGE"; MainMenuItem2 = "MEMOIRE"; MainMenuItem3 = "MUSIQUE"; // This will be removed when using the 4 Button Menu MainMenuItem4 = "PARAMETRES"; MainMenuItem5 = "LIVE"; ///////////////////////////////////////////////////////////////////////////////////////// /// // Set the Launcher menus to launch from the main menu (requested) // Doing this will skip the Settings style menu and bring you straight to your launch menu // If you would like to use the Settings Style menu just set to 0; // Options you can use: ///////////////////////////////////////////////////////////////////////////////////////// //// // 0 = Settings Style Submenu // 1 = Apps menu // 2 = Emus menu // 3 = Games menu // 4 = Dashboards menu // 5 = Original Music menu // 6 = Original Settings menu // 7 = Original Memory menu // 8 = Launches Xbox Media Player straight from the Main Menu (Requested) ///////////////////////////////////////////////////////////////////////////////////////// //// MainMenuLaunch1 = 0; MainMenuLaunch2 = 7; MainMenuLaunch3 = 5; // This will be removed when using the 4 Button Menu MainMenuLaunch4 = 6; MainMenuLaunch5 = 8; // Set path to LIVE XBMPpath = "\\Device\\Harddisk0\\Partition2\\xodash& #092;\"; ////////////SUBMENU///////////////////// ////////////////// ////////////////////////////////////////////////////////////////////////// // Set the SubMenu Items // You can set them to whatever you want // Set how many SubMenu items you are goin to use ///////////////////////////////////////////////////////////////////////////////// /////////// SubMenuItems = 6; // 6 or less SubMenuItem1 = "Dashboards"; SubMenuItem2 = "Lecteur DVD/DIVX"; SubMenuItem3 = "Utils"; SubMenuItem4 = "Jeux Sur Disque Dur"; SubMenuItem5 = "Redemarrer"; SubMenuItem6 = "Eteindre"; ///////////////////////////////////////////////////////////////////////////////////////// /// // Set what Menus you want to launch from each SubMenu item // Options you can use: ///////////////////////////////////////////////////////////////////////////////////////// //// // 0 = Dashboards Menu // 1 = Apps menu // 2 = Emus menu // 3 = Games menu // 4 = Reboot Xbox // 5 = Shutdown Xbox // 6 = Eject Tray // 7 = Close Tray ///////////////////////////////////////////////////////////////////////////////////////// //// SubMenuLaunch1 = 0; SubMenuLaunch2 = 1; SubMenuLaunch3 = 2; SubMenuLaunch4 = 3; SubMenuLaunch5 = 4; SubMenuLaunch6 = 5; SubMenuLaunch7 = 6; SubMenuLaunch8 = 7; ///////////PASSWORD//////////////////// password = "LRxa"; // Dont use b // Left Trigger = L // Right Trigger = R // X button = x // Y button = y // A button = a // // White Button = W // Black Button = B // // D-Pad Up = u // D-Pad Down = d // D-Pad Right = r // D-Pad Left = l // nPsswrd = 0; // 0 = No Password // 1 = 1st Menu // 2 = 2nd Menu // 3 = 3rd Menu // 4 = 4th Menu // 5 = 5th Menu // 6 = 6th Menu ////////////LAUNCHERMENUS///////////////////// ////////////////// ///////////////////////////////////////////////////////////////////////////////////////// // // Set the name of the Dash/App/Game/Emu to the same name as the folder it resides in on your xbox hard drive // And set the two paths to the main directory of your games/apps/emus/dashes /////////////////////////////////////////////////////////// ////////////////////////////////////////////////// /////////////DASHBOARDS///////////////// dashsMenuName = "DASHBOARDS"; numberOfDashs = 2; // 10 or less for now dashespath = new Array ( "\\Device\\Harddisk0\\Partition1\\Apps 092;\Dashboards\\", "\\Device\\Harddisk0\\Partition6\\Apps 092;\Dashboards\\" ); dashname = new Array ( "Evolution X", "Nexgen" ); /////////////Lect DVD/DIVX////////////////// appsMenuName = "Lecteur DVD/DIVX"; numberOfApps = 3; // 15 or less for now appspath = new Array ( "\\Device\\Harddisk0\\Partition1\\Apps 092;\Lecteur\\", "\\Device\\Harddisk0\\Partition6\\Apps 092;\Lecteur\\" ); appname = new Array ( "Lect DVD", "Lect DIVX", "Lect DVD Avec Pad" ); /////////////Utils////////////////// emusMenuName = "Utils"; numberOfEmus = 2; // 15 or less for now emuspath = new Array ( "\\Device\\Harddisk0\\Partition1\\Apps 092;\Autre\\", "\\Device\\Harddisk0\\Partition6\\Apps 092;\Autre\\" ); emuname = new Array ( "Selector PAL/NTSC", "HDD Loader" ); /////////////Jeux///////////////// gamesMenuName = "Jeux Sur Disque Dur"; numberOfGames = 5; // 50 or less for now if you want more just ask gamespath = new Array ( "\\Device\\Harddisk0\\Partition6\\Jeux XBOX\\", "\\Device\\Harddisk0\\Partition1\\Jeux XBOX\\" ); gamename = new Array ( "Toca Race Driver", "Colin Mc Rae Rally 3", "RalliSport Challenge", "Crash Bandicoot", "Fifa 2003", "GAME7", "GAME8", "GAME9", "GAME10", "GAME11", "GAME12", "GAME13", "GAME14", "GAME15", "GAME16", "GAME17", "GAME18", "GAME19", "GAME20" ); }
Messages recommandés