2 using System.ComponentModel.DataAnnotations;
15 public bool? AllowWebClient {
get;
set; }
27 public ushort? PrimaryPort {
get;
set; }
33 public ushort? SecondaryPort {
get;
set; }
39 public uint? StartupTimeout {
get;
set; }
Use server authentication
Launch settings for DreamDaemon
DreamDaemonSecurity SecurityLevel
The DreamDaemonSecurity level of DreamDaemon
ushort SecondaryPort
The second port DreamDaemon uses
DreamDaemonSecurity
DreamDaemon's security level
ushort PrimaryPort
The first port DreamDaemon uses. This should be the publically advertised port
uint StartupTimeout
The DreamDaemon startup timeout in seconds
bool AllowWebClient
If the BYOND web client can be used to connect to the game server