diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 742fe79..59165a1 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -16,7 +16,7 @@ bOffsetPlayerGamepadIds=False GameInstanceClass=/Game/0_Project/Core/Engine/MyGameInstance.MyGameInstance_C GameDefaultMap=/Game/0_Project/Maps/MainMap.MainMap ServerDefaultMap=/Engine/Maps/Entry.Entry -GlobalDefaultGameMode=/Game/0_Project/Core/Engine/My_GameMode.My_GameMode_C +GlobalDefaultGameMode=/Game/0_Project/Core/Engine/SPGameMode.SPGameMode_C GlobalDefaultServerGameMode=None [/Script/Engine.Engine] @@ -61,7 +61,7 @@ bTickWhilePaused=True bInitialBuildingLocked=False bSkipAgentHeightCheckWhenPickingNavData=False DataGatheringMode=Instant -bGenerateNavigationOnlyAroundNavigationInvokers=False +bGenerateNavigationOnlyAroundNavigationInvokers=True ActiveTilesUpdateInterval=1.000000 +SupportedAgents=(Name="Default",Color=(B=255,G=251,R=181,A=164),DefaultQueryExtent=(X=50.000000,Y=50.000000,Z=250.000000),NavDataClass=/Script/NavigationSystem.RecastNavMesh,AgentRadius=10.000000,AgentHeight=12.000000,AgentStepHeight=-1.000000,NavWalkingSearchHeightScale=0.500000,PreferredNavData=None,bCanCrouch=False,bCanJump=False,bCanWalk=True,bCanSwim=False,bCanFly=False) SupportedAgentsMask=(bSupportsAgent0=True,bSupportsAgent1=True,bSupportsAgent2=True,bSupportsAgent3=True,bSupportsAgent4=True,bSupportsAgent5=True,bSupportsAgent6=True,bSupportsAgent7=True,bSupportsAgent8=True,bSupportsAgent9=True,bSupportsAgent10=True,bSupportsAgent11=True,bSupportsAgent12=True,bSupportsAgent13=True,bSupportsAgent14=True,bSupportsAgent15=True) diff --git a/Content/0_Project/Characters/BasePawn.uasset b/Content/0_Project/Characters/BasePawn.uasset index 071e177..9241357 100644 Binary files a/Content/0_Project/Characters/BasePawn.uasset and b/Content/0_Project/Characters/BasePawn.uasset differ diff --git a/Content/0_Project/Characters/BasePlayer.uasset b/Content/0_Project/Characters/BasePlayer.uasset index 280c3bf..6ed6dd6 100644 Binary files a/Content/0_Project/Characters/BasePlayer.uasset and b/Content/0_Project/Characters/BasePlayer.uasset differ diff --git a/Content/0_Project/Characters/BasePlayer_Child.uasset b/Content/0_Project/Characters/BasePlayer_Child.uasset deleted file mode 100644 index 1e56057..0000000 Binary files a/Content/0_Project/Characters/BasePlayer_Child.uasset and /dev/null differ diff --git a/Content/0_Project/Characters/Samourai/Test/Great_Sword_Idle__1_.uasset b/Content/0_Project/Characters/Samourai/Test/Great_Sword_Idle__1_.uasset deleted file mode 100644 index ca68e9b..0000000 Binary files a/Content/0_Project/Characters/Samourai/Test/Great_Sword_Idle__1_.uasset and /dev/null differ diff --git a/Content/0_Project/Characters/Samourai/Test/IdleFrame.uasset b/Content/0_Project/Characters/Samourai/Test/IdleFrame.uasset new file mode 100644 index 0000000..4820cad Binary files /dev/null and b/Content/0_Project/Characters/Samourai/Test/IdleFrame.uasset differ diff --git a/Content/0_Project/Characters/Samourai/Test/IdleToRun.uasset b/Content/0_Project/Characters/Samourai/Test/IdleToRun.uasset new file mode 100644 index 0000000..db99911 Binary files /dev/null and b/Content/0_Project/Characters/Samourai/Test/IdleToRun.uasset differ diff --git a/Content/0_Project/Characters/Samourai/Test/RunToIdle.uasset b/Content/0_Project/Characters/Samourai/Test/RunToIdle.uasset new file mode 100644 index 0000000..1842a39 Binary files /dev/null and b/Content/0_Project/Characters/Samourai/Test/RunToIdle.uasset differ diff --git a/Content/0_Project/Characters/Samourai/Test/SK_Samourai_Skeleton_AnimBlueprint.uasset b/Content/0_Project/Characters/Samourai/Test/SK_Samourai_Skeleton_AnimBlueprint.uasset new file mode 100644 index 0000000..d0cc0c4 Binary files /dev/null and b/Content/0_Project/Characters/Samourai/Test/SK_Samourai_Skeleton_AnimBlueprint.uasset differ