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

    DOSBOX: Strahd's Possession & Stone Prophet (GOG versions)

    Scheduled Pinned Locked Moved Help and Support
    dosboxgogstone prophetstrahdspossession
    26 Posts 5 Posters 4.1k 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.
    • quicksilverQ
      quicksilver @clockwork42
      last edited by

      @clockwork42 are you using the .conf that came with the game or the one included with retropie?

      Can you post what's included below autoexec in the gog conf file included with the game?

      1 Reply Last reply Reply Quote 0
      • C
        clockwork42 @clockwork42
        last edited by clockwork42

        @quicksilver There are a few different CONF files included with the game. Here's the autoexec parts from each:

        dosbox_strahd_settings.conf:

        [autoexec]
        @echo off
        cls
        mount c ".."
        imgmount d "..\game.gog" -t iso -fs iso
        c:
        cd RLOFT
        sound
        exit
        

        dosbox_strahd_single.conf:

        [autoexec]
        @echo off
        cls
        mount c ".."
        imgmount d "..\game.gog" -t iso -fs iso
        c:
        cd RLOFT
        rloft
        exit
        

        dosbox_strahd.conf:

        [autoexec]
        # Lines in this section will be run at startup.
        # You can put your MOUNT lines here.
        

        EDIT: Until now I had copied the one with RetroPie and added just what you and @hermit had suggested.

        quicksilverQ 1 Reply Last reply Reply Quote 0
        • quicksilverQ
          quicksilver @clockwork42
          last edited by quicksilver

          @clockwork42 continue to use the retropie conf

          Try this:

          mount c "/home/pi/RetroPie/roms/pc/STRAHD/"
          imgmount d "/home/pi/RetroPie/roms/pc/STRAHD/DOSBOX/game.gog" -t iso
          c:
          cd RLOFT
          RLOFT.BAT
          exit

          Verify that my file paths are correct and upper/lower case matters

          C 1 Reply Last reply Reply Quote 0
          • C
            clockwork42 @quicksilver
            last edited by

            @quicksilver Same thing. Quick "unable to load resource" message, then quick exit to EmulationStation.

            Your paths seem to be fine, but there is no game.gog file in the DOSBOX folder. That folder's contents (if it matters) are as follows:

            The three config files I cited earlier are all located in the game's root directory, /STRAHD/ .

            No worries regarding upper/lowercase. I'm accessing the Pi files directly, copying your text directly to the CONF file, saving it, and restarting the Pi each time we try something new.

            mituM 2 Replies Last reply Reply Quote 0
            • mituM
              mitu Global Moderator @clockwork42
              last edited by mitu

              @clockwork42 You don't have to restart anything :) if you modify the .conf or the .sh file, it's enough to re-start the game after the edits.

              C 1 Reply Last reply Reply Quote 0
              • mituM
                mitu Global Moderator @clockwork42
                last edited by mitu

                @clockwork42 said in DOSBOX: Strahd's Possession & Stone Prophet (GOG versions):

                Your paths seem to be fine, but there is no game.gog file in the DOSBOX folder. That folder's contents (if it matters) are as follows:

                The .conf file from the GOG installation references that file, which should be in the parent folder of the conf file.

                1 Reply Last reply Reply Quote 0
                • C
                  clockwork42 @mitu
                  last edited by clockwork42

                  @mitu Good to know. I'm never sure what needs to load what, so I'm quite used to restarting at least EmulationStation every time I edit a file directly by mounting /roms or /configs on my computer.

                  EDIT: Ah, yes. game.gog is in the /STRAHD root folder. Should I change the CONF file path accordingly?

                  quicksilverQ 1 Reply Last reply Reply Quote 0
                  • quicksilverQ
                    quicksilver @clockwork42
                    last edited by

                    @clockwork42 yes change file path so it points properly to game.gog

                    1 Reply Last reply Reply Quote 0
                    • C
                      clockwork42
                      last edited by

                      THAT DID IT! Thanks so much, everyone! (And thanks again @mitu for the TIE Fighter assistance earlier!)

                      Really quick, I'm going to take what I learned here and apply it to the next game (made by the same company before being redone by GOG) and see if I can make that work too. I'll post the results.

                      1 Reply Last reply Reply Quote 0
                      • C
                        clockwork42
                        last edited by

                        And Stone Prophet loads too with this. Fantastic. Honestly, thanks so much, everyone!

                        About the only things I could use moving forward on the PC end of things is a way to make DOSBOX constantly display fullscreen without stretching (not sure if there's one standard config file, or one in each game), and a way to configure DOSBOX games to use controllers rather than joystick/mouse. If anyone has handy links to either of those things, then awesome. If not, I'm happy to start googling.

                        quicksilverQ D 2 Replies Last reply Reply Quote 0
                        • quicksilverQ
                          quicksilver @clockwork42
                          last edited by

                          @clockwork42 each .conf file should have a section on video setup. Not sure if there is a standardized way of setting up controllers, as I havent messed with that personally. I know @edmaul69 should know how.

                          C 1 Reply Last reply Reply Quote 0
                          • C
                            clockwork42 @quicksilver
                            last edited by

                            @quicksilver I did notice that. I wasn't sure if I had to set it for each game, or if there was some general DOSBOX config file I could edit for that.

                            I'm pretty sure I saw controller configuration options somewhere. It was just kind of difficult to take that route until I had a few games actually boot. Thanks again for everything!

                            quicksilverQ 1 Reply Last reply Reply Quote 0
                            • quicksilverQ
                              quicksilver @clockwork42
                              last edited by quicksilver

                              @clockwork42 if there is a setting that you find works best for all your games then make your edit and then use that .conf file as your basis for making any future .conf files

                              Though you may need to tweak settings on a per game basis because one size fits all approach won't always work. For example Oregon trail emulated CPU cycles needs to be slowed down otherwise game runs too fast.

                              C 1 Reply Last reply Reply Quote 0
                              • C
                                clockwork42 @quicksilver
                                last edited by

                                @quicksilver Will do. I was never much of a PC gamer growing up, so I can't imagine that my DOS library will expand all that much in the coming years. With only three games currently, I definitely don't mind editing individual config files if it comes down to that.

                                1 Reply Last reply Reply Quote 1
                                • D
                                  dudleydes @clockwork42
                                  last edited by

                                  @clockwork42 said in DOSBOX: Strahd's Possession & Stone Prophet (GOG versions):

                                  way to configure DOSBOX games to use controllers rather than joystick/mouse

                                  Is Strahd's Possession a mouse driven game? If so, then it's worth noting that it's not possible to map the mouse to a controller directly in DOSBox. You could try installing lr-dosbox where the mouse should automatically be mapped to your controller.

                                  I use xboxdrv to map the mouse in DOS games. xboxdrv isn't the most user-friendly software but you have no joy with lr-dosbox, then I would be happy to share my configuration.

                                  For other DOS games, it is possible to map keys to buttons and axes on a controller using the in-built DOSBox mapper program. You can find tutorials on its use in the docs: https://retropie.org.uk/docs/PC/#tutorials

                                  C 1 Reply Last reply Reply Quote 1
                                  • C
                                    clockwork42 @dudleydes
                                    last edited by

                                    @dudleydes I'm not sure if it is. I've never played either of the two Ravenloft games, actually. The third game I just got working (in a different thread) was TIE Fighter, which works on mouse or joystick.

                                    I was assuming (perhaps wrongly) that as long as a game had joystick support, I should be able to map that to a controller's analog stick. That seemed to work for TIE Fighter upon being asked for joystick configuration, but I haven't done more than just make sure the game boots properly yet.

                                    Thanks for the DOSBox mapper link. That helps for sure. I'll have to see how these games work with it before I look into xboxdrv. If I decide that's necessary, I'll @ you on this thread. Thanks!

                                    quicksilverQ 1 Reply Last reply Reply Quote 0
                                    • quicksilverQ
                                      quicksilver @clockwork42
                                      last edited by

                                      @clockwork42 you are correct if the game originally supported joystick control then your analog stick on your controller will work fine.

                                      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.