started on refactoring for multiplayer, started crafting system

This commit is contained in:
Nyx
2025-08-29 00:55:23 -06:00
parent d5b368f86d
commit d0073dda4e
10 changed files with 31 additions and 4 deletions

View File

@@ -3,11 +3,16 @@ GameName=Elistria_Calling
[/Script/EngineSettings.GameMapsSettings] [/Script/EngineSettings.GameMapsSettings]
EditorStartupMap=/Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap EditorStartupMap=/Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap
GameDefaultMap=/Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap LocalMapOptions=
TransitionMap= TransitionMap=None
bUseSplitscreen=True bUseSplitscreen=True
TwoPlayerSplitscreenLayout=Horizontal TwoPlayerSplitscreenLayout=Horizontal
ThreePlayerSplitscreenLayout=FavorTop ThreePlayerSplitscreenLayout=FavorTop
FourPlayerSplitscreenLayout=Grid
bOffsetPlayerGamepadIds=False
GameInstanceClass=/Script/Engine.GameInstance
GameDefaultMap=/Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap
ServerDefaultMap=/Engine/Maps/Entry.Entry
GlobalDefaultGameMode=/Game/ThirdPerson/Blueprints/BP_ThirdPersonGameMode.BP_ThirdPersonGameMode_C GlobalDefaultGameMode=/Game/ThirdPerson/Blueprints/BP_ThirdPersonGameMode.BP_ThirdPersonGameMode_C
GlobalDefaultServerGameMode=None GlobalDefaultServerGameMode=None

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:804510bd506cc90d7d8269c1f7e276b7cf9f7ec7cd8fd4b154338e199d2137b2
size 16207

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3fa6ff36a74c6ab0bec825215e8c63625d9332a25ee917ca68071b2b662664e5
size 138904

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:079afdb342367bc31fb53bc46136c93e7714efea3c1b5961cdec62d9431cf2b7
size 20368

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c75d6bd4f4e45505fff2c35db0326abc04816cbabb93b3a38191e7b17fe4c2eb
size 3918

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cc9b219b313719f352a3146dbb70a477ebd5f537b1c15cde26dde69b6a699feb
size 5800

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:379f8df60312af8549744485b98eb2a3d8c25cc20245ad66c608b695edf9bcee oid sha256:87a0f5b39ca171ad825e613cab168d676473ce527de9464901944f6fc738296b
size 1156782 size 1097629

View File

@@ -34,6 +34,10 @@
{ {
"Name": "OnlineFramework", "Name": "OnlineFramework",
"Enabled": true "Enabled": true
},
{
"Name": "Iris",
"Enabled": true
} }
] ]
} }