This commit is contained in:
GetParanoid 2025-07-18 06:19:37 +00:00
parent 7d1c7d2264
commit 7afdc11a3c
2 changed files with 63 additions and 63 deletions

View file

@ -1,9 +1,9 @@
{
"ip": "127.0.0.1",
"port": 6969,
"backendIp": "127.0.0.1",
"backendIp": "23.137.105.59",
"backendPort": 6969,
"webSocketPingDelayMs": 90000,
"ip": "0.0.0.0",
"logRequests": true,
"serverImagePathOverride": {}
"port": 6969,
"serverImagePathOverride": {},
"webSocketPingDelayMs": 90000
}

View file

@ -1,59 +1,59 @@
{
"client": {
"useBtr": true,
"friendlyFire": true,
"dynamicVExfils": false,
"allowFreeCam": false,
"allowSpectateFreeCam": false,
"blacklistedItems": [],
"forceSaveOnDeath": false,
"mods": {
"required": [],
"optional": []
},
"useInertia": true,
"sharedQuestProgression": true,
"canEditRaidSettings": true,
"enableTransits": true,
"anyoneCanStartRaid": true
},
"server": {
"SPT": {
"http": {
"ip": "0.0.0.0",
"port": 6969,
"backendIp": "0.0.0.0",
"backendPort": 6969
},
"disableSPTChatBots": true
},
"allowItemSending": true,
"sentItemsLoseFIR": false,
"launcherListAllProfiles": false,
"sessionTimeout": 5,
"showDevProfile": false,
"showNonStandardProfile": false,
"logClientModsInConsole": false
},
"natPunchServer": {
"enable": false,
"port": 6790,
"natIntroduceAmount": 1
},
"headless": {
"profiles": {
"amount": 1,
"aliases": {}
},
"scripts": {
"generate": true,
"forceIp": ""
},
"setLevelToAverageOfLobby": true,
"restartAfterAmountOfRaids": 0
},
"background": {
"enable": true,
"easteregg": false
}
"background": {
"easteregg": false,
"enable": true
},
"client": {
"allowFreeCam": false,
"allowSpectateFreeCam": false,
"anyoneCanStartRaid": true,
"blacklistedItems": [],
"canEditRaidSettings": true,
"dynamicVExfils": false,
"enableTransits": true,
"forceSaveOnDeath": false,
"friendlyFire": true,
"mods": {
"optional": [],
"required": []
},
"sharedQuestProgression": true,
"useBtr": true,
"useInertia": true
},
"headless": {
"profiles": {
"aliases": {},
"amount": 1
},
"restartAfterAmountOfRaids": 0,
"scripts": {
"forceIp": "",
"generate": true
},
"setLevelToAverageOfLobby": true
},
"natPunchServer": {
"enable": "",
"natIntroduceAmount": "",
"port": ""
},
"server": {
"SPT": {
"disableSPTChatBots": true,
"http": {
"backendIp": "0.0.0.0",
"backendPort": 6969,
"ip": "0.0.0.0",
"port": 6969
}
},
"allowItemSending": true,
"launcherListAllProfiles": false,
"logClientModsInConsole": false,
"sentItemsLoseFIR": false,
"sessionTimeout": 5,
"showDevProfile": false,
"showNonStandardProfile": false
}
}