• Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login
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

Is there any way to lock down retropie?

Scheduled Pinned Locked Moved Help and Support
lock down
47 Posts 12 Posters 13.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.
  • A
    akafox
    last edited by 18 Aug 2017, 04:10

    Yes there is a kiosk/kids mode in the experimental section...it's buggy but does work...sometimes? (more often than not..)but...

    https://retropie.org.uk/forum/topic/12271/want-to-improve-kiosk-kid-mode
    and..


    I used this video...

    as for locking out the retropie menu itself no there is not as of right now that i am aware of..short of commenting it out of the es_systems.cfg...makes it hard (if not impossible) to get back to.

    People want things easy...but then complain that life is boring...

    1 Reply Last reply Reply Quote 0
    • E
      edmaul69 @dunginhawk
      last edited by 18 Aug 2017, 04:30

      @dunginhawk personally to not make it permanent, i would open up the /etc/emulationstation/es_systems.cfg and find the retropie menu section and on the line above it i would put

      <!--
      

      And on the line below it add

      -->
      

      This would disable it without removing anything.

      1 Reply Last reply Reply Quote 0
      • D
        dunginhawk
        last edited by 18 Aug 2017, 04:38

        ok... good input... thank you :) id like to be able to reverse it, so yeah :)

        1 Reply Last reply Reply Quote 0
        • H
          Hex
          last edited by 18 Aug 2017, 07:05

          @dunginhawk The second command is to rename the directory. This temporarily removes the settings. You can add them back by renaming it back.

          Sent from 20,000 leagues under the sea.

          Powersaver Emulation station : https://github.com/hex007/EmulationStation
          ES dev script : https://github.com/hex007/es-dev/blob/master/es-tests.sh

          1 Reply Last reply Reply Quote 0
          • B
            BuZz administrators
            last edited by 18 Aug 2017, 08:18

            You should remove RetroPie menu via retropie-setup -> core packages not via edited es systems or manually removing or else it will get added back on upgrade.

            To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

            1 Reply Last reply Reply Quote 1
            • C
              Capeman
              last edited by 18 Aug 2017, 10:25

              It's very easy to remove the "Main Menu" and "Options" menus that appear in ES when you press start and select.

              All you need to do is navigate to:
              /opt/retropie/configs/all/emulationstation

              open the file:
              es_input.cfg

              Inside this file you will see the ES controls for every controller you have setup. This is ONLY the controls for ES, adjusting anything in this file does not affect the retroarch controls.

              All you need to do is locate the controller you wish to lock those menus out of in the file (they will be in there by name), and edit these 2 lines:

              <input name="start" type="button" id="9" value="1"/>
              <input name="select" type="button" id="8" value="1"/>

              Set the ID value to a number that is not supported on your controller (if your controller supports 12 buttons, any number above 13 should work, but i recommend 99)

              <input name="start" type="button" id="99" value="1"/> #9
              <input name="select" type="button" id="99" value="1"/> #8

              I add the #ed out numbers at the end so you can remember their original configuration. But doing this will set the menu buttons to buttons that are not on your controller, effectively rendering them inaccessible . You can also lock out random and add/remove favorites by doing this to the buttons corresponding to Y and X also.

              Vector Artist, Designer and Maker of Stuff: Laser Cut Atari / Pixel Theme Bartop

              H 1 Reply Last reply 21 Aug 2017, 13:53 Reply Quote 1
              • C
                Capeman
                last edited by 18 Aug 2017, 10:35

                To remove the launch command, go into the retropie system on your carousel, choose
                configure 'runcommand' launch script
                and turn that setting off.

                That will remove the box that appears when a game loads letting you adjust emulator and video settings.

                Vector Artist, Designer and Maker of Stuff: Laser Cut Atari / Pixel Theme Bartop

                1 Reply Last reply Reply Quote 0
                • C
                  Capeman
                  last edited by Capeman 18 Aug 2017, 10:36

                  And finally...

                  Removing the retropie settings "system" from the carousel is also very easy.

                  FIRST close emulationstation and exit back to command line.

                  Just navigate to:
                  etc/emulationstation

                  Copy this file to your computer
                  es_systems.cfg

                  Copy this file back to your pi, but in this location:
                  /opt/retropie/configs/all/emulationstation

                  This will override the file that loads from the root protected /etc folder and give you a copy you can edit

                  Then all you need to do is open the new version that file and edit this section:

                    <system>
                      <name>retropie</name>
                      <fullname>RetroPie</fullname>
                      <path>~/RetroPie/retropiemenu</path>
                      <extension>.rp .sh</extension>
                      <command>sudo /home/pi/RetroPie-Setup/retropie_packages.sh retropiemenu launch %ROM% &lt;/dev/tty &gt;/dev/tty</command>
                      <platform/>
                      <theme>retropie</theme>
                      <directlaunch/>
                    </system>
                  

                  and add HTML hide tags above and below

                    <!--
                  <system>
                      <name>retropie</name>
                      <fullname>RetroPie</fullname>
                      <path>~/RetroPie/retropiemenu</path>
                      <extension>.rp .sh</extension>
                      <command>sudo /home/pi/RetroPie-Setup/retropie_packages.sh retropiemenu launch %ROM% &lt;/dev/tty &gt;/dev/tty</command>
                      <platform/>
                      <theme>retropie</theme>
                      <directlaunch/>
                    </system>
                  -->
                  

                  This will hide the retropie system on the carousel after you reboot emulationstation.

                  Vector Artist, Designer and Maker of Stuff: Laser Cut Atari / Pixel Theme Bartop

                  B 1 Reply Last reply 18 Aug 2017, 10:37 Reply Quote 0
                  • B
                    BuZz administrators @Capeman
                    last edited by 18 Aug 2017, 10:37

                    @capeman Please see my post above - editing this file manually is not recommended, and any update will make it appear again. The retropie menu can be removed via Manage Packages -> Core Packages -> retropiemenu and removed from there.

                    To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                    C 1 Reply Last reply 18 Aug 2017, 10:41 Reply Quote 0
                    • C
                      Capeman @BuZz
                      last edited by Capeman 18 Aug 2017, 10:41

                      @buzz Yes, i've noticed that happens on an update. I usually edit this file to re-order the systems in my carousel, id rather go by age than alphabetical. When i update retropie it rewrites this file back to it's original state.

                      My method is definitely a very hacky way to adjust the carousel and i agree it's not recommended for newer users. My workaround is i always keep a duplicate of my es_systems.cfg file in the same directory, so when an update resets it, i can just restore my backup.

                      One question though, if you use the retropie menu to access the manage packages option, after reboot the retropie menu is gone... so how do you get back to the manage packages menu to restore it? That seems like a permanent change versus a temporary one.

                      Vector Artist, Designer and Maker of Stuff: Laser Cut Atari / Pixel Theme Bartop

                      B E 2 Replies Last reply 18 Aug 2017, 10:43 Reply Quote 0
                      • B
                        BuZz administrators @Capeman
                        last edited by 18 Aug 2017, 10:43

                        @capeman You run RetroPie-Setup from commandline/ssh and re-install retropiemenu.

                        To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                        1 Reply Last reply Reply Quote 1
                        • D
                          dunginhawk
                          last edited by 18 Aug 2017, 13:52

                          wow,, there is a ton of information here and it appears there are many ways to do it, most of which are disputed...
                          should be fun to wade through all the options lol ;)

                          Does it change things if retropie will NEVER be updated on this box? :)

                          C 1 Reply Last reply 18 Aug 2017, 14:17 Reply Quote 0
                          • C
                            Capeman @dunginhawk
                            last edited by Capeman 18 Aug 2017, 14:17

                            @dunginhawk My method to hide ES options/main menu works well. (see my first of 3 posts) It's simple controller mapping update, non-destructive and easily reversible. @hex suggested you might need ES kid's version to do this, but in my tests, a simple remapping like this achieves the same effect without needing to install a whole different version.
                            BUT... the unfortunate side effect of this is you lose the ability to shutdown from a menu, so you would need a different solution.

                            Hiding runcommand (my second of 3 posts) is standard and well documented, there is no unofficial way to do that. I was just reiterating the wiki on that one.

                            Hiding the "Retropie" system on the main carousel is your choice. @buzz's way is the official way to hide it semi-permanently, it's definitely better and if you have problems the mods can help you undo it, but if you are not savy with a command line, getting this menu back might be a bit intimidating.

                            The hacky and unrecommended way that I (and @edmaul69) suggested has unfortunate side effect of needing to be redone every time an update is made, but has the added benefit of re-ordering systems if you want your carousel to not be alphabetical. Only do this if you are comfortable with managing settings on your own with limited support.

                            Nice thing about working with linux and open-source is you can go with well documented options or you can hack to your heart's content. Just respect the code, know your skill level and don't touch things you don't know how to use and you should be fine.

                            Vector Artist, Designer and Maker of Stuff: Laser Cut Atari / Pixel Theme Bartop

                            1 Reply Last reply Reply Quote 0
                            • D
                              dunginhawk
                              last edited by 18 Aug 2017, 14:34

                              thank you for condensing it :)

                              C 1 Reply Last reply 18 Aug 2017, 14:37 Reply Quote 0
                              • C
                                Capeman @dunginhawk
                                last edited by 18 Aug 2017, 14:37

                                @dunginhawk No prob, the mods are probably laughing at me beause i had to edit it about 20 times to get all the ideas across. haha

                                Vector Artist, Designer and Maker of Stuff: Laser Cut Atari / Pixel Theme Bartop

                                1 Reply Last reply Reply Quote 0
                                • O
                                  ohmycommodore
                                  last edited by ohmycommodore 18 Aug 2017, 17:40

                                  As someone who never tried the "kids" version – and likely won't now that there's the ability to create a kids collection or custom collection for each of your kids... the idea of lock-down perhaps should remain a feature worth developing.

                                  Has anyone considered a toggle in the menu for (at the very least) showing / hiding the Retropie selection in the carousel? That would lower the probability of accidental button mashing leading down a dark, dark path.

                                  D 1 Reply Last reply 18 Aug 2017, 19:55 Reply Quote 1
                                  • D
                                    dunginhawk @ohmycommodore
                                    last edited by 18 Aug 2017, 19:55

                                    @ohmycommodore yeah man thats exactly what i mean... it cant be hard to add that, and to unlock it, you type a key combination. UP UP DOWN DOWN LEFT RIGHT LEFT RIGHT B A B A Start :)

                                    C 1 Reply Last reply 21 Aug 2017, 13:55 Reply Quote 0
                                    • A
                                      akafox
                                      last edited by 20 Aug 2017, 03:46

                                      I as well think there should be a "toggle". I don't have a problem editing stuff by hand. However again updating makes me have to "do it all over again". The problem I have is..I don't want to have to "drag" out my keyboard to make a quick change...so doing everything from the gui would be nice..again though the problem being that I don't want everyone being able to do it either...

                                      The kids/kiosk mode was a great idea..but again it being buggy. I was hoping to stir up some fire to "finish" it..I didn't think that it was this needed!

                                      So I agree we need a better way..we are asking for a better way without having to edit with a keyboard..which is a pain..
                                      and I am sure that there are many of us that will test it and break it and complain until it is done "right."

                                      Thanks all for the ideas I had been wondering the best way myself.

                                      People want things easy...but then complain that life is boring...

                                      1 Reply Last reply Reply Quote 0
                                      • E
                                        edmaul69 @Capeman
                                        last edited by edmaul69 20 Aug 2017, 04:40

                                        @capeman copy your es_systems.cfg to /opt/retropie/configs/all/emulationstation/ to keep it from being overwritten. However if you add a system you need to copy that systems info from /etc/emulationstation/es_systems.cfg to the new one. I keep my systems organized by, first, console that i shoved my pi into, that companies other systems by age, (oldest first) then companies by age with the systems of that company by age, then arcade, then pc, then retropie menu.

                                        1 Reply Last reply Reply Quote 1
                                        • D
                                          dunginhawk
                                          last edited by 21 Aug 2017, 05:12

                                          capeman, i must say your advice was 100% spot on... It is EXACTLY what i needed... not hard at all. obviously id love to have a checkbox to do it, but that wasnt hard.. and everything is reversible. by using winscp :)

                                          thank you again.

                                          L C 2 Replies Last reply 21 Aug 2017, 05:18 Reply Quote 0
                                          23 out of 47
                                          • First post
                                            23/47
                                            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.

                                            This community forum collects and processes your personal information.
                                            consent.not_received