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

    Updated EmulationStation for Windows

    Scheduled Pinned Locked Moved Projects and Themes
    emulationstatiowindows
    741 Posts 97 Posters 563.1k 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.
    • M
      maxiducoli
      last edited by

      @f-caruso

      Is posible add to your EmulationStation for Windows the posibilitie to close the emulator window with HOTKEY+START just like RetroArch and Attrack Mode do????

      mituM f.carusoF 2 Replies Last reply Reply Quote 0
      • mituM
        mitu Global Moderator @maxiducoli
        last edited by mitu

        @maxiducoli That's something you configure in RetroArch, not in EmulationStation.

        Even on RetroPie, that's part of RetroArch's joystick auto-configuration file. Just find your joypad auto-configuration file - should look like one of these if you download it from RetroArch's updater - and add 2 lines to it:

        input_enable_hotkey_btn = "X"
        input_exit_emulator_btn = "Y"
        

        where X is the key for your Hotkey button and Y is the one for the Start button.

        M 2 Replies Last reply Reply Quote 0
        • M
          maxiducoli @mitu
          last edited by

          @mitu
          thats works fine with RetroArch, but not with others emulators.
          Like PCSX2 or Cenu or Citra, etc, etc.

          1 Reply Last reply Reply Quote 0
          • M
            maxiducoli @mitu
            last edited by

            @mitu

            Attrack Mode Launcher have an option for that.

            you can configure wath button or key use to close the system.

            Maybe @f-caruso can do somthing like that in EmulationStation for Windows (or linux or another SO)

            I try, but not know much about C++ and can´t make it.

            Sorry my poor english, but i speak spanish.

            1 Reply Last reply Reply Quote 0
            • f.carusoF
              f.caruso @maxiducoli
              last edited by

              @maxiducoli I have a tool called EmulationStationPortable including a joy2key feature for that, search the thread for more information & download links.
              Or you can also use an app called joy2key which is more generic & configurable.

              M 1 Reply Last reply Reply Quote 0
              • M
                maxiducoli @f.caruso
                last edited by

                @f-caruso
                Where i can find a readme or info of All features of Your EmulationStation?
                And how to use it?
                I'm making a SYSTEM like batocera /Recalbox named RetroLife with (for now) 95 systems, with launcher images, video intro, background music (thank you for that) etc, etc.

                Can you fix The command line features un emulator cores section on EmulationStation?
                If I use The second core, All space in %ROM_RAW% is taken like a New parameter.
                I use a program madre by me to launch that command

                Sorry my poor english. I speak spanish.

                f.carusoF 1 Reply Last reply Reply Quote 0
                • f.carusoF
                  f.caruso @maxiducoli
                  last edited by

                  @maxiducoli said in Updated EmulationStation for Windows:

                  Where i can find a readme or info of All features of Your EmulationStation?

                  My git's README.me. Sadly, It's not up to date. You have to follow my commits ;-)

                  I'm making a SYSTEM like batocera /Recalbox named RetroLife

                  I'm also working with the Retrobat projet. They do the exact same thing as you do.
                  Maybe you should get in touch with them.

                  Can you fix the command line features

                  Mmm... No, because, it's not a bug ! ROM_RAW as its name says, is... RAW... Try to replace %ROM_RAW% with "%ROM_RAW%", maybe ;-) -> It's the way the variable is designed.

                  M 1 Reply Last reply Reply Quote 0
                  • M
                    maxiducoli @f.caruso
                    last edited by

                    @f-caruso
                    But i can´t insert more quotes

                    I have that:

                    <emulators>
                      <emulator name="libretro">
                        <cores>
                          <core>dolphin</core>
                        </cores>
                      </emulator>
                      <emulator name="DOLPHIN64" command="\RetroLife\RLCExe.exe %ROM_RAW%"/>
                    </emulators>
                    

                    In the line :
                    <emulator name="DOLPHIN64" command="\RetroLife\RLCExe.exe %ROM_RAW%"/>
                    i can`t put command="\RetroLife\RLCExe.exe" "%ROM_RAW%" cause giveme a error and don´t load EmulationStation.
                    That issue i ask you for fix.

                    I Know Retrobat. Its awesome.
                    But i`m working since 1 year ago with that project (RetroLife) and i like to finish it.

                    But if you need help with RetroBat, i`m here.
                    I program in pascal (just for fun) and know something of scripts , etc, etc.

                    LiveFreeDeadL f.carusoF 2 Replies Last reply Reply Quote 0
                    • LiveFreeDeadL
                      LiveFreeDead @maxiducoli
                      last edited by

                      @maxiducoli said in Updated EmulationStation for Windows:

                      <emulator name="DOLPHIN64" command="\RetroLife\RLCExe.exe %ROM_RAW%"/>

                      should be:
                      <emulator name="DOLPHIN64" command="\RetroLife\RLCExe.exe "%ROM_RAW%""/>

                      Note the double quotes at the end of the line, you need a closing quote for every opening quote (even number)

                      And if that doesn't work it's a bug in RetroLife and not EmulationStation

                      M 2 Replies Last reply Reply Quote 0
                      • M
                        maxiducoli @LiveFreeDead
                        last edited by

                        @LiveFreeDead
                        Notepad++ Message

                        fcc21700-8be9-4f10-850a-1e0de6e70469-image.png

                        LiveFreeDeadL 1 Reply Last reply Reply Quote 0
                        • M
                          maxiducoli @LiveFreeDead
                          last edited by

                          @LiveFreeDead
                          EmulationStation message with this double quotes.

                          9281664e-54f3-44de-9155-f8cd6acf5a88-image.png

                          1 Reply Last reply Reply Quote 0
                          • LiveFreeDeadL
                            LiveFreeDead @maxiducoli
                            last edited by

                            @maxiducoli

                            <emulator name="DOLPHIN64" command="\RetroLife\RLCExe.exe "%ROM_RAW%""/>
                            </emulator>

                            The error says that you also never put the "</emulator>" line I show above.

                            M 1 Reply Last reply Reply Quote 0
                            • M
                              maxiducoli @LiveFreeDead
                              last edited by

                              @LiveFreeDead said in Updated EmulationStation for Windows:

                              <emulator name="DOLPHIN64" command="\RetroLife\RLCExe.exe "%ROM_RAW%""/>
                              </emulator>

                              Heres my system. Sane error,

                              Whats wrong?? I can´r understand whats happening

                              <system>
                              <name>wii</name>
                              <fullname>Nintendo Wii</fullname>
                              <path>\RetroLife\roms\wii</path>
                              <extension>.iso .ISO .cso .CSO .wbfs .WBFS</extension>
                              <command>"\RetroLife\emulators\retroarch\Launcher.bat" "%ROM_RAW%" "\RetroLife\LaunchIMGS\wii.jpg" %CORE%</command>
                              <emulators>
                              <emulator name="libretro">
                              <cores>
                              <core>dolphin</core>
                              </cores>
                              </emulator>
                              <emulator name="DOLPHIN64" command="\RetroLife\RLCExe.exe "%ROM_RAW%""/>
                              </emulator>
                              </emulators>
                              <platform>wii</platform>
                              <theme>wii</theme>
                              </system>

                              LiveFreeDeadL 1 Reply Last reply Reply Quote 0
                              • LiveFreeDeadL
                                LiveFreeDead @maxiducoli
                                last edited by LiveFreeDead

                                @maxiducoli

                                "%ROM_RAW%""/>

                                Get rid of the / before the >

                                "%ROM_RAW%"">

                                M 3 Replies Last reply Reply Quote 0
                                • M
                                  maxiducoli @LiveFreeDead
                                  last edited by

                                  @LiveFreeDead
                                  Nope.

                                  See ,

                                  SIMPLE QUOTE

                                  3aaf7b86-28e4-4440-b364-13a50e0c1c9b-image.png

                                  1 Reply Last reply Reply Quote 0
                                  • M
                                    maxiducoli @LiveFreeDead
                                    last edited by

                                    @LiveFreeDead
                                    Double Quote. SEE THE YELLOW MARK.
                                    Ends on the first Quote.
                                    For this reason a thinks that i do a program to manage the parameters and rearm the command line parameter by parameter.

                                    dc27de52-ee73-4fce-8392-63a38720ac81-image.png

                                    1 Reply Last reply Reply Quote 0
                                    • M
                                      maxiducoli @LiveFreeDead
                                      last edited by

                                      @LiveFreeDead
                                      I understand that put:

                                      <emulator name="ssssss" command="aajjaja"/>

                                      its the sane that

                                      <emulator name"ssssss" command="aahaha">
                                      </emulator>

                                      but XML format take the command ends in the second " and not take all ""

                                      I dont know mucho about XML. Its all new to me.

                                      I just do it this for fun. Maybe i have to read more documentation.

                                      LiveFreeDeadL 1 Reply Last reply Reply Quote 0
                                      • LiveFreeDeadL
                                        LiveFreeDead @maxiducoli
                                        last edited by LiveFreeDead

                                        <system>
                                         <name>wii</name>
                                         <fullname>Nintendo Wii</fullname>
                                         <path>\RetroLife\roms\wii</path>
                                         <extension>.iso .ISO .cso .CSO .wbfs .WBFS</extension>
                                         <command>"%HOME%\RetroLife\emulators\retroarch\Launcher.bat" "%ROM_RAW%" "%HOME%\RetroLife\LaunchIMGS\wii.jpg" %CORE%</command>
                                         <platform>wii</platform>
                                         <theme>wii</theme>
                                           <emulators>
                                             <emulator name="libretro">
                                               <cores>
                                                 <core>dolphin</core>
                                               </cores>
                                             </emulator>
                                             <emulator name="dolphin64">
                                               <command>"%HOME%\RetroLife\RLCExe.exe "%ROM_RAW%""<command>
                                             </emulator>
                                           </emulators>
                                         </system>
                                        

                                        This is a direct copy of the below examples another person gave, maybe it'll work for you.

                                        • Note - you may need to remove the "\RetroLife" part of the folder name if that is where your %HOME% is set:
                                          "%HOME%\RLCExe.exe" for example
                                        M 1 Reply Last reply Reply Quote 0
                                        • f.carusoF
                                          f.caruso @maxiducoli
                                          last edited by

                                          @maxiducoli said in Updated EmulationStation for Windows:

                                          But i can´t insert more quotes

                                          Yes you can... This is xml ! &quot; !
                                          See there : https://www.freeformatter.com/xml-escape.html

                                          M 2 Replies Last reply Reply Quote 0
                                          • M
                                            maxiducoli @LiveFreeDead
                                            last edited by

                                            @LiveFreeDead
                                            %HOME% = Folder Where .emulationstation Directory is?

                                            I use \RetroLife cause EmulationStation.exe is in D:\RetroLife
                                            And that way I made RetroLife potable.

                                            %HOME% = D:\RetroLife\emulationstation.exe?

                                            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.