Fix steam connect URL format
This commit is contained in:
parent
d078150fad
commit
f7e7866b87
@ -4,7 +4,7 @@ Meta.OS=Windows, Linux
|
|||||||
Meta.Author=Greelan
|
Meta.Author=Greelan
|
||||||
Meta.URL=https://smartlydressedgames.com/#unturned
|
Meta.URL=https://smartlydressedgames.com/#unturned
|
||||||
Meta.DisplayImageSource=url:https://cdn.cloudflare.steamstatic.com/steam/apps/304930/library_hero.jpg?t=1613683705
|
Meta.DisplayImageSource=url:https://cdn.cloudflare.steamstatic.com/steam/apps/304930/library_hero.jpg?t=1613683705
|
||||||
Meta.EndpointURIFormat=steam://connect/{ip}/{GenericModule.App.ApplicationPort1}
|
Meta.EndpointURIFormat=steam://connect/{ip}:{GenericModule.App.ApplicationPort1}
|
||||||
Meta.ConfigManifest=unturnedconfig.json
|
Meta.ConfigManifest=unturnedconfig.json
|
||||||
Meta.MetaConfigManifest=unturnedmetaconfig.json
|
Meta.MetaConfigManifest=unturnedmetaconfig.json
|
||||||
Meta.ConfigRoot=unturned.kvp
|
Meta.ConfigRoot=unturned.kvp
|
||||||
@ -69,4 +69,4 @@ Limits.SleepMode=True
|
|||||||
Limits.SleepOnStart=False
|
Limits.SleepOnStart=False
|
||||||
Limits.SleepDelayMinutes=5
|
Limits.SleepDelayMinutes=5
|
||||||
Limits.DozeDelay=2
|
Limits.DozeDelay=2
|
||||||
Limits.AutoRetryCount=5
|
Limits.AutoRetryCount=5
|
||||||
|
Loading…
Reference in New Issue
Block a user