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

    Blake Stone - BStone source port

    Scheduled Pinned Locked Moved General Discussion and Gaming
    blakestoneblake stonealiens of goldplanet strikeaog
    51 Posts 10 Posters 8.2k 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.
    • R
      RussellB
      last edited by

      I'd like to try to recompile the 1.1.16 source code to try on the RPI4. Is there a location I can go to?

      ExarKunIvE 1 Reply Last reply Reply Quote 0
      • ExarKunIvE
        ExarKunIv @RussellB
        last edited by

        @RussellB https://github.com/bibendovsky/bstone/releases?after=v1.2.0-beta.6

        1.1.16 will be a little down the page

        RPi3B+ / 200GB/ RetroPie v4.5.14, RPi4 Model B 4gb / 256gb / RetroPie 4.8.2
        RPi5 4gb / 512gb / RetroPie 4.8.9 -Basic
        Maintainer of RetroPie-Extra .

        1 Reply Last reply Reply Quote 0
        • R
          RussellB
          last edited by

          @ExarKuniv Thanks. Unfortunately my Linux development skills are not the same as my Windows development skills so reviewing the code I'm a bit lost. Is ther a pre-compiled binary for RPI3/4 1.1.6 somewhere available for download?

          R 1 Reply Last reply Reply Quote 0
          • R
            RussellB @RussellB
            last edited by

            @RussellB said in Blake Stone - BStone source port:

            @ExarKuniv Thanks. Unfortunately my Linux development skills are not the same as my Windows development skills so reviewing the code I'm a bit lost. Is ther a pre-compiled binary for RPI3/4 1.1.6 somewhere available for download?

            Ok, now learned how to cmake and make under Linux. :-)

            R 1 Reply Last reply Reply Quote 0
            • R
              RussellB @RussellB
              last edited by

              @RussellB said in Blake Stone - BStone source port:

              @RussellB said in Blake Stone - BStone source port:

              @ExarKuniv Thanks. Unfortunately my Linux development skills are not the same as my Windows development skills so reviewing the code I'm a bit lost. Is ther a pre-compiled binary for RPI3/4 1.1.16 somewhere available for download?

              Ok, now learned how to cmake and make under Linux. :-)

              Just confirming that compiling 1.1.16 and using that works on the RPI4 for Both Aliens of Gold and Planet Strike.

              ExarKunIvE 1 Reply Last reply Reply Quote 0
              • ExarKunIvE
                ExarKunIv @RussellB
                last edited by

                @RussellB nice, you are on the way on having more fun.

                go here.
                there is a bunch of different ports that you can install now that you know cmake and make.

                i will be updating my post with how to get the latest version going. i just have been a little lazy the past week or so

                RPi3B+ / 200GB/ RetroPie v4.5.14, RPi4 Model B 4gb / 256gb / RetroPie 4.8.2
                RPi5 4gb / 512gb / RetroPie 4.8.9 -Basic
                Maintainer of RetroPie-Extra .

                1 Reply Last reply Reply Quote 0
                • tpo1990T
                  tpo1990 @ExarKunIv
                  last edited by

                  @ExarKunIv If he has updated his port to a newer version it might break the compatibility with the Pi since the scriptmodule pulls/clones straight from his git repository. Let me see if I get the same result and if the latest version doens't work, then I will look into building a solution.

                  @RussellB Nice, that's how I started out with Linux and Raspberry Pi since I wanted to see what other ports could be run a single board computer such as the Pi. Just keep on learning and eventually you will get there like me. Thanks :-)

                  Greetings from Denmark. :-)

                  Developer of install scripts for ports such as Hexen 2, Return to Castle Wolfenstein and Caesar III. See my other projects at my profile.

                  ExarKunIvE 1 Reply Last reply Reply Quote 0
                  • ExarKunIvE
                    ExarKunIv @tpo1990
                    last edited by

                    @tpo1990 the newest version still works on the pi3 just fine. but the auto select for the video drivers is broken for the Pi.

                    so you need to make a config file called bstone_config.txt

                    and have this in it

                    vid_renderer "software"
                    

                    and you have to drop it into /home/pi/.local/share/bibendovsky/bstone

                    once there is will start just fine.

                    i know i should of updated a while ago, i just got a little lazy. sorry

                    RPi3B+ / 200GB/ RetroPie v4.5.14, RPi4 Model B 4gb / 256gb / RetroPie 4.8.2
                    RPi5 4gb / 512gb / RetroPie 4.8.9 -Basic
                    Maintainer of RetroPie-Extra .

                    R 1 Reply Last reply Reply Quote 0
                    • R
                      RussellB @ExarKunIv
                      last edited by RussellB

                      @ExarKunIv said in Blake Stone - BStone source port:

                      @tpo1990 the newest version still works on the pi3 just fine. but the auto select for the video drivers is broken for the Pi.

                      so you need to make a config file called bstone_config.txt

                      and have this in it

                      vid_renderer "software"
                      

                      and you have to drop it into /home/pi/.local/share/bibendovsky/bstone

                      once there is will start just fine.

                      i know i should of updated a while ago, i just got a little lazy. sorry

                      Testing that out and will let you know. Whoo hoo. I already have a bstone_config.txt file that says at the top WARNING! This is auto-generated file. Still ok to modify?

                      I got Hurrican working nicely on the RPI4!

                      1 Reply Last reply Reply Quote 0
                      • R
                        RussellB
                        last edited by RussellB

                        Ouch... recompiled from source and broke the current version and when I reverted back to 1.1.16 it is now broken. Apogee splash screen comes up, then bus error. Debug time.

                        Never saw this before and it was working!

                        ALSA lib pcm.c:8424:(snd_pcm_recover) underrun occurred

                        1 Reply Last reply Reply Quote 0
                        • R
                          RussellB
                          last edited by

                          Got 1.2.8 working! Added "vid_renderer" line to a now empty bstone_config.txt and it works... I was able to go into settings and change it to full screen!

                          1 Reply Last reply Reply Quote 0
                          • R
                            RussellB
                            last edited by

                            FYI... 1.2.8 vs. 1.1.16 requires UPPER CASE for the game files. 1.1.16 was case in-sensitive. I can confirm both work now in 1.2.8.

                            1 Reply Last reply Reply Quote 1
                            • 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.