From d8bc91b0a178fc86d81acdf5101d473160f90b65 Mon Sep 17 00:00:00 2001 From: Kyle Austad Date: Fri, 20 Sep 2024 17:55:48 -0500 Subject: [PATCH] Implemented Isaacs pawn controls --- .../ModularShipSystem/DataTables/DT_TestHardpoint_Shop.uasset | 2 +- .../DT_WatchtowerStation_Engines.uasset | 3 +++ .../DT_WatchtowerStation_Hardpoints.uasset | 4 ++-- Content/ModularShipSystem/Demo/Input/IA_CameraControl.uasset | 3 +++ Content/ModularShipSystem/Demo/Input/IA_Throttle.uasset | 3 +++ Content/ModularShipSystem/Demo/Input/IA_VerticalThrust.uasset | 3 +++ .../ModularShipSystem/Demo/Input/MyInputMappingContext.uasset | 3 +++ Content/ModularShipSystem/Demo/Pawns/BP_BaseShip.uasset | 4 ++-- .../ModularShipSystem/Demo/Widgets/WBP_ShopInterface.uasset | 4 ++-- .../Demo/Widgets/WBP_ShopItem_Engines.uasset | 3 +++ .../Demo/Widgets/WBP_ShopItem_Hardpoint.uasset | 4 ++-- .../Structs/ShopStructs/S_EngineShopInfo.uasset | 3 +++ .../Structs/ShopStructs/S_HardpointShopInfo.uasset | 4 ++-- .../Structs/ShopStructs/S_ModulesShopInfo.uasset | 3 +++ .../Maps/ThirdPersonMap/3/OP/YLCCW4C4V38C1Q4RGRBAIM.uasset | 4 ++-- 15 files changed, 37 insertions(+), 13 deletions(-) create mode 100644 Content/ModularShipSystem/DataTables/WatchtowerStation_Shop/DT_WatchtowerStation_Engines.uasset create mode 100644 Content/ModularShipSystem/Demo/Input/IA_CameraControl.uasset create mode 100644 Content/ModularShipSystem/Demo/Input/IA_Throttle.uasset create mode 100644 Content/ModularShipSystem/Demo/Input/IA_VerticalThrust.uasset create mode 100644 Content/ModularShipSystem/Demo/Input/MyInputMappingContext.uasset create mode 100644 Content/ModularShipSystem/Demo/Widgets/WBP_ShopItem_Engines.uasset create mode 100644 Content/ModularShipSystem/Structs/ShopStructs/S_EngineShopInfo.uasset create mode 100644 Content/ModularShipSystem/Structs/ShopStructs/S_ModulesShopInfo.uasset diff --git a/Content/ModularShipSystem/DataTables/DT_TestHardpoint_Shop.uasset b/Content/ModularShipSystem/DataTables/DT_TestHardpoint_Shop.uasset index caa500e..17c684f 100644 --- a/Content/ModularShipSystem/DataTables/DT_TestHardpoint_Shop.uasset +++ b/Content/ModularShipSystem/DataTables/DT_TestHardpoint_Shop.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3d9a5100700c2a239d4045199f5b95f8ef5a80866fdcf73987f1139b1af6a357 +oid sha256:8d5279a76bdc39adb2e11c907f39588d30e9f94797d763bfb37048e6072bfd45 size 9373 diff --git a/Content/ModularShipSystem/DataTables/WatchtowerStation_Shop/DT_WatchtowerStation_Engines.uasset b/Content/ModularShipSystem/DataTables/WatchtowerStation_Shop/DT_WatchtowerStation_Engines.uasset new file mode 100644 index 0000000..0e18a0f --- /dev/null +++ b/Content/ModularShipSystem/DataTables/WatchtowerStation_Shop/DT_WatchtowerStation_Engines.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:750a6edb8ece5510324ce1aff554b930af16e9b04a6f225f9f0e3de73767eb74 +size 6687 diff --git a/Content/ModularShipSystem/DataTables/WatchtowerStation_Shop/DT_WatchtowerStation_Hardpoints.uasset b/Content/ModularShipSystem/DataTables/WatchtowerStation_Shop/DT_WatchtowerStation_Hardpoints.uasset index f0dfdca..92e64c6 100644 --- a/Content/ModularShipSystem/DataTables/WatchtowerStation_Shop/DT_WatchtowerStation_Hardpoints.uasset +++ b/Content/ModularShipSystem/DataTables/WatchtowerStation_Shop/DT_WatchtowerStation_Hardpoints.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7830fffa6967832d05761efcc5d735e0bc88daef55a5c4dd9d0b755f13857329 -size 6764 +oid sha256:743fdf59f96750fb1e66457629306164ae94e8edc6feb61ce005ef6855c90fcf +size 8824 diff --git a/Content/ModularShipSystem/Demo/Input/IA_CameraControl.uasset b/Content/ModularShipSystem/Demo/Input/IA_CameraControl.uasset new file mode 100644 index 0000000..7c5c646 --- /dev/null +++ b/Content/ModularShipSystem/Demo/Input/IA_CameraControl.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b47b31d9c67c14c738827d5ca96f80b25002da362f1a49e59c22d101b085ff00 +size 1983 diff --git a/Content/ModularShipSystem/Demo/Input/IA_Throttle.uasset b/Content/ModularShipSystem/Demo/Input/IA_Throttle.uasset new file mode 100644 index 0000000..8fa3891 --- /dev/null +++ b/Content/ModularShipSystem/Demo/Input/IA_Throttle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2456f8add60746e681a64ce334e2ed3a3b0fdb273e525ca49c6a6fc6a3d82f2e +size 1952 diff --git a/Content/ModularShipSystem/Demo/Input/IA_VerticalThrust.uasset b/Content/ModularShipSystem/Demo/Input/IA_VerticalThrust.uasset new file mode 100644 index 0000000..a3651bd --- /dev/null +++ b/Content/ModularShipSystem/Demo/Input/IA_VerticalThrust.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98674f8093a4e6cf5f40df72dc9fa2a48c0b30d3d7ca0b7679477d7fb9907598 +size 1640 diff --git a/Content/ModularShipSystem/Demo/Input/MyInputMappingContext.uasset b/Content/ModularShipSystem/Demo/Input/MyInputMappingContext.uasset new file mode 100644 index 0000000..494eb62 --- /dev/null +++ b/Content/ModularShipSystem/Demo/Input/MyInputMappingContext.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e641ef94df847cbb73e53d4a10df9387c354a31f6b7c5594c305263ba9a6a216 +size 6468 diff --git a/Content/ModularShipSystem/Demo/Pawns/BP_BaseShip.uasset b/Content/ModularShipSystem/Demo/Pawns/BP_BaseShip.uasset index 5c59969..3c9dd11 100644 --- a/Content/ModularShipSystem/Demo/Pawns/BP_BaseShip.uasset +++ b/Content/ModularShipSystem/Demo/Pawns/BP_BaseShip.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5e3a70b1a5f8fe8658b0574bad68e51d04ce4f199930969b27768186d3e45bdb -size 435659 +oid sha256:52d4d1f6d071f8f96dad1d1e6287bf87e051bb9110bb0ca5a4d1fc6c572b82ef +size 476024 diff --git a/Content/ModularShipSystem/Demo/Widgets/WBP_ShopInterface.uasset b/Content/ModularShipSystem/Demo/Widgets/WBP_ShopInterface.uasset index 9ac9b13..ed77bc2 100644 --- a/Content/ModularShipSystem/Demo/Widgets/WBP_ShopInterface.uasset +++ b/Content/ModularShipSystem/Demo/Widgets/WBP_ShopInterface.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:39a8d99a36a4ca7d9a9f13dc3e1f0e941ee18e20c12a1153e956e1a56aa714d8 -size 174669 +oid sha256:3aad50bf0465d9a602ba440f1116a5c716eb24044a08673c80b6b674c49ad376 +size 292536 diff --git a/Content/ModularShipSystem/Demo/Widgets/WBP_ShopItem_Engines.uasset b/Content/ModularShipSystem/Demo/Widgets/WBP_ShopItem_Engines.uasset new file mode 100644 index 0000000..bccfdcc --- /dev/null +++ b/Content/ModularShipSystem/Demo/Widgets/WBP_ShopItem_Engines.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9381e515fa37dac36035bff38fc348d0795fc899b958e6c0fa31348a2902a102 +size 154173 diff --git a/Content/ModularShipSystem/Demo/Widgets/WBP_ShopItem_Hardpoint.uasset b/Content/ModularShipSystem/Demo/Widgets/WBP_ShopItem_Hardpoint.uasset index a88499f..4450a8f 100644 --- a/Content/ModularShipSystem/Demo/Widgets/WBP_ShopItem_Hardpoint.uasset +++ b/Content/ModularShipSystem/Demo/Widgets/WBP_ShopItem_Hardpoint.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:30113394381a81ac64538af7f73945a6e16cadd6cf3ad8b01bdbc9d0b0616b9e -size 121344 +oid sha256:fc37686d9b8af8ed3e3898112291403f77aacdd0ee3aefb4841dba8a488f29ea +size 138499 diff --git a/Content/ModularShipSystem/Structs/ShopStructs/S_EngineShopInfo.uasset b/Content/ModularShipSystem/Structs/ShopStructs/S_EngineShopInfo.uasset new file mode 100644 index 0000000..14523b5 --- /dev/null +++ b/Content/ModularShipSystem/Structs/ShopStructs/S_EngineShopInfo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a88edbad639da341b45ca904059e49b32da320518ac23cde5c7eff8b2bd0686e +size 6735 diff --git a/Content/ModularShipSystem/Structs/ShopStructs/S_HardpointShopInfo.uasset b/Content/ModularShipSystem/Structs/ShopStructs/S_HardpointShopInfo.uasset index b88f896..1c460dd 100644 --- a/Content/ModularShipSystem/Structs/ShopStructs/S_HardpointShopInfo.uasset +++ b/Content/ModularShipSystem/Structs/ShopStructs/S_HardpointShopInfo.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:98d952b75161b6823e3896e009d245d3684b66036b5aae58fd7f9683bc7e0991 -size 6922 +oid sha256:973a1253d01a23086c741d429e1be9bab5d3635690c9015ca8772e043e87991d +size 7856 diff --git a/Content/ModularShipSystem/Structs/ShopStructs/S_ModulesShopInfo.uasset b/Content/ModularShipSystem/Structs/ShopStructs/S_ModulesShopInfo.uasset new file mode 100644 index 0000000..35ba439 --- /dev/null +++ b/Content/ModularShipSystem/Structs/ShopStructs/S_ModulesShopInfo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cb47c219d5702731362867378a4779a3817ef668e312206afca8d7203e23527 +size 3942 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/3/OP/YLCCW4C4V38C1Q4RGRBAIM.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/3/OP/YLCCW4C4V38C1Q4RGRBAIM.uasset index 6ded49a..2bd9150 100644 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/3/OP/YLCCW4C4V38C1Q4RGRBAIM.uasset +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/3/OP/YLCCW4C4V38C1Q4RGRBAIM.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2402fa1f8a7cf3febbdfa827947ce812b1344d5601241fb65dc1b199ee9aa46d -size 11703 +oid sha256:903c2eff5be534429a73b77de691fbf349a212bd44603f9faead89f4c6cbef87 +size 12003