blob: 641bc8abcf15cdff613fe44b672df4171ec15a37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
|