Compare commits

...

22 Commits

Author SHA1 Message Date
x-o-i-o-x
578339d485 package built 2025-08-02 00:38:36 +02:00
x-o-i-o-x
39e7736108 Lobby fix + clean up for dedicated server 2025-08-01 23:01:32 +02:00
x-o-i-o-x
a176e8a992 Online options added 2025-08-01 12:49:20 +02:00
x-o-i-o-x
b3e6fef491 Name i de lobby 2025-07-29 16:46:04 +02:00
x-o-i-o-x
b2fde67848 Lobby fonktioniert 2025-07-28 14:31:32 +02:00
x-o-i-o-x
dfbdd11850 Multiplayer fonktioniert 2025-07-28 13:18:11 +02:00
x-o-i-o-x
16a58f1e23 multiplayer fertig!!! funktioniert aber nonig :( 2024-08-25 18:58:46 +02:00
x-o-i-o-x
3f19a4d642 multiplayer fascht fertig 2024-08-24 21:11:47 +02:00
x-o-i-o-x
708ce12acf Multiplayer menu fertig (oni buttonfunktion) 2024-08-24 14:41:28 +02:00
x-o-i-o-x
4febf17c6d save game 2 2024-08-04 19:46:42 +02:00
x-o-i-o-x
f24ecb6dc7 save game 2024-08-04 19:49:46 +02:00
x-o-i-o-x
12d863ec93 yoooo! charrakter feertiiig! 2024-08-03 14:58:29 +02:00
x-o-i-o-x
7cd46938df erste charakteeeer!!! 2024-08-03 01:34:08 +02:00
VerosZero
d691b5751d save 2024-08-02 17:50:20 +02:00
VerosZero
b50382c378 Merge branch 'main' of https://aboutto.loseyourip.com/xoiox/MultiplayerShooter 2024-08-02 17:41:35 +02:00
VerosZero
153b3c379d Animations 2024-08-02 17:09:24 +02:00
x-o-i-o-x
2e99f41a1c Merge branch 'main' of https://aboutto.loseyourip.com/xoiox/MultiplayerShooter 2024-08-02 15:41:24 +02:00
x-o-i-o-x
d9090befa5 gitignore 2024-08-02 15:41:13 +02:00
VerosZero
7a226c32ff sync4 2024-08-02 15:34:35 +02:00
VerosZero
5ed4836b10 sync3 2024-08-02 15:18:45 +02:00
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
629 changed files with 1933 additions and 7 deletions

1
.gitignore vendored
View File

@@ -12,3 +12,4 @@ Saved
*.suo *.suo
*.xcodeproj *.xcodeproj
*.xcworkspace *.xcworkspace
DefaultEngine.ini

View File

@@ -0,0 +1,2 @@
[/Script/AdvancedPreviewScene.SharedProfiles]

View File

@@ -1,7 +1,11 @@
[/Script/EngineSettings.GameMapsSettings] [/Script/EngineSettings.GameMapsSettings]
GameDefaultMap=/Engine/Maps/Templates/OpenWorld GameDefaultMap=/Game/_Maps/Menu/MainMenu_Map.MainMenu_Map
GlobalDefaultGameMode=/Game/Framework/BP_Template_Game_Mode.BP_Template_Game_Mode_C
EditorStartupMap=/Game/_Maps/Football/Football_Lobby.Football_Lobby
GameInstanceClass=/Game/Framework/BP_Shooter_Gameinstance.BP_Shooter_Gameinstance_C
ServerDefaultMap=/Game/_Maps/Menu/LobbyMenu_Map.LobbyMenu_Map
[/Script/WindowsTargetPlatform.WindowsTargetSettings] [/Script/WindowsTargetPlatform.WindowsTargetSettings]
DefaultGraphicsRHI=DefaultGraphicsRHI_DX12 DefaultGraphicsRHI=DefaultGraphicsRHI_DX12
@@ -231,3 +235,38 @@ ConnectionType=USBOnly
bUseManualIPAddress=False bUseManualIPAddress=False
ManualIPAddress= ManualIPAddress=
[/Script/ConcertClient.ConcertClientConfig]
bIsHeadless=False
bInstallEditorToolbarButton=True
bAutoConnect=True
bRetryAutoConnectOnError=False
ServerType=Slate
DefaultServerURL=aboutto.loseyourip.com
DefaultSessionName=
DefaultSessionToRestore=
DefaultSaveSessionAs=
ReadOnlyAssignment=(GameplayTags=)
SendOnlyAssignment=(GameplayTags=)
bShouldPromptForHotReloadOnLevel=False
ClientSettings=(DisplayName="Veros",AvatarColor=(R=0.346991,G=0.000000,B=1.000000,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)
[/Script/UdpMessaging.UdpMessagingSettings]
EnabledByDefault=False
EnableTransport=True
bAutoRepair=True
MaxSendRate=1.000000
AutoRepairAttemptLimit=10
WorkQueueSize=1024
bStopServiceWhenAppDeactivates=True
UnicastEndpoint=0.0.0.0:0
MulticastEndpoint=230.0.0.1:6666
MessageFormat=CborPlatformEndianness
MulticastTimeToLive=1
+StaticEndpoints=aboutto.loseyourip.com:7000
bShareKnownNodesWithActiveConnections=False
EnableTunnel=False
TunnelUnicastEndpoint=
TunnelMulticastEndpoint=

View File

@@ -78,6 +78,14 @@ DefaultViewportMouseCaptureMode=CapturePermanently_IncludingInitialMouseDown
DefaultViewportMouseLockMode=LockOnCapture DefaultViewportMouseLockMode=LockOnCapture
FOVScale=0.011110 FOVScale=0.011110
DoubleClickTime=0.200000 DoubleClickTime=0.200000
+ActionMappings=(ActionName="ADS",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=RightMouseButton)
+ActionMappings=(ActionName="FireWeapon",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=LeftMouseButton)
+AxisMappings=(AxisName="MoveForward",Scale=1.000000,Key=W)
+AxisMappings=(AxisName="MoveForward",Scale=-1.000000,Key=S)
+AxisMappings=(AxisName="MoveRight",Scale=1.000000,Key=D)
+AxisMappings=(AxisName="MoveRight",Scale=-1.000000,Key=A)
+AxisMappings=(AxisName="LookX",Scale=1.000000,Key=MouseX)
+AxisMappings=(AxisName="LookY",Scale=-1.000000,Key=MouseY)
DefaultPlayerInputClass=/Script/EnhancedInput.EnhancedPlayerInput DefaultPlayerInputClass=/Script/EnhancedInput.EnhancedPlayerInput
DefaultInputComponentClass=/Script/EnhancedInput.EnhancedInputComponent DefaultInputComponentClass=/Script/EnhancedInput.EnhancedInputComponent
DefaultTouchInterface=/Engine/MobileResources/HUD/DefaultVirtualJoysticks.DefaultVirtualJoysticks DefaultTouchInterface=/Engine/MobileResources/HUD/DefaultVirtualJoysticks.DefaultVirtualJoysticks

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More