Where has Baldur's Gate II GOG version been installed to?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
1
down vote

favorite












I downloaded the linux version of Baldur's Gate II from GOG.com, and made the sh-file executable (sudo chmod +x gog_baldur...). I then ran the script and installed the game to my home directory: /home/myusername/GOG Games/Baldurs Gate 2 Complete.



2 icons got created on my desktop, which call the start.sh from inside the install directory. The game starts just fine, so the installation was successful.



I tried figuring out where the acutal game files are located as I would like to install some mods, too. However, they are not in my home directory and I can't seem to find the directory mentioned in the start.sh, which would be drive_c/GOG Games/Baldur's Gate 2/.



However, if I navigate to /home/myusername/.wine/drive_c/GOG Games/ the Baldur's Gate 2 directory is nowhere to be found. There are other GOG games I installed, but not BG2. So... where are the game files actually located?










share|improve this question

























    up vote
    1
    down vote

    favorite












    I downloaded the linux version of Baldur's Gate II from GOG.com, and made the sh-file executable (sudo chmod +x gog_baldur...). I then ran the script and installed the game to my home directory: /home/myusername/GOG Games/Baldurs Gate 2 Complete.



    2 icons got created on my desktop, which call the start.sh from inside the install directory. The game starts just fine, so the installation was successful.



    I tried figuring out where the acutal game files are located as I would like to install some mods, too. However, they are not in my home directory and I can't seem to find the directory mentioned in the start.sh, which would be drive_c/GOG Games/Baldur's Gate 2/.



    However, if I navigate to /home/myusername/.wine/drive_c/GOG Games/ the Baldur's Gate 2 directory is nowhere to be found. There are other GOG games I installed, but not BG2. So... where are the game files actually located?










    share|improve this question























      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      I downloaded the linux version of Baldur's Gate II from GOG.com, and made the sh-file executable (sudo chmod +x gog_baldur...). I then ran the script and installed the game to my home directory: /home/myusername/GOG Games/Baldurs Gate 2 Complete.



      2 icons got created on my desktop, which call the start.sh from inside the install directory. The game starts just fine, so the installation was successful.



      I tried figuring out where the acutal game files are located as I would like to install some mods, too. However, they are not in my home directory and I can't seem to find the directory mentioned in the start.sh, which would be drive_c/GOG Games/Baldur's Gate 2/.



      However, if I navigate to /home/myusername/.wine/drive_c/GOG Games/ the Baldur's Gate 2 directory is nowhere to be found. There are other GOG games I installed, but not BG2. So... where are the game files actually located?










      share|improve this question













      I downloaded the linux version of Baldur's Gate II from GOG.com, and made the sh-file executable (sudo chmod +x gog_baldur...). I then ran the script and installed the game to my home directory: /home/myusername/GOG Games/Baldurs Gate 2 Complete.



      2 icons got created on my desktop, which call the start.sh from inside the install directory. The game starts just fine, so the installation was successful.



      I tried figuring out where the acutal game files are located as I would like to install some mods, too. However, they are not in my home directory and I can't seem to find the directory mentioned in the start.sh, which would be drive_c/GOG Games/Baldur's Gate 2/.



      However, if I navigate to /home/myusername/.wine/drive_c/GOG Games/ the Baldur's Gate 2 directory is nowhere to be found. There are other GOG games I installed, but not BG2. So... where are the game files actually located?







      wine games






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 7 at 18:36









      waka

      1084




      1084




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          While I have no idea where the files would be exactly, I suggest searching for them. It is reasonable to assume, that the any folder containing the files would contain baldur. So you can open a terminal and execute



          find . -iname "*baldur*"


          To try and locate those folders/files. Or if you know a more specific filename you can search for that






          share|improve this answer
















          • 1




            Thanks, this actually helped a lot. I searched for "bgmain.exe" and found it within the original folder, within the subfolder "prefix".
            – waka
            Mar 7 at 19:45










          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "89"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: true,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1012824%2fwhere-has-baldurs-gate-ii-gog-version-been-installed-to%23new-answer', 'question_page');

          );

          Post as a guest






























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          1
          down vote



          accepted










          While I have no idea where the files would be exactly, I suggest searching for them. It is reasonable to assume, that the any folder containing the files would contain baldur. So you can open a terminal and execute



          find . -iname "*baldur*"


          To try and locate those folders/files. Or if you know a more specific filename you can search for that






          share|improve this answer
















          • 1




            Thanks, this actually helped a lot. I searched for "bgmain.exe" and found it within the original folder, within the subfolder "prefix".
            – waka
            Mar 7 at 19:45














          up vote
          1
          down vote



          accepted










          While I have no idea where the files would be exactly, I suggest searching for them. It is reasonable to assume, that the any folder containing the files would contain baldur. So you can open a terminal and execute



          find . -iname "*baldur*"


          To try and locate those folders/files. Or if you know a more specific filename you can search for that






          share|improve this answer
















          • 1




            Thanks, this actually helped a lot. I searched for "bgmain.exe" and found it within the original folder, within the subfolder "prefix".
            – waka
            Mar 7 at 19:45












          up vote
          1
          down vote



          accepted







          up vote
          1
          down vote



          accepted






          While I have no idea where the files would be exactly, I suggest searching for them. It is reasonable to assume, that the any folder containing the files would contain baldur. So you can open a terminal and execute



          find . -iname "*baldur*"


          To try and locate those folders/files. Or if you know a more specific filename you can search for that






          share|improve this answer












          While I have no idea where the files would be exactly, I suggest searching for them. It is reasonable to assume, that the any folder containing the files would contain baldur. So you can open a terminal and execute



          find . -iname "*baldur*"


          To try and locate those folders/files. Or if you know a more specific filename you can search for that







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Mar 7 at 18:55









          mbeyss

          59816




          59816







          • 1




            Thanks, this actually helped a lot. I searched for "bgmain.exe" and found it within the original folder, within the subfolder "prefix".
            – waka
            Mar 7 at 19:45












          • 1




            Thanks, this actually helped a lot. I searched for "bgmain.exe" and found it within the original folder, within the subfolder "prefix".
            – waka
            Mar 7 at 19:45







          1




          1




          Thanks, this actually helped a lot. I searched for "bgmain.exe" and found it within the original folder, within the subfolder "prefix".
          – waka
          Mar 7 at 19:45




          Thanks, this actually helped a lot. I searched for "bgmain.exe" and found it within the original folder, within the subfolder "prefix".
          – waka
          Mar 7 at 19:45

















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1012824%2fwhere-has-baldurs-gate-ii-gog-version-been-installed-to%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          Which professions warranted travel in Medieval times?

          How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

          Trouble downloading packages list due to a “Hash sum mismatch” error