RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login

    Fixing games that require the NDS Microphone in Drastic

    Scheduled Pinned Locked Moved General Discussion and Gaming
    drastic
    34 Posts 14 Posters 12.6k Views
    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.
    • mituM
      mitu Global Moderator @SartreFan
      last edited by

      @SartreFan It may be because it's trying the open the 1st Mic device, which would be at hw:0:1. Unfortunately I don't have an USB mic to test - can you post the output of arecord -l ?

      S edmaul69E 2 Replies Last reply Reply Quote 0
      • S
        SartreFan @mitu
        last edited by

        @mitu

        **** List of CAPTURE Hardware Devices ****
        card 1: Device [USB PnP Sound Device], device 0: USB Audio [USB Audio]
        Subdevices: 1/1
        Subdevice #0: subdevice #0

        1 Reply Last reply Reply Quote 0
        • edmaul69E
          edmaul69 @mitu
          last edited by

          @mitu where is the drastic.sh located? I couldnt find it in the roms folder, config folder or emulator folder.

          mituM 1 Reply Last reply Reply Quote 0
          • mituM
            mitu Global Moderator @edmaul69
            last edited by

            @edmaul69 The drastic.sh is the name of the package file (scriptmodule), the installed emulator is simply drastic and it should be in /opt/retropie/emulators/drastic/drastic.

            edmaul69E 1 Reply Last reply Reply Quote 0
            • edmaul69E
              edmaul69 @mitu
              last edited by

              @mitu ok. So the guy above had posted the 2 lines to add to the drastic.sh, but looking at it on github i dont know where the lines need to be added. I put them where you stated but that didnt do anything.

              mituM 1 Reply Last reply Reply Quote 0
              • mituM
                mitu Global Moderator @edmaul69
                last edited by

                @edmaul69 The drastic.sh script is used only for installation, not for running the emulator, so they wouldn't be added there. Are you referring to the lines I posted ?

                edmaul69E 1 Reply Last reply Reply Quote 0
                • edmaul69E
                  edmaul69 @mitu
                  last edited by

                  @mitu yes. A guy previously posted adding them to the drastic.sh. So i was confused about where i would put them in there. I understand the .sh is for installing it. Just trying to understand what the other dude posted.

                  mituM 1 Reply Last reply Reply Quote 0
                  • mituM
                    mitu Global Moderator @edmaul69
                    last edited by mitu

                    @edmaul69 Ah, I glossed over that line. It's actually not for RetroPie, but for the Odroid Arena scripts, that's why you can't find it.

                    edmaul69E C 2 Replies Last reply Reply Quote 0
                    • edmaul69E
                      edmaul69 @mitu
                      last edited by

                      @mitu ok. Makes sense.

                      1 Reply Last reply Reply Quote 0
                      • C
                        Chuck_B @mitu
                        last edited by

                        @mitu so that workaround is not compatible with Retropie?

                        mituM S 2 Replies Last reply Reply Quote 0
                        • mituM
                          mitu Global Moderator @Chuck_B
                          last edited by

                          @Chuck_B It might be, but it looks like my previous hint didn't work and I don't have a microphone to test it myself.

                          1 Reply Last reply Reply Quote 0
                          • S
                            SartreFan @Chuck_B
                            last edited by SartreFan

                            @Chuck_B I made a post about this issue on the Drastic forum back in January but had no reply. This is a comment the developer made in May 2017 about further development so it might eventually get addressed

                            "Finally, I do want to say that I really want to get another release out (and some sub-forums here), and I apologize that I haven't despite saying a few times already that I was planning on it. To be totally honest I've been having some hard times and it's been hard to sit down and focus on things like this, but I'm really hoping that will change soon."

                            And another update June, 2017

                            "I also intend to work on getting the Raspberry Pi version in a better state, and then I can most likely release more or less equivalent builds for Linux and Windows PCs (just x86 desktop, not Windows Phone)"

                            quicksilverQ 1 Reply Last reply Reply Quote 0
                            • quicksilverQ
                              quicksilver @SartreFan
                              last edited by

                              @SartreFan he's been pretty silent about rpi development since then. So I'm not holding my breath. He did say that open sourcing drastic may be something that happens eventually, so that may be the best we can hope for.

                              1 Reply Last reply Reply Quote 0
                              • soulfunkdjxS
                                soulfunkdjx
                                last edited by

                                My friends, i think i have found the solution to make those games working. I have to test them later today (my kids are not letting me too free). If anyone is interested please reply and i hope to have some good news untill tomorrow.

                                R 1 Reply Last reply Reply Quote 0
                                • R
                                  robertybob @soulfunkdjx
                                  last edited by

                                  @soulfunkdjx Any news?

                                  1 Reply Last reply Reply Quote 0
                                  • B
                                    blackshadow
                                    last edited by

                                    https://retropie.org.uk/forum/topic/21826/newer-version-of-drastic-compatible-with-raspberry-pi/36

                                    this should solve your problem its a later revision of drastic compiled for odroid that is also compatable with rpi by all accounts fixes any games with mic requirements and also solves the issue with the emu running in the background after exit should be a simple case of swap out the binary

                                    1 Reply Last reply Reply Quote 0
                                    • soulfunkdjxS
                                      soulfunkdjx
                                      last edited by soulfunkdjx

                                      Sorry for the delay guys. I fixed it and the game actually works. This is what you have to do.

                                      SSH/Putty to your Pi or plug a keyboard and press F4 to get local command prompt.

                                      cd /opt/retropie/emulators

                                      sudo mv drastic drastic.old

                                      sudo wget https://github.com/Retro-Arena/binaries/raw/master/odroid-xu4/drastic.tar.gz

                                      sudo tar -xvf drastic.tar.gz

                                      ls -lah (validate file/folders are in place, just make sure you see folder called "drastic")

                                      sudo reboot

                                      Just to understand we have downloaded Drastic version 2.5.0.4 which has only released for Odroid and for good luck it is working on retropie too!!!! The latest release for retropie was 2.5.0.3. With the new update 2.5.0.4 seems to bypass the microphone problem.

                                      chelochelini2014C 1 Reply Last reply Reply Quote 0
                                      • chelochelini2014C
                                        chelochelini2014 @soulfunkdjx
                                        last edited by

                                        @soulfunkdjx thank you for sharing.

                                        1 Reply Last reply Reply Quote 0
                                        • DTEAMD
                                          DTEAM
                                          last edited by DTEAM

                                          I know It's an old topic, but I see developpement

                                          Now, in Drastic, We are supose to be able to generate static noises in settings.

                                          see : https://www.drastic-ds.com/viewtopic.php?f=7&t=13037&p=31344&hilit=retropie+mic#p31344

                                          I agree with the other guy, where is this option? Is It in a newer version? Does somebody are able to do that on Retropie?

                                          Last release is 2.5.1.1a. Is It tested or compatible with Retropie?

                                          mituM 1 Reply Last reply Reply Quote 0
                                          • mituM
                                            mitu Global Moderator @DTEAM
                                            last edited by

                                            @dteam DraStic is mainly developed for Android devices, the RPI version is rarely updated by the developer(s) and it's just at version r2.5.0.4.

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

                                            Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                                            Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.