From ddd6d1d0073b8680a5ca28cfbea510571c073b66 Mon Sep 17 00:00:00 2001 From: H3o66 Date: Sat, 23 Jan 2021 00:42:44 +0100 Subject: [PATCH] feat: add Day of Dragons config --- DayOfDragons/Game.ini | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 DayOfDragons/Game.ini diff --git a/DayOfDragons/Game.ini b/DayOfDragons/Game.ini new file mode 100644 index 0000000..f0777d8 --- /dev/null +++ b/DayOfDragons/Game.ini @@ -0,0 +1,26 @@ +[/Game/Dev/Libraries/Classes/Runtime/DragonsGameInstance.DragonsGameInstance_C] + +;This config variable allows users to set server max players. Values are currently hardcoded set to 2 min and 250 max. If users do not define the max player count in Game.ini, the server defaults to 100. Please note, we have not yet stress tested our servers for max capacity! +iServerMaxPlayers=100 +;range is 2-250 + +;This array config variable allows users to define who are admins. This must be set before the server is started. Add additional entries below the first. +;sServerAdmins=Steam64ID +;sServerAdmins=Steam64ID +;sServerAdmins=Steam64ID +;etc. + +;This blacklist array config variable allows users to ban players by their Steam ID. Replace Steam64ID with the actual Steam ID of the banned player. +;sServerBanList=Steam64ID +;sServerBanList=Steam64ID +;sServerBanList=Steam64ID +;etc. + +;Change this value to True if the server uses a whitelist +bServerUseJoinList=false + +;This whitelist array config variable allows users to prevent any player from joining their server unless their Steam ID is on this whitelist. Replace Steam64ID with the actual Steam ID of the allowed player. bServerUseJoinList=true must be set to enable the whitelist. +;sServerJoinList=Steam64ID +;sServerJoinList=Steam64ID +;sServerJoinList=Steam64ID +;etc.