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/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..b69bc4d --- /dev/null +++ b/Elistria_Calling/Config/Tags/Crafting.ini @@ -0,0 +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/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 new file mode 100644 index 0000000..7e90f64 --- /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:4513aea0b1fd696d8b2d966dc8a3689ff2854b540d0013e52efdbbaff8923a71 +size 46380 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..a203921 --- /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: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 new file mode 100644 index 0000000..72a5551 --- /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:2d17036f029f66f630044dcc90bce60fc5a066b05eed74894a8fdd0182559606 +size 25790 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..e121179 --- /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: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 new file mode 100644 index 0000000..61a8753 --- /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: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 new file mode 100644 index 0000000..5030236 --- /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:94c083c7f836a45df15d919b74f78cdaef274e780720fd82e7e025bac26cf3e6 +size 7418 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..ac9989c --- /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: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..885ca53 --- /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:22823f152349de9623fb8236dccbd761d605cab742b5951888e4dd2a6f3cb056 +size 171154 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..c47f6c6 --- /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:da3a9eaaa5d606e45f0b8d3efc6d91837abfeb0ea71202403b0570e97b27bd98 +size 92340 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 62078cf..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:379f8df60312af8549744485b98eb2a3d8c25cc20245ad66c608b695edf9bcee -size 1156782 +oid sha256:85ff822d83706695fd1d41b707ee5a3c3d8d9ac5b92482da2918231d7732ca76 +size 1060185 diff --git a/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonGameMode.uasset b/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonGameMode.uasset index 9a447e9..54880d0 100644 Binary files a/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonGameMode.uasset and b/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonGameMode.uasset differ 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 diff --git a/Elistria_Calling/Elistria_Calling.uproject b/Elistria_Calling/Elistria_Calling.uproject index 7caa3d3..60b315c 100644 --- a/Elistria_Calling/Elistria_Calling.uproject +++ b/Elistria_Calling/Elistria_Calling.uproject @@ -22,6 +22,22 @@ { "Name": "Water", "Enabled": true + }, + { + "Name": "SteamShared", + "Enabled": true + }, + { + "Name": "OnlineSubsystemSteam", + "Enabled": true + }, + { + "Name": "OnlineFramework", + "Enabled": true + }, + { + "Name": "Iris", + "Enabled": true } ] } \ No newline at end of file