├── 3DS2011_CAT_c_arms_citizen.max ├── 9way_central ├── camera.smd ├── camera_crouch.smd ├── dual.smd ├── dual_crouch.smd ├── fist.smd ├── fist_crouch.smd ├── gravgun.smd ├── grenade.smd ├── grenade_crouch.smd ├── knife.smd ├── magic.smd ├── magic_crouch.smd ├── melee.smd ├── melee2.smd ├── melee_crouch.smd ├── passive.smd ├── pist_base_f.smd ├── pist_base_m.smd ├── revo_base_f.smd ├── revo_base_m.smd ├── revo_crouch.smd ├── rpg.smd ├── shotgun.smd ├── slam.smd ├── smg1.smd └── smg1_crouch.smd ├── GMod ├── FightPose.smd ├── FightPose_Crouch_aim.smd ├── FightPose_Punch2.smd ├── FightPose_Punch3.smd ├── FightPose_Punch4.smd ├── FightPose_PunchA.smd ├── FightPose_PunchA_Lower.smd ├── FightPose_PunchA_Upper.smd ├── FightPose_PunchB.smd ├── FightPose_PunchB_Lower.smd ├── FightPose_PunchB_Upper.smd ├── FightPose_aim.smd ├── FightPose_block.smd ├── FightPose_down.smd ├── FightPose_duck.smd ├── FightPose_up.smd ├── Heal.smd ├── MeleeAttack01.smd ├── Ragdoll.smd ├── Ride.smd ├── Ride_fall.smd ├── Ride_fast.smd ├── Ride_normal.smd ├── attack_crossbow.smd ├── attack_dual_left.smd ├── attack_dual_right.smd ├── attack_knife.smd ├── attack_pistol.smd ├── attack_revolver.smd ├── breath.smd ├── breath_noclip.smd ├── ctfix.qc ├── death_01.smd ├── death_02.smd ├── death_03.smd ├── death_04.smd ├── drive_airboat.smd ├── drive_airboat_center.smd ├── drive_airboat_left.smd ├── drive_airboat_right.smd ├── drive_jeep.smd ├── drive_jeep_left.smd ├── drive_jeep_right.smd ├── drive_pd.smd ├── fem_fix.smd ├── fists_attack_01.smd ├── fists_idle.smd ├── gesture_agree.smd ├── gesture_bow.smd ├── gesture_comeon.smd ├── gesture_disagree.smd ├── gesture_salute.smd ├── gesture_wave.smd ├── grenDrop.smd ├── grenPlace.smd ├── grenThrow.smd ├── idle_melee_noise.smd ├── idle_seq_01.smd ├── in_chat.smd ├── jump_c.smd ├── jump_e.smd ├── jump_land.smd ├── jump_n.smd ├── jump_ne.smd ├── jump_nw.smd ├── jump_s.smd ├── jump_se.smd ├── jump_sw.smd ├── jump_w.smd ├── melee2_attack_01.smd ├── melee_gunhit.smd ├── meleeweapon_aim.smd ├── meleeweapon_crouch.smd ├── meleeweapon_hit1.smd ├── meleeweapon_hit2.smd ├── meleeweapon_hit3.smd ├── meleeweapon_pose.smd ├── mr_stabby.smd ├── mr_stabby_stab.smd ├── noclip_n.smd ├── pose.smd ├── poses_ducking.smd ├── poses_standing.smd ├── reference.smd ├── reload_dual.smd ├── reload_revolver.smd ├── reload_shotgun.smd ├── shotgun_pump_layer.smd ├── signal_advance.smd ├── signal_forward.smd ├── signal_group.smd ├── signal_halt.smd ├── signal_left.smd ├── signal_right.smd ├── signal_takecover.smd ├── sit_generic.smd ├── sit_slam.smd ├── sit_zen.smd ├── swim_c.smd ├── swim_e.smd ├── swim_n.smd ├── swim_ne.smd ├── swim_nw.smd ├── swim_s.smd ├── swim_se.smd ├── swim_sw.smd ├── swim_w.smd ├── taunt_cheer.smd ├── taunt_dance.smd ├── taunt_laugh.smd ├── taunt_muscle.smd ├── taunt_persistence.smd └── taunt_robot.smd ├── Player ├── CrouchIdle_D.smd ├── HL2DM_Aim_Gravgun.smd ├── HL2DM_Fire_Gravgun.smd ├── HL2DM_Idle_Crossbow.smd ├── HL2DM_Idle_Gravgun.smd ├── HL2DM_Idle_Grenade.smd ├── HL2DM_Idle_SLAM.smd ├── HL2DM_MeleeAttack.smd ├── HL2DM_RunN_Gravgun.smd ├── HL2DM_Run_Aim_Gravgun.smd ├── HL2DM_Throw_Grenade.smd ├── HL2DM_WalkN_Gravgun.smd ├── HL2DM_crouch_aim_RPG.smd ├── HL2DM_crouch_aim_gravgun.smd ├── HL2DM_crouch_aim_pistol.smd ├── HL2DM_deploy_SLAM.smd ├── Idle_Angry_RPG.smd ├── Idle_RPG_Relaxed.smd ├── Idle_Relaxed_Shotgun_4.smd ├── Nova_duel.smd ├── Nova_duel_aim.smd ├── Nova_duel_crouch.smd ├── Nova_duel_fire.smd ├── Nova_duel_reload.smd ├── Nova_duel_shot_left.smd ├── Nova_duel_shot_right.smd ├── body_poses_lean.qci ├── harassfront1.smd ├── harassfront2.smd ├── idle.smd ├── idle_angry_melee.smd ├── point.smd ├── pushplayer.smd └── thrust.smd ├── Police_XSI ├── Pistol_reload.smd ├── Pistol_shoot_1.smd ├── Police_animations.qc ├── Police_ss.qc ├── runn_aim_pistol.smd └── walkN_pistol_aim_matrix.smd ├── README.md ├── aimlayers ├── aimlayer_ar2.smd ├── aimlayer_ar2_crouch.smd ├── aimlayer_camera.smd ├── aimlayer_camera_crouch.smd ├── aimlayer_crossbow.smd ├── aimlayer_dual.smd ├── aimlayer_dual_crouch.smd ├── aimlayer_dual_run.smd ├── aimlayer_dual_walk.smd ├── aimlayer_knife.smd ├── aimlayer_knife_crouch.smd ├── aimlayer_knife_walk.smd ├── aimlayer_magic.smd ├── aimlayer_magic_crouch.smd ├── aimlayer_magic_delta.smd ├── aimlayer_melee.smd ├── aimlayer_melee2.smd ├── aimlayer_melee2_crouch.smd ├── aimlayer_physgun.smd ├── aimlayer_physgun_crouch.smd ├── aimlayer_physgun_run.smd ├── aimlayer_pistol.smd ├── aimlayer_pistol_crouch.smd ├── aimlayer_pistol_run.smd ├── aimlayer_pistol_walk.smd ├── aimlayer_pose_dual.smd ├── aimlayer_pose_dual_crouch.smd ├── aimlayer_pose_grenade.smd ├── aimlayer_pose_grenade_crouch.smd ├── aimlayer_pose_pistol.smd ├── aimlayer_pose_revolver.smd ├── aimlayer_pose_slam.smd ├── aimlayer_revolver.smd ├── aimlayer_revolver_run.smd ├── aimlayer_revolver_walk.smd ├── aimlayer_rpg.smd ├── aimlayer_rpg_crouch.smd ├── aimlayer_shotgun.smd ├── aimlayer_slam.smd ├── aimlayer_slam_crouch.smd └── aimlayer_smg.smd ├── base_f ├── Baton_Swing.smd ├── Cheer1.smd ├── CrouchIdle_D.smd ├── Crouch_SMG1_Reload.smd ├── Crouch_runN.smd ├── Crouch_to_stand.smd ├── Crouch_walkE.smd ├── Crouch_walkN.smd ├── Crouch_walkNE.smd ├── Crouch_walkNW.smd ├── Crouch_walkN_Aim.smd ├── Crouch_walkS.smd ├── Crouch_walkSE.smd ├── Crouch_walkSW.smd ├── Crouch_walkW.smd ├── Crouchhide_to_stand.smd ├── Idle01.smd ├── Idle02.smd ├── Idle03.smd ├── Idle_Angry.smd ├── Idle_scared.smd ├── Idle_subtle.smd ├── MeleeAttack01.smd ├── PreSkewer.smd ├── RunE.smd ├── RunN.smd ├── RunNE.smd ├── RunNW.smd ├── RunN_panicked2.smd ├── RunN_panicked3.smd ├── RunN_protected.smd ├── RunS.smd ├── RunSE.smd ├── RunSW.smd ├── RunW.smd ├── Run_charging.smd ├── Run_panicked.smd ├── Run_to_stand.smd ├── Throw.smd ├── Walk.smd ├── WalkE.smd ├── WalkE_Moderate.smd ├── WalkN.smd ├── WalkNE.smd ├── WalkNE_Moderate.smd ├── WalkNW.smd ├── WalkNW_Moderate.smd ├── WalkN_Combat.smd ├── WalkN_Moderate.smd ├── WalkNinplace.smd ├── WalkS.smd ├── WalkSE.smd ├── WalkSE_Moderate.smd ├── WalkSW.smd ├── WalkSW_Moderate.smd ├── WalkS_Moderate.smd ├── WalkSlow_N.smd ├── WalkW.smd ├── WalkW_Moderate.smd ├── Wave_SMG1.smd ├── cower.smd ├── crouch_idle.smd ├── crouch_panicked.smd └── seq_baton_swing.smd ├── base_m ├── Baton_swing.smd ├── Cheer1.smd ├── Cower.smd ├── Idle01.smd ├── Idle02.smd ├── Idle03.smd ├── IdleNoise.smd ├── Idle_Angry.smd ├── Idle_Angry_Melee.smd ├── Idle_scared.smd ├── Idle_subtle.smd ├── Idle_unarmed.smd ├── Line_idle01.smd ├── Line_idle02.smd ├── MeleeAttack01.smd ├── PreSkewer.smd ├── RunN_panicked2.smd ├── RunN_panicked3.smd ├── RunN_panicked4.smd ├── RunN_protected.smd ├── Run_charging.smd ├── Run_panicked.smd ├── Throw.smd ├── WalkC.smd ├── WalkE.smd ├── WalkN.smd ├── WalkNE.smd ├── WalkNW.smd ├── WalkS.smd ├── WalkSE.smd ├── WalkSW.smd ├── WalkW.smd ├── Wave_SMG1.smd ├── crouch_idle.smd ├── crouch_walkC.smd ├── crouch_walkE.smd ├── crouch_walkN.smd ├── crouch_walkNE.smd ├── crouch_walkNW.smd ├── crouch_walkS.smd ├── crouch_walkSE.smd ├── crouch_walkSW.smd ├── crouch_walkW.smd ├── runE.smd ├── runN.smd ├── runNE.smd ├── runNW.smd ├── runS.smd ├── runSE.smd ├── runSW.smd ├── runW.smd ├── run_center.smd ├── seq_baton_swing.smd ├── suitcase_idle.smd ├── suitcase_walk.smd └── tie_fidget.smd ├── c_arms_citizen.7z ├── c_arms_citizen.smd ├── c_arms_combine.smd ├── c_medkit.7z ├── combine_soldier_xsi ├── Reload_standing.smd ├── Shoot_AR2.smd ├── Shoot_AR2_up.smd ├── Shoot_SG.smd ├── Shoot_SMG1.smd ├── aim_9_directions.smd ├── aim_9_directions_SG.smd ├── combine_soldier_anims.qc ├── crouch_aim_9_directions.smd ├── hold_ar2.smd ├── hold_smg1.smd ├── runn_aim_sg.smd ├── shoot_ar2_crouch.smd ├── shoot_sg_crouch.smd └── shoot_smg1_crouch.smd ├── compile_svn.bat ├── compile_svn_release.bat ├── flinching ├── back_01.smd ├── flinch_01.smd ├── flinch_02.smd ├── head_01.smd ├── head_02.smd ├── physics_01.smd ├── physics_02.smd ├── shoulder_left.smd ├── shoulder_right.smd ├── stomach_01.smd └── stomach_02.smd ├── gm_anim_includes.7z ├── gm_anim_src.7z ├── gm_anims.qci ├── gm_base_f.qci ├── gm_base_m.qci ├── gm_playermodel_examples.7z ├── gm_sequences.qci ├── gm_sequences_zombie.qci ├── gm_sequences_zombie_humans.qci ├── gm_weightlists.qci ├── humans_sdk ├── Female.vrd ├── Female │ └── commonbones.qci ├── Female_animations │ ├── Female_Postures.qc │ ├── Female_gestures.qc │ ├── female_shared.qc │ └── female_ss.qc ├── Male │ ├── Ragdoll.smd │ ├── Ragdoll_pose.smd │ ├── WeaponBodygroups.qci │ ├── commonbones.qci │ ├── hitbox.qci │ └── ragdoll.qci ├── Male_animations │ ├── Crouch_runN.smd │ ├── Male_Postures.qc │ ├── Male_gestures.qc │ ├── WalkE.smd │ ├── WalkN.smd │ ├── WalkNE.smd │ ├── WalkNW.smd │ ├── WalkS.smd │ ├── WalkSE.smd │ ├── WalkSW.smd │ ├── WalkW.smd │ ├── WeaponAnims_Shared │ │ ├── Aim_9_directions.smd │ │ ├── Aim_9_directions_Alert.smd │ │ ├── Aim_RPG_9_directions.smd │ │ ├── Pistol_aim_matrix.smd │ │ ├── RunN_Alert_SMG1_Aim.smd │ │ ├── RunN_SMG1_Aim_9_directions.smd │ │ ├── ShootRPG.smd │ │ └── WalkN_SMG1_Alert_Aim_9_directions.smd │ ├── body_poses_lean.smd │ ├── crouch_walkE.smd │ ├── crouch_walkN.smd │ ├── crouch_walkNE.smd │ ├── crouch_walkNW.smd │ ├── crouch_walkS.smd │ ├── crouch_walkSE.smd │ ├── crouch_walkSW.smd │ ├── crouch_walkW.smd │ ├── male_Shared.qc │ ├── male_ss.qc │ ├── runE.smd │ ├── runN.smd │ ├── runNE.smd │ ├── runNW.smd │ ├── runS.smd │ ├── runSE.smd │ ├── runSW.smd │ └── runW.smd ├── ValveBiped.vrd ├── bodyrules_xsi.qci ├── facerules_xsi.qci ├── gesturemacros.qci ├── lowesthumannohelpers.qci ├── lowesthumanskeleton.qci ├── male.vrd ├── posturemacros.qci ├── removehands.qci ├── removerighthand.qci ├── standardflex_xsi.qci ├── standardhierarchy.qci ├── standardikchains.qci └── weaponmacros.qci ├── macro_aimlayers.qci ├── macro_gestures.qci ├── macro_movement_f.qci ├── macro_movement_m.qci ├── macro_zombie.qci ├── player_female_anims_f_anm.qc ├── player_male_anims_m_anm.qc ├── player_zombie_anims_z_anm.qc ├── transitions ├── CrouchIdle_D_toShoot.smd ├── Crouch_to_run.smd ├── Crouch_to_stand.smd ├── Run_to_crouch.smd ├── Run_to_stand.smd ├── Stand_to_crouch.smd ├── Stand_to_crouchhide.smd ├── Stand_to_run.smd ├── Stand_to_walk.smd └── Walk_to_stand.smd └── zombie ├── BloodyRoar1.smd ├── BloodyRoar2.smd ├── BloodyRoar2_edit.smd ├── BloodyRoar3.smd ├── Leap.smd ├── Leap_land.smd ├── Leap_middle_loop.smd ├── Leap_start.smd ├── ZombieFast_Climb.smd ├── ZombieFast_ClimbDismount.smd ├── ZombieFast_ClimbDismount_EndPose.smd ├── ZombieFast_Climbloop.smd ├── ZombieFast_Idle.smd ├── ZombieFast_LeapAttack.smd ├── ZombieFast_LeapAttack_Leap.smd ├── ZombieFast_LeapAttack_Soar.smd ├── ZombieFast_LeapAttack_Strike.smd ├── ZombieFast_MeleeAttack.smd ├── ZombieFast_MeleeLunge.smd ├── ZombieFast_RunN.smd ├── ZombiePoison_Throw.smd ├── anim_fix.smd ├── attack_01.smd ├── attack_02.smd ├── attack_03.smd ├── attack_04.smd ├── attack_05.smd ├── attack_06.smd ├── crouch_layer.smd ├── idle.smd ├── idle_layer.smd ├── run_cntr_humans.smd ├── run_pose_humans.smd ├── slump_idle.smd ├── slump_rise.smd ├── slumpalt_idle.smd ├── slumpalt_rise_fast.smd ├── slumpalt_rise_slow.smd ├── tantrum.smd ├── walk_01.smd ├── walk_02.smd ├── walk_03.smd ├── walk_04.smd ├── walk_05.smd ├── walk_e.smd ├── walk_fast_e.smd ├── walk_fast_n.smd ├── walk_fast_ne.smd ├── walk_fast_nw.smd ├── walk_fast_s.smd ├── walk_fast_se.smd ├── walk_fast_sw.smd ├── walk_fast_w.smd ├── walk_ne.smd ├── walk_nw.smd ├── walk_s.smd ├── walk_se.smd ├── walk_sw.smd └── walk_w.smd /3DS2011_CAT_c_arms_citizen.max: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/3DS2011_CAT_c_arms_citizen.max -------------------------------------------------------------------------------- /9way_central/camera.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/9way_central/camera.smd -------------------------------------------------------------------------------- /9way_central/camera_crouch.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/9way_central/camera_crouch.smd -------------------------------------------------------------------------------- /9way_central/dual.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/9way_central/dual.smd -------------------------------------------------------------------------------- /9way_central/dual_crouch.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/9way_central/dual_crouch.smd -------------------------------------------------------------------------------- /9way_central/fist.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/9way_central/fist.smd -------------------------------------------------------------------------------- /9way_central/fist_crouch.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/9way_central/fist_crouch.smd -------------------------------------------------------------------------------- /9way_central/gravgun.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/9way_central/gravgun.smd -------------------------------------------------------------------------------- /9way_central/grenade.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/9way_central/grenade.smd -------------------------------------------------------------------------------- /9way_central/grenade_crouch.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/9way_central/grenade_crouch.smd -------------------------------------------------------------------------------- /9way_central/knife.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/9way_central/knife.smd -------------------------------------------------------------------------------- /9way_central/magic.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/9way_central/magic.smd -------------------------------------------------------------------------------- /9way_central/magic_crouch.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/9way_central/magic_crouch.smd -------------------------------------------------------------------------------- /9way_central/melee.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/9way_central/melee.smd -------------------------------------------------------------------------------- /9way_central/melee2.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/9way_central/melee2.smd -------------------------------------------------------------------------------- /9way_central/melee_crouch.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/9way_central/melee_crouch.smd -------------------------------------------------------------------------------- /9way_central/passive.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/9way_central/passive.smd -------------------------------------------------------------------------------- /9way_central/pist_base_f.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/9way_central/pist_base_f.smd -------------------------------------------------------------------------------- /9way_central/pist_base_m.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/9way_central/pist_base_m.smd -------------------------------------------------------------------------------- /9way_central/revo_base_f.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/9way_central/revo_base_f.smd -------------------------------------------------------------------------------- /9way_central/revo_base_m.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/9way_central/revo_base_m.smd -------------------------------------------------------------------------------- /9way_central/revo_crouch.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/9way_central/revo_crouch.smd -------------------------------------------------------------------------------- /9way_central/rpg.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/9way_central/rpg.smd -------------------------------------------------------------------------------- /9way_central/shotgun.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/9way_central/shotgun.smd -------------------------------------------------------------------------------- /9way_central/slam.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/9way_central/slam.smd -------------------------------------------------------------------------------- /9way_central/smg1.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/9way_central/smg1.smd -------------------------------------------------------------------------------- /9way_central/smg1_crouch.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/9way_central/smg1_crouch.smd -------------------------------------------------------------------------------- /GMod/FightPose.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/FightPose.smd -------------------------------------------------------------------------------- /GMod/FightPose_Crouch_aim.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/FightPose_Crouch_aim.smd -------------------------------------------------------------------------------- /GMod/FightPose_Punch2.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/FightPose_Punch2.smd -------------------------------------------------------------------------------- /GMod/FightPose_Punch3.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/FightPose_Punch3.smd -------------------------------------------------------------------------------- /GMod/FightPose_Punch4.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/FightPose_Punch4.smd -------------------------------------------------------------------------------- /GMod/FightPose_PunchA.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/FightPose_PunchA.smd -------------------------------------------------------------------------------- /GMod/FightPose_PunchA_Lower.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/FightPose_PunchA_Lower.smd -------------------------------------------------------------------------------- /GMod/FightPose_PunchA_Upper.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/FightPose_PunchA_Upper.smd -------------------------------------------------------------------------------- /GMod/FightPose_PunchB.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/FightPose_PunchB.smd -------------------------------------------------------------------------------- /GMod/FightPose_PunchB_Lower.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/FightPose_PunchB_Lower.smd -------------------------------------------------------------------------------- /GMod/FightPose_PunchB_Upper.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/FightPose_PunchB_Upper.smd -------------------------------------------------------------------------------- /GMod/FightPose_aim.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/FightPose_aim.smd -------------------------------------------------------------------------------- /GMod/FightPose_block.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/FightPose_block.smd -------------------------------------------------------------------------------- /GMod/FightPose_down.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/FightPose_down.smd -------------------------------------------------------------------------------- /GMod/FightPose_duck.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/FightPose_duck.smd -------------------------------------------------------------------------------- /GMod/FightPose_up.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/FightPose_up.smd -------------------------------------------------------------------------------- /GMod/Heal.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/Heal.smd -------------------------------------------------------------------------------- /GMod/MeleeAttack01.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/MeleeAttack01.smd -------------------------------------------------------------------------------- /GMod/Ragdoll.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/Ragdoll.smd -------------------------------------------------------------------------------- /GMod/Ride.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/Ride.smd -------------------------------------------------------------------------------- /GMod/Ride_fall.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/Ride_fall.smd -------------------------------------------------------------------------------- /GMod/Ride_fast.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/Ride_fast.smd -------------------------------------------------------------------------------- /GMod/Ride_normal.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/Ride_normal.smd -------------------------------------------------------------------------------- /GMod/attack_crossbow.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/attack_crossbow.smd -------------------------------------------------------------------------------- /GMod/attack_dual_left.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/attack_dual_left.smd -------------------------------------------------------------------------------- /GMod/attack_dual_right.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/attack_dual_right.smd -------------------------------------------------------------------------------- /GMod/attack_knife.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/attack_knife.smd -------------------------------------------------------------------------------- /GMod/attack_pistol.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/attack_pistol.smd -------------------------------------------------------------------------------- /GMod/attack_revolver.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/attack_revolver.smd -------------------------------------------------------------------------------- /GMod/breath.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/breath.smd -------------------------------------------------------------------------------- /GMod/breath_noclip.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/breath_noclip.smd -------------------------------------------------------------------------------- /GMod/ctfix.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/ctfix.qc -------------------------------------------------------------------------------- /GMod/death_01.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/death_01.smd -------------------------------------------------------------------------------- /GMod/death_02.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/death_02.smd -------------------------------------------------------------------------------- /GMod/death_03.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/death_03.smd -------------------------------------------------------------------------------- /GMod/death_04.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/death_04.smd -------------------------------------------------------------------------------- /GMod/drive_airboat.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/drive_airboat.smd -------------------------------------------------------------------------------- /GMod/drive_airboat_center.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/drive_airboat_center.smd -------------------------------------------------------------------------------- /GMod/drive_airboat_left.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/drive_airboat_left.smd -------------------------------------------------------------------------------- /GMod/drive_airboat_right.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/drive_airboat_right.smd -------------------------------------------------------------------------------- /GMod/drive_jeep.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/drive_jeep.smd -------------------------------------------------------------------------------- /GMod/drive_jeep_left.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/drive_jeep_left.smd -------------------------------------------------------------------------------- /GMod/drive_jeep_right.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/drive_jeep_right.smd -------------------------------------------------------------------------------- /GMod/drive_pd.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/drive_pd.smd -------------------------------------------------------------------------------- /GMod/fem_fix.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/fem_fix.smd -------------------------------------------------------------------------------- /GMod/fists_attack_01.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/fists_attack_01.smd -------------------------------------------------------------------------------- /GMod/fists_idle.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/fists_idle.smd -------------------------------------------------------------------------------- /GMod/gesture_agree.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/gesture_agree.smd -------------------------------------------------------------------------------- /GMod/gesture_bow.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/gesture_bow.smd -------------------------------------------------------------------------------- /GMod/gesture_comeon.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/gesture_comeon.smd -------------------------------------------------------------------------------- /GMod/gesture_disagree.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/gesture_disagree.smd -------------------------------------------------------------------------------- /GMod/gesture_salute.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/gesture_salute.smd -------------------------------------------------------------------------------- /GMod/gesture_wave.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/gesture_wave.smd -------------------------------------------------------------------------------- /GMod/grenDrop.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/grenDrop.smd -------------------------------------------------------------------------------- /GMod/grenPlace.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/grenPlace.smd -------------------------------------------------------------------------------- /GMod/grenThrow.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/grenThrow.smd -------------------------------------------------------------------------------- /GMod/idle_melee_noise.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/idle_melee_noise.smd -------------------------------------------------------------------------------- /GMod/idle_seq_01.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/idle_seq_01.smd -------------------------------------------------------------------------------- /GMod/in_chat.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/in_chat.smd -------------------------------------------------------------------------------- /GMod/jump_c.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/jump_c.smd -------------------------------------------------------------------------------- /GMod/jump_e.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/jump_e.smd -------------------------------------------------------------------------------- /GMod/jump_land.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/jump_land.smd -------------------------------------------------------------------------------- /GMod/jump_n.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/jump_n.smd -------------------------------------------------------------------------------- /GMod/jump_ne.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/jump_ne.smd -------------------------------------------------------------------------------- /GMod/jump_nw.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/jump_nw.smd -------------------------------------------------------------------------------- /GMod/jump_s.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/jump_s.smd -------------------------------------------------------------------------------- /GMod/jump_se.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/jump_se.smd -------------------------------------------------------------------------------- /GMod/jump_sw.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/jump_sw.smd -------------------------------------------------------------------------------- /GMod/jump_w.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/jump_w.smd -------------------------------------------------------------------------------- /GMod/melee2_attack_01.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/melee2_attack_01.smd -------------------------------------------------------------------------------- /GMod/melee_gunhit.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/melee_gunhit.smd -------------------------------------------------------------------------------- /GMod/meleeweapon_aim.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/meleeweapon_aim.smd -------------------------------------------------------------------------------- /GMod/meleeweapon_crouch.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/meleeweapon_crouch.smd -------------------------------------------------------------------------------- /GMod/meleeweapon_hit1.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/meleeweapon_hit1.smd -------------------------------------------------------------------------------- /GMod/meleeweapon_hit2.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/meleeweapon_hit2.smd -------------------------------------------------------------------------------- /GMod/meleeweapon_hit3.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/meleeweapon_hit3.smd -------------------------------------------------------------------------------- /GMod/meleeweapon_pose.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/meleeweapon_pose.smd -------------------------------------------------------------------------------- /GMod/mr_stabby.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/mr_stabby.smd -------------------------------------------------------------------------------- /GMod/mr_stabby_stab.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/mr_stabby_stab.smd -------------------------------------------------------------------------------- /GMod/noclip_n.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/noclip_n.smd -------------------------------------------------------------------------------- /GMod/pose.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/pose.smd -------------------------------------------------------------------------------- /GMod/poses_ducking.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/poses_ducking.smd -------------------------------------------------------------------------------- /GMod/poses_standing.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/poses_standing.smd -------------------------------------------------------------------------------- /GMod/reference.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/reference.smd -------------------------------------------------------------------------------- /GMod/reload_dual.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/reload_dual.smd -------------------------------------------------------------------------------- /GMod/reload_revolver.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/reload_revolver.smd -------------------------------------------------------------------------------- /GMod/reload_shotgun.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/reload_shotgun.smd -------------------------------------------------------------------------------- /GMod/shotgun_pump_layer.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/shotgun_pump_layer.smd -------------------------------------------------------------------------------- /GMod/signal_advance.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/signal_advance.smd -------------------------------------------------------------------------------- /GMod/signal_forward.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/signal_forward.smd -------------------------------------------------------------------------------- /GMod/signal_group.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/signal_group.smd -------------------------------------------------------------------------------- /GMod/signal_halt.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/signal_halt.smd -------------------------------------------------------------------------------- /GMod/signal_left.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/signal_left.smd -------------------------------------------------------------------------------- /GMod/signal_right.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/signal_right.smd -------------------------------------------------------------------------------- /GMod/signal_takecover.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/signal_takecover.smd -------------------------------------------------------------------------------- /GMod/sit_generic.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/sit_generic.smd -------------------------------------------------------------------------------- /GMod/sit_slam.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/sit_slam.smd -------------------------------------------------------------------------------- /GMod/sit_zen.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/sit_zen.smd -------------------------------------------------------------------------------- /GMod/swim_c.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/swim_c.smd -------------------------------------------------------------------------------- /GMod/swim_e.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/swim_e.smd -------------------------------------------------------------------------------- /GMod/swim_n.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/swim_n.smd -------------------------------------------------------------------------------- /GMod/swim_ne.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/swim_ne.smd -------------------------------------------------------------------------------- /GMod/swim_nw.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/swim_nw.smd -------------------------------------------------------------------------------- /GMod/swim_s.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/swim_s.smd -------------------------------------------------------------------------------- /GMod/swim_se.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/swim_se.smd -------------------------------------------------------------------------------- /GMod/swim_sw.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/swim_sw.smd -------------------------------------------------------------------------------- /GMod/swim_w.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/swim_w.smd -------------------------------------------------------------------------------- /GMod/taunt_cheer.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/taunt_cheer.smd -------------------------------------------------------------------------------- /GMod/taunt_dance.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/taunt_dance.smd -------------------------------------------------------------------------------- /GMod/taunt_laugh.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/taunt_laugh.smd -------------------------------------------------------------------------------- /GMod/taunt_muscle.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/taunt_muscle.smd -------------------------------------------------------------------------------- /GMod/taunt_persistence.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/taunt_persistence.smd -------------------------------------------------------------------------------- /GMod/taunt_robot.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/GMod/taunt_robot.smd -------------------------------------------------------------------------------- /Player/CrouchIdle_D.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/Player/CrouchIdle_D.smd -------------------------------------------------------------------------------- /Player/HL2DM_Aim_Gravgun.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/Player/HL2DM_Aim_Gravgun.smd -------------------------------------------------------------------------------- /Player/HL2DM_Fire_Gravgun.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/Player/HL2DM_Fire_Gravgun.smd -------------------------------------------------------------------------------- /Player/HL2DM_Idle_Crossbow.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/Player/HL2DM_Idle_Crossbow.smd -------------------------------------------------------------------------------- /Player/HL2DM_Idle_Gravgun.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/Player/HL2DM_Idle_Gravgun.smd -------------------------------------------------------------------------------- /Player/HL2DM_Idle_Grenade.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/Player/HL2DM_Idle_Grenade.smd -------------------------------------------------------------------------------- /Player/HL2DM_Idle_SLAM.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/Player/HL2DM_Idle_SLAM.smd -------------------------------------------------------------------------------- /Player/HL2DM_MeleeAttack.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/Player/HL2DM_MeleeAttack.smd -------------------------------------------------------------------------------- /Player/HL2DM_RunN_Gravgun.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/Player/HL2DM_RunN_Gravgun.smd -------------------------------------------------------------------------------- /Player/HL2DM_Run_Aim_Gravgun.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/Player/HL2DM_Run_Aim_Gravgun.smd -------------------------------------------------------------------------------- /Player/HL2DM_Throw_Grenade.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/Player/HL2DM_Throw_Grenade.smd -------------------------------------------------------------------------------- /Player/HL2DM_WalkN_Gravgun.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/Player/HL2DM_WalkN_Gravgun.smd -------------------------------------------------------------------------------- /Player/HL2DM_crouch_aim_RPG.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/Player/HL2DM_crouch_aim_RPG.smd -------------------------------------------------------------------------------- /Player/HL2DM_crouch_aim_gravgun.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/Player/HL2DM_crouch_aim_gravgun.smd -------------------------------------------------------------------------------- /Player/HL2DM_crouch_aim_pistol.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/Player/HL2DM_crouch_aim_pistol.smd -------------------------------------------------------------------------------- /Player/HL2DM_deploy_SLAM.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/Player/HL2DM_deploy_SLAM.smd -------------------------------------------------------------------------------- /Player/Idle_Angry_RPG.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/Player/Idle_Angry_RPG.smd -------------------------------------------------------------------------------- /Player/Idle_RPG_Relaxed.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/Player/Idle_RPG_Relaxed.smd -------------------------------------------------------------------------------- /Player/Idle_Relaxed_Shotgun_4.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/Player/Idle_Relaxed_Shotgun_4.smd -------------------------------------------------------------------------------- /Player/Nova_duel.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/Player/Nova_duel.smd -------------------------------------------------------------------------------- /Player/Nova_duel_aim.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/Player/Nova_duel_aim.smd -------------------------------------------------------------------------------- /Player/Nova_duel_crouch.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/Player/Nova_duel_crouch.smd -------------------------------------------------------------------------------- /Player/Nova_duel_fire.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/Player/Nova_duel_fire.smd -------------------------------------------------------------------------------- /Player/Nova_duel_reload.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/Player/Nova_duel_reload.smd -------------------------------------------------------------------------------- /Player/Nova_duel_shot_left.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/Player/Nova_duel_shot_left.smd -------------------------------------------------------------------------------- /Player/Nova_duel_shot_right.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/Player/Nova_duel_shot_right.smd -------------------------------------------------------------------------------- /Player/body_poses_lean.qci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/Player/body_poses_lean.qci -------------------------------------------------------------------------------- /Player/harassfront1.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/Player/harassfront1.smd -------------------------------------------------------------------------------- /Player/harassfront2.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/Player/harassfront2.smd -------------------------------------------------------------------------------- /Player/idle.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/Player/idle.smd -------------------------------------------------------------------------------- /Player/idle_angry_melee.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/Player/idle_angry_melee.smd -------------------------------------------------------------------------------- /Player/point.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/Player/point.smd -------------------------------------------------------------------------------- /Player/pushplayer.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/Player/pushplayer.smd -------------------------------------------------------------------------------- /Player/thrust.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/Player/thrust.smd -------------------------------------------------------------------------------- /Police_XSI/Pistol_reload.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/Police_XSI/Pistol_reload.smd -------------------------------------------------------------------------------- /Police_XSI/Pistol_shoot_1.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/Police_XSI/Pistol_shoot_1.smd -------------------------------------------------------------------------------- /Police_XSI/Police_animations.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/Police_XSI/Police_animations.qc -------------------------------------------------------------------------------- /Police_XSI/Police_ss.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/Police_XSI/Police_ss.qc -------------------------------------------------------------------------------- /Police_XSI/runn_aim_pistol.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/Police_XSI/runn_aim_pistol.smd -------------------------------------------------------------------------------- /Police_XSI/walkN_pistol_aim_matrix.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/Police_XSI/walkN_pistol_aim_matrix.smd -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/README.md -------------------------------------------------------------------------------- /aimlayers/aimlayer_ar2.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_ar2.smd -------------------------------------------------------------------------------- /aimlayers/aimlayer_ar2_crouch.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_ar2_crouch.smd -------------------------------------------------------------------------------- /aimlayers/aimlayer_camera.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_camera.smd -------------------------------------------------------------------------------- /aimlayers/aimlayer_camera_crouch.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_camera_crouch.smd -------------------------------------------------------------------------------- /aimlayers/aimlayer_crossbow.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_crossbow.smd -------------------------------------------------------------------------------- /aimlayers/aimlayer_dual.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_dual.smd -------------------------------------------------------------------------------- /aimlayers/aimlayer_dual_crouch.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_dual_crouch.smd -------------------------------------------------------------------------------- /aimlayers/aimlayer_dual_run.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_dual_run.smd -------------------------------------------------------------------------------- /aimlayers/aimlayer_dual_walk.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_dual_walk.smd -------------------------------------------------------------------------------- /aimlayers/aimlayer_knife.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_knife.smd -------------------------------------------------------------------------------- /aimlayers/aimlayer_knife_crouch.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_knife_crouch.smd -------------------------------------------------------------------------------- /aimlayers/aimlayer_knife_walk.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_knife_walk.smd -------------------------------------------------------------------------------- /aimlayers/aimlayer_magic.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_magic.smd -------------------------------------------------------------------------------- /aimlayers/aimlayer_magic_crouch.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_magic_crouch.smd -------------------------------------------------------------------------------- /aimlayers/aimlayer_magic_delta.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_magic_delta.smd -------------------------------------------------------------------------------- /aimlayers/aimlayer_melee.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_melee.smd -------------------------------------------------------------------------------- /aimlayers/aimlayer_melee2.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_melee2.smd -------------------------------------------------------------------------------- /aimlayers/aimlayer_melee2_crouch.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_melee2_crouch.smd -------------------------------------------------------------------------------- /aimlayers/aimlayer_physgun.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_physgun.smd -------------------------------------------------------------------------------- /aimlayers/aimlayer_physgun_crouch.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_physgun_crouch.smd -------------------------------------------------------------------------------- /aimlayers/aimlayer_physgun_run.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_physgun_run.smd -------------------------------------------------------------------------------- /aimlayers/aimlayer_pistol.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_pistol.smd -------------------------------------------------------------------------------- /aimlayers/aimlayer_pistol_crouch.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_pistol_crouch.smd -------------------------------------------------------------------------------- /aimlayers/aimlayer_pistol_run.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_pistol_run.smd -------------------------------------------------------------------------------- /aimlayers/aimlayer_pistol_walk.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_pistol_walk.smd -------------------------------------------------------------------------------- /aimlayers/aimlayer_pose_dual.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_pose_dual.smd -------------------------------------------------------------------------------- /aimlayers/aimlayer_pose_dual_crouch.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_pose_dual_crouch.smd -------------------------------------------------------------------------------- /aimlayers/aimlayer_pose_grenade.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_pose_grenade.smd -------------------------------------------------------------------------------- /aimlayers/aimlayer_pose_grenade_crouch.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_pose_grenade_crouch.smd -------------------------------------------------------------------------------- /aimlayers/aimlayer_pose_pistol.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_pose_pistol.smd -------------------------------------------------------------------------------- /aimlayers/aimlayer_pose_revolver.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_pose_revolver.smd -------------------------------------------------------------------------------- /aimlayers/aimlayer_pose_slam.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_pose_slam.smd -------------------------------------------------------------------------------- /aimlayers/aimlayer_revolver.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_revolver.smd -------------------------------------------------------------------------------- /aimlayers/aimlayer_revolver_run.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_revolver_run.smd -------------------------------------------------------------------------------- /aimlayers/aimlayer_revolver_walk.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_revolver_walk.smd -------------------------------------------------------------------------------- /aimlayers/aimlayer_rpg.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_rpg.smd -------------------------------------------------------------------------------- /aimlayers/aimlayer_rpg_crouch.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_rpg_crouch.smd -------------------------------------------------------------------------------- /aimlayers/aimlayer_shotgun.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_shotgun.smd -------------------------------------------------------------------------------- /aimlayers/aimlayer_slam.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_slam.smd -------------------------------------------------------------------------------- /aimlayers/aimlayer_slam_crouch.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_slam_crouch.smd -------------------------------------------------------------------------------- /aimlayers/aimlayer_smg.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/aimlayers/aimlayer_smg.smd -------------------------------------------------------------------------------- /base_f/Baton_Swing.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/Baton_Swing.smd -------------------------------------------------------------------------------- /base_f/Cheer1.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/Cheer1.smd -------------------------------------------------------------------------------- /base_f/CrouchIdle_D.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/CrouchIdle_D.smd -------------------------------------------------------------------------------- /base_f/Crouch_SMG1_Reload.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/Crouch_SMG1_Reload.smd -------------------------------------------------------------------------------- /base_f/Crouch_runN.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/Crouch_runN.smd -------------------------------------------------------------------------------- /base_f/Crouch_to_stand.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/Crouch_to_stand.smd -------------------------------------------------------------------------------- /base_f/Crouch_walkE.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/Crouch_walkE.smd -------------------------------------------------------------------------------- /base_f/Crouch_walkN.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/Crouch_walkN.smd -------------------------------------------------------------------------------- /base_f/Crouch_walkNE.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/Crouch_walkNE.smd -------------------------------------------------------------------------------- /base_f/Crouch_walkNW.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/Crouch_walkNW.smd -------------------------------------------------------------------------------- /base_f/Crouch_walkN_Aim.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/Crouch_walkN_Aim.smd -------------------------------------------------------------------------------- /base_f/Crouch_walkS.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/Crouch_walkS.smd -------------------------------------------------------------------------------- /base_f/Crouch_walkSE.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/Crouch_walkSE.smd -------------------------------------------------------------------------------- /base_f/Crouch_walkSW.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/Crouch_walkSW.smd -------------------------------------------------------------------------------- /base_f/Crouch_walkW.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/Crouch_walkW.smd -------------------------------------------------------------------------------- /base_f/Crouchhide_to_stand.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/Crouchhide_to_stand.smd -------------------------------------------------------------------------------- /base_f/Idle01.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/Idle01.smd -------------------------------------------------------------------------------- /base_f/Idle02.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/Idle02.smd -------------------------------------------------------------------------------- /base_f/Idle03.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/Idle03.smd -------------------------------------------------------------------------------- /base_f/Idle_Angry.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/Idle_Angry.smd -------------------------------------------------------------------------------- /base_f/Idle_scared.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/Idle_scared.smd -------------------------------------------------------------------------------- /base_f/Idle_subtle.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/Idle_subtle.smd -------------------------------------------------------------------------------- /base_f/MeleeAttack01.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/MeleeAttack01.smd -------------------------------------------------------------------------------- /base_f/PreSkewer.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/PreSkewer.smd -------------------------------------------------------------------------------- /base_f/RunE.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/RunE.smd -------------------------------------------------------------------------------- /base_f/RunN.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/RunN.smd -------------------------------------------------------------------------------- /base_f/RunNE.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/RunNE.smd -------------------------------------------------------------------------------- /base_f/RunNW.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/RunNW.smd -------------------------------------------------------------------------------- /base_f/RunN_panicked2.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/RunN_panicked2.smd -------------------------------------------------------------------------------- /base_f/RunN_panicked3.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/RunN_panicked3.smd -------------------------------------------------------------------------------- /base_f/RunN_protected.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/RunN_protected.smd -------------------------------------------------------------------------------- /base_f/RunS.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/RunS.smd -------------------------------------------------------------------------------- /base_f/RunSE.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/RunSE.smd -------------------------------------------------------------------------------- /base_f/RunSW.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/RunSW.smd -------------------------------------------------------------------------------- /base_f/RunW.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/RunW.smd -------------------------------------------------------------------------------- /base_f/Run_charging.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/Run_charging.smd -------------------------------------------------------------------------------- /base_f/Run_panicked.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/Run_panicked.smd -------------------------------------------------------------------------------- /base_f/Run_to_stand.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/Run_to_stand.smd -------------------------------------------------------------------------------- /base_f/Throw.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/Throw.smd -------------------------------------------------------------------------------- /base_f/Walk.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/Walk.smd -------------------------------------------------------------------------------- /base_f/WalkE.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/WalkE.smd -------------------------------------------------------------------------------- /base_f/WalkE_Moderate.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/WalkE_Moderate.smd -------------------------------------------------------------------------------- /base_f/WalkN.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/WalkN.smd -------------------------------------------------------------------------------- /base_f/WalkNE.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/WalkNE.smd -------------------------------------------------------------------------------- /base_f/WalkNE_Moderate.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/WalkNE_Moderate.smd -------------------------------------------------------------------------------- /base_f/WalkNW.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/WalkNW.smd -------------------------------------------------------------------------------- /base_f/WalkNW_Moderate.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/WalkNW_Moderate.smd -------------------------------------------------------------------------------- /base_f/WalkN_Combat.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/WalkN_Combat.smd -------------------------------------------------------------------------------- /base_f/WalkN_Moderate.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/WalkN_Moderate.smd -------------------------------------------------------------------------------- /base_f/WalkNinplace.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/WalkNinplace.smd -------------------------------------------------------------------------------- /base_f/WalkS.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/WalkS.smd -------------------------------------------------------------------------------- /base_f/WalkSE.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/WalkSE.smd -------------------------------------------------------------------------------- /base_f/WalkSE_Moderate.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/WalkSE_Moderate.smd -------------------------------------------------------------------------------- /base_f/WalkSW.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/WalkSW.smd -------------------------------------------------------------------------------- /base_f/WalkSW_Moderate.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/WalkSW_Moderate.smd -------------------------------------------------------------------------------- /base_f/WalkS_Moderate.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/WalkS_Moderate.smd -------------------------------------------------------------------------------- /base_f/WalkSlow_N.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/WalkSlow_N.smd -------------------------------------------------------------------------------- /base_f/WalkW.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/WalkW.smd -------------------------------------------------------------------------------- /base_f/WalkW_Moderate.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/WalkW_Moderate.smd -------------------------------------------------------------------------------- /base_f/Wave_SMG1.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/Wave_SMG1.smd -------------------------------------------------------------------------------- /base_f/cower.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/cower.smd -------------------------------------------------------------------------------- /base_f/crouch_idle.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/crouch_idle.smd -------------------------------------------------------------------------------- /base_f/crouch_panicked.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/crouch_panicked.smd -------------------------------------------------------------------------------- /base_f/seq_baton_swing.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_f/seq_baton_swing.smd -------------------------------------------------------------------------------- /base_m/Baton_swing.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/Baton_swing.smd -------------------------------------------------------------------------------- /base_m/Cheer1.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/Cheer1.smd -------------------------------------------------------------------------------- /base_m/Cower.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/Cower.smd -------------------------------------------------------------------------------- /base_m/Idle01.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/Idle01.smd -------------------------------------------------------------------------------- /base_m/Idle02.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/Idle02.smd -------------------------------------------------------------------------------- /base_m/Idle03.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/Idle03.smd -------------------------------------------------------------------------------- /base_m/IdleNoise.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/IdleNoise.smd -------------------------------------------------------------------------------- /base_m/Idle_Angry.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/Idle_Angry.smd -------------------------------------------------------------------------------- /base_m/Idle_Angry_Melee.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/Idle_Angry_Melee.smd -------------------------------------------------------------------------------- /base_m/Idle_scared.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/Idle_scared.smd -------------------------------------------------------------------------------- /base_m/Idle_subtle.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/Idle_subtle.smd -------------------------------------------------------------------------------- /base_m/Idle_unarmed.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/Idle_unarmed.smd -------------------------------------------------------------------------------- /base_m/Line_idle01.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/Line_idle01.smd -------------------------------------------------------------------------------- /base_m/Line_idle02.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/Line_idle02.smd -------------------------------------------------------------------------------- /base_m/MeleeAttack01.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/MeleeAttack01.smd -------------------------------------------------------------------------------- /base_m/PreSkewer.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/PreSkewer.smd -------------------------------------------------------------------------------- /base_m/RunN_panicked2.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/RunN_panicked2.smd -------------------------------------------------------------------------------- /base_m/RunN_panicked3.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/RunN_panicked3.smd -------------------------------------------------------------------------------- /base_m/RunN_panicked4.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/RunN_panicked4.smd -------------------------------------------------------------------------------- /base_m/RunN_protected.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/RunN_protected.smd -------------------------------------------------------------------------------- /base_m/Run_charging.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/Run_charging.smd -------------------------------------------------------------------------------- /base_m/Run_panicked.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/Run_panicked.smd -------------------------------------------------------------------------------- /base_m/Throw.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/Throw.smd -------------------------------------------------------------------------------- /base_m/WalkC.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/WalkC.smd -------------------------------------------------------------------------------- /base_m/WalkE.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/WalkE.smd -------------------------------------------------------------------------------- /base_m/WalkN.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/WalkN.smd -------------------------------------------------------------------------------- /base_m/WalkNE.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/WalkNE.smd -------------------------------------------------------------------------------- /base_m/WalkNW.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/WalkNW.smd -------------------------------------------------------------------------------- /base_m/WalkS.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/WalkS.smd -------------------------------------------------------------------------------- /base_m/WalkSE.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/WalkSE.smd -------------------------------------------------------------------------------- /base_m/WalkSW.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/WalkSW.smd -------------------------------------------------------------------------------- /base_m/WalkW.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/WalkW.smd -------------------------------------------------------------------------------- /base_m/Wave_SMG1.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/Wave_SMG1.smd -------------------------------------------------------------------------------- /base_m/crouch_idle.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/crouch_idle.smd -------------------------------------------------------------------------------- /base_m/crouch_walkC.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/crouch_walkC.smd -------------------------------------------------------------------------------- /base_m/crouch_walkE.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/crouch_walkE.smd -------------------------------------------------------------------------------- /base_m/crouch_walkN.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/crouch_walkN.smd -------------------------------------------------------------------------------- /base_m/crouch_walkNE.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/crouch_walkNE.smd -------------------------------------------------------------------------------- /base_m/crouch_walkNW.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/crouch_walkNW.smd -------------------------------------------------------------------------------- /base_m/crouch_walkS.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/crouch_walkS.smd -------------------------------------------------------------------------------- /base_m/crouch_walkSE.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/crouch_walkSE.smd -------------------------------------------------------------------------------- /base_m/crouch_walkSW.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/crouch_walkSW.smd -------------------------------------------------------------------------------- /base_m/crouch_walkW.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/crouch_walkW.smd -------------------------------------------------------------------------------- /base_m/runE.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/runE.smd -------------------------------------------------------------------------------- /base_m/runN.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/runN.smd -------------------------------------------------------------------------------- /base_m/runNE.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/runNE.smd -------------------------------------------------------------------------------- /base_m/runNW.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/runNW.smd -------------------------------------------------------------------------------- /base_m/runS.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/runS.smd -------------------------------------------------------------------------------- /base_m/runSE.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/runSE.smd -------------------------------------------------------------------------------- /base_m/runSW.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/runSW.smd -------------------------------------------------------------------------------- /base_m/runW.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/runW.smd -------------------------------------------------------------------------------- /base_m/run_center.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/run_center.smd -------------------------------------------------------------------------------- /base_m/seq_baton_swing.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/seq_baton_swing.smd -------------------------------------------------------------------------------- /base_m/suitcase_idle.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/suitcase_idle.smd -------------------------------------------------------------------------------- /base_m/suitcase_walk.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/suitcase_walk.smd -------------------------------------------------------------------------------- /base_m/tie_fidget.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/base_m/tie_fidget.smd -------------------------------------------------------------------------------- /c_arms_citizen.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/c_arms_citizen.7z -------------------------------------------------------------------------------- /c_arms_citizen.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/c_arms_citizen.smd -------------------------------------------------------------------------------- /c_arms_combine.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/c_arms_combine.smd -------------------------------------------------------------------------------- /c_medkit.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/c_medkit.7z -------------------------------------------------------------------------------- /combine_soldier_xsi/Reload_standing.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/combine_soldier_xsi/Reload_standing.smd -------------------------------------------------------------------------------- /combine_soldier_xsi/Shoot_AR2.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/combine_soldier_xsi/Shoot_AR2.smd -------------------------------------------------------------------------------- /combine_soldier_xsi/Shoot_AR2_up.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/combine_soldier_xsi/Shoot_AR2_up.smd -------------------------------------------------------------------------------- /combine_soldier_xsi/Shoot_SG.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/combine_soldier_xsi/Shoot_SG.smd -------------------------------------------------------------------------------- /combine_soldier_xsi/Shoot_SMG1.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/combine_soldier_xsi/Shoot_SMG1.smd -------------------------------------------------------------------------------- /combine_soldier_xsi/aim_9_directions.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/combine_soldier_xsi/aim_9_directions.smd -------------------------------------------------------------------------------- /combine_soldier_xsi/aim_9_directions_SG.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/combine_soldier_xsi/aim_9_directions_SG.smd -------------------------------------------------------------------------------- /combine_soldier_xsi/combine_soldier_anims.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/combine_soldier_xsi/combine_soldier_anims.qc -------------------------------------------------------------------------------- /combine_soldier_xsi/crouch_aim_9_directions.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/combine_soldier_xsi/crouch_aim_9_directions.smd -------------------------------------------------------------------------------- /combine_soldier_xsi/hold_ar2.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/combine_soldier_xsi/hold_ar2.smd -------------------------------------------------------------------------------- /combine_soldier_xsi/hold_smg1.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/combine_soldier_xsi/hold_smg1.smd -------------------------------------------------------------------------------- /combine_soldier_xsi/runn_aim_sg.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/combine_soldier_xsi/runn_aim_sg.smd -------------------------------------------------------------------------------- /combine_soldier_xsi/shoot_ar2_crouch.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/combine_soldier_xsi/shoot_ar2_crouch.smd -------------------------------------------------------------------------------- /combine_soldier_xsi/shoot_sg_crouch.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/combine_soldier_xsi/shoot_sg_crouch.smd -------------------------------------------------------------------------------- /combine_soldier_xsi/shoot_smg1_crouch.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/combine_soldier_xsi/shoot_smg1_crouch.smd -------------------------------------------------------------------------------- /compile_svn.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/compile_svn.bat -------------------------------------------------------------------------------- /compile_svn_release.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/compile_svn_release.bat -------------------------------------------------------------------------------- /flinching/back_01.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/flinching/back_01.smd -------------------------------------------------------------------------------- /flinching/flinch_01.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/flinching/flinch_01.smd -------------------------------------------------------------------------------- /flinching/flinch_02.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/flinching/flinch_02.smd -------------------------------------------------------------------------------- /flinching/head_01.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/flinching/head_01.smd -------------------------------------------------------------------------------- /flinching/head_02.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/flinching/head_02.smd -------------------------------------------------------------------------------- /flinching/physics_01.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/flinching/physics_01.smd -------------------------------------------------------------------------------- /flinching/physics_02.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/flinching/physics_02.smd -------------------------------------------------------------------------------- /flinching/shoulder_left.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/flinching/shoulder_left.smd -------------------------------------------------------------------------------- /flinching/shoulder_right.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/flinching/shoulder_right.smd -------------------------------------------------------------------------------- /flinching/stomach_01.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/flinching/stomach_01.smd -------------------------------------------------------------------------------- /flinching/stomach_02.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/flinching/stomach_02.smd -------------------------------------------------------------------------------- /gm_anim_includes.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/gm_anim_includes.7z -------------------------------------------------------------------------------- /gm_anim_src.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/gm_anim_src.7z -------------------------------------------------------------------------------- /gm_anims.qci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/gm_anims.qci -------------------------------------------------------------------------------- /gm_base_f.qci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/gm_base_f.qci -------------------------------------------------------------------------------- /gm_base_m.qci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/gm_base_m.qci -------------------------------------------------------------------------------- /gm_playermodel_examples.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/gm_playermodel_examples.7z -------------------------------------------------------------------------------- /gm_sequences.qci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/gm_sequences.qci -------------------------------------------------------------------------------- /gm_sequences_zombie.qci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/gm_sequences_zombie.qci -------------------------------------------------------------------------------- /gm_sequences_zombie_humans.qci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/gm_sequences_zombie_humans.qci -------------------------------------------------------------------------------- /gm_weightlists.qci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/gm_weightlists.qci -------------------------------------------------------------------------------- /humans_sdk/Female.vrd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Female.vrd -------------------------------------------------------------------------------- /humans_sdk/Female/commonbones.qci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Female/commonbones.qci -------------------------------------------------------------------------------- /humans_sdk/Female_animations/Female_Postures.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Female_animations/Female_Postures.qc -------------------------------------------------------------------------------- /humans_sdk/Female_animations/Female_gestures.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Female_animations/Female_gestures.qc -------------------------------------------------------------------------------- /humans_sdk/Female_animations/female_shared.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Female_animations/female_shared.qc -------------------------------------------------------------------------------- /humans_sdk/Female_animations/female_ss.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Female_animations/female_ss.qc -------------------------------------------------------------------------------- /humans_sdk/Male/Ragdoll.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male/Ragdoll.smd -------------------------------------------------------------------------------- /humans_sdk/Male/Ragdoll_pose.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male/Ragdoll_pose.smd -------------------------------------------------------------------------------- /humans_sdk/Male/WeaponBodygroups.qci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male/WeaponBodygroups.qci -------------------------------------------------------------------------------- /humans_sdk/Male/commonbones.qci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male/commonbones.qci -------------------------------------------------------------------------------- /humans_sdk/Male/hitbox.qci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male/hitbox.qci -------------------------------------------------------------------------------- /humans_sdk/Male/ragdoll.qci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male/ragdoll.qci -------------------------------------------------------------------------------- /humans_sdk/Male_animations/Crouch_runN.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male_animations/Crouch_runN.smd -------------------------------------------------------------------------------- /humans_sdk/Male_animations/Male_Postures.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male_animations/Male_Postures.qc -------------------------------------------------------------------------------- /humans_sdk/Male_animations/Male_gestures.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male_animations/Male_gestures.qc -------------------------------------------------------------------------------- /humans_sdk/Male_animations/WalkE.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male_animations/WalkE.smd -------------------------------------------------------------------------------- /humans_sdk/Male_animations/WalkN.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male_animations/WalkN.smd -------------------------------------------------------------------------------- /humans_sdk/Male_animations/WalkNE.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male_animations/WalkNE.smd -------------------------------------------------------------------------------- /humans_sdk/Male_animations/WalkNW.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male_animations/WalkNW.smd -------------------------------------------------------------------------------- /humans_sdk/Male_animations/WalkS.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male_animations/WalkS.smd -------------------------------------------------------------------------------- /humans_sdk/Male_animations/WalkSE.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male_animations/WalkSE.smd -------------------------------------------------------------------------------- /humans_sdk/Male_animations/WalkSW.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male_animations/WalkSW.smd -------------------------------------------------------------------------------- /humans_sdk/Male_animations/WalkW.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male_animations/WalkW.smd -------------------------------------------------------------------------------- /humans_sdk/Male_animations/WeaponAnims_Shared/Aim_9_directions.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male_animations/WeaponAnims_Shared/Aim_9_directions.smd -------------------------------------------------------------------------------- /humans_sdk/Male_animations/WeaponAnims_Shared/Aim_9_directions_Alert.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male_animations/WeaponAnims_Shared/Aim_9_directions_Alert.smd -------------------------------------------------------------------------------- /humans_sdk/Male_animations/WeaponAnims_Shared/Aim_RPG_9_directions.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male_animations/WeaponAnims_Shared/Aim_RPG_9_directions.smd -------------------------------------------------------------------------------- /humans_sdk/Male_animations/WeaponAnims_Shared/Pistol_aim_matrix.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male_animations/WeaponAnims_Shared/Pistol_aim_matrix.smd -------------------------------------------------------------------------------- /humans_sdk/Male_animations/WeaponAnims_Shared/RunN_Alert_SMG1_Aim.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male_animations/WeaponAnims_Shared/RunN_Alert_SMG1_Aim.smd -------------------------------------------------------------------------------- /humans_sdk/Male_animations/WeaponAnims_Shared/RunN_SMG1_Aim_9_directions.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male_animations/WeaponAnims_Shared/RunN_SMG1_Aim_9_directions.smd -------------------------------------------------------------------------------- /humans_sdk/Male_animations/WeaponAnims_Shared/ShootRPG.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male_animations/WeaponAnims_Shared/ShootRPG.smd -------------------------------------------------------------------------------- /humans_sdk/Male_animations/WeaponAnims_Shared/WalkN_SMG1_Alert_Aim_9_directions.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male_animations/WeaponAnims_Shared/WalkN_SMG1_Alert_Aim_9_directions.smd -------------------------------------------------------------------------------- /humans_sdk/Male_animations/body_poses_lean.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male_animations/body_poses_lean.smd -------------------------------------------------------------------------------- /humans_sdk/Male_animations/crouch_walkE.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male_animations/crouch_walkE.smd -------------------------------------------------------------------------------- /humans_sdk/Male_animations/crouch_walkN.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male_animations/crouch_walkN.smd -------------------------------------------------------------------------------- /humans_sdk/Male_animations/crouch_walkNE.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male_animations/crouch_walkNE.smd -------------------------------------------------------------------------------- /humans_sdk/Male_animations/crouch_walkNW.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male_animations/crouch_walkNW.smd -------------------------------------------------------------------------------- /humans_sdk/Male_animations/crouch_walkS.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male_animations/crouch_walkS.smd -------------------------------------------------------------------------------- /humans_sdk/Male_animations/crouch_walkSE.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male_animations/crouch_walkSE.smd -------------------------------------------------------------------------------- /humans_sdk/Male_animations/crouch_walkSW.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male_animations/crouch_walkSW.smd -------------------------------------------------------------------------------- /humans_sdk/Male_animations/crouch_walkW.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male_animations/crouch_walkW.smd -------------------------------------------------------------------------------- /humans_sdk/Male_animations/male_Shared.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male_animations/male_Shared.qc -------------------------------------------------------------------------------- /humans_sdk/Male_animations/male_ss.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male_animations/male_ss.qc -------------------------------------------------------------------------------- /humans_sdk/Male_animations/runE.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male_animations/runE.smd -------------------------------------------------------------------------------- /humans_sdk/Male_animations/runN.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male_animations/runN.smd -------------------------------------------------------------------------------- /humans_sdk/Male_animations/runNE.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male_animations/runNE.smd -------------------------------------------------------------------------------- /humans_sdk/Male_animations/runNW.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male_animations/runNW.smd -------------------------------------------------------------------------------- /humans_sdk/Male_animations/runS.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male_animations/runS.smd -------------------------------------------------------------------------------- /humans_sdk/Male_animations/runSE.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male_animations/runSE.smd -------------------------------------------------------------------------------- /humans_sdk/Male_animations/runSW.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male_animations/runSW.smd -------------------------------------------------------------------------------- /humans_sdk/Male_animations/runW.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/Male_animations/runW.smd -------------------------------------------------------------------------------- /humans_sdk/ValveBiped.vrd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/ValveBiped.vrd -------------------------------------------------------------------------------- /humans_sdk/bodyrules_xsi.qci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/bodyrules_xsi.qci -------------------------------------------------------------------------------- /humans_sdk/facerules_xsi.qci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/facerules_xsi.qci -------------------------------------------------------------------------------- /humans_sdk/gesturemacros.qci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/gesturemacros.qci -------------------------------------------------------------------------------- /humans_sdk/lowesthumannohelpers.qci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/lowesthumannohelpers.qci -------------------------------------------------------------------------------- /humans_sdk/lowesthumanskeleton.qci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/lowesthumanskeleton.qci -------------------------------------------------------------------------------- /humans_sdk/male.vrd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/male.vrd -------------------------------------------------------------------------------- /humans_sdk/posturemacros.qci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/posturemacros.qci -------------------------------------------------------------------------------- /humans_sdk/removehands.qci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/removehands.qci -------------------------------------------------------------------------------- /humans_sdk/removerighthand.qci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/removerighthand.qci -------------------------------------------------------------------------------- /humans_sdk/standardflex_xsi.qci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/standardflex_xsi.qci -------------------------------------------------------------------------------- /humans_sdk/standardhierarchy.qci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/standardhierarchy.qci -------------------------------------------------------------------------------- /humans_sdk/standardikchains.qci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/standardikchains.qci -------------------------------------------------------------------------------- /humans_sdk/weaponmacros.qci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/humans_sdk/weaponmacros.qci -------------------------------------------------------------------------------- /macro_aimlayers.qci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/macro_aimlayers.qci -------------------------------------------------------------------------------- /macro_gestures.qci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/macro_gestures.qci -------------------------------------------------------------------------------- /macro_movement_f.qci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/macro_movement_f.qci -------------------------------------------------------------------------------- /macro_movement_m.qci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/macro_movement_m.qci -------------------------------------------------------------------------------- /macro_zombie.qci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/macro_zombie.qci -------------------------------------------------------------------------------- /player_female_anims_f_anm.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/player_female_anims_f_anm.qc -------------------------------------------------------------------------------- /player_male_anims_m_anm.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/player_male_anims_m_anm.qc -------------------------------------------------------------------------------- /player_zombie_anims_z_anm.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/player_zombie_anims_z_anm.qc -------------------------------------------------------------------------------- /transitions/CrouchIdle_D_toShoot.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/transitions/CrouchIdle_D_toShoot.smd -------------------------------------------------------------------------------- /transitions/Crouch_to_run.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/transitions/Crouch_to_run.smd -------------------------------------------------------------------------------- /transitions/Crouch_to_stand.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/transitions/Crouch_to_stand.smd -------------------------------------------------------------------------------- /transitions/Run_to_crouch.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/transitions/Run_to_crouch.smd -------------------------------------------------------------------------------- /transitions/Run_to_stand.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/transitions/Run_to_stand.smd -------------------------------------------------------------------------------- /transitions/Stand_to_crouch.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/transitions/Stand_to_crouch.smd -------------------------------------------------------------------------------- /transitions/Stand_to_crouchhide.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/transitions/Stand_to_crouchhide.smd -------------------------------------------------------------------------------- /transitions/Stand_to_run.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/transitions/Stand_to_run.smd -------------------------------------------------------------------------------- /transitions/Stand_to_walk.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/transitions/Stand_to_walk.smd -------------------------------------------------------------------------------- /transitions/Walk_to_stand.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/transitions/Walk_to_stand.smd -------------------------------------------------------------------------------- /zombie/BloodyRoar1.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/BloodyRoar1.smd -------------------------------------------------------------------------------- /zombie/BloodyRoar2.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/BloodyRoar2.smd -------------------------------------------------------------------------------- /zombie/BloodyRoar2_edit.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/BloodyRoar2_edit.smd -------------------------------------------------------------------------------- /zombie/BloodyRoar3.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/BloodyRoar3.smd -------------------------------------------------------------------------------- /zombie/Leap.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/Leap.smd -------------------------------------------------------------------------------- /zombie/Leap_land.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/Leap_land.smd -------------------------------------------------------------------------------- /zombie/Leap_middle_loop.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/Leap_middle_loop.smd -------------------------------------------------------------------------------- /zombie/Leap_start.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/Leap_start.smd -------------------------------------------------------------------------------- /zombie/ZombieFast_Climb.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/ZombieFast_Climb.smd -------------------------------------------------------------------------------- /zombie/ZombieFast_ClimbDismount.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/ZombieFast_ClimbDismount.smd -------------------------------------------------------------------------------- /zombie/ZombieFast_ClimbDismount_EndPose.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/ZombieFast_ClimbDismount_EndPose.smd -------------------------------------------------------------------------------- /zombie/ZombieFast_Climbloop.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/ZombieFast_Climbloop.smd -------------------------------------------------------------------------------- /zombie/ZombieFast_Idle.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/ZombieFast_Idle.smd -------------------------------------------------------------------------------- /zombie/ZombieFast_LeapAttack.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/ZombieFast_LeapAttack.smd -------------------------------------------------------------------------------- /zombie/ZombieFast_LeapAttack_Leap.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/ZombieFast_LeapAttack_Leap.smd -------------------------------------------------------------------------------- /zombie/ZombieFast_LeapAttack_Soar.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/ZombieFast_LeapAttack_Soar.smd -------------------------------------------------------------------------------- /zombie/ZombieFast_LeapAttack_Strike.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/ZombieFast_LeapAttack_Strike.smd -------------------------------------------------------------------------------- /zombie/ZombieFast_MeleeAttack.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/ZombieFast_MeleeAttack.smd -------------------------------------------------------------------------------- /zombie/ZombieFast_MeleeLunge.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/ZombieFast_MeleeLunge.smd -------------------------------------------------------------------------------- /zombie/ZombieFast_RunN.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/ZombieFast_RunN.smd -------------------------------------------------------------------------------- /zombie/ZombiePoison_Throw.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/ZombiePoison_Throw.smd -------------------------------------------------------------------------------- /zombie/anim_fix.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/anim_fix.smd -------------------------------------------------------------------------------- /zombie/attack_01.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/attack_01.smd -------------------------------------------------------------------------------- /zombie/attack_02.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/attack_02.smd -------------------------------------------------------------------------------- /zombie/attack_03.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/attack_03.smd -------------------------------------------------------------------------------- /zombie/attack_04.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/attack_04.smd -------------------------------------------------------------------------------- /zombie/attack_05.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/attack_05.smd -------------------------------------------------------------------------------- /zombie/attack_06.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/attack_06.smd -------------------------------------------------------------------------------- /zombie/crouch_layer.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/crouch_layer.smd -------------------------------------------------------------------------------- /zombie/idle.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/idle.smd -------------------------------------------------------------------------------- /zombie/idle_layer.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/idle_layer.smd -------------------------------------------------------------------------------- /zombie/run_cntr_humans.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/run_cntr_humans.smd -------------------------------------------------------------------------------- /zombie/run_pose_humans.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/run_pose_humans.smd -------------------------------------------------------------------------------- /zombie/slump_idle.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/slump_idle.smd -------------------------------------------------------------------------------- /zombie/slump_rise.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/slump_rise.smd -------------------------------------------------------------------------------- /zombie/slumpalt_idle.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/slumpalt_idle.smd -------------------------------------------------------------------------------- /zombie/slumpalt_rise_fast.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/slumpalt_rise_fast.smd -------------------------------------------------------------------------------- /zombie/slumpalt_rise_slow.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/slumpalt_rise_slow.smd -------------------------------------------------------------------------------- /zombie/tantrum.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/tantrum.smd -------------------------------------------------------------------------------- /zombie/walk_01.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/walk_01.smd -------------------------------------------------------------------------------- /zombie/walk_02.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/walk_02.smd -------------------------------------------------------------------------------- /zombie/walk_03.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/walk_03.smd -------------------------------------------------------------------------------- /zombie/walk_04.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/walk_04.smd -------------------------------------------------------------------------------- /zombie/walk_05.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/walk_05.smd -------------------------------------------------------------------------------- /zombie/walk_e.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/walk_e.smd -------------------------------------------------------------------------------- /zombie/walk_fast_e.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/walk_fast_e.smd -------------------------------------------------------------------------------- /zombie/walk_fast_n.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/walk_fast_n.smd -------------------------------------------------------------------------------- /zombie/walk_fast_ne.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/walk_fast_ne.smd -------------------------------------------------------------------------------- /zombie/walk_fast_nw.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/walk_fast_nw.smd -------------------------------------------------------------------------------- /zombie/walk_fast_s.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/walk_fast_s.smd -------------------------------------------------------------------------------- /zombie/walk_fast_se.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/walk_fast_se.smd -------------------------------------------------------------------------------- /zombie/walk_fast_sw.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/walk_fast_sw.smd -------------------------------------------------------------------------------- /zombie/walk_fast_w.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/walk_fast_w.smd -------------------------------------------------------------------------------- /zombie/walk_ne.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/walk_ne.smd -------------------------------------------------------------------------------- /zombie/walk_nw.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/walk_nw.smd -------------------------------------------------------------------------------- /zombie/walk_s.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/walk_s.smd -------------------------------------------------------------------------------- /zombie/walk_se.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/walk_se.smd -------------------------------------------------------------------------------- /zombie/walk_sw.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/walk_sw.smd -------------------------------------------------------------------------------- /zombie/walk_w.smd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robotboy655/gmod-animations/HEAD/zombie/walk_w.smd --------------------------------------------------------------------------------