kavap

Membres
  • Compteur de contenus

    548
  • Inscription

  • Dernière visite

Tout ce qui a été posté par kavap

  1. kavap

    Eteindre La Xbox Du Menu Dvd

    le probleme c que si on fait restart dash le dvd sera automatiquement lancé peut etre avec theMainMenu.GoTo() je vais essayer
  2. kavap

    Démarrer Un Dvd Manuellement

    OnRightDown
  3. kavap

    Dna, Squigles, Chains, Corkscrews

    en fait je vais avoir pas mal de boulot jusqu'a mecredi donc je pourrai pas te le faire avant mais tu peut deja rajouter du code dans default.xip/default.xap y'a pas que dans le main_menu que y'a des trucs en commun en fait les seuls trucs qui different entre les 2 config c le fichier config.xap et dans default.xip/default.xap les fonctions SDOnBootCheck et OnXDown
  4. y'a un truc un peu genant lorsqu'on est pas en autolaunch, c qu'une fois qu'on nous a proposer de lancer un dvd apres son insertion, si on refuse il n'y plus moyen de le démarrer donc il ajouter cette fonction rechercher control DEF theMainMenuJoy Joystick { et ajouter en dessous function OnXDown() {AutoLaunchCheck();} vous pouvez comme d'habitude mettre la touche de votre choix
  5. kavap

    Eteindre La Xbox Du Menu Dvd

    et pour redémarrer avec la touche pause : remplacer la fonction OnPause par celle ci function OnPause() { if (bRemoteInserted != 1) return; if (theDVDPlayer.isPlaybackDomain() == 0) { AskQuestion("Voulez vous redémarrer la xbox?", "theConfig.Reset();", "", 0); } // REVIEW: This is ugly for now, we don't have logical OR/AND operator if (theDVDPlayer.playbackMode == 1) // DPM_PAUSED { theDVDPlayer.play(); SetStatusText(theTranslator.Translate("Play:")); return; } if (theDVDPlayer.playbackMode == 8) // DPM_TRICKPLAY { theDVDPlayer.play(); SetStatusText(theTranslator.Translate("Play:")); return; } if (theDVDPlayer.playbackMode == 2) // DPM_STILL { OperationProhibited(); return; } if (theDVDPlayer.playbackMode == 4) // DPM_NONE { OperationProhibited(); return; } if (theDVDPlayer.isUOPValid(1<<19)) // UOP_PAUSE_ON { theDVDPlayer.pause(); SetStatusText(theTranslator.Translate("Pause:")); } else { OperationProhibited(); } }
  6. kavap

    Dna, Squigles, Chains, Corkscrews

    tout ce qui concerne le main_menu.xip c bon mais apres le reste c pas la meme chose mais c facilement adaptable je te le ferai demain si tu veut, a moins que tu le fasse entre temps mais c va devenir un peu laborieux de faire toutes les possibilités avec 6 meshs vaut mieux passer a la nouvelle config a mon humble avis.
  7. kavap

    Dna, Squigles, Chains, Corkscrews

    mise a jour de code pour incorporer les nouvelle mesh de gasclown heart et lightnings ce code est valable pour la seconde config que j'ai faite, ou il y a une section dedié a la selection des Meshs hearts lightnings dans main_menu.xip/default.xap tout au debut du fichier ajouter DEF theLightnings1 Transform{children[Spinner { rpm -3 axis 0 1 0 children [DEF Lightnings1 Transform { children [ Shape { appearance Appearance { material MaxMaterial { name "MenuCell" } } geometry DEF Lightnings1_Mesh Mesh { url "lightning.xm" } } ]translation 0 0 0 }DEF LightningsString1 Transform { children [ Shape { appearance Appearance { material MaxMaterial { name "FlatSrfc/PodParts" } } geometry DEF LightningsString1_Mesh Mesh { url "lightning.xm" } } ]translation 0 0 0 }]}]scale 12 12 12 rotation 0 0 .5 0.1745330//translation -4400 0 -5100translation -5400 0 -5100}DEF theLightnings3 Transform{children[Spinner { rpm -3 axis 0 1 0 children [DEF Lightnings3 Transform { children [ Shape { appearance Appearance { material MaxMaterial { name "MenuCell" } } geometry DEF Lightnings3_Mesh Mesh { url "lightning.xm" } } ]translation 0 0 0 }DEF LightningsString3 Transform { children [ Shape { appearance Appearance { material MaxMaterial { name "FlatSrfc/PodParts" } } geometry DEF LightningsString3_Mesh Mesh { url "lightning.xm" } } ]translation 0 0 0 }] }]scale 11 11 11 rotation 0 0 1 -.523599translation 0 0 -5000}DEF theLightnings5 Transform{children[Spinner { rpm -3 axis 0 1 0 children [DEF Lightnings5 Transform { children [ Shape { appearance Appearance { material MaxMaterial { name "MenuCell" } } geometry DEF Lightnings5_Mesh Mesh { url "lightning.xm" } } ]translation 0 0 0 }DEF LightningsString5 Transform { children [ Shape { appearance Appearance { material MaxMaterial { name "FlatSrfc/PodParts" } } geometry DEF LightningsString5_Mesh Mesh { url "lightning.xm" } } ]translation 0 0 0 }]}]scale 11 11 11rotation 0 0 .3 -0.1745330//translation 3000 0 -5100translation 4000 0 -5100}DEF theHearts1 Transform{children[Spinner { rpm -3 axis 0 1 0 children [DEF Hearts1 Transform { children [ Shape { appearance Appearance { material MaxMaterial { name "MenuCell" } } geometry DEF Hearts1_Mesh Mesh { url "Hearts.xm" } } ]translation 0 0 0 }DEF HeartsString1 Transform { children [ Shape { appearance Appearance { material MaxMaterial { name "FlatSrfc/PodParts" } } geometry DEF HeartsString1_Mesh Mesh { url "Hearts.xm" } } ]translation 0 0 0 }]}]scale 12 12 12 rotation 0 0 .5 0.1745330//translation -4400 0 -5100translation -5400 0 -5100}DEF theHearts3 Transform{children[Spinner { rpm -3 axis 0 1 0 children [DEF Hearts3 Transform { children [ Shape { appearance Appearance { material MaxMaterial { name "MenuCell" } } geometry DEF Hearts3_Mesh Mesh { url "Hearts.xm" } } ]translation 0 0 0 }DEF HeartsString3 Transform { children [ Shape { appearance Appearance { material MaxMaterial { name "FlatSrfc/PodParts" } } geometry DEF HeartsString3_Mesh Mesh { url "Hearts.xm" } } ]translation 0 0 0 }] }]scale 11 11 11 rotation 0 0 1 -.523599translation 0 0 -5000}DEF theHearts5 Transform{children[Spinner { rpm -3 axis 0 1 0 children [DEF Hearts5 Transform { children [ Shape { appearance Appearance { material MaxMaterial { name "MenuCell" } } geometry DEF Hearts5_Mesh Mesh { url "Hearts.xm" } } ]translation 0 0 0 }DEF HeartsString5 Transform { children [ Shape { appearance Appearance { material MaxMaterial { name "FlatSrfc/PodParts" } } geometry DEF HeartsString5_Mesh Mesh { url "Hearts.xm" } } ]translation 0 0 0 }]}]scale 11 11 11rotation 0 0 .3 -0.1745330//translation 3000 0 -5100translation 4000 0 -5100} ajouter aussi a mainmenu.xip les fichier Hearts.xm et lightnings.xm contenu dans ce pack ensuite dans default.xip/default.xap remplacer la fonction SDOnBootCheck par celle la function SDOnBootCheck(){var IniFile = new Settings;IniFile.SetIniSection( "BackgroundMeshType" );var a = IniFile.GetIniValue( "DNA" );var b = IniFile.GetIniValue( "Squigles" );var c = IniFile.GetIniValue( "Chains" );var d = IniFile.GetIniValue( "Corkscrews" );var e = IniFile.GetIniValue( "Hearts" );var f = IniFile.GetIniValue( "Lightnings" );IniFile.CloseIniFile();// Hide everything to start withHideDNA();HideChains();HideSquigles();HideCorkscrews();HideHearts();HideLightnings();if ( a == "true" ) { ShowDNA(); }if ( b == "true" ) { ShowSquigles(); }if ( c == "true" ) { ShowChains(); }if ( d == "true" ) { ShowCorkscrews(); }if ( e == "true" ) { ShowHearts(); }if ( f == "true" ) { ShowLightnings(); }} remplacer ensuite la fonction onXdown par celle ci function OnLeftThumbDown(){if ( bDNAVisable | bSquiglesVisable | bChainsVisable | bCorkscrewsVisable | bHeartsVisable | bLightningsVisable){ HideDNA(); HideSquigles(); HideChains(); HideCorkscrews(); HideHearts(); HideLightnings();}else{SDOnBootCheck();}} rechercher ensuite var bCorkscrewsVisable; et juste en dessous ajouter var bHeartsVisable;var bLightningsVisable; rechercher ensuite bCorkscrewsVisable = true; et ajouter en dessous bHeartsVisable = true;bLightningsVisable = true; rechercher ensuite function HideCorkscrews() et ajouter au dessus function HideHearts(){bHeartsVisable = false;var x = theMainMenu.children[0].children[0];x.theHearts1.SetAlpha(0);x.theHearts3.SetAlpha(0);x.theHearts5.SetAlpha(0);}function ShowHearts(){bHeartsVisable = true;var x = theMainMenu.children[0].children[0];x.theHearts1.SetRotation(0, 0, .5, 0.1745330);x.theHearts3.SetRotation(0, 0, 1, -.523599);x.theHearts5.SetRotation(0, 0, .3, -0.1745330);x.theHearts1.fade = 1.0;x.theHearts3.fade = 1.0;x.theHearts5.fade = 1.0;x.theHearts1.SetTranslation(-5700, 0, -5100);x.theHearts3.SetTranslation(0, 0, -5000);x.theHearts5.SetTranslation(4300, 0, -5100);x.theHearts1.fade = 0.75;x.theHearts3.fade = 0.75;x.theHearts5.fade = 0.75;x.theHearts1.SetAlpha(1);x.theHearts3.SetAlpha(1);x.theHearts5.SetAlpha(1);thePlayerPanelOut.Play();}function HideLightnings(){bLightningsVisable = false;var x = theMainMenu.children[0].children[0];x.theLightnings1.SetAlpha(0);x.theLightnings3.SetAlpha(0);x.theLightnings5.SetAlpha(0);}function ShowLightnings(){bLightningsVisable = true;var x = theMainMenu.children[0].children[0];x.theLightnings1.SetRotation(0, 0, .5, 0.1745330);x.theLightnings3.SetRotation(0, 0, 1, -.523599);x.theLightnings5.SetRotation(0, 0, .3, -0.1745330);x.theLightnings1.fade = 1.0;x.theLightnings3.fade = 1.0;x.theLightnings5.fade = 1.0;x.theLightnings1.SetTranslation(-5700, 0, -5100);x.theLightnings3.SetTranslation(0, 0, -5000);x.theLightnings5.SetTranslation(4300, 0, -5100);x.theLightnings1.fade = 0.75;x.theLightnings3.fade = 0.75;x.theLightnings5.fade = 0.75;x.theLightnings1.SetAlpha(1);x.theLightnings3.SetAlpha(1);x.theLightnings5.SetAlpha(1);thePlayerPanelOut.Play();} maintenant ouvrir config.xap rechercher configList[i] = "Corkscrews Visible:"; configValues[i] = "c-BackgroundMeshType-Corkscrews"; configSelect[i] = "ToggleTF()"; i = i + 1; et ajouter juste en dessous configList[i] = "Hearts Visible:"; configValues[i] = "c-BackgroundMeshType-Hearts"; configSelect[i] = "ToggleTF()"; i = i + 1; configList[i] = "Lightnings Visible:"; configValues[i] = "c-BackgroundMeshType-Lightnings"; configSelect[i] = "ToggleTF()"; i = i + 1; maintenant dans UIX.ini dans la section [backgroundMeshType] ajouter Lightnings=falseHearts=false voila c fini
  8. kavap

    Power Options

    petite mise a jour du code de Xerkses du forum xboxscene pour avoir l'icone de power au lieu d'une console dans le menu dans settings_panel/default5.xap changer ca DEF ConsoleIcon Transform { fade 0.25 translation 9.409000 -5.418000 -0.554700 rotation 0 1 0 -0.35 children [ Waver { axis 0 1 0 rpm 5 field 0.392 children [ Transform { scale 1.9 1.9 1.9 children [ DEF Console Transform { children [ Shape { appearance Appearance { material MaxMaterial { name "IconParts" } } geometry DEF console-FACES Mesh { url "console-FACES.xm" } } ] rotation -0.013930 -0.925800 -0.377700 -3.633000 scale 0.010248 0.010248 0.010248 //scaleOrientation -0.673100 -0.699600 -0.239800 -0.693000 translation -2.3 0 0 } DEF ConsoleShell Transform { children [ Shape { appearance Appearance { material MaxMaterial { //name "FlatSurfaces" name "Metal_Chrome" } } geometry USE console-FACES } ] rotation -0.013930 -0.925800 -0.377700 -3.633000 scale 0.010248 0.010248 0.010248 //scaleOrientation -0.673100 -0.699600 -0.239800 -0.693000 translation -2.3 0 0 } ] } ] } ] } par ca DEF AutoOffIcon Transform { fade 0.25 translation 9.409000 -5.418000 -0.554700 rotation 0 1 0 -0.35 children [ Waver { rpm 5 children [ DEF S_Main_clock_hourhand01 Transform { children [ Shape { appearance Appearance { material MaxMaterial { name "Metal_Chrome" } } geometry DEF S_Main_clock_hourhand01-FACES Mesh { url "S_Main_clock_hourhand01-FACES.xm" } } ] rotation -0.946900 -0.227300 0.227300 -1.625000 scale 0.026890 0.026890 0.026890 scaleOrientation 0.331400 0.226900 0.915800 -0.049850 translation 12.270000 10.920000 10.120000 } DEF S_Main_clock_body02 Transform { children [ Shape { appearance Appearance { material MaxMaterial { name "Metal_Chrome" } } geometry DEF S_Main_clock_body02-FACES Mesh { url "S_Main_clock_body02-FACES.xm" } } ] rotation 0.167400 -0.697100 0.697100 -3.473000 scale 0.018250 0.018250 0.018250 scaleOrientation -0.102900 0.214700 0.971200 -0.034500 translation 4.064000 3.633000 4.144000 } DEF S_Main_clock_face01 Transform { children [ Shape { appearance Appearance { material MaxMaterial { name "IconParts1" } } geometry DEF S_Main_clock_face01-FACES Mesh { url "S_Main_clock_face01-FACES.xm" } } ] rotation -0.946900 -0.227300 0.227300 -1.625000 scale 0.048900 0.048900 0.048900 scaleOrientation -0.160100 -0.735100 -0.658800 -0.021210 translation 5.038000 8.445000 -4.173000 } DEF S_Main_clock_body01 Transform { children [ Shape { appearance Appearance { material MaxMaterial { name "Metal_Chrome" } } geometry DEF S_Main_clock_body01-FACES Mesh { url "S_Main_clock_body01-FACES.xm" } } ] rotation 0.167400 -0.697100 0.697100 -3.473000 scale 0.042530 0.042530 0.042530 scaleOrientation 0.079140 0.925900 -0.369300 -0.010200 translation 7.598000 8.311000 1.162000 } DEF S_Main_Circle02 Transform { visible false children [ Shape { appearance Appearance { material MaxMaterial { name "PanelBacking_02" } } geometry DEF S_Main_Circle02-FACES Mesh { url "S_Main_Circle02-FACES.xm" } } ] rotation -0.946900 -0.227300 0.227300 -1.625000 scale 0.042530 0.042530 0.042530 scaleOrientation -0.467200 -0.084210 0.880100 -0.023830 translation 11.610000 8.289000 8.715000 } ] } ] }
  9. voila un moyen plus rapide apres avoir lu un dvd pour eteindre la xbox apres avoir appuyer une 1ere fois sur stop il suffit de rappuyer une fois la xbox vous proposera alors de l'eteindre c tres simple et tres rapide ouvrir default.xip/dvd.xap rechercher la fonction function OnStop() et remplacer la par function OnStop() { if (theDVDPlayer.isPlaybackDomain()) { if (theDVDPlayer.isUOPValid(1<<3)) // UOP_STOP { theDVDPlayer.stop(); SetStatusText(""); } else { OperationProhibited(); } } else if (theDVDPlayer.PlaybackMode == 0) // DPM_STOP {AskQuestion("Voulez vous eteindre la xbox?", "theConfig.PowerOff();", "", 0);} else { theDVDPlayer.stop(); SetStatusText(""); } }
  10. kavap

    Patch Pour La Telecommande

    joli ta box ravi d'avoir pu l'aider
  11. kavap

    Orb Code

    c'etait quand meme bizarre ton probleme seriousmath normalement meme avec un fichier xbox4.xbx dans le dossier skin tu devrai pas le voir enfin si ca marche comme ca, ca le fait quand meme NeoNitiPheus j'ai pu obtenir le pack de gasclown sur le chan le voila un grand merci a gasclown pour son super boulot
  12. kavap

    Probleme Lecteur Dvd

    ca peut etre du au code de l'info panel recherche ca DEF theLauncherLevel Level{ function OnArrival() { DisableAmbientAudio(); BlockMemoryUnitEnumeration(); ClosePopup(); g_bAboutToReboot = true; if(theConfig.GetVideoMode() == 2) { theXboxLogo16x9Background.isBound = true; } else { theXboxLogo4x3Background.isBound = true; } } juste apres il faut que ton code ressemble exactement a ca behavior { sleep 1.1; if(g_bAboutToReboot) { if( b_restart == true ) { theConfig.ReStartDash(); } else if( b_dvd == true ) { StartDVDPlayer(); } else { theDiscDrive.LaunchDisc(); } } } si il ressemble a autre chose change le et verifie que tu n'a pas ca behavior{ sleep 1; ChangeDisplay();} si t'as ca efface le voila si c pas a cause de ca je voit pas ce que ca peut etre
  13. t'es sur d'avoir bien configurer ton ip ?
  14. kavap

    On Peut Poster Son Dash

    ah ok je savais pas, ben je vais remettre etaindre ou redemarer dans ma section paramètres merci pour l'info
  15. kavap

    Connection Pc Foireuse

    c plus l'ip du pc qu'est importante l'ip dans les tutos c un exemple si l'ip de ton pc c 27.132.58.14 si tu met 192.168.0.3 sur ta xbox et que ton masque c 255.255.255.0 ca risque de pas marcher pour exemple si l'ip de ton pc c jsutement 27.132.58.14 pour ta xbox faut mettre 27.132.58.ce que tu veut et ton masque tu laisse 255.255.255.0
  16. nan moi aussi c un peu pour ca mais visiblement cf news gueux tout le monde ne recoit pas un cable de ce type
  17. kavap

    On Peut Poster Son Dash

    ah oui d'accord j'avis mal compris, mais tu peut pas retourer dans paramètres non plus non ? il te faudrait directement une focntion dans le dvd.xap pour eteindre la xbox
  18. kavap

    Dna, Squigles, Chains, Corkscrews

    ah ouais ok ca doit etre possible mais j'en suis pas sur et je suis pas sur de savoir comment faire je maitrise pas l'ecriture dans un fichier parce que c un code contenu dans le xbe. donc pour le moment je voit pas bien comment faire autrement que d'ecrire les section a la main dans le fichier UIX.ini
  19. kavap

    Dna, Squigles, Chains, Corkscrews

    je comprend pas bien ta question, tu veut faire quoi exactement
  20. kavap

    Légalité

    d'autant que ton petit business ne sera surement pas declaré donc de toutes façons il ne sera pas legale
  21. kavap

    On Peut Poster Son Dash

    cela dit si je l'ai viré des paramètre c que quand t'es sur le menu principal si t'appuie sur back avec la telecommande t'as un petit menu pour redemarer ou eteindre la console
  22. kavap

    Dna, Squigles, Chains, Corkscrews

    ca le fait peut importe la config selectionné au boot, ou juste pour certaine config genre dna_squigles ?
  23. kavap

    Patch Pour La Telecommande

    ok ben nos problèmes n'etaient pas liés du tout moi j'avais une faute de frappe toi tu t'es trompé dans le nom de ta fonction tu l'as appelle OnLeftDown au lieu de OnMoveDown
  24. kavap

    Patch Pour La Telecommande

    j'ai regardé vite fait tu peut faire haut avec ta telecommande mais pas bas ce qui est marrant ce que moi j'avais pas fait gaffe je peut faire bas mais pas haut je regarderai ca en detail tout a l'heure, la je vais au ciné
  25. kavap

    Dna, Squigles, Chains, Corkscrews

    t'as fait quelle mise a jour, j'ai proposé 2 trucs differents