Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord

    [SCRIPT] Randomizer

    Community projects
    [script] randomizer
    13
    125
    37355
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • voljega
      voljega Banned @Gaetan last edited by

      @gaetan pas travaillé là dessus encore...

      Gaetan 1 Reply Last reply Reply Quote 0
      • goroots
        goroots last edited by

        Je viens de test et c'est vraiment un super script pour éviter de jouer aux mêmes jeux et trouver des bonnes pépites 😉
        Super travail @voljega merci ^^

        Pi3b+ sd Samsung 32gb + clef sandisk 256gb.
        Theme next pixel 480p.
        Xbox 360+adaptateur Microsoft, ds4, xbox one filaire, 8bitdo nes pro+arcade, 2 Wiimot gun avec dolphin bar, Clavier sans fil viboton.

        1 Reply Last reply Reply Quote 0
        • Gaetan
          Gaetan Theme moderator @voljega last edited by

          @voljega au cas ou, voilà les même images mais plus légères, -75% du poids sans perte visuelle ça peut toujours aider.

          Fond 1080p :
          text alternatif

          Fond 720p :
          text alternatif

          Boards : Now: Nuc i7 7567u // Past: Rpi3 B, Rpi3 B+, Odroid xu4
          Controllers : Ps3 dualshock, 8bitdo SFC30 pro, Snes wired controller

          voljega 1 Reply Last reply Reply Quote 0
          • voljega
            voljega Banned @Gaetan last edited by

            @gaetan ah cool toujours pas rebossé dessus faut que je m'y remette

            1 Reply Last reply Reply Quote 1
            • goroots
              goroots last edited by

              Bonjour @voljega ,
              j'ai voulu tester ton script sur la bêta Pi3b+, mais dès que je modifie le es-system en y ajoutant tes balises... il reste en boot sur l ecran noir avec la version de recalbox.
              Et des que je les enlève ça revoit normalement, c'est normal sur la bêta ?
              D'avance merci 😎

              Pi3b+ sd Samsung 32gb + clef sandisk 256gb.
              Theme next pixel 480p.
              Xbox 360+adaptateur Microsoft, ds4, xbox one filaire, 8bitdo nes pro+arcade, 2 Wiimot gun avec dolphin bar, Clavier sans fil viboton.

              voljega 1 Reply Last reply Reply Quote 0
              • voljega
                voljega Banned @goroots last edited by

                @goroots je sais pas jamais essayé la beta... Ptet que @Gaetan a testé

                goroots 1 Reply Last reply Reply Quote 0
                • Moiiiiii
                  Moiiiiii last edited by Moiiiiii

                  Bonsoir @goroots j'ai actuellement le script de charger sur le pi3b+ et tout est nickel je te met la syntaxe que j'utilise dans le es_systems.cfg

                  <system>
                  <fullname>Random</fullname>
                  <name>random</name>
                  <path>/recalbox/share/roms/random</path>
                  <extension>.rdm</extension>
                  <command>python /recalbox/share/randomizer.py %CONTROLLERSCONFIG% -rom %ROM%</command>
                  <theme>random</theme>
                  <platform>random</platform>
                  <emulators/>
                  </system>

                  Bonne soirée à toi et bon courage si jamais tu as des soucis avec ça je peut être dispo sur le discord plus tard dans la soirée

                  1 Reply Last reply Reply Quote 0
                  • goroots
                    goroots last edited by

                    Bonjour @voljega et @Moiiiiii , merci beaucoup pour vos retours c'est très gentil.

                    effectivement, il y a une ligne ajoutée comparé au readme qui est dans l'archive, car j'ai ça à la base :
                    <system>
                    <fullname>Random</fullname>
                    <name>random</name>
                    <path>/recalbox/share/roms/random</path>
                    <extension>.rdm</extension>
                    <command>python /recalbox/share/randomizer.py %CONTROLLERSCONFIG% -rom %ROM%</command>
                    <theme>random</theme>
                    <platform>random</platform>
                    </system>

                    Il manque donc la ligne <emulators/>, je vais essayé avec ça le week end prochain, pour voir si cela change... en tout cas encore merci beaucoup ^^

                    Pi3b+ sd Samsung 32gb + clef sandisk 256gb.
                    Theme next pixel 480p.
                    Xbox 360+adaptateur Microsoft, ds4, xbox one filaire, 8bitdo nes pro+arcade, 2 Wiimot gun avec dolphin bar, Clavier sans fil viboton.

                    1 Reply Last reply Reply Quote 0
                    • goroots
                      goroots @voljega last edited by

                      @voljega J'ai essayé avec la nouvelle version stable et ton script fonctionne parfaitement. Encore merci 😉

                      Pi3b+ sd Samsung 32gb + clef sandisk 256gb.
                      Theme next pixel 480p.
                      Xbox 360+adaptateur Microsoft, ds4, xbox one filaire, 8bitdo nes pro+arcade, 2 Wiimot gun avec dolphin bar, Clavier sans fil viboton.

                      voljega 1 Reply Last reply Reply Quote 0
                      • voljega
                        voljega Banned @goroots last edited by

                        @goroots ah cool, quand j'ai le temps je vais voir si je peux le connecter au mode demo facilement

                        1 Reply Last reply Reply Quote 2
                        • voljega
                          voljega Banned last edited by voljega

                          I'm working on a full rework of this script with more functionalities

                          In the mean time, I can confirm that from 6.0 you need to add <emulators/> to the system description to make it work, making it :

                          <system>
                                  <fullname>Random</fullname>
                                  <name>random</name>
                          	<path>/recalbox/share/roms/random</path>
                          	<extension>.rdm</extension>
                                  <command>python /recalbox/share/randomizer.py %CONTROLLERSCONFIG% -rom %ROM%</command>
                                  <theme>random</theme>
                          	<platform>random</platform>
                          	<emulators/>
                          </system>
                          
                          goroots 1 Reply Last reply Reply Quote 0
                          • goroots
                            goroots @voljega last edited by

                            @voljega 😍👍

                            Pi3b+ sd Samsung 32gb + clef sandisk 256gb.
                            Theme next pixel 480p.
                            Xbox 360+adaptateur Microsoft, ds4, xbox one filaire, 8bitdo nes pro+arcade, 2 Wiimot gun avec dolphin bar, Clavier sans fil viboton.

                            1 Reply Last reply Reply Quote 0
                            • voljega
                              voljega Banned last edited by

                              Ouverture du sujet pour la refonte totale en beta : https://forum.recalbox.com/topic/18232/script-randomizer-2-0-beta

                              Si un moderateur ( @acris ? ) pouvait fermer ce sujet, ça serait cool, meerciiii

                              1 Reply Last reply Reply Quote 0
                              • First post
                                Last post

                              Want to support us ?

                              90
                              Online

                              99.6k
                              Users

                              28.1k
                              Topics

                              187.1k
                              Posts

                              Copyright © 2021 recalbox.com