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 15.9k 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
      last edited by

      nope it wont handle the current zipfiles..

      ill guess i will unzip all in different folders, browse thru them manually, and after that store them on to the Rpi again!

      well well..

      btw. is there any other emulator worth taking up space having?

      i already got the nes, snes, n64, game gear, atari, amiga, C64, Master System, Sega X32

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

        you have to have the bios files named exactly a certain way.

        dc_boot.bin, dc_flash.bin

        they CANNOT be compressed anyway. they have to be raw .bin files and it looks like you have the files in there correctly but they don't seem to have the .bin extension or they are in a zip file.

        a couple of files in your screenshot says "biosnds7.rom, which leads me to believe file extensions are showing, but your DreamCast bios' are not labeled correctly.

        you can also try putting the bios' in the emulator folder "/opt/retropie/emulators/reicast/bin"

        and the games themselves cannot be compressed either. create a folder for each game in the roms/dreamcast/crazytaxi and decompress the files into that folder.

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

          @najkks you'll want to unzip/extract all the .cdi files inside that 500mb Dreamcast file (if there is any). 500mb only sound like one Dreamcast game and not much of a "collection" unless it's a collection of something else like BIOS files or instruction manual scans/pictures, video files or whatever.

          You should unzip all the NES games into a single NES folder. Then select all the NES games and when you zip them, there should be a way to "Put each file to separate archive".

          0_1476233281882_compress-multiple-winrar-002.jpg

          This will make a separate zip file for each file. It will take awhile because you said you have like 1100 NES games but it will get the job done and a very easy way!

          Then you can do this same with all the SNES ROMs.

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

            @backstander

            is there a point of zipping them.. lets say they take up 600mb of space.. will i save more than 100-200mb?

            anasazi29A 1 Reply Last reply Reply Quote 0
            • 3lric3
              3lric
              last edited by

              If you don't want all the different versions, you should download a no-intro set, or other set that only includes one version of the rom. You can also use clrmamepro 1G1R (1 game 1 rom) which I believe will get you down to 1 version per region. Though you'd need to find a .dat file that works for your pack first.

              As for the dreamcast game above, do you have another you can test? That screen you posted looks like it IS the game, and that the game itself is a sega emulator for the dreamcast. And as mentioned above, you have the wrong dreamcast BIOs. Look at the dreamcast page on the Wiki, it explains exactly which BIOs to get and where to put them.

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

                @najkks Sure. I have 850 SNES roms in a folder, all of which are compressed to zip files. On average each file is at least 50% compressed, and many are compressed more ... so you can save, on average 50% space compressing them to zip files.
                My 850 SNES roms takes up 945MB, so if I were to decompress them all, they would take up nearly 2GB.

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

                  wow, you save that much space?

                  i thought it was like a fifth of the total size.. and with my 1300 roms it will be some space, thanks for the tip! :)

                  btw.. do i use 7zip (or what the name is) and create a zip-file for each and every game then?

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

                    @backstander

                    it seems like your using Rar, correct?

                    does it have to be 7-zip or winzip.. or will Rar do as well?

                    suprjamiS 1 Reply Last reply Reply Quote 0
                    • suprjamiS
                      suprjami @najkks
                      last edited by

                      @najkks

                      Only zip, and only for the systems which support it. Check the system wiki page for the supported extensions, eg: https://github.com/RetroPie/RetroPie-Setup/wiki/Nintendo-Entertainment-System

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