Skip to content

Instantly share code, notes, and snippets.

View slheavner's full-sized avatar
:shipit:
Roku

Sam Heavner slheavner

:shipit:
Roku
View GitHub Profile
@slheavner
slheavner / install_qmodmanager_mac_osx.sh
Created October 7, 2020 19:33
Install QModManager on Mac osx. Drop this script in your Subnuatica game folder ( `<Steam>/steamapps/common/Subnuatica` ) and run it. You will most likely need to run `chmod +x install_qmodmanager_mac_osx.sh` before being able to execute this file.
#!/bin/bash
if [[ $PWD != */Subnautica ]] && [[ $PWD != */SubnauticaZero ]]; then
echo "Not in game directory!"
echo "This script needs to be run from your game directory"
echo "In Steam, go to subnautica -> right click -> options -> local files -> browse local files"
echo "copy this script to that folder"
exit 1
fi