feat(Fika)
This commit is contained in:
parent
853869f44b
commit
5f8202504d
53 changed files with 5710 additions and 4 deletions
70
SPT/user/mods/fika-server/assets/configs/fika.jsonc
Normal file
70
SPT/user/mods/fika-server/assets/configs/fika.jsonc
Normal file
|
|
@ -0,0 +1,70 @@
|
|||
{
|
||||
"client": {
|
||||
"useBtr": true,
|
||||
"friendlyFire": true,
|
||||
"dynamicVExfils": false,
|
||||
"allowFreeCam": false,
|
||||
"allowSpectateFreeCam": false,
|
||||
"blacklistedItems": [],
|
||||
"forceSaveOnDeath": false,
|
||||
"mods": {
|
||||
"required": [],
|
||||
"optional": []
|
||||
},
|
||||
"useInertia": true,
|
||||
"sharedQuestProgression": false,
|
||||
"canEditRaidSettings": false,
|
||||
"enableTransits": true,
|
||||
"anyoneCanStartRaid": true,
|
||||
"allowNamePlates": true,
|
||||
"randomLabyrinthSpawns": false,
|
||||
"pmcFoundInRaid": false
|
||||
},
|
||||
"server": {
|
||||
"SPT": {
|
||||
"http": {
|
||||
"ip": "38.58.176.31",
|
||||
"port": 6969,
|
||||
"backendIp": "38.58.176.31",
|
||||
"backendPort": 6969
|
||||
},
|
||||
"disableSPTChatBots": true
|
||||
},
|
||||
"webhook": {
|
||||
"enabled": false,
|
||||
"name": "Fika Server",
|
||||
"avatarUrl": "https://github.com/project-fika/Fika-Server-CSharp/blob/main/FikaWebApp/wwwroot/images/FIKA_LOGO.png?raw=true",
|
||||
"url": ""
|
||||
},
|
||||
"allowItemSending": true,
|
||||
"itemSendingStorageTime": 7,
|
||||
"sentItemsLoseFIR": true,
|
||||
"launcherListAllProfiles": true,
|
||||
"sessionTimeout": 5,
|
||||
"showDevProfile": false,
|
||||
"showNonStandardProfile": false,
|
||||
"adminIds": [],
|
||||
"apiKey": "5f44CmdnlBWu5fHxL4CExZtp42imLygwDXpMMdmb0"
|
||||
},
|
||||
"natPunchServer": {
|
||||
"enable": false,
|
||||
"port": 6790
|
||||
},
|
||||
"headless": {
|
||||
"profiles": {
|
||||
"amount": 1,
|
||||
"aliases": {
|
||||
"69db1c259eb90d274c3db073" : "Server-1"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"generate": true,
|
||||
"forceIp": "https://38.58.176.31:6969"
|
||||
},
|
||||
"setLevelToAverageOfLobby": true,
|
||||
"restartAfterAmountOfRaids": 0
|
||||
},
|
||||
"background": {
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue