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

    Trying to Port AM2R

    Scheduled Pinned Locked Moved Help and Support
    19 Posts 7 Posters 11.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.
    • 9
      914aaron
      last edited by

      So I found an unofficial Linux port of AM2R while browsing the Internet, and thought, hmm, I could put that on my Retropie!

      So I followed the porting guide on the wiki, but I guess I did something a little wrong. I am a complete n00b to Python, so if anybody could help me out it would greatly appreciated.

      I made a shell file "am2r.sh" with the contents:
      "#!/bin/bash
      sudo AM2R_linux_unofficial-sdl -am2r -basedir /RetroPie/roms/ports/AM2R_linux_unofficial/

      Pi Model: 2
      Retropie Version: 4.4.11-v7
      Guide Used: https://github.com/retropie/retropie-setup/wiki/Ports
      AM2R Directory: /RetroPie/roms/ports/AM2R_linux_unofficial/
      Error Message: "sudo: AM2R_linux_unofficial-sdl: command not found"

      1 Reply Last reply Reply Quote 2
      • 9
        914aaron
        last edited by

        So I just realized that I was doing the wrong thing. I did not know that Dark Places was an engine. Which leaves me having no idea what to do. AM2R uses the Game Maker engine, so would I have to install that?

        (such inexperience XD)

        1 Reply Last reply Reply Quote 0
        • hiulitH
          hiulit
          last edited by

          Maybe you could ask them directly, as the company behind Game Maker already released 3 games for the Raspberry pi http://www.yoyogames.com/pi

          My little contributions to the RetroPie project:

          • Shell-Script-Boilerplate
          • Fun-Facts-Splashscreens
          • Limit-Last-Played-Games
          1 Reply Last reply Reply Quote 0
          • hiulitH
            hiulit
            last edited by

            BTW, it would be really cool if we could have this game on RetroPie! :D

            My little contributions to the RetroPie project:

            • Shell-Script-Boilerplate
            • Fun-Facts-Splashscreens
            • Limit-Last-Played-Games
            1 Reply Last reply Reply Quote 1
            • mediamogulM
              mediamogul Global Moderator
              last edited by mediamogul

              This would be fantastic. I've never heard of this platform before.

              RetroPie v4.5 • RPi3 Model B • 5.1V 2.5A PSU • 16GB SanDisk microSD • 512GB External Drive

              1 Reply Last reply Reply Quote 0
              • hiulitH
                hiulit
                last edited by

                Here, instructions for how to install those 3 games https://github.com/bite-your-idols/gamemaker-retropie
                Maybe this could be of some help.

                My little contributions to the RetroPie project:

                • Shell-Script-Boilerplate
                • Fun-Facts-Splashscreens
                • Limit-Last-Played-Games
                9 1 Reply Last reply Reply Quote 2
                • BuZzB
                  BuZz administrators
                  last edited by BuZz

                  They don't want us to include those games directly / automatically in retropie btw. We asked. I guess because they want people to visit their site directly.

                  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

                  mediamogulM 1 Reply Last reply Reply Quote 0
                  • mediamogulM
                    mediamogul Global Moderator @BuZz
                    last edited by

                    @BuZz

                    I was wondering about that after I read this from their site:

                    One thing we would ask however, is if anyone wants these games, please get them to come here to download them. Not only are we really interested to see just how many gamers there are out there for the Pi, but we want to be able to tell our developers. This will in turn get them excited, and in turn get more games on this amazing machine, which will help feed your gaming habit!

                    RetroPie v4.5 • RPi3 Model B • 5.1V 2.5A PSU • 16GB SanDisk microSD • 512GB External Drive

                    herb_fargusH 1 Reply Last reply Reply Quote 0
                    • herb_fargusH
                      herb_fargus administrators @mediamogul
                      last edited by

                      @mediamogul personally the only way they'll get publicity on the pi is if they are included with RetroPie at least as a script but since they didn't want that, their loss really.

                      If you read the documentation it will answer 99% of your questions: https://retropie.org.uk/docs/

                      Also if you want a solution to your problems read this first: https://retropie.org.uk/forum/topic/3/read-this-first

                      C 1 Reply Last reply Reply Quote 0
                      • 9
                        914aaron @hiulit
                        last edited by

                        @hiulit

                        Thank you for the link! I took a look at the shell files and mimicked it within AM2R. I'll make sure to put the results after I give permissions to the shell files.

                        1 Reply Last reply Reply Quote 1
                        • C
                          Concat @herb_fargus
                          last edited by

                          @herb_fargus said in Trying to Port AM2R:

                          @mediamogul personally the only way they'll get publicity on the pi is if they are included with RetroPie at least as a script but since they didn't want that, their loss really.

                          So true... I too have never heard of these games before.

                          1 Reply Last reply Reply Quote 0
                          • 9
                            914aaron
                            last edited by

                            I am having some extreme technical issues. Weather is bad and power keeps going out. XD

                            1 Reply Last reply Reply Quote 0
                            • 9
                              914aaron
                              last edited by

                              So my current shell file for AM2R reads:
                              #!/bin/sh# . /etc/profileMY_DIR="/home/pi/RetroPie/roms/ports/am2r"chmod a+x $MY_DIR/*$MY_DIR/amr2

                              The game appears in the ports menu on Emulation Station, but every time I try to run it I get a syntax error:
                              "Unexpected word; was expecting ")""

                              I have no idea why I get that error because the Gamemaker games have the exact same shell format and run fine. If anyone has an amazing Python prowess and can look at that line of code and be "Aw, I know exactly what you did wrong," it would be GREATLY appreciated!

                              PokeEngineerP hiulitH 2 Replies Last reply Reply Quote 1
                              • PokeEngineerP
                                PokeEngineer @914aaron
                                last edited by

                                @914aaron

                                The game you are trying to run will not work because it is not complied for the ARM processor (RPI's processor). The 3 GameMaker games that were released were compiled for ARM, so you won't be able to do anything unless they release a RPI export module.

                                Don't sweat it.
                                When in doubt, take a BYTE out of life.

                                😎

                                1 Reply Last reply Reply Quote 0
                                • hiulitH
                                  hiulit
                                  last edited by

                                  Any progress on that? Is it possible to install and play it?

                                  My little contributions to the RetroPie project:

                                  • Shell-Script-Boilerplate
                                  • Fun-Facts-Splashscreens
                                  • Limit-Last-Played-Games
                                  PokeEngineerP 1 Reply Last reply Reply Quote 0
                                  • hiulitH
                                    hiulit
                                    last edited by

                                    Any progress on that? Is it possible to install and play it?

                                    My little contributions to the RetroPie project:

                                    • Shell-Script-Boilerplate
                                    • Fun-Facts-Splashscreens
                                    • Limit-Last-Played-Games
                                    1 Reply Last reply Reply Quote -1
                                    • hiulitH
                                      hiulit @914aaron
                                      last edited by

                                      @914aaron I'm stuck at the same point as you were

                                      ./am2r: 1: ./am2r: Syntax error: word unexpected (expecting ")")
                                      

                                      My little contributions to the RetroPie project:

                                      • Shell-Script-Boilerplate
                                      • Fun-Facts-Splashscreens
                                      • Limit-Last-Played-Games
                                      1 Reply Last reply Reply Quote 0
                                      • PokeEngineerP
                                        PokeEngineer @hiulit
                                        last edited by

                                        @hiulit

                                        Nope. Not enough RAM...
                                        I already attempted port this just like I did with Undertale, but same result...

                                        Don't sweat it.
                                        When in doubt, take a BYTE out of life.

                                        😎

                                        hiulitH 1 Reply Last reply Reply Quote 0
                                        • hiulitH
                                          hiulit @PokeEngineer
                                          last edited by

                                          @RetroPieNerd :_(

                                          My little contributions to the RetroPie project:

                                          • Shell-Script-Boilerplate
                                          • Fun-Facts-Splashscreens
                                          • Limit-Last-Played-Games
                                          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.