summaryrefslogtreecommitdiff
path: root/profiles/renpy.profile
blob: 920af1f80111405c7e610a756f42623facaef7af (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
# This file is overwritten after every install/update
# Persistent local customizations
include renpy.local
# Persistent global definitions
include globals.local

ignore include disable-shell.inc

noblacklist ${HOME}/.renpy

mkdir ${HOME}/.renpy
whitelist ${HOME}/.renpy
whitelist-ro ${HOME}/games/Visual Novels

# # Games requiring special rules
# Maid with Perfection
#read-write ${HOME}/games/Visual Novels/Maid With Perfection/zipfile.txt

# Nachigal
#allusers

# Planet Stronghold 2
#mkfile=${HOME}/games/Visual Novels/Planet Stronghold 2/label_log.txt
#read-write=${HOME}/games/Visual Novels/Planet Stronghold 2/label_log.txt

# Roommates
#allusers


ignore memory-deny-write-execute

ignore noexec ${HOME}

include generic-game.inc