-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathFortniteGameConfig.json
41 lines (37 loc) · 1.29 KB
/
FortniteGameConfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"playlist_config": "Playlist_DefaultSolo",
"playlist_settings":{
"RespawnType": "InfiniteRespawn",
"bUseMaxRespawnHeight": true,
"bRespawnInAir": true,
"bSkipWarmup": false,
"bSkipAircraft": false,
"bAllowWarmupPlayerStartInSetupPhase": true,
"AirCraftBehavior": "Default",
"bForceLTMLoadingScreenBackground": false,
"LoadingScreenWidget": "",
"MapScaleOverride": 1.0,
"MapManagerClass": "",
"SafeZoneStartUp": "StartsWithWarmUp",
"bWarmUpInStorm": false,
"bUseDefaultSupplyDrops": true,
"bPlaylistUsesCustomCharacterParts":false,
"CharactersToPreload":[{}],
"CharacterFallbackTagsToPreload":[{}],
"GameType":"BR",
"MinPlayers": 1,
"MaxPlayers": 99,
"bUnderfillMatchmaking": false,
"bOverrideMaxPlayers": false,
"AdditionalLevels": [],
"AdditionalLevelsServerOnly": [],
"BuiltInGameFeaturePluginsToLoad": [],
"GameFeaturePluginToActivateUntilDownloadedContentIsPresent": "",
"TimeOfDayManager": "",
"bIgnoreWeatherEvents": false,
"ItemsToFullyLoad": [],
"bIsDefaultPlaylist": true,
"bUseCustomInGameState": false,
"GameFeaturePluginURLsToLoad": []
}
}