Skip to content

Commit 812e3ed

Browse files
committed
Revert "Linting"
This reverts commit 338bb6d.
1 parent 338bb6d commit 812e3ed

File tree

370 files changed

+75239
-75693
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

370 files changed

+75239
-75693
lines changed

abiotic-factorconfig.json

+476-476
Large diffs are not rendered by default.

abiotic-factormetaconfig.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[
22
{
3-
"ConfigFile": "AbioticFactor/Saved/Config/WindowsServer/SandboxSettings.ini",
4-
"AutoMap": true,
5-
"Importable": true,
6-
"ConfigType": "ini",
7-
"ConfigFormat": "{0}={1}",
8-
"ConfigFormatRegex": "^(?<key>.+?)\\s*=\\s*(?<value>.*?)$"
3+
"ConfigFile":"AbioticFactor/Saved/Config/WindowsServer/SandboxSettings.ini",
4+
"AutoMap":true,
5+
"Importable":true,
6+
"ConfigType":"ini",
7+
"ConfigFormat":"{0}={1}",
8+
"ConfigFormatRegex":"^(?<key>.+?)\\s*=\\s*(?<value>.*?)$"
99
}
10-
]
10+
]

abiotic-factorupdates.json

+24-24
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
[
22
{
3-
"UpdateStageName": "Abiotic Factor Download",
4-
"UpdateSourcePlatform": "All",
5-
"UpdateSource": "SteamCMD",
6-
"UpdateSourceData": "2857200",
7-
"UpdateSourceArgs": "427410",
8-
"ForceDownloadPlatform": "Windows"
3+
"UpdateStageName":"Abiotic Factor Download",
4+
"UpdateSourcePlatform":"All",
5+
"UpdateSource":"SteamCMD",
6+
"UpdateSourceData":"2857200",
7+
"UpdateSourceArgs":"427410",
8+
"ForceDownloadPlatform":"Windows"
99
},
1010
{
11-
"UpdateStageName": "Create Config Directory",
12-
"UpdateSourcePlatform": "All",
13-
"UpdateSource": "CreateDirectory",
14-
"UpdateSourceArgs": "{{$FullBaseDir}}AbioticFactor/Saved/Config/WindowsServer"
11+
"UpdateStageName":"Create Config Directory",
12+
"UpdateSourcePlatform":"All",
13+
"UpdateSource":"CreateDirectory",
14+
"UpdateSourceArgs":"{{$FullBaseDir}}AbioticFactor/Saved/Config/WindowsServer"
1515
},
1616
{
17-
"UpdateStageName": "SandboxSettings.ini Download",
18-
"UpdateSourcePlatform": "All",
19-
"UpdateSource": "FetchURL",
20-
"UpdateSourceData": "https://raw.githubusercontent.com/DFJacob/AbioticFactorDedicatedServer/main/SandboxSettings.ini",
21-
"UpdateSourceTarget": "{{$FullBaseDir}}AbioticFactor/Saved/Config/WindowsServer",
22-
"UpdateSourceArgs": "SandboxSettings.ini",
23-
"OverwriteExistingFiles": false
17+
"UpdateStageName":"SandboxSettings.ini Download",
18+
"UpdateSourcePlatform":"All",
19+
"UpdateSource":"FetchURL",
20+
"UpdateSourceData":"https://raw.githubusercontent.com/DFJacob/AbioticFactorDedicatedServer/main/SandboxSettings.ini",
21+
"UpdateSourceTarget":"{{$FullBaseDir}}AbioticFactor/Saved/Config/WindowsServer",
22+
"UpdateSourceArgs":"SandboxSettings.ini",
23+
"OverwriteExistingFiles":false
2424
},
2525
{
26-
"UpdateStageName": "Initialise Wine",
27-
"UpdateSourcePlatform": "Linux",
28-
"UpdateSource": "Executable",
29-
"UpdateSourceData": "/bin/bash",
30-
"UpdateSourceArgs": "-c 'WINEPREFIX=\"{{$FullRootDir}}.wine\" WINEARCH=win64 WINEDEBUG=-all /usr/bin/wineboot --init --update'",
31-
"SkipOnFailure": false
26+
"UpdateStageName":"Initialise Wine",
27+
"UpdateSourcePlatform":"Linux",
28+
"UpdateSource":"Executable",
29+
"UpdateSourceData":"/bin/bash",
30+
"UpdateSourceArgs":"-c 'WINEPREFIX=\"{{$FullRootDir}}.wine\" WINEARCH=win64 WINEDEBUG=-all /usr/bin/wineboot --init --update'",
31+
"SkipOnFailure":false
3232
}
33-
]
33+
]

0 commit comments

Comments
 (0)