App Store version save game and ini file?
Witzelsucht
Member Posts: 1
From the Beamdog version, you find them in the Documents folder. In the App Store version, I can't seem to find them at all. I tried to look into the app file but didn't find them there either.
EDIT: I just dug around on the forum a bit more and found the answer. apologies and thx. It can be found in ~/Library/Containers/com.beamdog.baldursgateenhancededition/Data/Documents/Baldur's Gate - Enhanced Edition
It's a hidden folder so use go to folder on the finder or enable show all file in finder at the terminal.
EDIT: I just dug around on the forum a bit more and found the answer. apologies and thx. It can be found in ~/Library/Containers/com.beamdog.baldursgateenhancededition/Data/Documents/Baldur's Gate - Enhanced Edition
It's a hidden folder so use go to folder on the finder or enable show all file in finder at the terminal.
0
Comments
defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder
Or create an AppleScript saved as program for convenience:
display dialog "Invisible Files:" buttons {"Show", "Hide", "Cancel"} default button 3
set the button_pressed to the button returned of the result
if the button_pressed is "Show" then
do shell script "defaults write com.apple.finder AppleShowAllFiles TRUE"
do shell script "killall Finder"
else if the button_pressed is "Hide" then
do shell script "defaults write com.apple.finder AppleShowAllFiles FALSE"
do shell script "killall Finder"
else
-- action for 3rd button goes here
end if
I want to just create a single ID scroll to help me around the Firebeard's Scroll Bug