From d5b368f86d528eb6637eebf8f407c6b8891c17b2 Mon Sep 17 00:00:00 2001 From: Nyx Date: Thu, 28 Aug 2025 23:11:53 -0600 Subject: [PATCH 1/6] enabled Steam unreal Plugins --- Elistria_Calling/Elistria_Calling.uproject | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Elistria_Calling/Elistria_Calling.uproject b/Elistria_Calling/Elistria_Calling.uproject index 7caa3d3..09daac0 100644 --- a/Elistria_Calling/Elistria_Calling.uproject +++ b/Elistria_Calling/Elistria_Calling.uproject @@ -22,6 +22,18 @@ { "Name": "Water", "Enabled": true + }, + { + "Name": "SteamShared", + "Enabled": true + }, + { + "Name": "OnlineSubsystemSteam", + "Enabled": true + }, + { + "Name": "OnlineFramework", + "Enabled": true } ] } \ No newline at end of file From d0073dda4e3c898d8b08a1066c8c6c4e43544046 Mon Sep 17 00:00:00 2001 From: Nyx Date: Fri, 29 Aug 2025 00:55:23 -0600 Subject: [PATCH 2/6] started on refactoring for multiplayer, started crafting system --- Elistria_Calling/Config/DefaultEngine.ini | 9 +++++++-- .../Blueprints/BPI_PlayerControlled.uasset | 3 +++ .../Blueprints/BP_GameState.uasset | 3 +++ .../Blueprints/BP_PlayerController.uasset | 3 +++ .../Blueprints/BP_PlayerState.uasset | 3 +++ .../Crafting_System/SCraftingData.uasset | 3 +++ .../Crafting_System/SItemData.uasset | 3 +++ .../Blueprints/BP_ThirdPersonCharacter.uasset | 4 ++-- .../Blueprints/BP_ThirdPersonGameMode.uasset | Bin 14094 -> 130 bytes Elistria_Calling/Elistria_Calling.uproject | 4 ++++ 10 files changed, 31 insertions(+), 4 deletions(-) create mode 100644 Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BPI_PlayerControlled.uasset create mode 100644 Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BP_GameState.uasset create mode 100644 Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BP_PlayerController.uasset create mode 100644 Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BP_PlayerState.uasset create mode 100644 Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/SCraftingData.uasset create mode 100644 Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/SItemData.uasset diff --git a/Elistria_Calling/Config/DefaultEngine.ini b/Elistria_Calling/Config/DefaultEngine.ini index 05d019f..72733b4 100644 --- a/Elistria_Calling/Config/DefaultEngine.ini +++ b/Elistria_Calling/Config/DefaultEngine.ini @@ -3,11 +3,16 @@ GameName=Elistria_Calling [/Script/EngineSettings.GameMapsSettings] EditorStartupMap=/Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap -GameDefaultMap=/Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap -TransitionMap= +LocalMapOptions= +TransitionMap=None bUseSplitscreen=True TwoPlayerSplitscreenLayout=Horizontal 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 GlobalDefaultServerGameMode=None diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BPI_PlayerControlled.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BPI_PlayerControlled.uasset new file mode 100644 index 0000000..8a377bd --- /dev/null +++ b/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BPI_PlayerControlled.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:804510bd506cc90d7d8269c1f7e276b7cf9f7ec7cd8fd4b154338e199d2137b2 +size 16207 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BP_GameState.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BP_GameState.uasset new file mode 100644 index 0000000..ba803ac --- /dev/null +++ b/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BP_GameState.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cad7e6fe2fe5f348c20778bcd53d8d5a61ca08834cc72a64e35b1005b7e20a1 +size 20469 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BP_PlayerController.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BP_PlayerController.uasset new file mode 100644 index 0000000..69f7a2e --- /dev/null +++ b/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BP_PlayerController.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fa6ff36a74c6ab0bec825215e8c63625d9332a25ee917ca68071b2b662664e5 +size 138904 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BP_PlayerState.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BP_PlayerState.uasset new file mode 100644 index 0000000..bf101e8 --- /dev/null +++ b/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BP_PlayerState.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:079afdb342367bc31fb53bc46136c93e7714efea3c1b5961cdec62d9431cf2b7 +size 20368 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/SCraftingData.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/SCraftingData.uasset new file mode 100644 index 0000000..221d662 --- /dev/null +++ b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/SCraftingData.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c75d6bd4f4e45505fff2c35db0326abc04816cbabb93b3a38191e7b17fe4c2eb +size 3918 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/SItemData.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/SItemData.uasset new file mode 100644 index 0000000..bc0e7d7 --- /dev/null +++ b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/SItemData.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc9b219b313719f352a3146dbb70a477ebd5f537b1c15cde26dde69b6a699feb +size 5800 diff --git a/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset b/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset index 62078cf..0bc71d7 100644 --- a/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset +++ b/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:379f8df60312af8549744485b98eb2a3d8c25cc20245ad66c608b695edf9bcee -size 1156782 +oid sha256:87a0f5b39ca171ad825e613cab168d676473ce527de9464901944f6fc738296b +size 1097629 diff --git a/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonGameMode.uasset b/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonGameMode.uasset index 9a447e953c9a8fe3e28269820d3b9349d53c8a40..54880d0c6a55624564df98a072cd9038759ccfe5 100644 GIT binary patch literal 130 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 diff --git a/Elistria_Calling/Elistria_Calling.uproject b/Elistria_Calling/Elistria_Calling.uproject index 09daac0..60b315c 100644 --- a/Elistria_Calling/Elistria_Calling.uproject +++ b/Elistria_Calling/Elistria_Calling.uproject @@ -34,6 +34,10 @@ { "Name": "OnlineFramework", "Enabled": true + }, + { + "Name": "Iris", + "Enabled": true } ] } \ No newline at end of file From f33c22ef7354ddf5f98ee0e6a998b46a699e198c Mon Sep 17 00:00:00 2001 From: Nyx Date: Mon, 1 Sep 2025 23:20:18 -0600 Subject: [PATCH 3/6] worked on inventory system --- .../Config/DefaultGameplayTags.ini | 15 ++++++++++ Elistria_Calling/Config/Tags/Crafting.ini | 8 +++++ Elistria_Calling/Config/Tags/Items.ini | 30 +++++++++++++++++++ Elistria_Calling/Config/Tags/Recipes.ini | 0 .../Blueprints/BPC_AttackSystem.uasset | 4 +-- .../Blueprints/BPC_PlayerStats.uasset | 4 +-- .../Blueprints/BPI_PlayerControlled.uasset | 4 +-- .../Blueprints/BP_PlayerController.uasset | 4 +-- .../Blueprints/BP_PlayerState.uasset | 4 +-- .../Crafting_System/BPC_Inventory.uasset | 3 ++ .../Crafting_System/DT_ItemData.uasset | 3 ++ .../Crafting_System/DT_Recipes.uasset | 3 ++ .../Crafting_System/SCraftingData.uasset | 4 +-- .../Crafting_System/SItemData.uasset | 4 +-- .../Crafting_System/SItemSlotData.uasset | 3 ++ .../Crafting_System/UI/WB_CraftMenuUI.uasset | 3 ++ .../Crafting_System/UI/WB_ItemSlot.uasset | 3 ++ .../BPC_EquipmentSystem.uasset | 4 +-- .../Quest_System/BPC_Quest.uasset | 4 +-- .../MAIN_CONTENT/UI/Fonts/NewDataTable.uasset | 3 ++ .../Architecture/Floor_400x400.uasset | 4 +-- .../HDRI/HDRI_Epic_Courtyard_Daylight.uasset | 4 +-- .../Blueprints/BP_ThirdPersonCharacter.uasset | 4 +-- .../Input/Actions/IA_CraftMenu.uasset | 3 ++ .../Input/Actions/IA_EquipmentMenu.uasset | 2 +- .../ThirdPerson/Input/IMC_Default.uasset | 4 +-- 26 files changed, 104 insertions(+), 27 deletions(-) create mode 100644 Elistria_Calling/Config/DefaultGameplayTags.ini create mode 100644 Elistria_Calling/Config/Tags/Crafting.ini create mode 100644 Elistria_Calling/Config/Tags/Items.ini create mode 100644 Elistria_Calling/Config/Tags/Recipes.ini create mode 100644 Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/BPC_Inventory.uasset create mode 100644 Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/DT_ItemData.uasset create mode 100644 Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/DT_Recipes.uasset create mode 100644 Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/SItemSlotData.uasset create mode 100644 Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_CraftMenuUI.uasset create mode 100644 Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_ItemSlot.uasset create mode 100644 Elistria_Calling/Content/MAIN_CONTENT/UI/Fonts/NewDataTable.uasset create mode 100644 Elistria_Calling/Content/ThirdPerson/Input/Actions/IA_CraftMenu.uasset diff --git a/Elistria_Calling/Config/DefaultGameplayTags.ini b/Elistria_Calling/Config/DefaultGameplayTags.ini new file mode 100644 index 0000000..c50c440 --- /dev/null +++ b/Elistria_Calling/Config/DefaultGameplayTags.ini @@ -0,0 +1,15 @@ +[/Script/GameplayTags.GameplayTagsSettings] +ImportTagsFromConfig=True +WarnOnInvalidTags=True +ClearInvalidTags=False +AllowEditorTagUnloading=True +AllowGameTagUnloading=False +FastReplication=False +InvalidTagCharacters="\"\'," ++GameplayTagRedirects=(OldTagName="Faction.Test",NewTagName="Faction.NeutralTest") +NumBitsForContainerSize=6 +NetIndexFirstBitSegment=16 ++GameplayTagList=(Tag="Faction",DevComment="") ++GameplayTagList=(Tag="Faction.Cultists",DevComment="") ++GameplayTagList=(Tag="Faction.NeutralTest",DevComment="") + diff --git a/Elistria_Calling/Config/Tags/Crafting.ini b/Elistria_Calling/Config/Tags/Crafting.ini new file mode 100644 index 0000000..4016104 --- /dev/null +++ b/Elistria_Calling/Config/Tags/Crafting.ini @@ -0,0 +1,8 @@ +[/Script/GameplayTags.GameplayTagsList] +GameplayTagList=(Tag="Crafting.Workbench.Blacksmith",DevComment="") +GameplayTagList=(Tag="Crafting.Workbench.Blacksmith.CraftTest1",DevComment="") +GameplayTagList=(Tag="Crafting.Workbench.Cooking",DevComment="") +GameplayTagList=(Tag="Crafting.Workbench.Stonecutting",DevComment="") +GameplayTagList=(Tag="Crafting.Workbench.Woodworking",DevComment="") +GameplayTagList=(Tag="Crafting.Workbench.Woodworking.CraftTest2",DevComment="") + diff --git a/Elistria_Calling/Config/Tags/Items.ini b/Elistria_Calling/Config/Tags/Items.ini new file mode 100644 index 0000000..a38332f --- /dev/null +++ b/Elistria_Calling/Config/Tags/Items.ini @@ -0,0 +1,30 @@ +[/Script/GameplayTags.GameplayTagsList] +GameplayTagList=(Tag="Item",DevComment="") +GameplayTagList=(Tag="Item.Consumable",DevComment="") +GameplayTagList=(Tag="Item.Consumable.Ammo",DevComment="") +GameplayTagList=(Tag="Item.Consumable.Ammo.Arrow",DevComment="") +GameplayTagList=(Tag="Item.Consumable.Food",DevComment="") +GameplayTagList=(Tag="Item.Consumable.Potion",DevComment="") +GameplayTagList=(Tag="Item.Empty",DevComment="") +GameplayTagList=(Tag="Item.Equipment",DevComment="") +GameplayTagList=(Tag="Item.Equipment.Armor",DevComment="") +GameplayTagList=(Tag="Item.Equipment.Melee",DevComment="") +GameplayTagList=(Tag="Item.Equipment.Melee.Axe",DevComment="") +GameplayTagList=(Tag="Item.Equipment.Melee.Pickaxe",DevComment="") +GameplayTagList=(Tag="Item.Equipment.Melee.Sword",DevComment="") +GameplayTagList=(Tag="Item.Equipment.Offhand",DevComment="") +GameplayTagList=(Tag="Item.Equipment.Ranged",DevComment="") +GameplayTagList=(Tag="Item.Equipment.Ranged.Bow",DevComment="") +GameplayTagList=(Tag="Item.Material",DevComment="") +GameplayTagList=(Tag="Item.Material.Metal",DevComment="") +GameplayTagList=(Tag="Item.Material.Metal.Gold",DevComment="") +GameplayTagList=(Tag="Item.Material.Metal.Iron",DevComment="") +GameplayTagList=(Tag="Item.Material.Metal.Silver",DevComment="") +GameplayTagList=(Tag="Item.Material.Metal.Steel",DevComment="") +GameplayTagList=(Tag="Item.Material.Stone",DevComment="") +GameplayTagList=(Tag="Item.Material.Stone.Flint",DevComment="") +GameplayTagList=(Tag="Item.Material.Wood",DevComment="") +GameplayTagList=(Tag="Item.Material.Wood.Aspen",DevComment="") +GameplayTagList=(Tag="Item.Material.Wood.Maple",DevComment="") +GameplayTagList=(Tag="Item.Material.Wood.Oak",DevComment="") + diff --git a/Elistria_Calling/Config/Tags/Recipes.ini b/Elistria_Calling/Config/Tags/Recipes.ini new file mode 100644 index 0000000..e69de29 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BPC_AttackSystem.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BPC_AttackSystem.uasset index 4b67b1a..77c4e09 100644 --- a/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BPC_AttackSystem.uasset +++ b/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BPC_AttackSystem.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7025fc7dc2fc61b11520d4cb65630c3f5405e31613390a7fa7877c19ae345c52 -size 528026 +oid sha256:fc705b56cb306e79f11cacfedc69446dbe258428555e760a4234e8b49dfa7e2c +size 531258 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BPC_PlayerStats.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BPC_PlayerStats.uasset index d688ae2..c2c8e9d 100644 --- a/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BPC_PlayerStats.uasset +++ b/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BPC_PlayerStats.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:35065b89055bcc246430a3f13727275e73741cbd4fb15624b551dfb4d6cdbc02 -size 520651 +oid sha256:1b08a87918f47e08831794dd6d5eaacf8d98472e05a23994cb5735446b63f22e +size 524140 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BPI_PlayerControlled.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BPI_PlayerControlled.uasset index 8a377bd..7e90f64 100644 --- a/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BPI_PlayerControlled.uasset +++ b/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BPI_PlayerControlled.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:804510bd506cc90d7d8269c1f7e276b7cf9f7ec7cd8fd4b154338e199d2137b2 -size 16207 +oid sha256:4513aea0b1fd696d8b2d966dc8a3689ff2854b540d0013e52efdbbaff8923a71 +size 46380 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BP_PlayerController.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BP_PlayerController.uasset index 69f7a2e..a203921 100644 --- a/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BP_PlayerController.uasset +++ b/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BP_PlayerController.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3fa6ff36a74c6ab0bec825215e8c63625d9332a25ee917ca68071b2b662664e5 -size 138904 +oid sha256:b20f3fcc7b5b11ca9e57a7949cbb952b932b71c62c6a6a2b6cb7cea3d9153446 +size 278113 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BP_PlayerState.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BP_PlayerState.uasset index bf101e8..3672091 100644 --- a/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BP_PlayerState.uasset +++ b/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BP_PlayerState.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:079afdb342367bc31fb53bc46136c93e7714efea3c1b5961cdec62d9431cf2b7 -size 20368 +oid sha256:2c50e8e6aa1ff1bf656feb6f9f46e9d1d7b1ed26ce04cea60dc590f7c4cfdfa4 +size 25320 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/BPC_Inventory.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/BPC_Inventory.uasset new file mode 100644 index 0000000..7ecdc54 --- /dev/null +++ b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/BPC_Inventory.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd016c3b97296ef98f1959805de2d2acdca0acfb79dada0556deaf249cdc85ca +size 162177 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/DT_ItemData.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/DT_ItemData.uasset new file mode 100644 index 0000000..bbc5db6 --- /dev/null +++ b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/DT_ItemData.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a831859963a7c9b2f099b82d8cf5230aaeb9255311b4edf41375efb734e61d9 +size 3762 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/DT_Recipes.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/DT_Recipes.uasset new file mode 100644 index 0000000..1a032b0 --- /dev/null +++ b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/DT_Recipes.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceec43368b74f5b935f62168569a1f61906a78b9fb99c12e2ce5a16cb9981c27 +size 3387 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/SCraftingData.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/SCraftingData.uasset index 221d662..5f658e6 100644 --- a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/SCraftingData.uasset +++ b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/SCraftingData.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c75d6bd4f4e45505fff2c35db0326abc04816cbabb93b3a38191e7b17fe4c2eb -size 3918 +oid sha256:6e7eeaa271829626d5ddee24ef3f8cfa5c2d7e40fe921cb7027ba734550a5db0 +size 6459 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/SItemData.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/SItemData.uasset index bc0e7d7..ac9989c 100644 --- a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/SItemData.uasset +++ b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/SItemData.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cc9b219b313719f352a3146dbb70a477ebd5f537b1c15cde26dde69b6a699feb -size 5800 +oid sha256:20f85e73b1d6f7a7662009712a049220facb8f7dbf2ca2eec56a6d7a5a079ee0 +size 9897 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/SItemSlotData.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/SItemSlotData.uasset new file mode 100644 index 0000000..5204274 --- /dev/null +++ b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/SItemSlotData.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a403c54d62ff77901a18350cb6777c42aa5d6f41dc3df7b6eb13d3d684d8d26 +size 5132 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_CraftMenuUI.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_CraftMenuUI.uasset new file mode 100644 index 0000000..e960aed --- /dev/null +++ b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_CraftMenuUI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a6ec39622a94c7791e65209641f8753e44d995de053a14b5dd1f2e0b4f4ed44 +size 149588 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_ItemSlot.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_ItemSlot.uasset new file mode 100644 index 0000000..177a5ad --- /dev/null +++ b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_ItemSlot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f707ae25f0c0bde83e1c5d22fa66f1bc8c66f240d5d4fd24889d9b5d4d5dcee0 +size 62602 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/BPC_EquipmentSystem.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/BPC_EquipmentSystem.uasset index 37c3db0..e22aee8 100644 --- a/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/BPC_EquipmentSystem.uasset +++ b/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/BPC_EquipmentSystem.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:14bb910085eb29fb484e5c2dfb425272cac47baf458c1142b1041154aa0592a7 -size 212668 +oid sha256:4cbef88fb1f2337a44720d35ccf444382c68bcd5423c897406472f878adaa094 +size 210158 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Quest_System/BPC_Quest.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Quest_System/BPC_Quest.uasset index d708506..8996408 100644 --- a/Elistria_Calling/Content/MAIN_CONTENT/Quest_System/BPC_Quest.uasset +++ b/Elistria_Calling/Content/MAIN_CONTENT/Quest_System/BPC_Quest.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:888c4e77f0d66cdc5c1d66a86ac846f3ef198c17330284368a98d6ad426dae12 -size 111208 +oid sha256:a961104fe31649b76afdbd376a4fa629d4dd22e5a4bba0c829e74f03f609c510 +size 110699 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/UI/Fonts/NewDataTable.uasset b/Elistria_Calling/Content/MAIN_CONTENT/UI/Fonts/NewDataTable.uasset new file mode 100644 index 0000000..3c23291 --- /dev/null +++ b/Elistria_Calling/Content/MAIN_CONTENT/UI/Fonts/NewDataTable.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:814ef490e68b49c87764661a80650b0727af0bf84ebf9811ce21a43ac0607dc6 +size 9592 diff --git a/Elistria_Calling/Content/StarterContent/Architecture/Floor_400x400.uasset b/Elistria_Calling/Content/StarterContent/Architecture/Floor_400x400.uasset index c2a34af..da99644 100644 --- a/Elistria_Calling/Content/StarterContent/Architecture/Floor_400x400.uasset +++ b/Elistria_Calling/Content/StarterContent/Architecture/Floor_400x400.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4c0ecf0ac0702cc2bd355ec050232a61c49e10f102448efbeb735a51824adef6 -size 14948 +oid sha256:ea2a6797840f1630482ad1e9bf7b0619da5beaff02c8b610389814633efc99d9 +size 15406 diff --git a/Elistria_Calling/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset b/Elistria_Calling/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset index dd33296..0f99058 100644 --- a/Elistria_Calling/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset +++ b/Elistria_Calling/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4c4a076afc8ee18d6718edfbd72779eefa0323935fb6792c82af5fc07fe91b6a -size 66789159 +oid sha256:bc35eb2d43a47427d30aba0196f9eac90d089dd3abca319528c5d25c83510d0d +size 72364642 diff --git a/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset b/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset index 0bc71d7..0c13264 100644 --- a/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset +++ b/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:87a0f5b39ca171ad825e613cab168d676473ce527de9464901944f6fc738296b -size 1097629 +oid sha256:798de7d0fef7f8f31b5749efdd30736310a618e89930261ce8af3ccdddf3c440 +size 1058382 diff --git a/Elistria_Calling/Content/ThirdPerson/Input/Actions/IA_CraftMenu.uasset b/Elistria_Calling/Content/ThirdPerson/Input/Actions/IA_CraftMenu.uasset new file mode 100644 index 0000000..3a992d3 --- /dev/null +++ b/Elistria_Calling/Content/ThirdPerson/Input/Actions/IA_CraftMenu.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22939a0f79cfbee3e6aff3f572564fc2d4557f9bb38c27a4dc3ae2477052f5fa +size 1717 diff --git a/Elistria_Calling/Content/ThirdPerson/Input/Actions/IA_EquipmentMenu.uasset b/Elistria_Calling/Content/ThirdPerson/Input/Actions/IA_EquipmentMenu.uasset index 1625851..36b0b1b 100644 --- a/Elistria_Calling/Content/ThirdPerson/Input/Actions/IA_EquipmentMenu.uasset +++ b/Elistria_Calling/Content/ThirdPerson/Input/Actions/IA_EquipmentMenu.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:50ff9e9c9aa4f36042a2fe2e2fb6c8bd2c84d3aed5dd8f6518b77c5aaadab42f +oid sha256:49d5e9cc3235a44202a54e58b9fd9e9f58bcf9269f227becb064ba0bf551a4ac size 1433 diff --git a/Elistria_Calling/Content/ThirdPerson/Input/IMC_Default.uasset b/Elistria_Calling/Content/ThirdPerson/Input/IMC_Default.uasset index 7beaea1..0e29340 100644 --- a/Elistria_Calling/Content/ThirdPerson/Input/IMC_Default.uasset +++ b/Elistria_Calling/Content/ThirdPerson/Input/IMC_Default.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:39124382456ce6cac55437b13ed855360ec2d5380c5ef4ae04dbea2ff1595119 -size 19635 +oid sha256:a2d81b3098cced549aeb67d747369f39b12cb1302d19b27ca0eb52545b388c7e +size 20318 From 9b1cc9cb3ae3d44e2f22ffec56cee3cccda15cf3 Mon Sep 17 00:00:00 2001 From: Nyx Date: Tue, 2 Sep 2025 09:56:52 -0600 Subject: [PATCH 4/6] created item slot for crafting --- .../Content/MAIN_CONTENT/Crafting_System/DT_ItemData.uasset | 4 ++-- .../MAIN_CONTENT/Crafting_System/UI/WB_CraftMenuUI.uasset | 4 ++-- .../MAIN_CONTENT/Crafting_System/UI/WB_ItemSlot.uasset | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/DT_ItemData.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/DT_ItemData.uasset index bbc5db6..75e09ef 100644 --- a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/DT_ItemData.uasset +++ b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/DT_ItemData.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4a831859963a7c9b2f099b82d8cf5230aaeb9255311b4edf41375efb734e61d9 -size 3762 +oid sha256:affd3ad1dd9f84e26d30201ff922f14e1c72585c2ee4ace612ac426c3a2bcbcf +size 3968 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_CraftMenuUI.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_CraftMenuUI.uasset index e960aed..752f181 100644 --- a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_CraftMenuUI.uasset +++ b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_CraftMenuUI.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7a6ec39622a94c7791e65209641f8753e44d995de053a14b5dd1f2e0b4f4ed44 -size 149588 +oid sha256:d121152e2169a89597d35b64ebffc5fa59260e0c09b80dbc37aac8a9e2b0a4d7 +size 166762 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_ItemSlot.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_ItemSlot.uasset index 177a5ad..fb73c39 100644 --- a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_ItemSlot.uasset +++ b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_ItemSlot.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f707ae25f0c0bde83e1c5d22fa66f1bc8c66f240d5d4fd24889d9b5d4d5dcee0 -size 62602 +oid sha256:d03918f0275f14ccaf6a2e90543bb3f103dd7a93fced9b808b40f3001d82a198 +size 109575 From 3c4173c5824d64fb01cd6f713cd9cde62709d844 Mon Sep 17 00:00:00 2001 From: Nyx Date: Tue, 2 Sep 2025 10:32:48 -0600 Subject: [PATCH 5/6] attached Inventory actor component to player character. fixed missing recipe data --- .../Content/MAIN_CONTENT/Crafting_System/DT_Recipes.uasset | 4 ++-- .../MAIN_CONTENT/Crafting_System/UI/WB_CraftMenuUI.uasset | 4 ++-- .../MAIN_CONTENT/Crafting_System/UI/WB_ItemSlot.uasset | 4 ++-- .../ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/DT_Recipes.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/DT_Recipes.uasset index 1a032b0..b1a8860 100644 --- a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/DT_Recipes.uasset +++ b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/DT_Recipes.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ceec43368b74f5b935f62168569a1f61906a78b9fb99c12e2ce5a16cb9981c27 -size 3387 +oid sha256:1e8e612ad8090c44bdeb5aba015a80e25298262c0e77d4599787ae4df81c3488 +size 3683 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_CraftMenuUI.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_CraftMenuUI.uasset index 752f181..b0c3730 100644 --- a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_CraftMenuUI.uasset +++ b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_CraftMenuUI.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d121152e2169a89597d35b64ebffc5fa59260e0c09b80dbc37aac8a9e2b0a4d7 -size 166762 +oid sha256:85e3ab42c88be6b793994e36691231096f5fdfc0e440392b7e9158f446ac2e7c +size 170572 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_ItemSlot.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_ItemSlot.uasset index fb73c39..c47f6c6 100644 --- a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_ItemSlot.uasset +++ b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_ItemSlot.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d03918f0275f14ccaf6a2e90543bb3f103dd7a93fced9b808b40f3001d82a198 -size 109575 +oid sha256:da3a9eaaa5d606e45f0b8d3efc6d91837abfeb0ea71202403b0570e97b27bd98 +size 92340 diff --git a/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset b/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset index 0c13264..1b5a713 100644 --- a/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset +++ b/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:798de7d0fef7f8f31b5749efdd30736310a618e89930261ce8af3ccdddf3c440 -size 1058382 +oid sha256:85ff822d83706695fd1d41b707ee5a3c3d8d9ac5b92482da2918231d7732ca76 +size 1060185 From 45bd23d2716270ec83de33e06c5028a88cae4f6e Mon Sep 17 00:00:00 2001 From: Nyx Date: Tue, 2 Sep 2025 12:16:44 -0600 Subject: [PATCH 6/6] switched recipe container to wrapbox instead of uniform grid --- Elistria_Calling/Config/Tags/Crafting.ini | 4 ++++ .../Content/MAIN_CONTENT/Blueprints/BP_PlayerState.uasset | 4 ++-- .../Content/MAIN_CONTENT/Crafting_System/DT_ItemData.uasset | 4 ++-- .../Content/MAIN_CONTENT/Crafting_System/DT_Recipes.uasset | 4 ++-- .../Content/MAIN_CONTENT/Crafting_System/SCraftingData.uasset | 4 ++-- .../MAIN_CONTENT/Crafting_System/UI/WB_CraftMenuUI.uasset | 4 ++-- 6 files changed, 14 insertions(+), 10 deletions(-) diff --git a/Elistria_Calling/Config/Tags/Crafting.ini b/Elistria_Calling/Config/Tags/Crafting.ini index 4016104..b69bc4d 100644 --- a/Elistria_Calling/Config/Tags/Crafting.ini +++ b/Elistria_Calling/Config/Tags/Crafting.ini @@ -1,8 +1,12 @@ [/Script/GameplayTags.GameplayTagsList] GameplayTagList=(Tag="Crafting.Workbench.Blacksmith",DevComment="") +GameplayTagList=(Tag="Crafting.Workbench.Blacksmith.CraftTest",DevComment="") GameplayTagList=(Tag="Crafting.Workbench.Blacksmith.CraftTest1",DevComment="") GameplayTagList=(Tag="Crafting.Workbench.Cooking",DevComment="") +GameplayTagList=(Tag="Crafting.Workbench.Cooking.CraftTest",DevComment="") GameplayTagList=(Tag="Crafting.Workbench.Stonecutting",DevComment="") +GameplayTagList=(Tag="Crafting.Workbench.Stonecutting.CraftTest",DevComment="") GameplayTagList=(Tag="Crafting.Workbench.Woodworking",DevComment="") +GameplayTagList=(Tag="Crafting.Workbench.Woodworking.CraftTest",DevComment="") GameplayTagList=(Tag="Crafting.Workbench.Woodworking.CraftTest2",DevComment="") diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BP_PlayerState.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BP_PlayerState.uasset index 3672091..72a5551 100644 --- a/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BP_PlayerState.uasset +++ b/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BP_PlayerState.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2c50e8e6aa1ff1bf656feb6f9f46e9d1d7b1ed26ce04cea60dc590f7c4cfdfa4 -size 25320 +oid sha256:2d17036f029f66f630044dcc90bce60fc5a066b05eed74894a8fdd0182559606 +size 25790 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/DT_ItemData.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/DT_ItemData.uasset index 75e09ef..e121179 100644 --- a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/DT_ItemData.uasset +++ b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/DT_ItemData.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:affd3ad1dd9f84e26d30201ff922f14e1c72585c2ee4ace612ac426c3a2bcbcf -size 3968 +oid sha256:50c523ca1b1204af79cec86d76b9cf4f932c9e26f12b634542816140dfe3008f +size 6636 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/DT_Recipes.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/DT_Recipes.uasset index b1a8860..61a8753 100644 --- a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/DT_Recipes.uasset +++ b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/DT_Recipes.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1e8e612ad8090c44bdeb5aba015a80e25298262c0e77d4599787ae4df81c3488 -size 3683 +oid sha256:e6ca5a2dd83336225800b9ea1af8b44874a9776f9fed2a13b91adb0f14e1c2f5 +size 6187 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/SCraftingData.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/SCraftingData.uasset index 5f658e6..5030236 100644 --- a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/SCraftingData.uasset +++ b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/SCraftingData.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6e7eeaa271829626d5ddee24ef3f8cfa5c2d7e40fe921cb7027ba734550a5db0 -size 6459 +oid sha256:94c083c7f836a45df15d919b74f78cdaef274e780720fd82e7e025bac26cf3e6 +size 7418 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_CraftMenuUI.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_CraftMenuUI.uasset index b0c3730..885ca53 100644 --- a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_CraftMenuUI.uasset +++ b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_CraftMenuUI.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:85e3ab42c88be6b793994e36691231096f5fdfc0e440392b7e9158f446ac2e7c -size 170572 +oid sha256:22823f152349de9623fb8236dccbd761d605cab742b5951888e4dd2a6f3cb056 +size 171154