add base files for new mode
This commit is contained in:
parent
02b29d24dd
commit
90d4850709
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"Lobby": {
|
||||||
|
"Max Spectators": 0,
|
||||||
|
"Max Team 1 Players": 4,
|
||||||
|
"Max Team 2 Players": 0,
|
||||||
|
"Return To Lobby": "Never",
|
||||||
|
"Swap Teams After Match": false
|
||||||
|
},
|
||||||
|
"Modes": {
|
||||||
|
"All": {
|
||||||
|
"Game Mode Start": "Immediately",
|
||||||
|
"Spawn Health Packs": "Disabled"
|
||||||
|
},
|
||||||
|
"Hybrid": {
|
||||||
|
"Enabled Maps": [
|
||||||
|
"Eichenwalde"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Description": "Some Description",
|
||||||
|
"Mode Name": "Git Gud",
|
||||||
|
"Extensions": {}
|
||||||
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
import "customGameSettings.lobby";
|
Loading…
Reference in New Issue