From 7a15f21436f4d0e873181b3a00e326d21985e859 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 20 Sep 2021 03:30:04 -0700 Subject: Add timberborn and barotrauma profiles --- profiles/barotrauma.profile | 23 +++++++++++++++++++++++ profiles/timberborn.profile | 20 ++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 profiles/barotrauma.profile create mode 100644 profiles/timberborn.profile (limited to 'profiles') diff --git a/profiles/barotrauma.profile b/profiles/barotrauma.profile new file mode 100644 index 0000000..641bc8a --- /dev/null +++ b/profiles/barotrauma.profile @@ -0,0 +1,23 @@ +# This file is overwritten after every install/update +# Persistent local customizations +include barotrauma.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}.local/share/Daedalic Entertainment GmbH +noblacklist ${HOME}.local/share/Daedalic Entertainment GmbH/Barotrauma + +mkdir ${HOME}.local/share/Daedalic Entertainment GmbH +mkdir ${HOME}.local/share/Daedalic Entertainment GmbH/Barotrauma + +whitelist ${HOME}.local/share/Daedalic Entertainment GmbH/Barotrauma +whitelist ${HOME}/games/Barotrauma + +# game assets fail to load if read-only +#read-only ${HOME}/games/Barotrauma + +ignore memory-deny-write-execute + +ignore noexec ${HOME} + +include generic-game-networked.inc diff --git a/profiles/timberborn.profile b/profiles/timberborn.profile new file mode 100644 index 0000000..a3267bc --- /dev/null +++ b/profiles/timberborn.profile @@ -0,0 +1,20 @@ +# This file is overwritten after every install/update +# Persistent local customizations +include timberborn.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.config/unity3d +noblacklist ${HOME}/.config/unity3d/Mechanistry +noblacklist ${HOME}/.config/unity3d/Mechanistry/Timberborn + +mkdir ${HOME}/.config/unity3d +mkdir ${HOME}/.config/unity3d/Mechanistry +mkdir ${HOME}/.config/unity3d/Mechanistry/Timberborn + +whitelist ${HOME}/.config/unity3d/Mechanistry/Timberborn +whitelist ${HOME}/games/Timberborn + +read-only ${HOME}/games/Timberborn + +include generic-unity-game.inc -- cgit v1.2.1