Created
January 4, 2018 18:59
-
-
Save selfdeceited/081e773d8539623cdcddb9e960bb7f64 to your computer and use it in GitHub Desktop.
OpenMW local content installation via Steam on MacOS with correct enhancements from Reddit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!bin/bash | |
# navigate to Steam | |
cd ~/Library/Application\ Support/Steam/steamapps | |
# allow Morrowind from macOS | |
cat <<EOT >> appmanifest_22320.acf | |
"AppState" | |
{ | |
"AppID" "22320" | |
"Universe" "1" | |
"StateFlags" "1026" | |
"installdir" "Morrowind" | |
} | |
EOT | |
# restart Steam app | |
echo "now please reopen Steam app" | |
echo "go Library -> Games -> Morrowind -> Manage Downloads -> Upload icon on the right side of the page" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment