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

Old Computer Appreciation Thread

Scheduled Pinned Locked Moved General Discussion and Gaming
msxmsx2pc88pc98x68000
1.4k Posts 19 Posters 4.6m 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.
  • F
    Folly @Zering
    last edited by Folly 24 Jan 2021, 11:31

    @zering said in Old Computer Appreciation Thread:

    @folly Even more interesting. I was going to set this up today but the british are afraid of snow so I'm having to work now ^^ But I will take a look this week!

    Ok, I see. Well, good for you, I think ;-)

    Edit : Actually I'm curious how that works. Why is there no need for any ROM files or executables?

    These are Remakes of the games, so they are programmed from scratch.
    The source code is available, some with the GNU/GNU2 licence, some with no licence at all. So we are able to share and use these sources.

    These are the latest nightly svn source codes from 2012.
    It took me some time to fix the code, so it would compile on the rpi4.
    I also had to make some fullscreen fixes for some of them.
    I implemented these fixes in the "port module scripts" so it gets the source code, applies the fixes and then compile correctly.
    So then we have necessary binary executable that we can run.

    EDIT 1 :
    Damn :-( , It doesn't work correctly if run from an original Retropie install without Desktop enviroment.
    I have to look for a solution.
    Only mazeofgalious and roadfighter run in a small window.
    Goonies doesn't work at all, it seems to use X11.
    (So do not install yet.)

    EDIT 2 :
    It should be fixed now !
    Perhaps I have to improve some stuff later on, but for now it will do.

    A 1 Reply Last reply 5 Feb 2021, 16:55 Reply Quote 0
    • A
      AdamBeGood @Folly
      last edited by 5 Feb 2021, 16:55

      @Folly @Zering

      How is it going, both?

      I've started playing Snatcher Sega CD on my little RetroFlag Pi Zero, so there is still some retro gaming going on!

      When I do get time to play, it's mainly modern stuff at the moment though.

      Z F 2 Replies Last reply 5 Feb 2021, 22:31 Reply Quote 1
      • Z
        Zering @AdamBeGood
        last edited by 5 Feb 2021, 22:31

        @adambegood I'm doing okay, just finding it hard to find the time or the motivation to play at the moment, although I'm sure it will inevitably return.
        How far are you in Snatcher CD? I remember really enjoying the first half of the game.

        1 Reply Last reply Reply Quote 0
        • F
          Folly @AdamBeGood
          last edited by 6 Feb 2021, 07:47

          @adambegood

          I doing ok too, I had very busy months with work, I now have a little more time to play with some stuff again. I Recently bought a few rpi microcontroller pico's and made a little micropython program to log temperature that is stored on the pico itself that can be extracted for charts later on.
          Someone already ran a bbc micro emulator on the pico, curious if he's going to share his idea.
          Also got this free psx game from here (a legal download) :
          https://retropie.org.uk/forum/topic/10918/where-to-legally-acquire-content-to-play-on-retropie/300
          Looks really nice, but I still have to figure out how it works.

          A 1 Reply Last reply 8 Feb 2021, 01:13 Reply Quote 0
          • A
            AdamBeGood @Folly
            last edited by 8 Feb 2021, 01:13

            @folly Temperature record sounds interesting, it's fun what these little guys can do!
            PSX game also looks good.

            I didn't realise the Marathon trilogy (by the same guys who did Halo) was freeware, I installed that on my PC the other day. Apparently can be done on a Pi also - https://retropie.org.uk/docs/Marathon/

            F 1 Reply Last reply 8 Feb 2021, 08:46 Reply Quote 0
            • F
              Folly @AdamBeGood
              last edited by 8 Feb 2021, 08:46

              @adambegood

              Installed marathon on the rpi.
              Good suggestion.
              Looks great !

              Z 1 Reply Last reply 8 Feb 2021, 10:22 Reply Quote 1
              • Z
                Zering @Folly
                last edited by 8 Feb 2021, 10:22

                @folly I played through the first one last year, the second one annoyed me though.
                The AlephOne engine should also support the homebred Marathon games but I'm not sure that this functionality is available for the Pi, Macintosh emulation might be the only option there.

                F A 3 Replies Last reply 8 Feb 2021, 11:23 Reply Quote 1
                • F
                  Folly @Zering
                  last edited by 8 Feb 2021, 11:23

                  @zering

                  Good to know that the first one is nice to play.

                  I think, if we have the homebrew files they should be playable.

                  A year ago I did something similar with quake engine.
                  In the exodos collection there are about 6 games that can run on the quake engine.

                  1 Reply Last reply Reply Quote 0
                  • F
                    Folly @Zering
                    last edited by Folly 2 Oct 2021, 15:12 8 Feb 2021, 17:01

                    @AdamBeGood @zering

                    Installed "Marathon Evil" by hand, and this works !

                    You can download the' Community-made Scenarios" from the website.

                    Make sure you already installed alephone.

                    Extract the one you want in /home/pi/RetroPie/roms/ports/alephone .
                    Files will come into :
                    /home/pi/RetroPie/roms/ports/alephone/Marathon EVIL

                    (adding another is basically the same)

                    Create a file "Aleph One Engine - MarathonEVIL.sh"

                    #!/bin/bash
                    "/opt/retropie/supplementary/runcommand/runcommand.sh" 0 _PORT_ "marathonevil" ""
                    

                    Make this file executable with the command from the correct directory, with :

                    chmod +x "Aleph One Engine - Marathon EVIL.sh"
                    

                    Create a directory with emulators.cfg /opt/retropie/configs/ports/marathonevil/emulators.cfg containing :

                    alephonevil = "'/opt/retropie/ports/alephone/bin/alephone' '/home/pi/RetroPie/roms/ports/alephone/Marathon EVIL/'"
                    default = "alephonevil"
                    

                    It should be quite easy to make ports scripts for this.

                    Z 1 Reply Last reply 8 Feb 2021, 18:50 Reply Quote 1
                    • Z
                      Zering @Folly
                      last edited by 8 Feb 2021, 18:50

                      @folly I'd tried doing exactly that, it didn't work. I must have done something wrong.
                      Well done for your great work, as always! You're a true asset to this community.

                      F 1 Reply Last reply 8 Feb 2021, 21:47 Reply Quote 0
                      • F
                        Folly @Zering
                        last edited by Folly 2 Aug 2021, 21:48 8 Feb 2021, 21:47

                        @zering said in Old Computer Appreciation Thread:

                        @folly I'd tried doing exactly that, it didn't work. I must have done something wrong.
                        Well done for your great work, as always! You're a true asset to this community.

                        Ok, perhaps I made a mistake.
                        I will have a look at it later on.

                        Z 1 Reply Last reply 8 Feb 2021, 22:23 Reply Quote 0
                        • Z
                          Zering @Folly
                          last edited by 8 Feb 2021, 22:23

                          @folly No you misunderstand me, I tried this months ago, it didn't work then hence what I said about making a mistake.
                          I'm sure your method works.

                          F 1 Reply Last reply 9 Feb 2021, 07:08 Reply Quote 1
                          • F
                            Folly @Zering
                            last edited by Folly 2 Sept 2021, 07:44 9 Feb 2021, 07:08

                            @zering said in Old Computer Appreciation Thread:

                            @folly No you misunderstand me, I tried this months ago, it didn't work then hence what I said about making a mistake.
                            I'm sure your method works.

                            Ok thanks !

                            Indeed I misunderstood then, I was thinking you were talking in the present.

                            btw, I added some information, the start-script has to be executable otherwise it will not run. Perhaps you made that same mistake, back then ;-) .

                            Z 1 Reply Last reply 9 Feb 2021, 12:16 Reply Quote 0
                            • Z
                              Zering @Folly
                              last edited by 9 Feb 2021, 12:16

                              @folly Yup, that is exactly what I didn't do.

                              I'm only an expert on playing with computers sadly ^^

                              F 1 Reply Last reply 9 Feb 2021, 12:54 Reply Quote 0
                              • F
                                Folly @Zering
                                last edited by 9 Feb 2021, 12:54

                                @zering said in Old Computer Appreciation Thread:

                                @folly Yup, that is exactly what I didn't do.

                                I'm only an expert on playing with computers sadly ^^

                                You know, you're also a true asset to this community.
                                Everybody has it's strong points. ^^

                                1 Reply Last reply Reply Quote 1
                                • A
                                  AdamBeGood @Zering
                                  last edited by 9 Feb 2021, 23:41

                                  @zering said in Old Computer Appreciation Thread:

                                  @folly I played through the first one last year, the second one annoyed me though.
                                  The AlephOne engine should also support the homebred Marathon games but I'm not sure that this functionality is available for the Pi, Macintosh emulation might be the only option there.

                                  Annoyed you in what way? I haven't played any of them yet, just wondered.

                                  Z 1 Reply Last reply 10 Feb 2021, 08:27 Reply Quote 1
                                  • Z
                                    Zering @AdamBeGood
                                    last edited by Zering 2 Oct 2021, 12:47 10 Feb 2021, 08:27

                                    @Folly Haha thanks for saying that, I suppose you're right, although it's hard to compare to the amount of great stuff that you figure out!

                                    @adambegood The Marathon games are hard, they play much like Doom but you can only save and restore health at specific points which are very rare and scattered in levels so labyrinthine you feel like you're playing Wizardry 1. The first one is fairly well balanced, but the second one is insulting in that regard. There's also no music in the second one, which makes it fairly dry.
                                    On the other hand they are fascinating games, somewhere between Doom and System Shock, and I'd say they were probably an influence for Half-Life.

                                    Edit : I've updated the first post to cover @Folly's find with Marathon, and I've updated the DOS section with a method to launch games from ES using .sh and .conf files.

                                    Likewise, if you guys are interested in 'free' games on the Pi, I'd suggest you install uqm, a source port of Star Control II that takes the best of both the PC and 3DO versions and allows you to customize it entirely. The game comes loaded with the module. Great stuff.

                                    F 1 Reply Last reply 10 Feb 2021, 15:26 Reply Quote 2
                                    • F
                                      Folly @Zering
                                      last edited by Folly 2 Oct 2021, 15:29 10 Feb 2021, 15:26

                                      @zering

                                      Nice job, adding al the information.
                                      It's really a goldmine ! ^^

                                      I read that you inplemented the text "sudo terminal".
                                      As far as I can see it, all the files for marathon community editions can be created as the user pi .
                                      It seems there is no need to create them as root and use the "sudo" command or the "sudo terminal".
                                      For making the .sh file executable, you can do that too as the user pi.
                                      So you can remove the word "sudo", as for as I know.

                                      Z 1 Reply Last reply 10 Feb 2021, 16:14 Reply Quote 0
                                      • Z
                                        Zering @Folly
                                        last edited by 10 Feb 2021, 16:14

                                        @folly but you do need to get into the terminal to make the .sh file executable don't you?

                                        F 1 Reply Last reply 10 Feb 2021, 16:37 Reply Quote 0
                                        • F
                                          Folly @Zering
                                          last edited by Folly 2 Oct 2021, 16:43 10 Feb 2021, 16:37

                                          @zering

                                          Yes indeed, you have to do that, but just as the user pi.
                                          So you can just say open the "terminal" instead of open the "sudo terminal".
                                          So it should look like this, in the terminal :

                                          pi@raspberrypi:~ $
                                          

                                          "sudo" is always used in front of a command if you want to do things as root user (administrator).

                                          If you say open the "sudo terminal", you open the "sudo terminal" with the command "su".
                                          Then it looks like this after the login :

                                          root@raspberrypi:~ $
                                          

                                          Then you don't have to use the "sudo" command in front of the commands.
                                          All the commands are then executed as super user / root.

                                          Perhaps a bit difficult, do you understand ?

                                          Z 1 Reply Last reply 10 Feb 2021, 18:57 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.

                                            [[user:consent.lead]]
                                            [[user:consent.not_received]]