Compare commits
32 Commits
aed2bb913e
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
82995ce29b | ||
|
|
7f9074740b | ||
|
|
6c830a7a0f | ||
|
|
21b69f628e | ||
|
|
2fffda15eb | ||
|
|
cf7d32ef61 | ||
|
|
b6fbea60ad | ||
|
|
7f5a419415 | ||
|
|
7f49272b78 | ||
|
|
c4b8f4ca51 | ||
| cf71da3ad6 | |||
| c43cdd5d00 | |||
|
|
e9e7abff0e | ||
|
|
7b4e2a3e56 | ||
|
|
90cd31edbd | ||
|
|
ca08f14753 | ||
|
|
e3076f0651 | ||
|
|
1cf974433a | ||
|
|
a6bc1c665e | ||
|
|
1b7486c242 | ||
|
|
60f56a0e2f | ||
|
|
9655483ea4 | ||
|
|
f728674cb0 | ||
|
|
c2e97f7061 | ||
|
|
de10ee17b9 | ||
| 337b5f4822 | |||
| c239f53239 | |||
|
|
244ad11d1c | ||
|
|
d58db787ba | ||
| 8325ab314d | |||
| c8beabb44b | |||
| 77a51c3c70 |
7
.editorconfig
Normal file
7
.editorconfig
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
charset = utf-8
|
||||||
|
insert_final_newline = true
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
||||||
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -4,3 +4,6 @@
|
|||||||
[submodule "Plugins/CharacterControl"]
|
[submodule "Plugins/CharacterControl"]
|
||||||
path = Plugins/CharacterControl
|
path = Plugins/CharacterControl
|
||||||
url = https://gitea.msbzb.xyz/meishibiezb/CharacterControl
|
url = https://gitea.msbzb.xyz/meishibiezb/CharacterControl
|
||||||
|
[submodule "Plugins/Item"]
|
||||||
|
path = Plugins/Item
|
||||||
|
url = https://gitea.msbzb.xyz/meishibiezb/Item
|
||||||
|
|||||||
@@ -2,4 +2,7 @@
|
|||||||
ProjectID=2986EC0E4EEBB5E464388C874F51F09C
|
ProjectID=2986EC0E4EEBB5E464388C874F51F09C
|
||||||
ProjectName=First Person BP Game Template
|
ProjectName=First Person BP Game Template
|
||||||
|
|
||||||
|
[/Script/Item.ItemRegistrySettings]
|
||||||
|
ItemDataTables=(("TestItemDef", "/Game/Data/Item/TestItemDefTable.TestItemDefTable"))
|
||||||
|
ViewStrategies=()
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
;METADATA=(Diff=true, UseCommands=true)
|
;METADATA=(Diff=true, UseCommands=true)
|
||||||
|
|
||||||
[/Script/GameplayTags.GameplayTagsSettings]
|
[/Script/GameplayTags.GameplayTagsSettings]
|
||||||
ImportTagsFromConfig=True
|
ImportTagsFromConfig=True
|
||||||
WarnOnInvalidTags=True
|
WarnOnInvalidTags=True
|
||||||
@@ -17,4 +18,7 @@ NetIndexFirstBitSegment=16
|
|||||||
+GameplayTagList=(Tag="Gameplay.Action.Hello",DevComment="")
|
+GameplayTagList=(Tag="Gameplay.Action.Hello",DevComment="")
|
||||||
+GameplayTagList=(Tag="Gameplay.Action.Move",DevComment="")
|
+GameplayTagList=(Tag="Gameplay.Action.Move",DevComment="")
|
||||||
+GameplayTagList=(Tag="Gameplay.Action.Run",DevComment="")
|
+GameplayTagList=(Tag="Gameplay.Action.Run",DevComment="")
|
||||||
|
+GameplayTagList=(Tag="Gameplay.Action.UI.Hint",DevComment="")
|
||||||
|
+GameplayTagList=(Tag="Gameplay.Action.UI.Inventory",DevComment="")
|
||||||
|
+GameplayTagList=(Tag="Gameplay.Item.Property.Test",DevComment="")
|
||||||
|
|
||||||
|
|||||||
BIN
Content/Arts/UI/纹理/Vector.uasset
LFS
Normal file
BIN
Content/Arts/UI/纹理/Vector.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/UI/纹理/血条框1.uasset
LFS
Normal file
BIN
Content/Arts/UI/纹理/血条框1.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/UI/纹理/资金底框.uasset
LFS
Normal file
BIN
Content/Arts/UI/纹理/资金底框.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/UI/血条/环型血条.uasset
LFS
Normal file
BIN
Content/Arts/UI/血条/环型血条.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/UI/血条/环型血条_Inst.uasset
LFS
Normal file
BIN
Content/Arts/UI/血条/环型血条_Inst.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/mx/001.uasset
LFS
BIN
Content/Arts/mx/001.uasset
LFS
Binary file not shown.
BIN
Content/Arts/mx/001_2.uasset
LFS
Normal file
BIN
Content/Arts/mx/001_2.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/mx/Elsa/NPC/C/NPC.uasset
LFS
Normal file
BIN
Content/Arts/mx/Elsa/NPC/C/NPC.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/mx/Elsa/NPC/C/NPC1.uasset
LFS
Normal file
BIN
Content/Arts/mx/Elsa/NPC/C/NPC1.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/mx/Elsa/NPC/C/NPC2.uasset
LFS
Normal file
BIN
Content/Arts/mx/Elsa/NPC/C/NPC2.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/mx/Elsa/NPC/C/NPC3.uasset
LFS
Normal file
BIN
Content/Arts/mx/Elsa/NPC/C/NPC3.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/mx/Elsa/NPC/白模2绑定.uasset
LFS
Normal file
BIN
Content/Arts/mx/Elsa/NPC/白模2绑定.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/mx/Elsa/NPC/白模2绑定_Skeleton.uasset
LFS
Normal file
BIN
Content/Arts/mx/Elsa/NPC/白模2绑定_Skeleton.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/mx/Elsa/T/1.uasset
LFS
Normal file
BIN
Content/Arts/mx/Elsa/T/1.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/mx/Elsa/T/NZ_DM_blinn10_BaseColor.uasset
LFS
Normal file
BIN
Content/Arts/mx/Elsa/T/NZ_DM_blinn10_BaseColor.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/mx/Elsa/T/NZ_DM_blinn10_Normal.uasset
LFS
Normal file
BIN
Content/Arts/mx/Elsa/T/NZ_DM_blinn10_Normal.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/mx/Elsa/T/NZ_DM_blinn10_OcclusionRoughnessMetallic.uasset
LFS
Normal file
BIN
Content/Arts/mx/Elsa/T/NZ_DM_blinn10_OcclusionRoughnessMetallic.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/mx/Elsa/T/NZ_DM_blinn8_BaseColor.uasset
LFS
Normal file
BIN
Content/Arts/mx/Elsa/T/NZ_DM_blinn8_BaseColor.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/mx/Elsa/T/NZ_DM_blinn8_Emissive.uasset
LFS
Normal file
BIN
Content/Arts/mx/Elsa/T/NZ_DM_blinn8_Emissive.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/mx/Elsa/T/NZ_DM_blinn8_Normal.uasset
LFS
Normal file
BIN
Content/Arts/mx/Elsa/T/NZ_DM_blinn8_Normal.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/mx/Elsa/T/NZ_DM_blinn8_OcclusionRoughnessMetallic.uasset
LFS
Normal file
BIN
Content/Arts/mx/Elsa/T/NZ_DM_blinn8_OcclusionRoughnessMetallic.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/mx/Elsa/T/低和_1001_BaseColor_Mat.uasset
LFS
Normal file
BIN
Content/Arts/mx/Elsa/T/低和_1001_BaseColor_Mat.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/mx/Elsa/T/低和_1001_BaseColor_Mat1.uasset
LFS
Normal file
BIN
Content/Arts/mx/Elsa/T/低和_1001_BaseColor_Mat1.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/mx/Elsa/绑定好3_PhysicsAsset.uasset
LFS
Normal file
BIN
Content/Arts/mx/Elsa/绑定好3_PhysicsAsset.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/mx/Elsa/绑定好4_PhysicsAsset.uasset
LFS
Normal file
BIN
Content/Arts/mx/Elsa/绑定好4_PhysicsAsset.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/mx/Elsa/绑定好5.uasset
LFS
Normal file
BIN
Content/Arts/mx/Elsa/绑定好5.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/mx/Elsa/绑定好5_PhysicsAsset.uasset
LFS
Normal file
BIN
Content/Arts/mx/Elsa/绑定好5_PhysicsAsset.uasset
LFS
Normal file
Binary file not shown.
Binary file not shown.
BIN
Content/Arts/关卡序列/1.uasset
LFS
BIN
Content/Arts/关卡序列/1.uasset
LFS
Binary file not shown.
BIN
Content/Arts/动画/3/Anim_Hold_Pistol/Driving_Anim_Hold_Pistol.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/Anim_Hold_Pistol/Driving_Anim_Hold_Pistol.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_Sad_gesture_01.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_Sad_gesture_01.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_Sad_idle_01.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_Sad_idle_01.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_Sad_idle_02.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_Sad_idle_02.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_Sad_talk_01.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_Sad_talk_01.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_Sad_talk_02.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_Sad_talk_02.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_Serious_gesture_01.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_Serious_gesture_01.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_Serious_gesture_02.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_Serious_gesture_02.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_Serious_gesture_03.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_Serious_gesture_03.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_Serious_idle_01.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_Serious_idle_01.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_Serious_idle_02.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_Serious_idle_02.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_Serious_talk_low_01.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_Serious_talk_low_01.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_Serious_talk_low_03.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_Serious_talk_low_03.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_Serious_talk_low_04.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_Serious_talk_low_04.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_Serious_talk_up_01.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_Serious_talk_up_01.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_Serious_talk_up_02.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_Serious_talk_up_02.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_Serious_talk_up_03.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_Serious_talk_up_03.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_furious_idle_01.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_furious_idle_01.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_furious_idle_02.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_furious_idle_02.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_furious_talk_low.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_furious_talk_low.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_laugh_gesture_01.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_laugh_gesture_01.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_laugh_idle_01.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_laugh_idle_01.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_laugh_idle_02.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_laugh_idle_02.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_laugh_idle_03.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_laugh_idle_03.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_laugh_talk_low_01.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_laugh_talk_low_01.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_laugh_talk_low_02.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_laugh_talk_low_02.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_laugh_talk_low_03.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_laugh_talk_low_03.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_listening_idle_01.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_listening_idle_01.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_listening_idle_02.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_listening_idle_02.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_listening_idle_03.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_listening_idle_03.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_whisper_talk_01_left.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_whisper_talk_01_left.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_whisper_talk_01_right.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_whisper_talk_01_right.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_whisper_talk_02_left.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_whisper_talk_02_left.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_whisper_talk_02_right.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Dialogue_whisper_talk_02_right.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Static_back_against_wall.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Static_back_against_wall.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Static_foot_on_curb.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Static_foot_on_curb.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Static_leaning_against_curb.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Static_leaning_against_curb.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Static_leaning_against_curb_mirrored.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Static_leaning_against_curb_mirrored.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Static_one_foot_against_wall.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Static_one_foot_against_wall.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Static_sitting_on_bench_left_01.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Static_sitting_on_bench_left_01.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Static_sitting_on_bench_left_02.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Static_sitting_on_bench_left_02.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Static_sitting_on_bench_loop_01.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Static_sitting_on_bench_loop_01.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Static_sitting_on_bench_loop_02.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Static_sitting_on_bench_loop_02.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Static_sitting_on_bench_right_01.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Static_sitting_on_bench_right_01.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Static_sitting_on_bench_right_02.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Static_sitting_on_bench_right_02.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/IP_Static_sitting_on_curb.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/IP_Static_sitting_on_curb.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/RM_Dialogue_Sad_gesture_02.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/RM_Dialogue_Sad_gesture_02.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/RM_Dialogue_Serious_talk_low_02.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/RM_Dialogue_Serious_talk_low_02.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/RM_Dialogue_furious_talk_up.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/RM_Dialogue_furious_talk_up.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/RM_Dialogue_laugh_gesture_02.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/RM_Dialogue_laugh_gesture_02.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/RM_Dialogue_laugh_gesture_03.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/RM_Dialogue_laugh_gesture_03.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/RM_Dialogue_laugh_talk_up_01.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/RM_Dialogue_laugh_talk_up_01.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/RM_Dialogue_laugh_talk_up_02.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/RM_Dialogue_laugh_talk_up_02.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/RM_Dialogue_moving_furious.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/RM_Dialogue_moving_furious.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/RM_Dialogue_moving_sad.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/RM_Dialogue_moving_sad.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/RM_Dialogue_moving_serious.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/RM_Dialogue_moving_serious.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/RM_Static_left_arm_against_wall.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/RM_Static_left_arm_against_wall.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/RM_Static_right_arm_against_wall.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/RM_Static_right_arm_against_wall.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/walk/MOB1_CrouchWalk_F_Loop.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/walk/MOB1_CrouchWalk_F_Loop.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/walk/MOB1_CrouchWalk_F_Loop_IPC.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/walk/MOB1_CrouchWalk_F_Loop_IPC.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/walk/MOB1_CrouchWalk_F_To_Crouch_RU.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/walk/MOB1_CrouchWalk_F_To_Crouch_RU.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/walk/MOB1_CrouchWalk_F_To_Crouch_RU_IPC.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/walk/MOB1_CrouchWalk_F_To_Crouch_RU_IPC.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/walk/MOB1_Crouch_Idle_V2.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/walk/MOB1_Crouch_Idle_V2.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/walk/MOB1_Crouch_Idle_V2_IPC.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/walk/MOB1_Crouch_Idle_V2_IPC.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/walk/MOB1_Crouch_L_90.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/walk/MOB1_Crouch_L_90.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/walk/MOB1_Crouch_L_90_IPC.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/walk/MOB1_Crouch_L_90_IPC.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Arts/动画/3/NPC/walk/MOB1_Crouch_R_90.uasset
LFS
Normal file
BIN
Content/Arts/动画/3/NPC/walk/MOB1_Crouch_R_90.uasset
LFS
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user