Compare commits

...

2 Commits

Author SHA1 Message Date
x-o-i-o-x
1ddf49aabf Merge branch 'main' of https://aboutto.loseyourip.com/xoiox/MultiplayerShooter 2024-08-02 00:08:30 +02:00
x-o-i-o-x
c06c22d8c1 multi-user editing 2024-08-02 00:05:27 +02:00
2 changed files with 21 additions and 0 deletions

View File

@ -231,3 +231,20 @@ ConnectionType=USBOnly
bUseManualIPAddress=False
ManualIPAddress=
[/Script/ConcertClient.ConcertClientConfig]
bIsHeadless=False
bInstallEditorToolbarButton=True
bAutoConnect=False
bRetryAutoConnectOnError=False
ServerType=Slate
DefaultServerURL=192.168.178.95
DefaultSessionName=
DefaultSessionToRestore=
DefaultSaveSessionAs=
ReadOnlyAssignment=(GameplayTags=)
SendOnlyAssignment=(GameplayTags=)
bShouldPromptForHotReloadOnLevel=False
ClientSettings=(DisplayName="xoiox",AvatarColor=(R=0.000000,G=1.000000,B=0.779681,A=1.000000),DesktopAvatarActorClass="/ConcertSyncClient/DesktopPresence.DesktopPresence_C",VRAvatarActorClass="/ConcertSyncClient/VRPresence.VRPresence_C",ServerPort=7000,DiscoveryTimeoutSeconds=5,SessionTickFrequencySeconds=1,LatencyCompensationMs=0.000000,bReflectLevelEditorInGame=False,bSupportMixedBuildTypes=False,Tags=,ClientAuthenticationKey="")
SourceControlSettings=(ValidationMode=Soft)
EndpointSettings=(bEnableLogging=False,PurgeProcessedMessageDelaySeconds=30,RemoteEndpointTimeoutSeconds=60)

View File

@ -10,6 +10,10 @@
"TargetAllowList": [
"Editor"
]
},
{
"Name": "MultiUserClient",
"Enabled": true
}
]
}