Skip to content

Commit b6c7bb6

Browse files
committed
Updates for SPT 3.7.1
This update simply bring support for SPT v3.7.1. SPT has begun to move co-op extract features already present in this mod into the core. SPT v3.7.1 includes Fence gifts, so that has been removed from this version of the mod. SPT v3.7.2 will likely include Fence reputation gain, so this version has been pinned to require SPT v3.7.1 *exactly*. An update will be required for the future SPT v3.7.2 hotfix release. The configuration file has been updated to remove the `sendFenceGifts` option. Updated npm dependancies to be in-line with SPT core.
1 parent 69f2406 commit b6c7bb6

File tree

10 files changed

+1034
-425
lines changed

10 files changed

+1034
-425
lines changed

.github/ISSUE_TEMPLATE/GENERAL.yml

Lines changed: 40 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -3,41 +3,44 @@ description: File a general bug report
33
title: "[Bug]: "
44
labels: ["triage"]
55
assignees:
6-
- refringe
6+
- refringe
77
body:
8-
- type: markdown
9-
attributes:
10-
value: Thank you for taking the time to fill out a bug report!
11-
- type: input
12-
id: discord-username
13-
attributes:
14-
label: Discord Username
15-
description: If we need more information, can we contact you on the SPT discord? What's your username?
16-
validations:
17-
required: false
18-
- type: textarea
19-
id: what-happened
20-
attributes:
21-
label: What happened?
22-
description: Also tell us, what did you expect to happen?
23-
placeholder: Tell us what you see!
24-
value: "A bug happened!"
25-
validations:
26-
required: true
27-
- type: dropdown
28-
id: version
29-
attributes:
30-
label: SPT Version
31-
description: What version of SPT are you running?
32-
options:
33-
- 3.6.0
34-
validations:
35-
required: true
36-
- type: textarea
37-
id: server-log
38-
attributes:
39-
label: Server Log
40-
description: Please paste your entire server log into this input. Be sure to include the beginning where all of your mods, and mod versions, are loaded/listed.
41-
render: shell
42-
validations:
43-
required: true
8+
- type: markdown
9+
attributes:
10+
value: Thank you for taking the time to fill out a bug report!
11+
- type: input
12+
id: discord-username
13+
attributes:
14+
label: Discord Username
15+
description: If we need more information, can we contact you on the SPT discord? What's your username?
16+
validations:
17+
required: false
18+
- type: textarea
19+
id: what-happened
20+
attributes:
21+
label: What happened?
22+
description: Also tell us, what did you expect to happen?
23+
placeholder: Tell us what you see!
24+
value: "A bug happened!"
25+
validations:
26+
required: true
27+
- type: dropdown
28+
id: version
29+
attributes:
30+
label: SPT Version
31+
description: What version of SPT are you running?
32+
options:
33+
- master
34+
- 3.7.1
35+
- 3.7.0
36+
- 3.6.0
37+
validations:
38+
required: true
39+
- type: textarea
40+
id: server-log
41+
attributes:
42+
label: Server Log
43+
description: Please paste the *entire* relevant server log (found in `user/logs/` directory) into this field.
44+
render: shell
45+
validations:
46+
required: true

.github/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ This mod gives you the following configurable extract options:
88
- Updates the percentage that random extracts are available.
99
- Updates CO-OP extracts to be useable via payment (like cars).
1010
- Increases Fence reputation.
11-
- Fence sends a random gift.
1211
- Updates no-backpack extracts to be useable with backpacks.
1312
- Updates cliff extracts to be useable without a paracord, red rebel, and with an armored rig.
1413
- Sets a maximum hold time for extracts.

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16.17.1
1+
v18.15.0

config/config.json5

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@
7373

7474
// Increase your Fence reputation when the CO-OP extract is used.
7575
modifyFenceReputation: true,
76-
77-
// Send Fence gift items when the CO-OP extract is used.
78-
sendFenceGifts: true,
7976
},
8077
},
8178
}

0 commit comments

Comments
 (0)