Add files via upload
This commit is contained in:
		@@ -5,36 +5,38 @@ App.ApplicationPort3=15777
 | 
			
		||||
App.RemoteAdminPort=0
 | 
			
		||||
App.ApplicationReadyMode=RegexMatch
 | 
			
		||||
App.BaseDirectory=./satisfactory/1690800/
 | 
			
		||||
App.WindowsCommandLineArgs=-log -unattended 
 | 
			
		||||
App.LinuxCommandLineArgs=FactoryGame 
 | 
			
		||||
App.CommandLineArgs={{$PlatformArgs}} -GamePort={{$ApplicationPort1}} -BeaconPort={{$ApplicationPort2}} -ServerQueryPort={{$ApplicationPort3}} {{$FormattedArgs}}
 | 
			
		||||
App.WindowsCommandLineArgs=FactoryGame -log -unattended
 | 
			
		||||
App.LinuxCommandLineArgs=FactoryGame -log -unattended
 | 
			
		||||
App.CommandLineArgs={{$PlatformArgs}} -MultiHome={{$ApplicationIPBinding}} ?listen -Port={{$ApplicationPort1}} -BeaconPort={{$ApplicationPort2}} -ServerQueryPort={{$ApplicationPort3}} {{$FormattedArgs}}
 | 
			
		||||
App.CommandLineParameterDelimiter= 
 | 
			
		||||
App.CommandLineParameterFormat=-{0}="{1}"
 | 
			
		||||
App.DisplayName=Satisfactory
 | 
			
		||||
App.EnvironmentVariables={"LD_LIBRARY_PATH": "./linux64:%LD_LIBRARY_PATH%", "SteamAppId": "1690800"}
 | 
			
		||||
App.EnvironmentVariables={"LD_LIBRARY_PATH": "./linux64:%LD_LIBRARY_PATH%", "SteamAppId": "526870"}
 | 
			
		||||
App.ExecutableLinux=1690800/Engine/Binaries/Linux/UE4Server-Linux-Shipping
 | 
			
		||||
App.ExecutableWin=1690800\FactoryServer.exe
 | 
			
		||||
App.ExecutableWin=1690800\Engine\Binaries\Win64\UE4Server-Win64-Shipping.exe
 | 
			
		||||
App.ExitMethod=OS_CLOSE
 | 
			
		||||
App.ExitString=stop
 | 
			
		||||
App.ExitTimeout=10
 | 
			
		||||
App.HasReadableConsole=true
 | 
			
		||||
App.HasWritableConsole=true
 | 
			
		||||
App.RapidStartup=false
 | 
			
		||||
App.RootDir=./satisfactory/
 | 
			
		||||
App.UpdateSource=Multi
 | 
			
		||||
App.UpdateSources=[{"UpdateStageName": "SteamCMD Download","UpdateSourcePlatform": "All", "UpdateSource": "SteamCMD", "UpdateSourceData": "1690800"}]
 | 
			
		||||
App.UpdateSources=[{"UpdateStageName": "SteamCMD Download","UpdateSourcePlatform": "All", "UpdateSource": "SteamCMD", "UpdateSourceData": "1690800", "UpdateSourceVersion": "{{releasestream}}"}]
 | 
			
		||||
App.WorkingDir=1690800
 | 
			
		||||
Console.FilterMatchRegex=^\[.+?\]\[.+?\]
 | 
			
		||||
Console.FilterMatchReplacement=
 | 
			
		||||
Console.AppReadyRegex=^LogWorld: Bringing up level for play took: [\d\.]+$
 | 
			
		||||
Console.AppReadyRegex=^LogWorld: Bringing up level for play took: [\d\.]+$|^LogInit: Display: Starting Game\.$
 | 
			
		||||
Console.ThrowawayMessageRegex=^(WARNING|ERROR): Shader.+$
 | 
			
		||||
Console.UserChatRegex=^(?<username>.+?): (?<message>.+)$
 | 
			
		||||
Console.UserJoinRegex=^User (?<username>.+?) \((?<userid>-?d+)\) connected from \[::ffff:(?<endpoint>.+?)\]$
 | 
			
		||||
Console.UserLeaveRegex=^User (?<username>.+?) \((?<userid>-?d+)\) disconnected\. Reason: (.+?)$
 | 
			
		||||
Meta.Author=CubeCoders Limited
 | 
			
		||||
Meta.ConfigRoot=satisfactory.kvp
 | 
			
		||||
Meta.ConfigManifest=satisfactoryconfig.json
 | 
			
		||||
Meta.Description=
 | 
			
		||||
Meta.DisplayImageSource=steam:526870
 | 
			
		||||
Meta.DisplayName=Satisfactory
 | 
			
		||||
Meta.EndpointURIFormat=steam://connect/{ip}/{GenericModule.App.ApplicationPort3}
 | 
			
		||||
Meta.OS=3
 | 
			
		||||
Meta.URL=https://store.steampowered.com/app/526870/Satisfactory/
 | 
			
		||||
Meta.MinAMPVersion=2.3.4.0
 | 
			
		||||
							
								
								
									
										17
									
								
								satisfactoryconfig.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								satisfactoryconfig.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,17 @@
 | 
			
		||||
[
 | 
			
		||||
  {
 | 
			
		||||
    "DisplayName": "Server Release Stream",
 | 
			
		||||
    "Description": "Which release stream should be used to Update the server",
 | 
			
		||||
    "Category": "SteamCMD and Updates",
 | 
			
		||||
    "FieldName": "releasestream",
 | 
			
		||||
    "ParamFieldName": "releasestream",
 | 
			
		||||
    "IncludeInCommandLine": false,
 | 
			
		||||
    "InputType": "enum",
 | 
			
		||||
    "EnumValues": {
 | 
			
		||||
      "": "Early Access",
 | 
			
		||||
      "experimental": "Experimental"
 | 
			
		||||
 | 
			
		||||
    },
 | 
			
		||||
    "DefaultValue": ""
 | 
			
		||||
  }
 | 
			
		||||
]
 | 
			
		||||
		Reference in New Issue
	
	Block a user