summaryrefslogtreecommitdiff
path: root/profiles/brigador.profile
blob: 1f1e8a339950a59d634f9d20ad6c6fe8c374a8d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# This file is overwritten after every install/update
# Persistent local customizations
include brigador.local
# Persistent global definitions
include globals.local

ignore include disable-shell.inc

mkfile ${HOME}/games/Brigador/profile.json
mkfile ${HOME}/games/Brigador/settings.json
mkfile ${HOME}/games/Brigador/imgui.ini
mkfile ${HOME}/games/Brigador/log.txt

# # Brigador needs write access to the game folder
# # Else "Failed to write pack file: assets.pack"
whitelist ${HOME}/games/Brigador
read-only ${HOME}/games/Brigador/assets.pack
read-only ${HOME}/games/Brigador/brigador

read-only ${HOME}/games/Brigador/assets
read-only ${HOME}/games/Brigador/cfg
read-only ${HOME}/games/Brigador/fonts
read-only ${HOME}/games/Brigador/lib
read-only ${HOME}/games/Brigador/shaders
read-only ${HOME}/games/Brigador/sound

# noinput breaks controller support
# Brigador only supports Xinput controllers.
# DirectInput will be detected, but not function.
ignore noinput

protocol unix,netlink

ignore memory-deny-write-execute

ignore noexec ${HOME}

include generic-game.inc