RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    In need of help with Dreamcast / NES/SNES, desperate!

    Scheduled Pinned Locked Moved Help and Support
    nessnesdreamcast
    35 Posts 8 Posters 16.3k 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.
    • N
      najkks @suprjami
      last edited by

      @suprjami

      well right now im having problem with winzip, using the new 20-version

      i cant seem to zip all files in to many files!

      1 Reply Last reply Reply Quote 0
      • N
        najkks
        last edited by

        maybe someone know of a better and easier program to creaty multiple zip-files of all games?

        1 Reply Last reply Reply Quote 0
        • N
          najkks
          last edited by

          uhm.. nevermind, i just found that i can output ZIP even in Winrar :D

          anasazi29A 1 Reply Last reply Reply Quote 2
          • B
            bobcat987
            last edited by

            If you want to automatically pull North American files from a large zip bundle, first unzip the bundle into a directory. The result will be a directory filled with 7z files. If running on the pi, as opposed to a linux workstation, you will need to install 7z utilities for the next step with:
            sudo apt-get install p7zip-full
            Now, change to the directory with the 7z files and run the following command:
            while read line; do i=$(7z l "$line" | egrep '\((W|U|UE|JU|JUE)\)( \([^\)]*\))?( \[!\])?\.[^\.]*$' | tail -1 | sed -e 's/^.* \(.*\)$/\1/g'); if [ -n "$i" ] ; then echo "Extracting $i from $line"; 7z e "$line" "$i"; fi; done < <(ls -1 *.7z)
            This takes a while to run on a PC (10-20 min) and will take longer on a pi, but the end result is the extraction of all North American from the 7z files with very little manual work. After this just move the extracted files to the rom directory and you should be set. Using the totally made up file extension, .nes, the command would look something like this:
            mv *.nes <rom folder>

            1 Reply Last reply Reply Quote 1
            • N
              najkks
              last edited by

              well i finally got about 20 Dremcast-games..
              but at the same time i got some Saturn-games..

              and every game in the same folder, how can i tell which game is for which console?

              1 Reply Last reply Reply Quote 0
              • anasazi29A
                anasazi29 @najkks
                last edited by

                @najkks WinRAR Tutorial with GUI, http://windows7themes.net/en-us/how-to-zip-multiple-files-into-individual-archives/

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

                  @najkks I use PeaZip but WinZip or WinRAR will both work, just make sure you are compressing the files using the Zip compression format. I used that picture before of WinRAR settings because I could tell you have WinRAR from the picture you posted :-)

                  Dreamcast games have the extension of .cdi
                  Sature games will have an extension of either .bin .iso or .mdf

                  You just need to turn on show file extension in Windows 7 so you can see these extension:
                  http://www.thewindowsclub.com/show-file-extensions-in-windows

                  N 1 Reply Last reply Reply Quote 0
                  • N
                    najkks @backstander
                    last edited by

                    @backstander

                    Yep got it, i have used the Winrar but with Zip-extension - works perfect! :)

                    is there any other games that i can Zip and still use?
                    seems like most for N64, NeoGeo, Master system etc.. wont be playable when zipped!

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

                      @najkks
                      If you go to the RetroPie official Wiki and down the far right side you see all the Emulators, well if you bring one of those up and look under Extension next to each emulator for that system, you'll see if it supports Zip as an extension.

                      For example:
                      If you pull up the PC Engine/TurboGrafx-16, then you'll see support extensions .pce .cue and .zip for both emulators so both of these PC Engine emulators support reading a ROM inside a zip file. I believe most of the RetroArch/Libretro emulators support zip files but the newer video game consoles (like N64, PSX, Dreamcast) might be best not to be zipped!

                      1 Reply Last reply Reply Quote 2
                      • N
                        najkks
                        last edited by

                        Im trying to setup BIOS for dreamcast using this guide:

                        im at 8:26 in the video.. but NOTHING that he enters is doable on my retropie!

                        is there another and better guide out there? i havent found anything else..

                        This is what i get when trying to type in the same commands:

                        0_1476428809419_unnamed (2).jpg

                        dankcushionsD 1 Reply Last reply Reply Quote 0
                        • dankcushionsD
                          dankcushions Global Moderator @najkks
                          last edited by

                          @najkks try cd RetroPie - it's case-sensitive

                          N 1 Reply Last reply Reply Quote 0
                          • N
                            najkks @dankcushions
                            last edited by

                            @dankcushions

                            hmm.. the games start without editing! is that how it should be?

                            i just copied the BIOS-files to the correct BIOS (in Rpi) and started playing..

                            1 Reply Last reply Reply Quote 1
                            • 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.