Merge pull request #14 from TheRiverNyx/develop
Worked on crafting and multiplayer
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
15
Elistria_Calling/Config/DefaultGameplayTags.ini
Normal file
15
Elistria_Calling/Config/DefaultGameplayTags.ini
Normal file
@@ -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="")
|
||||||
|
|
||||||
12
Elistria_Calling/Config/Tags/Crafting.ini
Normal file
12
Elistria_Calling/Config/Tags/Crafting.ini
Normal file
@@ -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="")
|
||||||
|
|
||||||
30
Elistria_Calling/Config/Tags/Items.ini
Normal file
30
Elistria_Calling/Config/Tags/Items.ini
Normal file
@@ -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="")
|
||||||
|
|
||||||
0
Elistria_Calling/Config/Tags/Recipes.ini
Normal file
0
Elistria_Calling/Config/Tags/Recipes.ini
Normal file
Binary file not shown.
@@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:35065b89055bcc246430a3f13727275e73741cbd4fb15624b551dfb4d6cdbc02
|
oid sha256:1b08a87918f47e08831794dd6d5eaacf8d98472e05a23994cb5735446b63f22e
|
||||||
size 520651
|
size 524140
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4513aea0b1fd696d8b2d966dc8a3689ff2854b540d0013e52efdbbaff8923a71
|
||||||
|
size 46380
|
||||||
BIN
Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BP_GameState.uasset
LFS
Normal file
BIN
Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BP_GameState.uasset
LFS
Normal file
Binary file not shown.
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b20f3fcc7b5b11ca9e57a7949cbb952b932b71c62c6a6a2b6cb7cea3d9153446
|
||||||
|
size 278113
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2d17036f029f66f630044dcc90bce60fc5a066b05eed74894a8fdd0182559606
|
||||||
|
size 25790
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dd016c3b97296ef98f1959805de2d2acdca0acfb79dada0556deaf249cdc85ca
|
||||||
|
size 162177
|
||||||
BIN
Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/DT_ItemData.uasset
LFS
Normal file
BIN
Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/DT_ItemData.uasset
LFS
Normal file
Binary file not shown.
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e6ca5a2dd83336225800b9ea1af8b44874a9776f9fed2a13b91adb0f14e1c2f5
|
||||||
|
size 6187
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:94c083c7f836a45df15d919b74f78cdaef274e780720fd82e7e025bac26cf3e6
|
||||||
|
size 7418
|
||||||
BIN
Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/SItemData.uasset
LFS
Normal file
BIN
Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/SItemData.uasset
LFS
Normal file
Binary file not shown.
BIN
Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/SItemSlotData.uasset
LFS
Normal file
BIN
Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/SItemSlotData.uasset
LFS
Normal file
Binary file not shown.
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:22823f152349de9623fb8236dccbd761d605cab742b5951888e4dd2a6f3cb056
|
||||||
|
size 171154
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:da3a9eaaa5d606e45f0b8d3efc6d91837abfeb0ea71202403b0570e97b27bd98
|
||||||
|
size 92340
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:14bb910085eb29fb484e5c2dfb425272cac47baf458c1142b1041154aa0592a7
|
oid sha256:4cbef88fb1f2337a44720d35ccf444382c68bcd5423c897406472f878adaa094
|
||||||
size 212668
|
size 210158
|
||||||
|
|||||||
Binary file not shown.
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:814ef490e68b49c87764661a80650b0727af0bf84ebf9811ce21a43ac0607dc6
|
||||||
|
size 9592
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:4c0ecf0ac0702cc2bd355ec050232a61c49e10f102448efbeb735a51824adef6
|
oid sha256:ea2a6797840f1630482ad1e9bf7b0619da5beaff02c8b610389814633efc99d9
|
||||||
size 14948
|
size 15406
|
||||||
|
|||||||
Binary file not shown.
@@ -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:85ff822d83706695fd1d41b707ee5a3c3d8d9ac5b92482da2918231d7732ca76
|
||||||
size 1156782
|
size 1060185
|
||||||
|
|||||||
Binary file not shown.
BIN
Elistria_Calling/Content/ThirdPerson/Input/Actions/IA_CraftMenu.uasset
LFS
Normal file
BIN
Elistria_Calling/Content/ThirdPerson/Input/Actions/IA_CraftMenu.uasset
LFS
Normal file
Binary file not shown.
Binary file not shown.
@@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:39124382456ce6cac55437b13ed855360ec2d5380c5ef4ae04dbea2ff1595119
|
oid sha256:a2d81b3098cced549aeb67d747369f39b12cb1302d19b27ca0eb52545b388c7e
|
||||||
size 19635
|
size 20318
|
||||||
|
|||||||
@@ -22,6 +22,22 @@
|
|||||||
{
|
{
|
||||||
"Name": "Water",
|
"Name": "Water",
|
||||||
"Enabled": true
|
"Enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "SteamShared",
|
||||||
|
"Enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "OnlineSubsystemSteam",
|
||||||
|
"Enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "OnlineFramework",
|
||||||
|
"Enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "Iris",
|
||||||
|
"Enabled": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user