diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 9ae2485f..446f05da 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -1,6 +1,6 @@ [/Script/EngineSettings.GameMapsSettings] -GameDefaultMap=/Game/Maps/ThirdPersonMap.ThirdPersonMap -EditorStartupMap=/Game/Maps/ThirdPersonMap.ThirdPersonMap +GameDefaultMap=/Game/Maps/IceLandMap.IceLandMap +EditorStartupMap=/Game/Maps/IceLandMap.IceLandMap GlobalDefaultGameMode="/Script/D1.D1GameMode" [/Script/Engine.RendererSettings] diff --git a/Content/Characters/Mannequins/Meshes/SK_Mannequin.uasset b/Content/Characters/Mannequins/Meshes/SK_Mannequin.uasset index 6b3392f3..18e8193b 100644 Binary files a/Content/Characters/Mannequins/Meshes/SK_Mannequin.uasset and b/Content/Characters/Mannequins/Meshes/SK_Mannequin.uasset differ diff --git a/Content/Characters/Mannequins/Rigs/RTG_Mannequin.uasset b/Content/Characters/Mannequins/Rigs/RTG_Mannequin.uasset index a6661a4f..59a7a346 100644 Binary files a/Content/Characters/Mannequins/Rigs/RTG_Mannequin.uasset and b/Content/Characters/Mannequins/Rigs/RTG_Mannequin.uasset differ diff --git a/Content/CombatSystem/Blueprints/AI/BP_HumanoidEnemy.uasset b/Content/CombatSystem/Blueprints/AI/BP_HumanoidEnemy.uasset deleted file mode 100644 index 6f87f01f..00000000 Binary files a/Content/CombatSystem/Blueprints/AI/BP_HumanoidEnemy.uasset and /dev/null differ diff --git a/Content/CombatSystem/Blueprints/Actor/BP_ToughSword.uasset b/Content/CombatSystem/Blueprints/Actor/BP_ToughSword.uasset index 21066ece..adac61e0 100644 Binary files a/Content/CombatSystem/Blueprints/Actor/BP_ToughSword.uasset and b/Content/CombatSystem/Blueprints/Actor/BP_ToughSword.uasset differ diff --git a/Content/CombatSystem/Blueprints/BP_CombatCharacter.uasset b/Content/CombatSystem/Blueprints/BP_CombatCharacter.uasset index a4f8ee5b..69db9c08 100644 Binary files a/Content/CombatSystem/Blueprints/BP_CombatCharacter.uasset and b/Content/CombatSystem/Blueprints/BP_CombatCharacter.uasset differ diff --git a/Content/CombatSystem/UI/TestWidget.uasset b/Content/CombatSystem/UI/TestWidget.uasset deleted file mode 100644 index 944bb553..00000000 Binary files a/Content/CombatSystem/UI/TestWidget.uasset and /dev/null differ diff --git a/Content/InfinityBladeEffects/Effects/FX_Materials/Mobile/M_Blood_Trans_01.uasset b/Content/InfinityBladeEffects/Effects/FX_Materials/Mobile/M_Blood_Trans_01.uasset index bbf1e6e3..c1e4a448 100644 Binary files a/Content/InfinityBladeEffects/Effects/FX_Materials/Mobile/M_Blood_Trans_01.uasset and b/Content/InfinityBladeEffects/Effects/FX_Materials/Mobile/M_Blood_Trans_01.uasset differ diff --git a/Content/InfinityBladeEffects/Effects/FX_Mobile/ICE/M_Tornado_Ice_Trans.uasset b/Content/InfinityBladeEffects/Effects/FX_Mobile/ICE/M_Tornado_Ice_Trans.uasset index 6cae4b39..cff49052 100644 Binary files a/Content/InfinityBladeEffects/Effects/FX_Mobile/ICE/M_Tornado_Ice_Trans.uasset and b/Content/InfinityBladeEffects/Effects/FX_Mobile/ICE/M_Tornado_Ice_Trans.uasset differ diff --git a/Content/Maps/IceLandMap.umap b/Content/Maps/IceLandMap.umap index 27264bb3..fa55cfc9 100644 Binary files a/Content/Maps/IceLandMap.umap and b/Content/Maps/IceLandMap.umap differ diff --git a/Content/ParagonKwang/Animations/ABP_Kwang.uasset b/Content/ParagonKwang/Animations/ABP_Kwang.uasset new file mode 100644 index 00000000..c5dcd7f2 Binary files /dev/null and b/Content/ParagonKwang/Animations/ABP_Kwang.uasset differ diff --git a/Content/ParagonKwang/Animations/BS_MM_WalkRun.uasset b/Content/ParagonKwang/Animations/BS_MM_WalkRun.uasset new file mode 100644 index 00000000..b4690548 Binary files /dev/null and b/Content/ParagonKwang/Animations/BS_MM_WalkRun.uasset differ diff --git a/Content/ParagonKwang/Animations/Dodge/Rolling.uasset b/Content/ParagonKwang/Animations/Dodge/Rolling.uasset new file mode 100644 index 00000000..61339ba9 Binary files /dev/null and b/Content/ParagonKwang/Animations/Dodge/Rolling.uasset differ diff --git a/Content/ParagonKwang/Animations/Dodge/Rolling_Montage.uasset b/Content/ParagonKwang/Animations/Dodge/Rolling_Montage.uasset new file mode 100644 index 00000000..1d998c22 Binary files /dev/null and b/Content/ParagonKwang/Animations/Dodge/Rolling_Montage.uasset differ diff --git a/Content/ParagonKwang/Animations/DualSwords_IdleRun.uasset b/Content/ParagonKwang/Animations/DualSwords_IdleRun.uasset new file mode 100644 index 00000000..c9dc9c5d Binary files /dev/null and b/Content/ParagonKwang/Animations/DualSwords_IdleRun.uasset differ diff --git a/Content/ParagonKwang/Animations/GreatSword_IdleRun.uasset b/Content/ParagonKwang/Animations/GreatSword_IdleRun.uasset new file mode 100644 index 00000000..204243d8 Binary files /dev/null and b/Content/ParagonKwang/Animations/GreatSword_IdleRun.uasset differ diff --git a/Content/ParagonKwang/Animations/HitReactions/Standing_React_Large_Back.uasset b/Content/ParagonKwang/Animations/HitReactions/Standing_React_Large_Back.uasset new file mode 100644 index 00000000..d34a1d93 Binary files /dev/null and b/Content/ParagonKwang/Animations/HitReactions/Standing_React_Large_Back.uasset differ diff --git a/Content/ParagonKwang/Animations/HitReactions/Standing_React_Large_Back_Montage.uasset b/Content/ParagonKwang/Animations/HitReactions/Standing_React_Large_Back_Montage.uasset new file mode 100644 index 00000000..03c5d7f3 Binary files /dev/null and b/Content/ParagonKwang/Animations/HitReactions/Standing_React_Large_Back_Montage.uasset differ diff --git a/Content/ParagonKwang/Animations/HitReactions/Standing_React_Large_Front.uasset b/Content/ParagonKwang/Animations/HitReactions/Standing_React_Large_Front.uasset new file mode 100644 index 00000000..a515ef8c Binary files /dev/null and b/Content/ParagonKwang/Animations/HitReactions/Standing_React_Large_Front.uasset differ diff --git a/Content/ParagonKwang/Animations/HitReactions/Standing_React_Large_Front_Montage.uasset b/Content/ParagonKwang/Animations/HitReactions/Standing_React_Large_Front_Montage.uasset new file mode 100644 index 00000000..2b43fd2c Binary files /dev/null and b/Content/ParagonKwang/Animations/HitReactions/Standing_React_Large_Front_Montage.uasset differ diff --git a/Content/ParagonKwang/Animations/Idle.uasset b/Content/ParagonKwang/Animations/Idle.uasset new file mode 100644 index 00000000..800962ab Binary files /dev/null and b/Content/ParagonKwang/Animations/Idle.uasset differ diff --git a/Content/ParagonKwang/Animations/Idle1.uasset b/Content/ParagonKwang/Animations/Idle1.uasset new file mode 100644 index 00000000..a9bd5041 Binary files /dev/null and b/Content/ParagonKwang/Animations/Idle1.uasset differ diff --git a/Content/ParagonKwang/Animations/Idle_Combat.uasset b/Content/ParagonKwang/Animations/Idle_Combat.uasset new file mode 100644 index 00000000..db94ab23 Binary files /dev/null and b/Content/ParagonKwang/Animations/Idle_Combat.uasset differ diff --git a/Content/ParagonKwang/Animations/Jog_Bwd.uasset b/Content/ParagonKwang/Animations/Jog_Bwd.uasset new file mode 100644 index 00000000..99483ba9 Binary files /dev/null and b/Content/ParagonKwang/Animations/Jog_Bwd.uasset differ diff --git a/Content/ParagonKwang/Animations/Jog_Bwd1.uasset b/Content/ParagonKwang/Animations/Jog_Bwd1.uasset new file mode 100644 index 00000000..b6b9de05 Binary files /dev/null and b/Content/ParagonKwang/Animations/Jog_Bwd1.uasset differ diff --git a/Content/ParagonKwang/Animations/Jog_Bwd2.uasset b/Content/ParagonKwang/Animations/Jog_Bwd2.uasset new file mode 100644 index 00000000..f1a2ab14 Binary files /dev/null and b/Content/ParagonKwang/Animations/Jog_Bwd2.uasset differ diff --git a/Content/ParagonKwang/Animations/Jog_Fwd.uasset b/Content/ParagonKwang/Animations/Jog_Fwd.uasset new file mode 100644 index 00000000..7b74808b Binary files /dev/null and b/Content/ParagonKwang/Animations/Jog_Fwd.uasset differ diff --git a/Content/ParagonKwang/Animations/Jog_Fwd1.uasset b/Content/ParagonKwang/Animations/Jog_Fwd1.uasset new file mode 100644 index 00000000..b14c9c4e Binary files /dev/null and b/Content/ParagonKwang/Animations/Jog_Fwd1.uasset differ diff --git a/Content/ParagonKwang/Animations/Jog_Left.uasset b/Content/ParagonKwang/Animations/Jog_Left.uasset new file mode 100644 index 00000000..16a31087 Binary files /dev/null and b/Content/ParagonKwang/Animations/Jog_Left.uasset differ diff --git a/Content/ParagonKwang/Animations/Jog_Left1.uasset b/Content/ParagonKwang/Animations/Jog_Left1.uasset new file mode 100644 index 00000000..56a69c8c Binary files /dev/null and b/Content/ParagonKwang/Animations/Jog_Left1.uasset differ diff --git a/Content/ParagonKwang/Animations/Jog_Left2.uasset b/Content/ParagonKwang/Animations/Jog_Left2.uasset new file mode 100644 index 00000000..e52fea84 Binary files /dev/null and b/Content/ParagonKwang/Animations/Jog_Left2.uasset differ diff --git a/Content/ParagonKwang/Animations/Jog_Right.uasset b/Content/ParagonKwang/Animations/Jog_Right.uasset new file mode 100644 index 00000000..7ad2b83b Binary files /dev/null and b/Content/ParagonKwang/Animations/Jog_Right.uasset differ diff --git a/Content/ParagonKwang/Animations/Jog_Right1.uasset b/Content/ParagonKwang/Animations/Jog_Right1.uasset new file mode 100644 index 00000000..399e4dba Binary files /dev/null and b/Content/ParagonKwang/Animations/Jog_Right1.uasset differ diff --git a/Content/ParagonKwang/Animations/Jog_Right2.uasset b/Content/ParagonKwang/Animations/Jog_Right2.uasset new file mode 100644 index 00000000..35d4ed55 Binary files /dev/null and b/Content/ParagonKwang/Animations/Jog_Right2.uasset differ diff --git a/Content/ParagonKwang/Animations/LightSword/Attacks/ChargedAttack_Montage.uasset b/Content/ParagonKwang/Animations/LightSword/Attacks/ChargedAttack_Montage.uasset new file mode 100644 index 00000000..16cdbfbf Binary files /dev/null and b/Content/ParagonKwang/Animations/LightSword/Attacks/ChargedAttack_Montage.uasset differ diff --git a/Content/ParagonKwang/Animations/LightSword/Attacks/FallingAttack01_Montage.uasset b/Content/ParagonKwang/Animations/LightSword/Attacks/FallingAttack01_Montage.uasset new file mode 100644 index 00000000..e8b48191 Binary files /dev/null and b/Content/ParagonKwang/Animations/LightSword/Attacks/FallingAttack01_Montage.uasset differ diff --git a/Content/ParagonKwang/Animations/LightSword/Attacks/HeavyAttack.uasset b/Content/ParagonKwang/Animations/LightSword/Attacks/HeavyAttack.uasset new file mode 100644 index 00000000..999c162e Binary files /dev/null and b/Content/ParagonKwang/Animations/LightSword/Attacks/HeavyAttack.uasset differ diff --git a/Content/ParagonKwang/Animations/LightSword/Attacks/HeavyAttack_Montage.uasset b/Content/ParagonKwang/Animations/LightSword/Attacks/HeavyAttack_Montage.uasset new file mode 100644 index 00000000..f90a7a93 Binary files /dev/null and b/Content/ParagonKwang/Animations/LightSword/Attacks/HeavyAttack_Montage.uasset differ diff --git a/Content/ParagonKwang/Animations/LightSword/Attacks/JumpSlamAttack.uasset b/Content/ParagonKwang/Animations/LightSword/Attacks/JumpSlamAttack.uasset new file mode 100644 index 00000000..bbf58c6a Binary files /dev/null and b/Content/ParagonKwang/Animations/LightSword/Attacks/JumpSlamAttack.uasset differ diff --git a/Content/ParagonKwang/Animations/LightSword/Attacks/LightAttack01.uasset b/Content/ParagonKwang/Animations/LightSword/Attacks/LightAttack01.uasset new file mode 100644 index 00000000..734393fe Binary files /dev/null and b/Content/ParagonKwang/Animations/LightSword/Attacks/LightAttack01.uasset differ diff --git a/Content/ParagonKwang/Animations/LightSword/Attacks/LightAttack01_Montage.uasset b/Content/ParagonKwang/Animations/LightSword/Attacks/LightAttack01_Montage.uasset new file mode 100644 index 00000000..b113208d Binary files /dev/null and b/Content/ParagonKwang/Animations/LightSword/Attacks/LightAttack01_Montage.uasset differ diff --git a/Content/ParagonKwang/Animations/LightSword/Attacks/LightAttack02.uasset b/Content/ParagonKwang/Animations/LightSword/Attacks/LightAttack02.uasset new file mode 100644 index 00000000..9f4f34c3 Binary files /dev/null and b/Content/ParagonKwang/Animations/LightSword/Attacks/LightAttack02.uasset differ diff --git a/Content/ParagonKwang/Animations/LightSword/Attacks/LightAttack02_Montage.uasset b/Content/ParagonKwang/Animations/LightSword/Attacks/LightAttack02_Montage.uasset new file mode 100644 index 00000000..9a33f683 Binary files /dev/null and b/Content/ParagonKwang/Animations/LightSword/Attacks/LightAttack02_Montage.uasset differ diff --git a/Content/ParagonKwang/Animations/LightSword/Attacks/LightAttack03.uasset b/Content/ParagonKwang/Animations/LightSword/Attacks/LightAttack03.uasset new file mode 100644 index 00000000..4d75e295 Binary files /dev/null and b/Content/ParagonKwang/Animations/LightSword/Attacks/LightAttack03.uasset differ diff --git a/Content/ParagonKwang/Animations/LightSword/Attacks/LightAttack03_Montage.uasset b/Content/ParagonKwang/Animations/LightSword/Attacks/LightAttack03_Montage.uasset new file mode 100644 index 00000000..f449e2ab Binary files /dev/null and b/Content/ParagonKwang/Animations/LightSword/Attacks/LightAttack03_Montage.uasset differ diff --git a/Content/ParagonKwang/Animations/LightSword/Attacks/LightAttack04.uasset b/Content/ParagonKwang/Animations/LightSword/Attacks/LightAttack04.uasset new file mode 100644 index 00000000..b1a86a25 Binary files /dev/null and b/Content/ParagonKwang/Animations/LightSword/Attacks/LightAttack04.uasset differ diff --git a/Content/ParagonKwang/Animations/LightSword/Attacks/SprintAttack.uasset b/Content/ParagonKwang/Animations/LightSword/Attacks/SprintAttack.uasset new file mode 100644 index 00000000..2bea6343 Binary files /dev/null and b/Content/ParagonKwang/Animations/LightSword/Attacks/SprintAttack.uasset differ diff --git a/Content/ParagonKwang/Animations/LightSword/Attacks/SprintAttack_Montage.uasset b/Content/ParagonKwang/Animations/LightSword/Attacks/SprintAttack_Montage.uasset new file mode 100644 index 00000000..e523d618 Binary files /dev/null and b/Content/ParagonKwang/Animations/LightSword/Attacks/SprintAttack_Montage.uasset differ diff --git a/Content/ParagonKwang/Animations/LightSword/Equip/LightWeaponDisarm_Anim.uasset b/Content/ParagonKwang/Animations/LightSword/Equip/LightWeaponDisarm_Anim.uasset new file mode 100644 index 00000000..64f7d2b7 Binary files /dev/null and b/Content/ParagonKwang/Animations/LightSword/Equip/LightWeaponDisarm_Anim.uasset differ diff --git a/Content/ParagonKwang/Animations/LightSword/Equip/LightWeaponDisarm_Anim_Montage.uasset b/Content/ParagonKwang/Animations/LightSword/Equip/LightWeaponDisarm_Anim_Montage.uasset new file mode 100644 index 00000000..94a0043e Binary files /dev/null and b/Content/ParagonKwang/Animations/LightSword/Equip/LightWeaponDisarm_Anim_Montage.uasset differ diff --git a/Content/ParagonKwang/Animations/LightSword/Equip/LightWeaponDraw_Anim.uasset b/Content/ParagonKwang/Animations/LightSword/Equip/LightWeaponDraw_Anim.uasset new file mode 100644 index 00000000..bd712831 Binary files /dev/null and b/Content/ParagonKwang/Animations/LightSword/Equip/LightWeaponDraw_Anim.uasset differ diff --git a/Content/ParagonKwang/Animations/LightSword/Equip/LightWeaponDraw_Anim_Montage.uasset b/Content/ParagonKwang/Animations/LightSword/Equip/LightWeaponDraw_Anim_Montage.uasset new file mode 100644 index 00000000..612f9f7f Binary files /dev/null and b/Content/ParagonKwang/Animations/LightSword/Equip/LightWeaponDraw_Anim_Montage.uasset differ diff --git a/Content/ParagonKwang/Animations/LightSword_IdleRun.uasset b/Content/ParagonKwang/Animations/LightSword_IdleRun.uasset new file mode 100644 index 00000000..b1711541 Binary files /dev/null and b/Content/ParagonKwang/Animations/LightSword_IdleRun.uasset differ diff --git a/Content/ParagonKwang/Animations/MM_Fall_Loop.uasset b/Content/ParagonKwang/Animations/MM_Fall_Loop.uasset new file mode 100644 index 00000000..16a167e8 Binary files /dev/null and b/Content/ParagonKwang/Animations/MM_Fall_Loop.uasset differ diff --git a/Content/ParagonKwang/Animations/MM_Idle.uasset b/Content/ParagonKwang/Animations/MM_Idle.uasset new file mode 100644 index 00000000..e293b40f Binary files /dev/null and b/Content/ParagonKwang/Animations/MM_Idle.uasset differ diff --git a/Content/ParagonKwang/Animations/MM_Jump.uasset b/Content/ParagonKwang/Animations/MM_Jump.uasset new file mode 100644 index 00000000..741e7a7e Binary files /dev/null and b/Content/ParagonKwang/Animations/MM_Jump.uasset differ diff --git a/Content/ParagonKwang/Animations/MM_Land.uasset b/Content/ParagonKwang/Animations/MM_Land.uasset new file mode 100644 index 00000000..9f5ca942 Binary files /dev/null and b/Content/ParagonKwang/Animations/MM_Land.uasset differ diff --git a/Content/ParagonKwang/Animations/MM_Run_Fwd.uasset b/Content/ParagonKwang/Animations/MM_Run_Fwd.uasset new file mode 100644 index 00000000..73b1574a Binary files /dev/null and b/Content/ParagonKwang/Animations/MM_Run_Fwd.uasset differ diff --git a/Content/ParagonKwang/Animations/MM_Walk_Fwd.uasset b/Content/ParagonKwang/Animations/MM_Walk_Fwd.uasset new file mode 100644 index 00000000..24fe6587 Binary files /dev/null and b/Content/ParagonKwang/Animations/MM_Walk_Fwd.uasset differ diff --git a/Content/ParagonKwang/Animations/MM_Walk_InPlace.uasset b/Content/ParagonKwang/Animations/MM_Walk_InPlace.uasset new file mode 100644 index 00000000..bdf9e018 Binary files /dev/null and b/Content/ParagonKwang/Animations/MM_Walk_InPlace.uasset differ diff --git a/Content/ParagonKwang/Animations/TravelMode_Fwd.uasset b/Content/ParagonKwang/Animations/TravelMode_Fwd.uasset new file mode 100644 index 00000000..88600e19 Binary files /dev/null and b/Content/ParagonKwang/Animations/TravelMode_Fwd.uasset differ diff --git a/Content/ParagonKwang/Characters/Heroes/Kwang/AnimationTestMap.umap b/Content/ParagonKwang/Characters/Heroes/Kwang/AnimationTestMap.umap deleted file mode 100644 index 8b96e55b..00000000 Binary files a/Content/ParagonKwang/Characters/Heroes/Kwang/AnimationTestMap.umap and /dev/null differ diff --git a/Content/ParagonKwang/Characters/Heroes/Kwang/Animations/Kwang_AnimBlueprint.uasset b/Content/ParagonKwang/Characters/Heroes/Kwang/Animations/Kwang_AnimBlueprint.uasset deleted file mode 100644 index 3cffb9a8..00000000 Binary files a/Content/ParagonKwang/Characters/Heroes/Kwang/Animations/Kwang_AnimBlueprint.uasset and /dev/null differ diff --git a/Content/ParagonKwang/Characters/Heroes/Kwang/KwangPlayerCharacter.uasset b/Content/ParagonKwang/Characters/Heroes/Kwang/KwangPlayerCharacter.uasset deleted file mode 100644 index f55b55b8..00000000 Binary files a/Content/ParagonKwang/Characters/Heroes/Kwang/KwangPlayerCharacter.uasset and /dev/null differ diff --git a/Content/ParagonKwang/Characters/Heroes/Kwang/Meshes/Kwang_GDC.uasset b/Content/ParagonKwang/Characters/Heroes/Kwang/Meshes/Kwang_GDC.uasset index 4f09a1ef..cb494af9 100644 Binary files a/Content/ParagonKwang/Characters/Heroes/Kwang/Meshes/Kwang_GDC.uasset and b/Content/ParagonKwang/Characters/Heroes/Kwang/Meshes/Kwang_GDC.uasset differ diff --git a/Content/ParagonKwang/Characters/Heroes/Kwang/Meshes/Kwang_IKRig.uasset b/Content/ParagonKwang/Characters/Heroes/Kwang/Meshes/Kwang_IKRig.uasset new file mode 100644 index 00000000..8050c162 Binary files /dev/null and b/Content/ParagonKwang/Characters/Heroes/Kwang/Meshes/Kwang_IKRig.uasset differ diff --git a/Content/ParagonKwang/Characters/Heroes/Kwang/Meshes/Kwang_Skeleton.uasset b/Content/ParagonKwang/Characters/Heroes/Kwang/Meshes/Kwang_Skeleton.uasset index c08f2ae4..53186fc0 100644 Binary files a/Content/ParagonKwang/Characters/Heroes/Kwang/Meshes/Kwang_Skeleton.uasset and b/Content/ParagonKwang/Characters/Heroes/Kwang/Meshes/Kwang_Skeleton.uasset differ diff --git a/Content/__ExternalActors__/Maps/ThirdPersonMap/E/SI/2GNUG7N8YL1CV9XGXC4B5N.uasset b/Content/__ExternalActors__/Maps/ThirdPersonMap/E/SI/2GNUG7N8YL1CV9XGXC4B5N.uasset deleted file mode 100644 index 3d08172c..00000000 Binary files a/Content/__ExternalActors__/Maps/ThirdPersonMap/E/SI/2GNUG7N8YL1CV9XGXC4B5N.uasset and /dev/null differ