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

    new scriptmodules (lr-vice-xvic, gsplus, proper lr-mess integration!)

    Scheduled Pinned Locked Moved Ideas and Development
    githubscriptmodulesdevelopment
    545 Posts 42 Posters 268.8k 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.
    • V
      valerino
      last edited by valerino

      @hermit said in new scriptmodules (lr-vice-xvic, gsplus, proper lr-mess integration!):

      https://libretro.readthedocs.io/en/latest/library/theodore/

      Here you are, news of today:

      • added lr-mess-mo5 (Thomson MO5, fully working)
      • added lr-mess-to8 (Thomson MO8, working, no sound)
      • added lr-mess-vg5000 (Philips VG-5000, fully working)

      can somoeone .i.e @roslof , @chicuelo provide themes for mo5 and to8 ? they're missing in Hursty themes afaik.

      1 Reply Last reply Reply Quote 0
      • D
        dmmarti
        last edited by dmmarti

        I've been using your shell scripts as templates to add additional MESS systems as well.

        Here's a few that I've added.

        folder - name - parameter
        gamate BitCorp Gamate -cart
        sorcerer Exidy Sorcerer -cass1
        fm7 Fujitsu FM7 -cass and -flop1
        vc4000 Interton VC 4000 -cart
        mz700 Sharp MZ-700 -cass
        mz2500 Sharp MZ-2500 -flop1
        svi328 Spectravideo -cass
        tutor Tomy Tutor -cart

        Thanks for laying the groundwork down with your shell scripts!
        For Spectravideo, I’ve had the best luck using the “svi328” instead of “svi318”.

        V 1 Reply Last reply Reply Quote 0
        • V
          valerino @dmmarti
          last edited by valerino

          @dmmarti awesome ! can you please clone my git repo, add your scripts, and issue me a pull request ? thanks!!!!

          some i just added myself

          • lr-mess-fm7 (Fujitsu FM7, fully working)
          • lr-mess-multivision (Othello Multivision, fully working)
          • lr-mess-mz700 (Sharp MZ700, fully working)
          • lr-mess-svi318 (Spectravideo 318/328, fully working)
          • lr-mess-vc4000 (Interton VC4000, partially working)

          i also added the new version of dosbox:

          • lr-dosbox-svn
          Z 1 Reply Last reply Reply Quote 0
          • Z
            Zering @valerino
            last edited by

            @valerino So I took the plunge and finally decided to install your script. I followed the instructions on this page to the letter : link text

            I manage to launch the script but I can't see any new packages/modules anywhere. Am I missing something?

            V 1 Reply Last reply Reply Quote 0
            • B
              BazzCatt
              last edited by

              I'm not sure if this will be of any use at all, but there was work on some of these emulators (e.g. BBC's beebem), done in the past, in the (now abandoned) Zerojay RP Extra repository - https://retropie.org.uk/forum/topic/8/retropie-extra-repository

              1 Reply Last reply Reply Quote 0
              • V
                valerino @Zering
                last edited by valerino

                @Zering you probably haven't followed the instructions well.

                # make backup of your existing retropie-setup
                cd /home/pi
                mv ./RetroPie-Setup ./RetroPie-Setup.bck
                
                # now clone mine in place of the original
                git clone https://github.com/valerino/RetroPie-Setup
                
                # now proceeed as normal running retropie_setup.sh
                sudo ~/RetroPie-Setup/retropie_setup.sh
                

                cheers!

                Z 1 Reply Last reply Reply Quote 0
                • Z
                  Zering @valerino
                  last edited by Zering

                  @valerino Whenever I use the second command, it says RetroPie-Setup is not a valid directory, or that it cannot write over the existing file.

                  Also I'm pretty positive I saw your RPS get cloned yesterday, but my RetroPie-Setup shows as unchanged in WinSCP ; the last changes are from the 28th.

                  I'll try again and let you know.

                  Edit : I tried again and I get the following error after typing in the second command :

                  fatal : Not a git repository (or any of the parent directories): .git

                  Edit 2 : Does lr-mess have to have been installed from source for this to work? Or will a binary install do?

                  V 1 Reply Last reply Reply Quote 0
                  • V
                    valerino @Zering
                    last edited by valerino

                    @Zering wtf...... ure right :) my bad, i mistyped. its obviously 'git clone' not 'git pull' !!! i corrected the post above.

                    about lr-mess, i had to install it from source, didnt find the option to install from binary in the retropie menu. anyway, it deosnt matter if you install from binary or source, except the latter takes about 3hrs on an rpi4 (and significantly longer on rpi3, i presume....).

                    Z 1 Reply Last reply Reply Quote 0
                    • Z
                      Zering @valerino
                      last edited by

                      @valerino I can't even compile from source on my rpi3, it never finishes building. I'm glad to hear it can work from binary. But your previous guide says that installing the 'fake cores' is done through the 'install from source' option? Can you clear that up?

                      V 1 Reply Last reply Reply Quote 0
                      • V
                        valerino @Zering
                        last edited by

                        @Zering one thing is to install lr-mess itself (which, as i said, you can do from binary or sources, as you prefer).
                        another thing is to install the fake cores, which depends from lr-mess (indeed, they check for lr-mess installed in their install procedure, and exit if not found).
                        you see 'install from source' in the fake cores because that's what the retropie install script display by default (i never thought of changing it....), just click it.

                        'fake cores' do not install anything, they just create and setup a separate lr-mess configuration to trick emulationstation/retroarch that the lr-mess system you're going to install is a separate independent core (which is not).

                        Z 1 Reply Last reply Reply Quote 0
                        • Z
                          Zering @valerino
                          last edited by

                          @valerino So where do the 'fake cores' appear once I run your script? I can't find them in the main, optional, experimental or even the core modules.
                          I tried your commands again, even after your edit, and I still get a fatal error report. However, when I follow the instructions on your github, I see your repository being cloned, but I can't see anything beyond that after I run the script.

                          V 1 Reply Last reply Reply Quote 0
                          • V
                            valerino @Zering
                            last edited by

                            @Zering the fake cores are under experimental, right after lr-mess. they're called lr-mess-blabla.
                            sorry, but it's surely something your side, i can't know :(
                            the instructions here https://retropie.org.uk/forum/post/219892 are the only thing you need to setup everything.

                            1 Reply Last reply Reply Quote 0
                            • saccublendaS
                              saccublenda
                              last edited by saccublenda

                              @valerino Hi, I've installed the lr-vice-xvic scriptmodule. It works fine with tapes and disks, but I can't make it work with cartridges. Is there a specific setting that I'm missing?

                              V 1 Reply Last reply Reply Quote 0
                              • V
                                valerino @saccublenda
                                last edited by

                                @saccublenda hi, this is dependent on vice itself, it has nothing to do with the lr-vice setup script. try others, i experimented that myself, some carts works and some not. there may (i haven't checked deeply) be core options in lr-vice affecting it, they may be set via command line options (so you could theoretically modify the installer script to add them), but i sincerely don't know. just experiment yourself :)

                                saccublendaS 1 Reply Last reply Reply Quote 0
                                • saccublendaS
                                  saccublenda @valerino
                                  last edited by saccublenda

                                  @valerino It is indeed a problem of lr-vice itself.
                                  When you install vice it creates several emulators, including vice-x64 (which just runs vice.sh x64 %ROM%), vice-xvic (which runs vice.sh xvic %ROM%), and vice-xvic-cart (which runs vice.sh xvic %ROM% -cartgeneric).
                                  The Vic-20 cartridges so run fine with vice-xvic-cart, and lr-vice runs fine C64 cartridges, but it fails to run Vic-20 cartridges.

                                  1 Reply Last reply Reply Quote 0
                                  • FruitybitF
                                    Fruitybit
                                    last edited by

                                    This has my hopes up to play a couple of bbc games.
                                    I’ve followed the instructions, but I fear my bios files for bbc may not be correct. Whenever I try to start a game I just get a white outline box with a tiny word (which I can’t read because it’s a small screen) and cannot do anything from there. Can anyone confirm the md5sum for bbcb.zip, bbcbp.zip, bbcbp128.zip and saa5050.zip?
                                    I have to reboot the system each time I try:(

                                    1 Reply Last reply Reply Quote 0
                                    • I
                                      iainjh
                                      last edited by iainjh

                                      Hi

                                      how straightforward is it to add Atom, Apple 1 and 3 and other machines via mess, and your script? No doubt I can run it via mess but i thought i'd ask if there was a self-serve option, or, if you please had plans to add others to your script?

                                      thank you v much for what you've done! adding the 2 casio PV's and apple2 GS to my pi 3 now - thanks again!

                                      (BTW! I've had bbc micro and electron working pretty well via advmame /advmess for some time inc sound, and auto-loading disk and tapes. There's a thread on retropie forums about it, if the issue with sound here isn't resolved. Atom,I've never got working right in advmame)

                                      cheers!!

                                      1 Reply Last reply Reply Quote 0
                                      • P
                                        pajordan
                                        last edited by

                                        does lr-mess emulate the sharp x1? if so, is there some guidance someone could point me to? i've been using lr-x1, but i have some roms that won't open in that emulator and looking for other emulator options.

                                        1 Reply Last reply Reply Quote 0
                                        • rkosterR
                                          rkoster
                                          last edited by

                                          This is really nifty, nice job @valerino!

                                          For anyone who wants to play Arcadia, Creativision and Astrocade stuff I walked through button mappings here: https://retropie.org.uk/forum/topic/22600/how-to-emulate-bally-astrocade-vtech-creativision-and-emerson-arcadia-2001-in-lr-mess?_=1590794375678 (scroll down past the MESS setup instructions).

                                          Github/helper scripts * Creativision/Arcadia/Astrocade guide * Amiga guide * Atari 8bit guide

                                          1 Reply Last reply Reply Quote 0
                                          • D
                                            dmmarti @roslof
                                            last edited by

                                            @roslof
                                            Can you provide a checksum for your MESS BIOS files for the TI99/4A?

                                            I've been working on getting the *.rpk files running. They start just fine and I get the main screen where I have to pick a number for the game. So at that point, everything works good.

                                            After I chose, it just goes to a blank teal screen and sits there, the actual game never starts.

                                            I'm thinking it's a BIOS problem. I've tried a few different ZIP BIOS files from various MAME/MESS versions .. but so far, I've not have any luck.

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