Dugax0707 Posté(e) le 21 septembre 2003 Posté(e) le 21 septembre 2003 Hello tout le monde, voila tout fonctionne nickel pour le hack du dash crosoft. Maintenant je veux le personnaliser de la sorte : -- EvolutionX -- Sauvegarde -- Parametres -------- video -------- horaire -------- langages -------- etc... -- Jeux -------- action -------- courses -------- plateformes -------- combat -------- sport -- XBMP Mes jeux sont dispose de la sorte sur mon HDD : f:/games/action/brute force.... f:/games/sport/fifa2003.... etc... J'ai modifie config.xap et default.xap comme il me semblait mais maintenant que je lance mon Dash, je vois plus les icones... tout petit. Je vous balance mon config.xap ptet que qqun pourras m'aider : 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 = "EVOLUTIONX"; MainMenuItem2 = "SAUVEGARDES"; MainMenuItem3 = "PARAMETRES"; MainMenuItem4 = "JEUX"; MainMenuItem5 = "FILMS"; ////////////////////////////////////////////////////////////////////////////////// ////////// // 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) // 9 = Launches EvolutionX straight from the Main Menu (Requested) ////////////////////////////////////////////////////////////////////////////////// /////////// MainMenuLaunch1 = 9; MainMenuLaunch2 = 7; MainMenuLaunch3 = 6; // This will be removed when using the 4 Button Menu MainMenuLaunch4 = 0; MainMenuLaunch5 = 8; // Set path to Xbox Media Player XBMPpath = "\Device\Harddisk0\Partition1\logiciels\XBMP\"; // Set path to EvolutionX EVOXpath = "\Device\Harddisk0\Partition1\logiciels\Dashs\Evolutio nX\"; ////////////SUBMENU///////////////////// ///////////////////// /////////////////////////////////////////////////////////////////////// // Set the SubMenu Items // You can set them to whatever you want // Set how many SubMenu items you are goin to use ///////////////////////////////////////////////////////////////////////////////// /////////// SubMenuItems = 5; // 6 or less SubMenuItem1 = "Action"; SubMenuItem2 = "Combats"; SubMenuItem3 = "Courses"; SubMenuItem4 = "Plateformes"; SubMenuItem5 = "Sport"; ////////////////////////////////////////////////////////////////////////////////// ////////// // Set what Menus you want to launch from each SubMenu item // Options you can use: ////////////////////////////////////////////////////////////////////////////////// /////////// // 0 = Action games // 1 = Combats games // 2 = Courses games // 3 = Plateformes games // 4 = Sport games ////////////////////////////////////////////////////////////////////////////////// /////////// SubMenuLaunch1 = 0; SubMenuLaunch2 = 1; SubMenuLaunch3 = 2; SubMenuLaunch4 = 4; SubMenuLaunch5 = 5; ///////////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 = 1; // 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 /////////////////////////////////////////////////////////// ////////////////////////////////////////////////// /////////////ACTION///////////////// dashsMenuName = "ACTION"; numberOfDashs = 10; // 10 or less for now dashespath = new Array ( "\Device\Harddisk0\Partition6\games\action\", "\Device\Harddisk0\Partition6\games\action\" ); dashname = new Array ( "Baldur Gate", "Brute Force", "Dead To Rights", "Halo", "House Of The Dead 3", "Hunter", "Splinter Cell", "Star Wars Old Republic", "The Two Tower", "Unreal Championship"); /////////////COMBATS////////////////// appsMenuName = "COMBATS"; numberOfApps = 2; // 15 or less for now appspath = new Array ( "\Device\Harddisk0\Partition6\games\combat\", "\Device\Harddisk0\Partition6\games\combat\"); appname = new Array ( "Dead or Alive 3", "Mortal Kombat" ); /////////////COURSES////////////////// emusMenuName = "COURSES"; numberOfEmus = 1; // 15 or less for now emuspath = new Array ( "\Device\Harddisk0\Partition6\games\courses\", "\Device\Harddisk0\Partition6\games\courses\" ); emuname = new Array ( "MX Superfly" ); /////////////PLATEFORMES////////////////// platMenuName = "PLATEFORMES"; numberOfPlat = 1; // 15 or less for now platpath = new Array ( "\Device\Harddisk0\Partition6\games\plateformes\", > "\Device\Harddisk0\Partition6\games\plateformes\" ); platame = new Array ( "Rayman 3" ); /////////////SPORT///////////////// gamesMenuName = "SPORT"; numberOfGames = 4; // 50 or less for now if you want more just ask gamespath = new Array ( "\Device\Harddisk0\Partition6\games\sport\", "\Device\Harddisk0\Partition6\games\sport\" ); gamename = new Array ( "DOA Beach Volleyball", "Fifa 2003", "Pro Beach Soccer", "Slam Tennis"); } Merci d'avance a vous tous Bon et si c pas possible de faire par ganre mais juste une liste globale de tous mes jeux, est ce que vous pourriez me dire comment faire svp ? Merciiiiiiiiiiiii
Messages recommandés
Créer un compte ou se connecter pour commenter
Vous devez être membre afin de pouvoir déposer un commentaire
Créer un compte
Créez un compte sur notre communauté. C’est facile !
Créer un nouveau compteSe connecter
Vous avez déjà un compte ? Connectez-vous ici.
Connectez-vous maintenant