commit
8e6bb50e81
@ -2,6 +2,7 @@ App.AdminMethod=STDIO
|
||||
App.ApplicationPort1=27015
|
||||
App.ApplicationPort2=27016
|
||||
App.ApplicationPort3=27017
|
||||
App.RemoteAdminPort=0
|
||||
App.ApplicationReadyMode=RegexMatch
|
||||
App.BaseDirectory=./risk-of-rain-2/1180760/
|
||||
App.CommandLineArgs={{$PlatformArgs}}
|
||||
@ -28,10 +29,10 @@ App.UniversalSleepApplicationUDPPort=1
|
||||
App.UniversalSleepSteamQueryPort=2
|
||||
App.WakeupMode=Any
|
||||
Console.ThrowawayMessageRegex=^((WARNING|ERROR): Shader.+)|((Filename:.*))$
|
||||
Console.AppReadyRegex=^.*Press Enter to chat.$
|
||||
Console.AppReadyRegex=^.*Press Enter to chat.*$
|
||||
Console.UserJoinRegex=^.*GameNetworkManager.AddPlayerInternal.*$
|
||||
Console.UserLeaveRegex=^(.*Log: connection .* has been disconnected by timeout.*)|(.*Kicking client on connection.*)$
|
||||
Console.UserChatRegex=^\[\d\d:\d\d:\d\d\] \[CHAT\] <(?<username>.+?)> (?<message>.+)$
|
||||
Console.UserLeaveRegex=^.*(.*Log: connection .* has been disconnected by timeout.*).*|.*(.*Kicking client on connection.*).*$
|
||||
Console.UserChatRegex=^.*\[\d\d:\d\d:\d\d\] \[CHAT\] <(?<username>.+?)> (?<message>.+)$
|
||||
Meta.Author=IceOfWraith
|
||||
Meta.ConfigManifest=risk-of-rain-2config.json
|
||||
Meta.MetaConfigManifest=risk-of-rain-2metaconfig.json
|
||||
|
Loading…
Reference in New Issue
Block a user