Squad Update (#304)
* Squad Update Update to add fixedmaxtickrate to start arguments, remove haswritableconsole (Squad does not have a writable console), add SteamWorkshopDownloadLocation to applicable file area, set minampversion, remove RCON from serverconfig area and replace with info tile, clear up verbiage for descriptions of settings * Recommended updates Remove $ from non-AMP reserved variables Update record demos for both client and server side for better readability
This commit is contained in:
@@ -4,7 +4,7 @@ App.ApplicationPort2=27165
|
||||
App.ApplicationPort3=0
|
||||
App.ApplicationReadyMode=RegexMatch
|
||||
App.BaseDirectory=./squad-dedicated-server/403240/
|
||||
App.CommandLineArgs=MULTIHOME={{$ApplicationIPBinding}} Port={{$ApplicationPort1}} QueryPort={{$ApplicationPort2}} RCONPORT={{$RemoteAdminPort}} RCONPASSWORD={{$RemoteAdminPassword}} -log -fullcrashdump
|
||||
App.CommandLineArgs=MULTIHOME={{$ApplicationIPBinding}} Port={{$ApplicationPort1}} QueryPort={{$ApplicationPort2}} RCONPORT={{$RemoteAdminPort}} RCONPASSWORD={{$RemoteAdminPassword}} FIXEDMAXTICKRATE={{MaxTPS}} -log -fullcrashdump
|
||||
App.CommandLineParameterDelimiter=
|
||||
App.CommandLineParameterFormat={0}="{1}"
|
||||
App.DisplayName=Squad Dedicated Server
|
||||
@@ -16,23 +16,25 @@ App.ExitString=stop
|
||||
App.RCONConnectDelaySeconds=15
|
||||
App.RCONConnectRetrySeconds=45
|
||||
App.HasReadableConsole=true
|
||||
App.HasWritableConsole=true
|
||||
App.HasWritableConsole=false
|
||||
App.RapidStartup=false
|
||||
App.RemoteAdminPort=21114
|
||||
App.RootDir=./squad-dedicated-server/
|
||||
App.UpdateSource=Multi
|
||||
App.UpdateSources=[{"UpdateStageName": "SteamCMD Download","UpdateSourcePlatform": "All", "UpdateSource": "SteamCMD", "UpdateSourceData": "403240", "UpdateSourceArgs": "393380"}]
|
||||
App.WorkingDir=403240
|
||||
App.SteamWorkshopDownloadLocation={{$FullBaseDir}}SquadGame/Plugins/Mods
|
||||
App.UseRandomAdminPassword=True
|
||||
Console.AppReadyRegex=^(LogInit: Display: Starting Game\.)|(LogOnline: GotoState: NewState: Playing)$
|
||||
Console.ThrowawayMessageRegex=^(WARNING|ERROR): Shader.+$
|
||||
Console.UserChatRegex=^\[Chat.*\] \[SteamID\:(?<userid>-?\d+)\] (?<username>.+?) \: (?<message>.+)$
|
||||
Console.UserJoinRegex=
|
||||
Console.UserLeaveRegex=
|
||||
Meta.Author=Shinynecrid,IceOfWraith
|
||||
Meta.Author=Shinynecrid,IceOfWraith,Southnode-Arc
|
||||
Meta.ConfigManifest=squad-dedicated-serverconfig.json
|
||||
Meta.MetaConfigManifest=squad-dedicated-servermetaconfig.json
|
||||
Meta.ConfigRoot=squad-dedicated-server.kvp
|
||||
Meta.MinAMPVersion=2.4.3.0
|
||||
Meta.Description=Squad Dedicated Server
|
||||
Meta.DisplayImageSource=steam:393380
|
||||
Meta.DisplayName=Squad Dedicated Server
|
||||
|
||||
Reference in New Issue
Block a user