From 5099ea92d62f6a5a999ea5b3f57b2f78390922bb Mon Sep 17 00:00:00 2001 From: Nyx Date: Wed, 3 Sep 2025 13:31:56 -0600 Subject: [PATCH 1/4] added some comments --- .../Content/MAIN_CONTENT/Crafting_System/BPC_Inventory.uasset | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/BPC_Inventory.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/BPC_Inventory.uasset index 7ecdc54..b6fb547 100644 --- a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/BPC_Inventory.uasset +++ b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/BPC_Inventory.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dd016c3b97296ef98f1959805de2d2acdca0acfb79dada0556deaf249cdc85ca -size 162177 +oid sha256:12cfbd3dea3ba688fec24039596d0260272d998f52770342dbc4272b4fc658b5 +size 163119 From d2f58a96c63623d1014bf5c6b9e9a31620bfad38 Mon Sep 17 00:00:00 2001 From: Nyx Date: Thu, 4 Sep 2025 09:43:34 -0600 Subject: [PATCH 2/4] created selectable slot widget --- .../MAIN_CONTENT/Crafting_System/UI/WB_CraftMenuUI.uasset | 4 ++-- .../MAIN_CONTENT/Crafting_System/UI/WB_SelectableSlot.uasset | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_SelectableSlot.uasset 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 885ca53..d6adc0b 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:22823f152349de9623fb8236dccbd761d605cab742b5951888e4dd2a6f3cb056 -size 171154 +oid sha256:c6d2009985c13235e6faae0a979d945670a64297017e9909c87e8a7b3bcd6c52 +size 164627 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_SelectableSlot.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_SelectableSlot.uasset new file mode 100644 index 0000000..2ffc7ec --- /dev/null +++ b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_SelectableSlot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de1767517d38a977e58b8b0de9dba2501379f6fdd6d36f95be91e07a6ae274a1 +size 37240 From c235ec8d43e4993fcd9da02de0ad0512d7b2caaf Mon Sep 17 00:00:00 2001 From: Nyx Date: Thu, 4 Sep 2025 10:26:00 -0600 Subject: [PATCH 3/4] added files to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d0ce024..edf0113 100644 --- a/.gitignore +++ b/.gitignore @@ -75,3 +75,4 @@ Elistria_Calling/DerivedDataCache/* Elistria_Calling/Saved/Crashes/ Elistria_Calling/Saved/ +Elistria_Calling/.idea/ From 1f4680bf8896a2250cf3c40ee91d86c575f23297 Mon Sep 17 00:00:00 2001 From: Nyx Date: Thu, 4 Sep 2025 11:55:00 -0600 Subject: [PATCH 4/4] setup crafting logic --- .../Content/MAIN_CONTENT/Crafting_System/BPC_Inventory.uasset | 4 ++-- .../MAIN_CONTENT/Crafting_System/UI/WB_CraftMenuUI.uasset | 4 ++-- .../MAIN_CONTENT/Crafting_System/UI/WB_ItemSlot.uasset | 4 ++-- .../MAIN_CONTENT/Crafting_System/UI/WB_SelectableSlot.uasset | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/BPC_Inventory.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/BPC_Inventory.uasset index b6fb547..d26d077 100644 --- a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/BPC_Inventory.uasset +++ b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/BPC_Inventory.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:12cfbd3dea3ba688fec24039596d0260272d998f52770342dbc4272b4fc658b5 -size 163119 +oid sha256:c2e000f7f2af45a2615dadc8c5cd33cacb2a1ed592ba8c58722525e2b6d09a2b +size 165607 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 d6adc0b..b2aa700 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:c6d2009985c13235e6faae0a979d945670a64297017e9909c87e8a7b3bcd6c52 -size 164627 +oid sha256:1ed91f6fe08af063c8dbd0d973421b084b3e66a082e71e3cedd704551b966a30 +size 302597 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 c47f6c6..8754a05 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:da3a9eaaa5d606e45f0b8d3efc6d91837abfeb0ea71202403b0570e97b27bd98 -size 92340 +oid sha256:a21cb6643f86581b5d553478ec78dc4b55b179d72a5285f11605dc3579345d28 +size 91744 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_SelectableSlot.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_SelectableSlot.uasset index 2ffc7ec..625c0c5 100644 --- a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_SelectableSlot.uasset +++ b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_SelectableSlot.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:de1767517d38a977e58b8b0de9dba2501379f6fdd6d36f95be91e07a6ae274a1 -size 37240 +oid sha256:7f244c46655176cc260dd61f4c80b2272d0ee5588f8ca9e9498b377b59cb4136 +size 47066