Skip to content

Instantly share code, notes, and snippets.

@selfdeceited
Created January 4, 2018 18:59
Show Gist options
  • Save selfdeceited/081e773d8539623cdcddb9e960bb7f64 to your computer and use it in GitHub Desktop.
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
#!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