You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/GENERAL.yml
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -30,16 +30,14 @@ body:
30
30
label: SPT Version
31
31
description: What version of SPT are you running?
32
32
options:
33
-
- 3.10.x
34
-
- 3.9.x
35
-
- 3.8.x
33
+
- "3.11"
36
34
validations:
37
35
required: true
38
36
- type: textarea
39
37
id: server-log
40
38
attributes:
41
39
label: Server Log
42
-
description: Please paste the *entire* relevant server log (found in `user/logs/` directory) into this field.
40
+
description: Please paste your entireserver log into this input. Be sure to include the beginning where all of your mods, and mod versions, are loaded/listed.
Copy file name to clipboardExpand all lines: .github/README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,12 @@ This mod gives you the following configurable extract options:
13
13
14
14
_\*All options are disabled by default_
15
15
16
+
This is a server-only mod. Client based extract options are not within the scope of this mod. Examples of these are flare extract options and code extract options.
17
+
16
18
# To install:
17
19
18
20
1. Decompress the contents of the download into your root SPT directory.
19
-
2. Open the `OpenExtracts/config/config.json5` file to adjust configuration options.
21
+
2. Open the `refringe-openextracts/config/config.json5` file to adjust configuration options.
20
22
3. Leave a review and let me know what you think.
21
23
22
24
If you experience any problems, please [submit a detailed bug report](https://github.com/refringe/OpenExtracts/issues).
@@ -25,13 +27,13 @@ If you experience any problems, please [submit a detailed bug report](https://gi
25
27
26
28
This project has been built in [Visual Studio Code](https://code.visualstudio.com/) (VSC) using [Node.js](https://nodejs.org/). If you are unfamiliar with Node.js, I recommend using [NVM](https://github.com/nvm-sh/nvm) to manage installation and switching versions. If you do not wish to use NVM, you will need to install the version of Node.js listed within the `.nvmrc` file manually.
27
29
28
-
This project uses [Prettier](https://prettier.io/) to format code on save.
30
+
This project uses [Biome](https://biomejs.dev/) to format code on save.
29
31
30
32
To build the project locally:
31
33
32
34
1. Clone the repository.
33
35
2. Open the `mod.code-workspace` file in Visual Studio Code (VSC).
34
-
3. Install the [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) VSC extension.
36
+
3. Install the [Biome](https://marketplace.visualstudio.com/items?itemName=biomejs.biome) VSC extension.
35
37
4. Install the [JSON5](https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5) VSC extension.
0 commit comments