Compare commits

..

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

View File

@@ -1,10 +1,11 @@
[/Script/EngineSettings.GameMapsSettings]
GameDefaultMap=/Game/_Maps/Football/Football_Lobby.Football_Lobby
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]
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

@@ -1,6 +1,6 @@
{
"FileVersion": 3,
"EngineAssociation": "5.4",
"EngineAssociation": "5.5",
"Category": "",
"Description": "",
"Plugins": [
@@ -15,5 +15,11 @@
"Name": "MultiUserClient",
"Enabled": true
}
],
"TargetPlatforms": [
"Linux",
"LinuxArm64",
"Mac",
"Windows"
]
}