Where has Baldur's Gate II GOG version been installed to?
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?
wine games
add a comment |Â
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?
wine games
add a comment |Â
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?
wine games
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
wine games
asked Mar 7 at 18:36
waka
1084
1084
add a comment |Â
add a comment |Â
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
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
add a comment |Â
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
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
add a comment |Â
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
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
add a comment |Â
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
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
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
add a comment |Â
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
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password