forked from wabbajack-tools/opt-out-lists
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NexusModPermissions.yml
46 lines (42 loc) · 1.47 KB
/
NexusModPermissions.yml
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
39
40
41
42
43
44
45
46
# Content Permissions for Nexus Mods
# The format is as follows:
# bill:
# Permissions:
# CanExtractBSAs: false
# Games:
# Skyrim:
# Permissions:
# CanModifyESPs: false
# Mods:
# 42:
# Permissions:
# CanModifyAssets: false
# Files:
# 33:
# Permissions:
# CanUseInOtherGames: false
#
# Any and all Permissions blocks can contain none or all of the permissions flags
# if this is confusing, probably best to find an example below and copy it for your Mods
# The most specific permission field for a given file is the one that applies.
Arthmoor:
Permissions:
CanExtractBSAs: false
CanModifyAssets: false
CanModifyESPs: false
CanUseInOtherGames: false
Games:
Skyrim:
Mods:
266: # Unofficial Skyrim Special Edition Patch
Permissions:
CanExtractBSAs: false
CanModifyAssets: false
CanModifyESPs: false
CanUseInOtherGames: false
Mentha:
Permissions:
CanExtractBSAs: false
CanModifyAssets: false
CanModifyESPs: false
CanUseInOtherGames: false