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

    Neo Geo X Build

    Scheduled Pinned Locked Moved Projects and Themes
    neogeoneo geoneo-geoneo.geobuild
    534 Posts 65 Posters 482.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.
    • L
      LinuxArcadeGuy
      last edited by

      @ruckage you mentioned to use "--no-splash" to eliminate ES loading screen, great heads up, problem tho.... randomly i get a white system text disclaimer that flashes on the screen for a half second... whats going on and can i remove it?

      ruckageR 1 Reply Last reply Reply Quote 0
      • ruckageR
        ruckage @LinuxArcadeGuy
        last edited by

        @linuxarcadeguy said in Neo Geo X Build:

        @ruckage you mentioned to use "--no-splash" to eliminate ES loading screen, great heads up, problem tho.... randomly i get a white system text disclaimer that flashes on the screen for a half second... whats going on and can i remove it?

        Sorry, I honestly don't know. Any idea what it says?

        SNES mini/Nes mini/Famicom mini theme developer.

        If you'd like to support my work you can donate here: Donate

        L 1 Reply Last reply Reply Quote 0
        • L
          LinuxArcadeGuy @ruckage
          last edited by LinuxArcadeGuy

          @ruckage is way too fast, a couple of times i got a quick glance cause it hung around for 10 seconds longer than expected, but its so random i can never prepare myself to view it, i will kill video splash, maybe it will appear longer and whatnot will post back0_1500838243086_photo_2017-07-23_14-30-31.jpg

          had to record as video literally there for only a nanosecond
          maybe its something to do with #auto maybe i need to put #quiet 0_1500839570798_Untitled.jpg ?

          edmaul69E 1 Reply Last reply Reply Quote 0
          • edmaul69E
            edmaul69 @LinuxArcadeGuy
            last edited by

            @linuxarcadeguy this is normal boot text that can flash before the emulationstation screen if your video isnt long enough. It doesnt hide like all the other text.

            L 1 Reply Last reply Reply Quote 0
            • L
              LinuxArcadeGuy @edmaul69
              last edited by

              @edmaul69 shite, there has to be a way...! or @ruckage can you make video fade to black 1 second longer?

              ruckageR 1 Reply Last reply Reply Quote 0
              • S
                skj @ruckage
                last edited by

                @ruckage

                i followed the tutorial in this video

                i put all my cps roms in a directory called "capcom" and edited the es_systems.cfg to the following to play cps games in capcom directory

                <system>
                <name>capcom</name>
                <fullname>Capcom</fullname>
                <path>/home/pi/RetroPie/roms/capcom</path>
                <extension>.fba .zip .FBA .ZIP</extension>
                <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 SYS capcom %ROM%</command>
                <platform>capcom</platform>
                <theme>capcom</theme>
                </system>

                all the neogeo marquees and video snaps succesfully scraped but nothing scraped for the CPS games.

                any help would be much appreciated thank you

                ruckageR 1 Reply Last reply Reply Quote 0
                • ruckageR
                  ruckage @LinuxArcadeGuy
                  last edited by

                  @linuxarcadeguy said in Neo Geo X Build:

                  @edmaul69 shite, there has to be a way...! or @ruckage can you make video fade to black 1 second longer?

                  The trouble with that solution is I could end up continually making videos of varying lengths as everyone's setup is slightly different. On my setup ES is already up and running when the video ends (I don't even need to disable the ES splash).

                  If there is call for it then I may consider doing 2 or 3 variations of slightly different lengths - e.g 10, 12, and 14 seconds.

                  You could also see if there are ways to speed up your boot time - disabling 'wait for network on boot' can help a lot. Also a faster SD Card is another option (I use sandisk ultra).

                  SNES mini/Nes mini/Famicom mini theme developer.

                  If you'd like to support my work you can donate here: Donate

                  TMNTturtlguyT L 3 Replies Last reply Reply Quote 1
                  • TMNTturtlguyT
                    TMNTturtlguy @ruckage
                    last edited by

                    @ruckage I agree with you, there are too many variables and you will never make everyone happy. I have clocked a few different setups of mine and I find a large variation depending on what build of ES i am running, how big the SD card is, how many roms i have installed, as well as if i am reading a usb with roms or just off of the SD card. Some variations are only a second different, others can be several seconds. I clocked my 128gb SD card (my original builds prior to switching to USB for my roms) and that startup was about 32 seconds.....so in that case, 10, 12, and 14 second videos wouldn't come close to long enough.

                    ruckageR 1 Reply Last reply Reply Quote 1
                    • ruckageR
                      ruckage @skj
                      last edited by ruckage

                      @skj
                      I've not used the GUI version, I normally scrape the images on my windows PC using the command-line. I'm Not sure how that script works so it's possible it doesn't know how to deal with user added systems.

                      Just a thought, the scraper may be using the system.cfg file in order to know what source to scrape from. Try changing

                      <platform>capcom</platform>

                      To.

                      <platform>mame</platform>

                      Or possibly

                      <platform>arcade</platform>

                      SNES mini/Nes mini/Famicom mini theme developer.

                      If you'd like to support my work you can donate here: Donate

                      S 1 Reply Last reply Reply Quote 0
                      • ruckageR
                        ruckage @TMNTturtlguy
                        last edited by

                        @tmntturtlguy
                        Yeah, I think you're right. I could make 100 videos and still not have one suitable for everyone.

                        SNES mini/Nes mini/Famicom mini theme developer.

                        If you'd like to support my work you can donate here: Donate

                        1 Reply Last reply Reply Quote 1
                        • S
                          skj @ruckage
                          last edited by skj

                          @ruckage

                          i tried that but it didnt work, but... you got me thinking so i edited it to this

                          <system>
                          <name>fba</name>
                          <fullname>Final Burn Alpha</fullname>
                          <path>/home/pi/RetroPie/roms/fba</path>
                          <extension>.fba .zip .FBA .ZIP</extension>
                          <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 SYS fba %ROM%</command>
                          <platform>arcade</platform>
                          <theme>capcom</theme>
                          </system>

                          and it worked, i think by me over-complicating it changing everything to capcom confused the scraper, by using the default FBA and just changing the theme to capcom made it work.

                          thank you for pointing me in the right direction

                          ruckageR 1 Reply Last reply Reply Quote 1
                          • ruckageR
                            ruckage @skj
                            last edited by

                            @skj
                            Glad you got it working, and thanks for telling us how you fixed it - it may be helpful for others.

                            I wonder what tag in the system.cfg the sselph scraper script is checking - or perhaps it just goes from a set list of of standard systems and ignores custom rom folders.

                            SNES mini/Nes mini/Famicom mini theme developer.

                            If you'd like to support my work you can donate here: Donate

                            1 Reply Last reply Reply Quote 0
                            • L
                              LinuxArcadeGuy @ruckage
                              last edited by

                              This post is deleted!
                              1 Reply Last reply Reply Quote 0
                              • L
                                LinuxArcadeGuy @ruckage
                                last edited by

                                @ruckage said in Neo Geo X Build:

                                @linuxarcadeguy said in Neo Geo X Build:

                                @edmaul69 shite, there has to be a way...! or @ruckage can you make video fade to black 1 second longer?

                                The trouble with that solution is I could end up continually making videos of varying lengths as everyone's setup is slightly different. On my setup ES is already up and running when the video ends (I don't even need to disable the ES splash).

                                If there is call for it then I may consider doing 2 or 3 variations of slightly different lengths - e.g 10, 12, and 14 seconds.

                                You could also see if there are ways to speed up your boot time - disabling 'wait for network on boot' can help a lot. Also a faster SD Card is another option (I use sandisk ultra).

                                wasnt aware, assumed boot time and setup without es logo was the same, they are on all my pies here.. am using fastest possible sandisk hardware, my boot time is fast as hell. i have no idea whats the issue, probably too fast thats why its showing up

                                ruckageR 1 Reply Last reply Reply Quote 0
                                • L
                                  LinuxArcadeGuy
                                  last edited by

                                  what is that screen and what dictates its appearence, if you look theres a ttyl there i could replace it with a null and maybe it would go away?
                                  0_1500848849087_photo_2017-07-23_17-27-10.jpg

                                  1 Reply Last reply Reply Quote 0
                                  • ruckageR
                                    ruckage @LinuxArcadeGuy
                                    last edited by

                                    @linuxarcadeguy said in Neo Geo X Build:

                                    wasnt aware, assumed boot time and setup without es logo was the same, they are on all my pies here.. am using fastest possible sandisk hardware, my boot time is fast as hell. i have no idea whats the issue, probably too fast thats why its showing up

                                    Well, if it was 'too fast' then the system select screen would already be running before the video even ended (boot time can never be too fast : ) ). As I said that is the case on my setup, the only thing I disabled was the 'check for network on boot' as that was causing a delay on mine.

                                    There are just too many variables though that could affect the boot time - Raspberry pi model, SD card, Retropie version, system setup, etc, etc.

                                    SNES mini/Nes mini/Famicom mini theme developer.

                                    If you'd like to support my work you can donate here: Donate

                                    L 1 Reply Last reply Reply Quote 0
                                    • S
                                      smoothmalik
                                      last edited by smoothmalik

                                      @ruckage
                                      A little help if possible...
                                      1.where do I add the marquees?

                                      2.I have capcom games also in the neogeo folder however Im only getting the neo geo option system selector option on the theme. How do I see the capcom screen?

                                      3.Also once i select the neo geo system the images on the next page of the theme to choose a game aren't displaying.

                                      1 Reply Last reply Reply Quote 0
                                      • L
                                        LinuxArcadeGuy @ruckage
                                        last edited by LinuxArcadeGuy

                                        I got stuff figured out:
                                        first go to /etc/pam.d and edit login, comment out everything that says print, especially the stuff about MOTD

                                        then add the stuff below to cmdline.txt

                                        dwc_otg.lpm_enable=0 console=serial0,115200 console=null root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet loglevel=3 vt.global_cursor_default=0 consoleblank=0 logo.nologo plymouth.enable=0
                                        then add this to config.txt

                                        disable_splash=1
                                        avoid_warnings=1

                                        also edit /etc/issue to remove "Raspbian GNU/Linux 8 raspberrypi tty1"
                                        delete the line: Raspbian GNU/Linux 8 \n \l

                                        this will bring you the closest you can get, there's still:

                                        raspberrypi login: pi (automatic login)

                                        FlyingTomahawkF 1 Reply Last reply Reply Quote 0
                                        • FlyingTomahawkF
                                          FlyingTomahawk @LinuxArcadeGuy
                                          last edited by

                                          @linuxarcadeguy

                                          Read here

                                          L edmaul69E 2 Replies Last reply Reply Quote 0
                                          • L
                                            LinuxArcadeGuy @FlyingTomahawk
                                            last edited by

                                            @flyingtomahawk i just covered all that and no JUST that ALONE does NO get rid of it all and make it silent, you still need to edit /etc/pam.d login

                                            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.