-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathConfig.xml
More file actions
28 lines (25 loc) · 1.37 KB
/
Copy pathConfig.xml
File metadata and controls
28 lines (25 loc) · 1.37 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<SPPartyResearchConfig>
<!-- Sync interval in seconds. 2 is a good default for community servers. -->
<!-- BorrowedResearchMode:
UnlocksOnly = recommended. Secondary unlocks are shared, but the UL research node
itself stays learnable so players can still pay to make it personal.
FullKnown = legacy-like behaviour. The research node CVar is also loaned. -->
<General SyncIntervalSeconds="2" Debug="false" Language="pt-PT" BorrowedResearchMode="UnlocksOnly" />
<Notifications Enabled="true" OnResearch="true" OnJoin="true" OnLeave="true" Offline="true" SenderName="SP Research" />
<!-- Recent party relationships are remembered only to queue offline notifications.
Delivery still requires the original provider to be back in the recipient's current party. -->
<Offline PendingMaxAgeDays="14" RememberPartyHours="24" />
<!-- Sharing Mode:
AllExceptBlocked = share everything except entries under Block.
OnlyAllowed = share only entries under Allow.
Use INTERNAL UL research names here (sppr research can help diagnose them). -->
<Sharing Mode="AllExceptBlocked">
<Allow>
<!-- <Research name="exampleResearchInternalName" /> -->
</Allow>
<Block>
<!-- <Research name="exampleAdminOrQuestResearch" /> -->
</Block>
</Sharing>
</SPPartyResearchConfig>