From 984401ce1f84581786f9e3241caf96bda718940b Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sat, 4 May 2019 15:46:20 -0400 Subject: renamed animation files to be client-only Renamed animation files since PAC3 removed the RegisterAnimation function server-side. --- gamemode/shared/animations/cl_move_evade.lua | 77 ++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 gamemode/shared/animations/cl_move_evade.lua (limited to 'gamemode/shared/animations/cl_move_evade.lua') diff --git a/gamemode/shared/animations/cl_move_evade.lua b/gamemode/shared/animations/cl_move_evade.lua new file mode 100644 index 0000000..b051570 --- /dev/null +++ b/gamemode/shared/animations/cl_move_evade.lua @@ -0,0 +1,77 @@ +local ani = nrequire("sh_animations.lua") + +ani.RegisterAnimation('evade_left', { + FrameData = { + { + BoneInfo = { + ['ValveBiped.Bip01_L_Calf'] = { + }, + ['ValveBiped.Bip01_L_Thigh'] = { + }, + ['ValveBiped.Bip01_R_Thigh'] = { + }, + ['ValveBiped.Bip01_Pelvis'] = { + } + }, + FrameRate = 1 + }, + { + BoneInfo = { + ['ValveBiped.Bip01_L_Calf'] = { + RU = -44.9346, + RR = -4.9288, + RF = 5.1193 + }, + ['ValveBiped.Bip01_L_Thigh'] = { + RU = 49.7508, + RR = 11.8895, + RF = 74.14 + }, + ['ValveBiped.Bip01_R_Thigh'] = { + RU = 6.3191, + RR = 12.8315, + RF = -4.8611 + }, + ['ValveBiped.Bip01_Pelvis'] = { + } + }, + FrameRate = 4 + }, + { + BoneInfo = { + ['ValveBiped.Bip01_L_Calf'] = { + RU = -44.9346, + RR = -4.9288, + RF = 5.1193 + }, + ['ValveBiped.Bip01_L_Thigh'] = { + RU = 49.7508, + RR = 11.8895, + RF = 74.14 + }, + ['ValveBiped.Bip01_Pelvis'] = { + }, + ['ValveBiped.Bip01_R_Thigh'] = { + RU = 6.3191, + RR = 12.8315, + RF = -4.8611 + } + }, + FrameRate = 4 + }, + { + BoneInfo = { + ['ValveBiped.Bip01_L_Calf'] = { + }, + ['ValveBiped.Bip01_L_Thigh'] = { + }, + ['ValveBiped.Bip01_Pelvis'] = { + }, + ['ValveBiped.Bip01_R_Thigh'] = { + } + }, + FrameRate = 2 + } + }, + Type = TYPE_STANCE +}) -- cgit v1.2.3-70-g09d2