Uxe Installer A Aleger (script&archive)


Messages recommandés

Posté(e) (modifié)

Salut je suis entrain de modifier un save que quell qu'un ma donner sur le forum..

et

j'ai enlever quell que fonction et yavais deja des fonctions non-utiliser

j'ai traduit en francais..

j'ai changer Evox pour unleash a l'installation

j'ai enlever MXM comme installation qui marchait pas pour moi..

j'ai enlever NKPatcher qui marchait marchait pas pour moi

j'ai fait un meilleur Affichage plus claire et rapide

Compatible 1.0 a 1.6 et 1.6b

Boot sur le (Lecteur DVD tray ouvert) ..

Bios Evox-M8 un X2-4981

PBL Metoo

UnleashX

voici quellques captures ..et questions.!

1.JPG

01.JPG

02.JPG

03.JPG

04.JPG

1.JPG

2.JPG

3.JPG

4.JPG

5.JPG

6.JPG

7.JPG

8.JPG

9.JPG

10.JPG

11.JPG

12.JPG

13.JPG

14.JPG

15.JPG

16.JPG

Mais voila ca marcher et c 6x plus rapide mais il rest des trcuks non-utiliser dans la save et des fonctions non-utiliser dans le (MXM.xml)

en voici quellques un,

qui pourait me dire comment les enlevers pour ne pas affecter le rest du code,

car a chaque fois que j'ai tester, sois il a pas installer ou flasher le Bios

ou le Dashboard alor j'aurai besion d'un petit peux d'aide..

voici le script d'installation:

<ActionScript name="UXEInstall">

                        SET REPLACE 0

                        Callscript _DisplayMessageBox "Ceci va installer un exploit UXE, un (loadeur/patcheur)$eol$de Bios et UnleashX avec un Bios Evox-M8 ou un X2-4981$eol$- Appuyez sur le bouton blanc pour annuler$eol$- Appuyez sur le bouton (A) pour continuer..."

                        If %_GP_A% == "1" GOTO APRESSED

                        Quit

                        :APRESSED

                        Callscript _DisplayMessageBox "- Appuyez sur le bouton blanc pour annuler$eol$- Appuyez sur le bouton (B) pour installer l'Exploit$eol$Fonctionne avec tous les kernels,et toutes les régions"

                        If %_GP_A% == "1" GOTO UDE1

                        If %_GP_X% == "1" GOTO UDE2

                        If %_GP_B% == "1" GOTO UDE3

                        Quit

                        :UDE1

                        SET UDE 1

                        SETFUNC gsupdate FILEEXISTS e:\Udata\21585554\000000000000\files\update.xbe

                        If %gsupdate% == 0 goto Check1

                        SETFUNC size FILESIZE e:\Udata\21585554\000000000000\files\update.xbe

                        If %size% == 1914880 goto Installed

                        If %size% == 1974272 goto Installed

                        :Check1

                        SETFUNC gsupdatezip FILEEXISTS e:\Udata\21585554\000000000000\files\update.xbe.zip

                        If %gsupdatezip% == 1 goto Installed

                        SETFUNC installed FILEEXISTS c:\xodash\update.xbe

                        If %installed% == 0 goto NotInst

                        SETFUNC size FILESIZE c:\xodash\update.xbe

                        If %size% == 1914880 goto Installed

                        If %size% == 1974272 goto Installed

                        If %size% == 2387968 goto Installed

                        If %size% == 2260992 goto Installed

                        goto NotInst

                        :UDE2

                        SET UDE 2

                        SETFUNC gsupdate FILEEXISTS e:\Udata\21585554\000000000000\files\update.xbe

                        If %gsupdate% == 0 goto Check2

                        SETFUNC size FILESIZE e:\Udata\21585554\000000000000\files\update.xbe

                        If %size% == 1916928 goto Installed

                        :Check2

                        SETFUNC gsupdatezip FILEEXISTS e:\Udata\21585554\000000000000\files\update.xbe.zip

                        If %gsupdatezip% == 1 goto Installed

                        SETFUNC installed FILEEXISTS c:\xodash\update.xbe

                        If %installed% == 0 goto NotInst

                        SETFUNC size FILESIZE c:\xodash\update.xbe

                        If %size% == 1914880 goto Installed

                        If %size% == 1974272 goto Installed

                        If %size% == 2387968 goto Installed

                        If %size% == 2260992 goto Installed

                        goto NotInst

                        :UDE3

                        SET UDE 3

                        SETFUNC gsupdate FILEEXISTS e:\Udata\21585554\000000000000\files\update.xbe

                        If %gsupdate% == 0 goto Check3

                        SETFUNC size FILESIZE e:\Udata\21585554\000000000000\files\update.xbe

                        If %size% == 1994752 goto Installed

                        :Check3

                        SETFUNC gsupdatezip FILEEXISTS e:\Udata\21585554\000000000000\files\update.xbe.zip

                        If %gsupdatezip% == 1 goto Installed

                        SETFUNC installed FILEEXISTS c:\xodash\update.xbe

                        If %installed% == 0 goto NotInst

                        goto NotInst

                        :NotInst

                        Callscript _DisplayMessageBox "Le correct (update.xbe) a ete trouver.$eol$Vous devez installer un 4920,5659 or 5960$eol$ou ajouter (update.xbe) a l'archive.$eol$Ne peux installer  l'UXE."

                        Quit

                        :Installed

                        SETFUNC tmpthere FILEEXISTS e:\Udata\21585554\000000000000\tmp

                        If %tmpthere% == 0 goto Ready

                        Rename e:\Udata\21585554\000000000000\tmp e:\Udata\21585554\000000000000\tmp.old

                        :Ready

                        MkDir E:\Udata\21585554\000000000000\tmp

                        COPY E:\Udata\21585554\000000000000\linux\default.xbe E:\Udata\21585554\000000000000\tmp\default.xbe

                        COPY E:\Udata\21585554\000000000000\linux\initrd E:\Udata\21585554\000000000000\tmp\initrd

                        COPY E:\Udata\21585554\000000000000\linux\vmlinuz E:\Udata\21585554\000000000000\tmp\vmlinuz

                        OpenWrite config e:\Udata\21585554\000000000000\tmp\linuxboot.cfg

                        WriteFileLn config "kernel vmlinuz"

                        WriteFileLn config "initrd initrd"

                        SETFUNC blcheck FILEEXISTS E:\BiosLD

                        If %blcheck% == 0 goto RPBL

                        :CheckBLDir

                        Callscript _DisplayMessageBox "Le Dossier (BiosLD) a ete trouve d'une autre installation.$eol$- Appuyez sur le bouton blanc pour annuler$eol$- Appuyez sur le bouton (A) ci vous voulez le garder.$eol$- Appuyez sur le bouton (X) ci vous voulez le remplacer."

                        If %_GP_A% == "1" GOTO CheckDash

                        If %_GP_X% == "1" GOTO RPBL

                        If %_GP_WHITE% == "1" GOTO ExitScript

                        GOTO CheckBLDir

                        :RPBL

                        ADD REPLACE 1

                        If %UDE% == "1" GOTO PBL1

                        If %UDE% == "2" GOTO PBL2

                        If %UDE% == "3" GOTO PBL2

                       :PBL1

                        Callscript _DisplayMessageBox "Selectionner un loadeur/patcheur de Bios.$eol$- Appuyez sur le bouton blanc pour annuler$eol$- Appuyez sur le bouton (A) pour installer PBL 1.4.1$eol$- Appuyez sur le bouton (X) pour installer nkpatcher$eol$- Appuyez sur le bouton (Y) installer PBL-Metoo$eol$- Appuyez sur le bouton (B) pour installer PBL Lite"

                        If %_GP_A% == "1" GOTO PBL

                        If %_GP_B% == "1" GOTO PBLLite

                        If %_GP_X% == "1" GOTO NKP

                        If %_GP_Y% == "1" GOTO METOO

                        If %_GP_WHITE% == "1" GOTO ExitScript

                        GOTO PBL1

                        :PBL2

                        Callscript _DisplayMessageBox "Selectionner un (loadeur/patcheur) de Bios.$eol$- Appuyez sur le bouton blanc pour annuler$eol$- Appuyez sur le bouton (A) pour installer PBL Metoo."

                        If %_GP_B% == "1" GOTO NKP

                        If %_GP_A% == "1" GOTO METOO

                        If %_GP_WHITE% == "1" GOTO ExitScript

                        GOTO PBL2

                        :NKP

                        set BIOSLD nkp

                        GOTO CheckDash

                        :METOO

                        set BIOSLD metoo

                        GOTO SetBios

                        :PBL

                        set BIOSLD pbl

                        set BIOS X2

                        GOTO CheckDash

                        :PBLLite

                        set BIOSLD lite

                        set BIOS X2

                        GOTO CheckDash

                        :SetBios

                        Callscript _DisplayMessageBox "Selectionner un Bios.$eol$(Les Utilisateurs de 1.6 utiliser un Evox M8)$eol$(Les Utilisateurs de 1.0 à 1.5 utiliser un M8 ou X2-4981)$eol$- Appuyez sur le bouton blanc pour annuler$eol$- Appuyez sur le bouton (A) pour installer un Bios X2-4981$eol$- Appuyez sur le bouton (X) pour installer un Bios Evox-M8"

                        If %_GP_X% == "1" GOTO M8

                        If %_GP_A% == "1" GOTO X2

                        If %_GP_WHITE% == "1" GOTO ExitScript

                        GOTO SetBios

                        :M8

                        set BIOS M8

                        GOTO CheckDash

                        :X2

                        set BIOS X2

                        GOTO CheckDash

                        :CheckDash

                        SETFUNC dashcheck FILEEXISTS E:\Dashboard

                        If %dashcheck% == 0 goto RPDash

                        Callscript _DisplayMessageBox "Le dossier(Dashboard) a ete trouve d'une autre installation.$eol$- Appuyez sur le bouton blanc pour annuler$eol$- Appuyez sur le bouton (A) pour le garder.$eol$- Appuyez sur le bouton (X) pour le remplacer."

                        If %_GP_A% == "1" GOTO Linuxcfg

                        If %_GP_X% == "1" GOTO RPDash

                        If %_GP_WHITE% == "1" GOTO ExitScript

                        GOTO CheckDash

                        :RPDash

                        ADD REPLACE 2

                        :SetDash

                        Callscript _DisplayMessageBox "Installer un Dashboard par defaut.$eol$- Appuyez sur le bouton blanc pour annuler$eol$- Appuyez sur le bouton (X) pour installer UnleashX"

                        If %_GP_X% == "1" GOTO EVOX

                        If %_GP_WHITE% == "1" GOTO ExitScript

                        GOTO SetDash

                        :EVOX

                        set DDASH evox

                        GOTO Linuxcfg

                        :Linuxcfg

                        WriteFileLn config "append init=/linuxrc root=/dev/ram0 kbd-reset game=SC action=install biosld=%BIOSLD% dash=%DDASH% replace=%REPLACE% ude=%UDE% bios=%BIOS% ramdisk_blocksize=4096 xboxfb y"

                        CloseFile config

                        GOTO Run

                        :ExitScript

                        CloseFile config

                        SETFUNC tmp FILEEXISTS e:\Udata\21585554\000000000000\tmp

                        If %tmp% == 0 goto CleanUp

                        :CleanUp

                        Delete e:\Udata\21585554\000000000000\tmp\default.xbe

                        Delete e:\Udata\21585554\000000000000\tmp\initrd

                        Delete e:\Udata\21585554\000000000000\tmp\vmlinuz

                        Delete e:\Udata\21585554\000000000000\tmp\linuxboot.cfg

                        RmDir e:\Udata\21585554\000000000000\tmp

                        Quit

                        :Run

                        exec E:\Udata\21585554\000000000000\tmp\default.xbe

                </ActionScript>

Legende:

Rouge=script qui sert pas,(Je crois)j'ai désactivé dans l'affichage.

Move=script qui sert pas,(Je crois)j'ai désactivé dans l'affichage.

Noire=Le script d'installation qui apparait dans l'affichage.

ci vous pouvez m'aider ca serai cool.

et pour la save je la donne just sur demmande ..

Modifié par MegaDrive
Posté(e) (modifié)

C bon j'ai trouver tout seul comme un grand,

et maintenent tout les fonctions du scipt sont utiliser.!

voici quellque captures de l'installateur que j'ai modifier un peux

j'ai traduit en francais..

j'ai changer Evox pour unleash a l'installation

j'ai enlever MXM comme installation qui marchait pas pour moi..

j'ai fait un Menu de choix pour NKP ou Metoo ou PBL Lite

j'ai fait un meilleur Affichage plus claire et rapide

Compatible 1.0 a 1.6 et 1.6b

Boot sur le (Lecteur DVD tray ouvert) ..

Bios: Evox-M8 un X2-4981

Loader&Patcher: PBL Metoo & NKPatcher & PBL Lite

Dashboard: UnleashX

Mod: Modification du C: et installation sur le E:

01.JPG

02.JPG

03.JPG

04.JPG

1.JPG

2.JPG

3.JPG

4.JPG

5.JPG

6.JPG

7.JPG

8.JPG

9.JPG

10.JPG

11.JPG

12.JPG

13.JPG

14.JPG

16.JPG

17.JPG

et voici le script d'installation que j'ai modifier.Tout les fonction sont maintenent utiliser.et tout les fichiers de l'archive.

<ActionScript name="UXEInstall">                        SET REPLACE 0                        Callscript _DisplayMessageBox "Ceci va installer un Exploit UXE, un (loadeur/patcheur)$eol$de Bios et UnleashX avec un Bios Evox-M8 ou un X2-4981$eol$- Appuyez sur le bouton blanc pour annuler$eol$- Appuyez sur le bouton (A) pour continuer..."                        If %_GP_A% == "1" GOTO APRESSED                        Quit                        :APRESSED                        Callscript _DisplayMessageBox "Selectionner un type d'installation (loadeur/patcheur) de Bios.$eol$- Appuyez sur le bouton blanc pour annuler$eol$- Appuyez sur le bouton (B) pour installer$eol$(PBL Lite)$eol$- Appuyez sur le bouton (A) pour installer$eol$(PBL Metoo)$eol$- Appuyez sur le bouton (X) pour installer$eol$(NKPatcher)"                        If %_GP_A% == "1" GOTO UDE3                        If %_GP_X% == "1" GOTO UDE2                        If %_GP_B% == "1" GOTO UDE1                        Quit                        :UDE1                        SET UDE 1                        SETFUNC gsupdate FILEEXISTS e:\Udata\21585554\000000000000\files\update.xbe                        If %gsupdate% == 0 goto Check1                        SETFUNC size FILESIZE e:\Udata\21585554\000000000000\files\update.xbe                        If %size% == 1914880 goto Installed                        If %size% == 1974272 goto Installed                        :Check1                        SETFUNC gsupdatezip FILEEXISTS e:\Udata\21585554\000000000000\files\update.xbe.zip                        If %gsupdatezip% == 1 goto Installed                        SETFUNC installed FILEEXISTS c:\xodash\update.xbe                        If %installed% == 0 goto NotInst                        SETFUNC size FILESIZE c:\xodash\update.xbe                        If %size% == 1914880 goto Installed                        If %size% == 1974272 goto Installed                        If %size% == 2387968 goto Installed                        If %size% == 2260992 goto Installed                        goto NotInst                        :UDE2                        SET UDE 2                        SETFUNC gsupdate FILEEXISTS e:\Udata\21585554\000000000000\files\update.xbe                        If %gsupdate% == 0 goto Check2                        SETFUNC size FILESIZE e:\Udata\21585554\000000000000\files\update.xbe                        If %size% == 1916928 goto Installed                        :Check2                        SETFUNC gsupdatezip FILEEXISTS e:\Udata\21585554\000000000000\files\update.xbe.zip                        If %gsupdatezip% == 1 goto Installed                        SETFUNC installed FILEEXISTS c:\xodash\update.xbe                        If %installed% == 0 goto NotInst                        SETFUNC size FILESIZE c:\xodash\update.xbe                        If %size% == 1914880 goto Installed                        If %size% == 1974272 goto Installed                        If %size% == 2387968 goto Installed                        If %size% == 2260992 goto Installed                        goto NotInst                        :UDE3                        SET UDE 3                        SETFUNC gsupdate FILEEXISTS e:\Udata\21585554\000000000000\files\update.xbe                        If %gsupdate% == 0 goto Check3                        SETFUNC size FILESIZE e:\Udata\21585554\000000000000\files\update.xbe                        If %size% == 1994752 goto Installed                        :Check3                        SETFUNC gsupdatezip FILEEXISTS e:\Udata\21585554\000000000000\files\update.xbe.zip                        If %gsupdatezip% == 1 goto Installed                        SETFUNC installed FILEEXISTS c:\xodash\update.xbe                        If %installed% == 0 goto NotInst                        goto NotInst                        :NotInst                        Callscript _DisplayMessageBox "Le correct (update.xbe) a ete trouver.$eol$Vous devez installer un 4920,5659 or 5960$eol$ou ajouter (update.xbe) a l'archive.$eol$Ne peux installer  l'UXE."                        Quit                        :Installed                        SETFUNC tmpthere FILEEXISTS e:\Udata\21585554\000000000000\tmp                        If %tmpthere% == 0 goto Ready                        Rename e:\Udata\21585554\000000000000\tmp e:\Udata\21585554\000000000000\tmp.old                        :Ready                        MkDir E:\Udata\21585554\000000000000\tmp                        COPY E:\Udata\21585554\000000000000\linux\default.xbe E:\Udata\21585554\000000000000\tmp\default.xbe                        COPY E:\Udata\21585554\000000000000\linux\initrd E:\Udata\21585554\000000000000\tmp\initrd                        COPY E:\Udata\21585554\000000000000\linux\vmlinuz E:\Udata\21585554\000000000000\tmp\vmlinuz                        OpenWrite config e:\Udata\21585554\000000000000\tmp\linuxboot.cfg                        WriteFileLn config "kernel vmlinuz"                        WriteFileLn config "initrd initrd"                        SETFUNC blcheck FILEEXISTS E:\BiosLD                        If %blcheck% == 0 goto RPBL                        :CheckBLDir                        Callscript _DisplayMessageBox "Le Dossier (BiosLD) a ete trouve d'une autre installation.$eol$- Appuyez sur le bouton blanc pour annuler$eol$- Appuyez sur le bouton (A) ci vous voulez le garder.$eol$- Appuyez sur le bouton (X) ci vous voulez le remplacer."                        If %_GP_A% == "1" GOTO CheckDash                        If %_GP_X% == "1" GOTO RPBL                        If %_GP_WHITE% == "1" GOTO ExitScript                        GOTO CheckBLDir                        :RPBL                        ADD REPLACE 1                        If %UDE% == "1" GOTO PBL3                        If %UDE% == "2" GOTO PBL2                        If %UDE% == "3" GOTO PBL1                        :PBL1                        Callscript _DisplayMessageBox "Selectionner un (loadeur/patcheur) de Bios.$eol$- Appuyez sur le bouton blanc pour annuler$eol$- Appuyez sur le bouton (A) pour installer PBL Metoo."                        If %_GP_A% == "1" GOTO METOO                        If %_GP_WHITE% == "1" GOTO ExitScript                        GOTO PBL1                        :PBL2                        Callscript _DisplayMessageBox "Selectionner un loadeur/patcheur de Bios.$eol$- Appuyez sur le bouton blanc pour annuler$eol$- Appuyez sur le bouton (X) pour installer nkpatcher"                        If %_GP_X% == "1" GOTO NKP                        If %_GP_WHITE% == "1" GOTO ExitScript                        GOTO PBL2                        :PBL3                        Callscript _DisplayMessageBox "Selectionner un (loadeur/patcheur) de Bios.$eol$- Appuyez sur le bouton blanc pour annuler$eol$- Appuyez sur le bouton (B) pour installer PBL Lite."                        If %_GP_B% == "1" GOTO PBLLite                        If %_GP_WHITE% == "1" GOTO ExitScript                        GOTO PBL3                        :NKP                        set BIOSLD nkp                        GOTO CheckDash                        :METOO                        set BIOSLD metoo                        GOTO SetBios                        :PBLLite                        set BIOSLD lite                        set BIOS X2                        GOTO CheckDash                        :SetBios                        Callscript _DisplayMessageBox "Selectionner un Bios.$eol$(Les Utilisateurs de 1.6 utiliser un Evox M8)$eol$(Les Utilisateurs de 1.0 à 1.5 utiliser un M8 ou X2-4981)$eol$- Appuyez sur le bouton blanc pour annuler$eol$- Appuyez sur le bouton (A) pour installer un Bios X2-4981$eol$- Appuyez sur le bouton (X) pour installer un Bios Evox-M8"                        If %_GP_X% == "1" GOTO M8                        If %_GP_A% == "1" GOTO X2                        If %_GP_WHITE% == "1" GOTO ExitScript                        GOTO SetBios                        :M8                        set BIOS M8                        GOTO CheckDash                        :X2                        set BIOS X2                        GOTO CheckDash                        :CheckDash                        SETFUNC dashcheck FILEEXISTS E:\Dashboard                        If %dashcheck% == 0 goto RPDash                        Callscript _DisplayMessageBox "Le dossier(Dashboard) a ete trouve d'une autre installation.$eol$- Appuyez sur le bouton blanc pour annuler$eol$- Appuyez sur le bouton (A) pour le garder.$eol$- Appuyez sur le bouton (X) pour le remplacer."                        If %_GP_A% == "1" GOTO Linuxcfg                        If %_GP_X% == "1" GOTO RPDash                        If %_GP_WHITE% == "1" GOTO ExitScript                        GOTO CheckDash                        :RPDash                        ADD REPLACE 2                        :SetDash                        Callscript _DisplayMessageBox "Installer un Dashboard par defaut.$eol$- Appuyez sur le bouton blanc pour annuler$eol$- Appuyez sur le bouton (X) pour installer UnleashX"                        If %_GP_X% == "1" GOTO EVOX                        If %_GP_WHITE% == "1" GOTO ExitScript                        GOTO SetDash                        :EVOX                        set DDASH evox                        GOTO Linuxcfg                        :Linuxcfg                        WriteFileLn config "append init=/linuxrc root=/dev/ram0 kbd-reset game=SC action=install biosld=%BIOSLD% dash=%DDASH% replace=%REPLACE% ude=%UDE% bios=%BIOS% ramdisk_blocksize=4096 xboxfb y"                        CloseFile config                        GOTO Run                        :ExitScript                        CloseFile config                        SETFUNC tmp FILEEXISTS e:\Udata\21585554\000000000000\tmp                        If %tmp% == 0 goto CleanUp                        :CleanUp                        Delete e:\Udata\21585554\000000000000\tmp\default.xbe                        Delete e:\Udata\21585554\000000000000\tmp\initrd                        Delete e:\Udata\21585554\000000000000\tmp\vmlinuz                        Delete e:\Udata\21585554\000000000000\tmp\linuxboot.cfg                        RmDir e:\Udata\21585554\000000000000\tmp                        Quit                        :Run                        exec E:\Udata\21585554\000000000000\tmp\default.xbe                </ActionScript>

Ya tu quellqu'un qui a des recommandations a faire ..

Exp:changement des texts ajout de truck ..!?

Modifié par MegaDrive

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 compte

Se connecter

Vous avez déjà un compte ? Connectez-vous ici.

Connectez-vous maintenant