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

    Snes9x SatData

    Scheduled Pinned Locked Moved Help and Support
    snes9xsatellaviewsatellawave
    30 Posts 4 Posters 4.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.
    • H
      hermit
      last edited by

      does anyone know what is the path corresponding to the "SatData" folder? it is used for some files created with the Satellawave software
      I noticed that in the source it looks for a path in a SAT_DIR variable
      thank you

      1 Reply Last reply Reply Quote 0
      • GoldManSex778G
        GoldManSex778
        last edited by

        According the c++ on github the directory snes9x expects for Satellaview Signal Data is \SatData

        But for roms, savestates, sram save files, and spc files... all that stuff can be loaded from the roms folder (same as BS roms). I have never messed with Signal Data so Im not sure.

        Are you having problem loading the roms?

        1 Reply Last reply Reply Quote 0
        • H
          hermit
          last edited by

          some roms need a timer to work (like satella walker), and anyway I wanted to use the customization features that SatellaWave offers.
          It also seems that some roms work if they are left in a particular way


          Do you know the complete path of Satdata?
          I have a 3B raspbery

          Raspberry 3b
          Retropie 4.4 stretch
          Retroarch 1.7.6
          Lr-Snes9x 1.58

          1 Reply Last reply Reply Quote 0
          • GoldManSex778G
            GoldManSex778
            last edited by

            Well the code that I was referencing is this,

            	AddStringC("Dir:Roms", GUI.RomDir, _MAX_PATH, ".\\Roms", "directory where the Open ROM dialog will start");
            	AddStringC("Dir:Screenshots", GUI.ScreensDir, _MAX_PATH, ".\\Screenshots", "directory where screenshots will be saved");
            	AddStringC("Dir:Movies", GUI.MovieDir, _MAX_PATH, ".\\Movies", "the default directory for recorded movie (.smv) files");
            	AddStringC("Dir:SPCs", GUI.SPCDir, _MAX_PATH, ".\\SPCs", "directory where SPCs will be saved");
            	AddStringC("Dir:Savestates", GUI.FreezeFileDir, _MAX_PATH, ".\\Saves", "directory where savestates will be created and loaded from");
            	AddStringC("Dir:SRAM", GUI.SRAMFileDir, _MAX_PATH, ".\\Saves", "directory where battery saves will be created and loaded from");
            	AddStringC("Dir:Cheats", GUI.CheatDir, _MAX_PATH, ".\\Cheats", "directory in which cheats (.cht files) will be looked for");
            	AddStringC("Dir:Patches", GUI.PatchDir, _MAX_PATH, ".\\Patches", "directory in which ROM patches (.ips/.bps/.ups files) will be looked for");
            	AddStringC("Dir:Bios", GUI.BiosDir, _MAX_PATH, ".\\BIOS", "directory where BIOS files (such as \"BS-X.bios\") will be located");
            AddStringC("Dir:SatData", GUI.SatDir, _MAX_PATH, ".\\SatData", "directory where Satellaview Signal Data files will be located")
            

            Of course this isn't my area of expertise, but judging by that its expecting it to be in the same directory as your roms and saves directories. The thing is all those files are placed in the roms directory on retropie. Have you tried having them lose in the roms folder? I need to find these signal data and I can try things on my end.

            1 Reply Last reply Reply Quote 0
            • H
              hermit
              last edited by hermit

              I have try:
              /home/pi/Retropie/Satdata
              /roms/snes/
              /roms/snes/SatData
              /roms/SatData
              /roms/
              /bios/
              /bios/SatData
              /config/snes/
              /config/snes/SatData

              here are some data
              https://drive.google.com/open?id=1PgCy6em1evtshAn211CptlILwV5ElfJY

              if the upload will work, you will find the city of bios with snow
              alt text

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

                @hermit Please don't post copyrighted material - this includes BIOS files for emulators. Thank you.

                H 1 Reply Last reply Reply Quote 0
                • H
                  hermit @mitu
                  last edited by

                  @mitu said in Snes9x SatData:

                  @hermit Please don't post copyrighted material - this includes BIOS files for emulators. Thank you.

                  they were files generated with SatellaWave, the bios was not present

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

                    @hermit OK, then I guess it's fine. The names though look terribly similar to the ones of the BS bios files, that's why I removed the link - thinking they were BIOS files.

                    1 Reply Last reply Reply Quote 0
                    • H
                      hermit
                      last edited by

                      they have now updated the repository
                      https://github.com/snes9xgit/snes9x/commit/28a62e9bf21fe0040f895030d03549e1d9255801
                      waiting for the commit :)

                      1 Reply Last reply Reply Quote 1
                      • H
                        hermit
                        last edited by

                        the update has taken place and it seems to work (so they say on the official forum of Libretro)
                        but it doesn't work for me.
                        the files must end up in the roms folder (\roms\snes)
                        could anyone try? thank you

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

                          @hermit Did you update from source the lr-snes9x package ?

                          H 1 Reply Last reply Reply Quote 0
                          • H
                            hermit @mitu
                            last edited by

                            @mitu said in Snes9x SatData:

                            @hermit Did you update from source the lr-snes9x package ?

                            yes... version 1.60

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

                              @hermit I can give it a try - do you have a source for the transmission data produced by SatellaWave ?

                              1 Reply Last reply Reply Quote 0
                              • H
                                hermit
                                last edited by

                                @mitu said in Snes9x SatData:

                                @hermit I can give it a try - do you have a source for the transmission data produced by SatellaWave ?

                                here
                                https://retropie.org.uk/forum/topic/21475/snes9x-satdata/6

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

                                  @hermit I was asking if there's a program that produces those files, or the source site for them. I know you posted the files on Gdrive,

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

                                    @mitu said in Snes9x SatData:

                                    @hermit I was asking if there's a program that produces those files, or the source site for them. I know you posted the files on Gdrive,

                                    Seems to work though, by copying the SatellaWave data into roms/snes, alongside the game ROM

                                    ab139046-5f0c-4871-a274-e902ddb73de0-image.png

                                    1 Reply Last reply Reply Quote 0
                                    • H
                                      hermit
                                      last edited by

                                      uff :(
                                      what checks can i make?
                                      I don't seem to have any particular settings

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

                                        @hermit said in Snes9x SatData:

                                        I don't seem to have any particular settings

                                        I don't have any settings at all - it's just a fresh installed image with just lr-snes9x installed. Start the game with verbose logging enabled, then post the /dev/shm/runcommand.log to pastebin.com so we can take a look.

                                        EDIT: just to make sure, I only noticed the town looks different, didn't try the whole menu selection from the video you posted at the beginning.

                                        1 Reply Last reply Reply Quote 0
                                        • H
                                          hermit
                                          last edited by hermit

                                          here it is
                                          https://pastebin.com/aHsCczqa

                                          edit: I had set the city in winter mode, just to verify the operation

                                          1 Reply Last reply Reply Quote 0
                                          • H
                                            hermit @mitu
                                            last edited by

                                            @mitu said in Snes9x SatData:

                                            @hermit I was asking if there's a program that produces those files, or the source site for them. I know you posted the files on Gdrive,

                                            sorry, I skipped this post
                                            the program is SatellaWave by LuigiBlood
                                            https://github.com/LuigiBlood/sat_wave/releases

                                            mituM 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.