Compare commits

...

4 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
14 changed files with 32 additions and 19 deletions

View File

@@ -5,6 +5,7 @@ GameDefaultMap=/Game/_Maps/Menu/MainMenu_Map.MainMenu_Map
GlobalDefaultGameMode=/Game/Framework/BP_Template_Game_Mode.BP_Template_Game_Mode_C GlobalDefaultGameMode=/Game/Framework/BP_Template_Game_Mode.BP_Template_Game_Mode_C
EditorStartupMap=/Game/_Maps/Football/Football_Lobby.Football_Lobby EditorStartupMap=/Game/_Maps/Football/Football_Lobby.Football_Lobby
GameInstanceClass=/Game/Framework/BP_Shooter_Gameinstance.BP_Shooter_Gameinstance_C 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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -15,5 +15,11 @@
"Name": "MultiUserClient", "Name": "MultiUserClient",
"Enabled": true "Enabled": true
} }
],
"TargetPlatforms": [
"Linux",
"LinuxArm64",
"Mac",
"Windows"
] ]
} }