From a67d1c00d22789cd3e6cad83ade62bb37f00ff57 Mon Sep 17 00:00:00 2001 From: RT Date: Sun, 9 Aug 2026 17:20:24 -0500 Subject: [PATCH] Install six V4H chassis as content assets (no registration yet) Lands the art and data for Champion, Dasher, Griffin, Jenner IIC, Marauder and Thunderbolt. Nothing is registered in core.build, the code arrays or the shell scripts yet, so this commit is inert at runtime: packing is manifest driven, the editor never enumerates Content\Mechs, and deploy drops Content\*. The one exception is textures.hint, which is not inert -- textures.build has no explicit .tga lines and packs via texturepool=textures\textures.hint, so these pages will be picked up by the next textures.mw4 repack. Contents: - 11 chassis/wreck folders (658 files), 30 skin TGAs, 15 footstep TGAs - 6 mech portraits (800x250, 24bpp; hsh/Mechs already mixes 8/24bpp) - generic damage dolls into hsh/hud and hsh/radar/hud - 45 textures.hint pages, copied verbatim from the Annihilator template (30 skin mip pages + 15 footstep pages); Dasher needed none, its @adas* and footstep pages already exist Our own Jenner IIC was deleted first rather than copied over. Only 2 of its 84 files shared a path with the V4H set, so a copy would have left 78 stale j2c_* files behind. Decisions applied: - jump jets: LEGJUMPMOVETYPE on champion, griffin, jenner2c, thunderbolt. Dasher and Marauder declare CanLoadJumpJets=No and are left alone. - Champion gets its own wreck instead of borrowing Loki's. - Renames to canonical stems: jenner_2c.* -> jenner2c.*, champion_stroyed.* -> champion_destroyed.*, thunderbolt_destroyed.obb -> thunderbolt_destroyed_solid.obb. All internal references updated to match. - jenner2c.instance page [jenner_iic1] -> [jenner2c]. Every one of the 89 shipped mechs and all five staged siblings name the page after the chassis; this was the sole outlier. - thunderbolt.data footstep typo thunerbolt_dirt -> thunderbolt_dirt. Verified: 1217/1217 file references resolve, 273 text files are pure ASCII with consistent CRLF (the staged .data files arrived with an LF-only Shadow={} block), no hint page duplicates a existing name, and all 278 binaries are stored as LFS pointers. Still to come: Content/textures/HUD/generic.tga and hsh/MFD/generic.bmp must be authored, then the [hud\generic] page, then the registration phase. Co-authored-by: Claude Opus 5 (Anthropic) Co-authored-by: GitHub Copilot --- Gameleap/mw4/Content/Mechs/champion/STATUS | 36 + .../armaturedata/chp_hip.data} | 3 +- .../armaturedata/chp_lbtoe.data} | 3 +- .../armaturedata/chp_ldleg.data} | 3 +- .../armaturedata/chp_lfoot.data} | 3 +- .../champion/armaturedata/chp_lftoe.data | 5 + .../Mechs/champion/armaturedata/chp_lgun.data | 5 + .../champion/armaturedata/chp_luarm.data | 5 + .../champion/armaturedata/chp_luleg.data | 5 + .../champion/armaturedata/chp_rbtoe.data | 5 + .../champion/armaturedata/chp_rdleg.data | 5 + .../champion/armaturedata/chp_rfoot.data | 5 + .../champion/armaturedata/chp_rftoe.data | 5 + .../Mechs/champion/armaturedata/chp_rgun.data | 5 + .../champion/armaturedata/chp_ruarm.data | 5 + .../champion/armaturedata/chp_ruleg.data | 5 + .../champion/armaturedata/chp_specialone.data | 5 + .../champion/armaturedata/chp_specialtwo.data | 5 + .../champion/armaturedata/chp_torso.data | 5 + .../champion/armaturedata/joint_cage.data | 5 + .../armaturevideo/chp_hip.video} | 5 +- .../armaturevideo/chp_lbtoe.video} | 5 +- .../armaturevideo/chp_ldleg.video} | 5 +- .../armaturevideo/chp_lfoot.video} | 5 +- .../champion/armaturevideo/chp_lftoe.video | 23 + .../armaturevideo/chp_lgun.video} | 3 +- .../champion/armaturevideo/chp_luarm.video | 23 + .../champion/armaturevideo/chp_luleg.video | 23 + .../champion/armaturevideo/chp_rbtoe.video | 23 + .../champion/armaturevideo/chp_rdleg.video | 23 + .../champion/armaturevideo/chp_rfoot.video | 23 + .../champion/armaturevideo/chp_rftoe.video | 23 + .../champion/armaturevideo/chp_rgun.video | 17 + .../champion/armaturevideo/chp_ruarm.video | 23 + .../champion/armaturevideo/chp_ruleg.video | 23 + .../armaturevideo/chp_specialone.video} | 5 +- .../armaturevideo/chp_specialtwo.video} | 5 +- .../champion/armaturevideo/chp_torso.video | 39 + .../champion/armaturevideo/joint_cage.video | 33 + .../Content/Mechs/champion/champion.armature | 324 ++++ .../Content/Mechs/champion/champion.contents | 262 ++++ .../Content/Mechs/champion/champion.damage | 191 +++ .../mw4/Content/Mechs/champion/champion.data | 140 ++ .../Content/Mechs/champion/champion.engine | 9 + .../Content/Mechs/champion/champion.instance | 15 + .../Mechs/champion/champion.subsystems | 148 ++ .../mw4/Content/Mechs/champion/champion.torso | 17 + .../Content/Mechs/champion/champion_cage.erf | 3 + .../Mechs/champion/champion_skeleton.obb | 3 + .../champion/champion_skeleton_SOLID.obb | 3 + .../mw4/Content/Mechs/champion/chp_hip.erf | 3 + .../Content/Mechs/champion/chp_hip_dam.erf | 3 + .../mw4/Content/Mechs/champion/chp_lbtoe.erf | 3 + .../Content/Mechs/champion/chp_lbtoe_dam.erf | 3 + .../mw4/Content/Mechs/champion/chp_ldleg.erf | 3 + .../Content/Mechs/champion/chp_ldleg_dam.erf | 3 + .../mw4/Content/Mechs/champion/chp_lfoot.erf | 3 + .../Content/Mechs/champion/chp_lfoot_dam.erf | 3 + .../mw4/Content/Mechs/champion/chp_lftoe.erf | 3 + .../Content/Mechs/champion/chp_lftoe_dam.erf | 3 + .../mw4/Content/Mechs/champion/chp_lgun.erf | 3 + .../mw4/Content/Mechs/champion/chp_luarm.erf | 3 + .../Content/Mechs/champion/chp_luarm_dam.erf | 3 + .../mw4/Content/Mechs/champion/chp_luleg.erf | 3 + .../Content/Mechs/champion/chp_luleg_dam.erf | 3 + .../mw4/Content/Mechs/champion/chp_rbtoe.erf | 3 + .../Content/Mechs/champion/chp_rbtoe_dam.erf | 3 + .../mw4/Content/Mechs/champion/chp_rdleg.erf | 3 + .../Content/Mechs/champion/chp_rdleg_dam.erf | 3 + .../mw4/Content/Mechs/champion/chp_rfoot.erf | 3 + .../Content/Mechs/champion/chp_rfoot_dam.erf | 3 + .../mw4/Content/Mechs/champion/chp_rftoe.erf | 3 + .../Content/Mechs/champion/chp_rftoe_dam.erf | 3 + .../mw4/Content/Mechs/champion/chp_rgun.erf | 3 + .../mw4/Content/Mechs/champion/chp_ruarm.erf | 3 + .../Content/Mechs/champion/chp_ruarm_dam.erf | 3 + .../mw4/Content/Mechs/champion/chp_ruleg.erf | 3 + .../Content/Mechs/champion/chp_ruleg_dam.erf | 3 + .../Content/Mechs/champion/chp_specialone.erf | 3 + .../Mechs/champion/chp_specialone_dam.erf | 3 + .../Content/Mechs/champion/chp_specialtwo.erf | 3 + .../Mechs/champion/chp_specialtwo_dam.erf | 3 + .../mw4/Content/Mechs/champion/chp_torso.erf | 3 + .../Content/Mechs/champion/chp_torso_dam.erf | 3 + .../Content/Mechs/champion/runninglights.erf | 3 + .../champion_destroyed.data | 16 + .../champion_destroyed/champion_destroyed.erf | 3 + .../champion_destroyed.video | 17 + .../champion_destroyed_solid.obb | 3 + Gameleap/mw4/Content/Mechs/dasher/STATUS | 45 + .../Mechs/dasher/armaturedata/das_hip.data | 5 + .../Mechs/dasher/armaturedata/das_ldleg.data | 5 + .../Mechs/dasher/armaturedata/das_lfoot.data | 5 + .../Mechs/dasher/armaturedata/das_lgun.data | 5 + .../Mechs/dasher/armaturedata/das_ltoe.data | 5 + .../Mechs/dasher/armaturedata/das_luarm.data | 5 + .../Mechs/dasher/armaturedata/das_luleg.data | 5 + .../Mechs/dasher/armaturedata/das_rdleg.data | 5 + .../Mechs/dasher/armaturedata/das_rfoot.data | 5 + .../Mechs/dasher/armaturedata/das_rgun.data | 5 + .../Mechs/dasher/armaturedata/das_rtoe.data | 5 + .../Mechs/dasher/armaturedata/das_ruarm.data | 5 + .../Mechs/dasher/armaturedata/das_ruleg.data | 5 + .../Mechs/dasher/armaturedata/das_torso.data | 5 + .../Mechs/dasher/armaturedata/joint_cage.data | 5 + .../Mechs/dasher/armaturevideo/das_hip.video | 23 + .../dasher/armaturevideo/das_ldleg.video | 23 + .../dasher/armaturevideo/das_lfoot.video | 23 + .../Mechs/dasher/armaturevideo/das_lgun.video | 23 + .../Mechs/dasher/armaturevideo/das_ltoe.video | 23 + .../dasher/armaturevideo/das_luarm.video | 23 + .../dasher/armaturevideo/das_luleg.video | 23 + .../dasher/armaturevideo/das_rdleg.video | 23 + .../dasher/armaturevideo/das_rfoot.video | 23 + .../Mechs/dasher/armaturevideo/das_rgun.video | 17 + .../Mechs/dasher/armaturevideo/das_rtoe.video | 23 + .../dasher/armaturevideo/das_ruarm.video | 23 + .../dasher/armaturevideo/das_ruleg.video | 23 + .../armaturevideo/das_torso.video} | 5 +- .../dasher/armaturevideo/joint_cage.video | 33 + Gameleap/mw4/Content/Mechs/dasher/das_hip.erf | 3 + .../mw4/Content/Mechs/dasher/das_hip_dam.erf | 3 + .../mw4/Content/Mechs/dasher/das_ldleg.erf | 3 + .../Content/Mechs/dasher/das_ldleg_dam.erf | 3 + .../mw4/Content/Mechs/dasher/das_lfoot.erf | 3 + .../Content/Mechs/dasher/das_lfoot_dam.erf | 3 + .../mw4/Content/Mechs/dasher/das_lgun.erf | 3 + .../mw4/Content/Mechs/dasher/das_lgun_dam.erf | 3 + .../mw4/Content/Mechs/dasher/das_ltoe.erf | 3 + .../mw4/Content/Mechs/dasher/das_ltoe_dam.erf | 3 + .../mw4/Content/Mechs/dasher/das_luarm.erf | 3 + .../Content/Mechs/dasher/das_luarm_dam.erf | 3 + .../mw4/Content/Mechs/dasher/das_luleg.erf | 3 + .../Content/Mechs/dasher/das_luleg_dam.erf | 3 + .../mw4/Content/Mechs/dasher/das_rdleg.erf | 3 + .../Content/Mechs/dasher/das_rdleg_dam.erf | 3 + .../mw4/Content/Mechs/dasher/das_rfoot.erf | 3 + .../Content/Mechs/dasher/das_rfoot_dam.erf | 3 + .../mw4/Content/Mechs/dasher/das_rgun.erf | 3 + .../mw4/Content/Mechs/dasher/das_rtoe.erf | 3 + .../mw4/Content/Mechs/dasher/das_rtoe_dam.erf | 3 + .../mw4/Content/Mechs/dasher/das_ruarm.erf | 3 + .../Content/Mechs/dasher/das_ruarm_dam.erf | 3 + .../mw4/Content/Mechs/dasher/das_ruleg.erf | 3 + .../Content/Mechs/dasher/das_ruleg_dam.erf | 3 + .../mw4/Content/Mechs/dasher/das_torso.erf | 3 + .../Content/Mechs/dasher/das_torso_dam.erf | 3 + .../mw4/Content/Mechs/dasher/dasher.armature | 294 ++++ .../mw4/Content/Mechs/dasher/dasher.contents | 238 +++ .../mw4/Content/Mechs/dasher/dasher.damage | 149 ++ Gameleap/mw4/Content/Mechs/dasher/dasher.data | 140 ++ .../mw4/Content/Mechs/dasher/dasher.engine | 9 + .../mw4/Content/Mechs/dasher/dasher.instance | 15 + .../Content/Mechs/dasher/dasher.subsystems | 74 + .../mw4/Content/Mechs/dasher/dasher.torso | 17 + .../mw4/Content/Mechs/dasher/dasher_cage.erf | 3 + .../Content/Mechs/dasher/dasher_skeleton.obb | 3 + .../Mechs/dasher/dasher_skeleton_SOLID.obb | 3 + .../Content/Mechs/dasher/runninglights__.erf | 3 + Gameleap/mw4/Content/Mechs/griffin/STATUS | 36 + .../Mechs/griffin/armaturedata/grf_hip.data | 5 + .../Mechs/griffin/armaturedata/grf_lbtoe.data | 5 + .../Mechs/griffin/armaturedata/grf_ldleg.data | 5 + .../Mechs/griffin/armaturedata/grf_lfoot.data | 5 + .../Mechs/griffin/armaturedata/grf_lftoe.data | 5 + .../Mechs/griffin/armaturedata/grf_lgun.data | 5 + .../Mechs/griffin/armaturedata/grf_luarm.data | 5 + .../Mechs/griffin/armaturedata/grf_luleg.data | 5 + .../Mechs/griffin/armaturedata/grf_rbtoe.data | 5 + .../Mechs/griffin/armaturedata/grf_rdleg.data | 5 + .../Mechs/griffin/armaturedata/grf_rfoot.data | 5 + .../Mechs/griffin/armaturedata/grf_rftoe.data | 5 + .../Mechs/griffin/armaturedata/grf_rgun.data | 5 + .../Mechs/griffin/armaturedata/grf_ruarm.data | 5 + .../Mechs/griffin/armaturedata/grf_ruleg.data | 5 + .../griffin/armaturedata/grf_specialone.data | 5 + .../griffin/armaturedata/grf_specialtwo.data | 5 + .../Mechs/griffin/armaturedata/grf_torso.data | 5 + .../griffin/armaturedata/joint_cage.data | 5 + .../Mechs/griffin/armaturevideo/grf_hip.video | 23 + .../griffin/armaturevideo/grf_lbtoe.video | 23 + .../griffin/armaturevideo/grf_ldleg.video | 23 + .../griffin/armaturevideo/grf_lfoot.video | 23 + .../griffin/armaturevideo/grf_lftoe.video | 23 + .../griffin/armaturevideo/grf_lgun.video | 23 + .../griffin/armaturevideo/grf_luarm.video | 23 + .../griffin/armaturevideo/grf_luleg.video | 23 + .../griffin/armaturevideo/grf_rbtoe.video | 23 + .../griffin/armaturevideo/grf_rdleg.video | 23 + .../griffin/armaturevideo/grf_rfoot.video | 23 + .../griffin/armaturevideo/grf_rftoe.video | 23 + .../griffin/armaturevideo/grf_rgun.video | 23 + .../griffin/armaturevideo/grf_ruarm.video | 23 + .../griffin/armaturevideo/grf_ruleg.video | 23 + .../armaturevideo/grf_specialone.video | 23 + .../armaturevideo/grf_specialtwo.video | 23 + .../griffin/armaturevideo/grf_torso.video | 39 + .../griffin/armaturevideo/joint_cage.video | 33 + .../mw4/Content/Mechs/griffin/grf_hip.erf | 3 + .../mw4/Content/Mechs/griffin/grf_hip_dam.erf | 3 + .../mw4/Content/Mechs/griffin/grf_lbtoe.erf | 3 + .../Content/Mechs/griffin/grf_lbtoe_dam.erf | 3 + .../mw4/Content/Mechs/griffin/grf_ldleg.erf | 3 + .../Content/Mechs/griffin/grf_ldleg_dam.erf | 3 + .../mw4/Content/Mechs/griffin/grf_lfoot.erf | 3 + .../Content/Mechs/griffin/grf_lfoot_dam.erf | 3 + .../mw4/Content/Mechs/griffin/grf_lftoe.erf | 3 + .../Content/Mechs/griffin/grf_lftoe_dam.erf | 3 + .../mw4/Content/Mechs/griffin/grf_lgun.erf | 3 + .../Content/Mechs/griffin/grf_lgun_dam.erf | 3 + .../mw4/Content/Mechs/griffin/grf_luarm.erf | 3 + .../Content/Mechs/griffin/grf_luarm_dam.erf | 3 + .../mw4/Content/Mechs/griffin/grf_luleg.erf | 3 + .../Content/Mechs/griffin/grf_luleg_dam.erf | 3 + .../mw4/Content/Mechs/griffin/grf_rbtoe.erf | 3 + .../Content/Mechs/griffin/grf_rbtoe_dam.erf | 3 + .../mw4/Content/Mechs/griffin/grf_rdleg.erf | 3 + .../Content/Mechs/griffin/grf_rdleg_dam.erf | 3 + .../mw4/Content/Mechs/griffin/grf_rfoot.erf | 3 + .../Content/Mechs/griffin/grf_rfoot_dam.erf | 3 + .../mw4/Content/Mechs/griffin/grf_rftoe.erf | 3 + .../Content/Mechs/griffin/grf_rftoe_dam.erf | 3 + .../mw4/Content/Mechs/griffin/grf_rgun.erf | 3 + .../Content/Mechs/griffin/grf_rgun_dam.erf | 3 + .../mw4/Content/Mechs/griffin/grf_ruarm.erf | 3 + .../Content/Mechs/griffin/grf_ruarm_dam.erf | 3 + .../mw4/Content/Mechs/griffin/grf_ruleg.erf | 3 + .../Content/Mechs/griffin/grf_ruleg_dam.erf | 3 + .../Content/Mechs/griffin/grf_specialone.erf | 3 + .../Mechs/griffin/grf_specialone_dam.erf | 3 + .../Content/Mechs/griffin/grf_specialtwo.erf | 3 + .../Mechs/griffin/grf_specialtwo_dam.erf | 3 + .../mw4/Content/Mechs/griffin/grf_torso.erf | 3 + .../Content/Mechs/griffin/grf_torso_dam.erf | 3 + .../Content/Mechs/griffin/griffin.armature | 339 +++++ .../Content/Mechs/griffin/griffin.contents | 258 ++++ .../mw4/Content/Mechs/griffin/griffin.damage | 169 ++ .../mw4/Content/Mechs/griffin/griffin.data | 140 ++ .../mw4/Content/Mechs/griffin/griffin.engine | 9 + .../Content/Mechs/griffin/griffin.instance | 15 + .../Content/Mechs/griffin/griffin.subsystems | 108 ++ .../mw4/Content/Mechs/griffin/griffin.torso | 17 + .../Content/Mechs/griffin/griffin_cage.erf | 3 + .../Mechs/griffin/griffin_skeleton.obb | 3 + .../Mechs/griffin/griffin_skeleton_SOLID.obb | 3 + .../Content/Mechs/griffin/runninglights.erf | 3 + .../griffin_destroyed/griffin_destroyed.data | 16 + .../griffin_destroyed/griffin_destroyed.erf | 3 + .../griffin_destroyed/griffin_destroyed.video | 17 + .../griffin_destroyed_solid.obb | 3 + Gameleap/mw4/Content/Mechs/jenner2c/STATUS | 46 + .../Mechs/jenner2c/animation/j2c_back.mw4anim | 3 + .../jenner2c/animation/j2c_backd.mw4anim | 3 + .../jenner2c/animation/j2c_backl.mw4anim | 3 + .../jenner2c/animation/j2c_backr.mw4anim | 3 + .../jenner2c/animation/j2c_backstand.mw4anim | 3 + .../jenner2c/animation/j2c_backstandd.mw4anim | 3 + .../jenner2c/animation/j2c_backstandl.mw4anim | 3 + .../jenner2c/animation/j2c_backstandr.mw4anim | 3 + .../animation/j2c_backstandrev.mw4anim | 3 + .../animation/j2c_backstandrevd.mw4anim | 3 + .../animation/j2c_backstandrevl.mw4anim | 3 + .../animation/j2c_backstandrevr.mw4anim | 3 + .../animation/j2c_backstandrevu.mw4anim | 3 + .../jenner2c/animation/j2c_backstandu.mw4anim | 3 + .../jenner2c/animation/j2c_backu.mw4anim | 3 + .../jenner2c/animation/j2c_fallback.mw4anim | 3 + .../animation/j2c_fallforward.mw4anim | 3 + .../jenner2c/animation/j2c_fallleft.mw4anim | 3 + .../jenner2c/animation/j2c_fallpose.mw4anim | 3 + .../jenner2c/animation/j2c_fallright.mw4anim | 3 + .../jenner2c/animation/j2c_getup.mw4anim | 3 + .../jenner2c/animation/j2c_getupright.mw4anim | 3 + .../Mechs/jenner2c/animation/j2c_jump.mw4anim | 3 + .../animation/j2c_landforward.mw4anim | 3 + .../jenner2c/animation/j2c_landstand.mw4anim | 3 + .../jenner2c/animation/j2c_landstandd.mw4anim | 3 + .../jenner2c/animation/j2c_landstandl.mw4anim | 3 + .../jenner2c/animation/j2c_landstandr.mw4anim | 3 + .../jenner2c/animation/j2c_landstandu.mw4anim | 3 + .../jenner2c/animation/j2c_lgimp.mw4anim | 3 + .../jenner2c/animation/j2c_lgimpd.mw4anim | 3 + .../jenner2c/animation/j2c_lgimpl.mw4anim | 3 + .../jenner2c/animation/j2c_lgimppose.mw4anim | 3 + .../jenner2c/animation/j2c_lgimpposed.mw4anim | 3 + .../jenner2c/animation/j2c_lgimpposel.mw4anim | 3 + .../jenner2c/animation/j2c_lgimpposer.mw4anim | 3 + .../jenner2c/animation/j2c_lgimpposeu.mw4anim | 3 + .../jenner2c/animation/j2c_lgimpr.mw4anim | 3 + .../jenner2c/animation/j2c_lgimpstand.mw4anim | 3 + .../animation/j2c_lgimpstandd.mw4anim | 3 + .../animation/j2c_lgimpstandl.mw4anim | 3 + .../animation/j2c_lgimpstandr.mw4anim | 3 + .../animation/j2c_lgimpstandu.mw4anim | 3 + .../animation/j2c_lgimpturnleft.mw4anim | 3 + .../animation/j2c_lgimpturnleftd.mw4anim | 3 + .../animation/j2c_lgimpturnleftl.mw4anim | 3 + .../animation/j2c_lgimpturnleftr.mw4anim | 3 + .../animation/j2c_lgimpturnleftu.mw4anim | 3 + .../animation/j2c_lgimpturnright.mw4anim | 3 + .../animation/j2c_lgimpturnrightd.mw4anim | 3 + .../animation/j2c_lgimpturnrightl.mw4anim | 3 + .../animation/j2c_lgimpturnrightr.mw4anim | 3 + .../animation/j2c_lgimpturnrightu.mw4anim | 3 + .../jenner2c/animation/j2c_lgimpu.mw4anim | 3 + .../jenner2c/animation/j2c_powerdown.mw4anim | 3 + .../jenner2c/animation/j2c_powerdownd.mw4anim | 3 + .../jenner2c/animation/j2c_powerdownl.mw4anim | 3 + .../jenner2c/animation/j2c_powerdownr.mw4anim | 3 + .../jenner2c/animation/j2c_powerdownu.mw4anim | 3 + .../jenner2c/animation/j2c_powerup.mw4anim | 3 + .../jenner2c/animation/j2c_powerupd.mw4anim | 3 + .../jenner2c/animation/j2c_powerupl.mw4anim | 3 + .../jenner2c/animation/j2c_powerupr.mw4anim | 3 + .../jenner2c/animation/j2c_powerupu.mw4anim | 3 + .../jenner2c/animation/j2c_rgimp.mw4anim | 3 + .../jenner2c/animation/j2c_rgimpd.mw4anim | 3 + .../jenner2c/animation/j2c_rgimpl.mw4anim | 3 + .../jenner2c/animation/j2c_rgimppose.mw4anim | 3 + .../jenner2c/animation/j2c_rgimpposed.mw4anim | 3 + .../jenner2c/animation/j2c_rgimpposel.mw4anim | 3 + .../jenner2c/animation/j2c_rgimpposer.mw4anim | 3 + .../jenner2c/animation/j2c_rgimpposeu.mw4anim | 3 + .../jenner2c/animation/j2c_rgimpr.mw4anim | 3 + .../jenner2c/animation/j2c_rgimpstand.mw4anim | 3 + .../animation/j2c_rgimpstandd.mw4anim | 3 + .../animation/j2c_rgimpstandl.mw4anim | 3 + .../animation/j2c_rgimpstandr.mw4anim | 3 + .../animation/j2c_rgimpstandu.mw4anim | 3 + .../animation/j2c_rgimpturnleft.mw4anim | 3 + .../animation/j2c_rgimpturnleftd.mw4anim | 3 + .../animation/j2c_rgimpturnleftl.mw4anim | 3 + .../animation/j2c_rgimpturnleftr.mw4anim | 3 + .../animation/j2c_rgimpturnleftu.mw4anim | 3 + .../animation/j2c_rgimpturnright.mw4anim | 3 + .../animation/j2c_rgimpturnrightd.mw4anim | 3 + .../animation/j2c_rgimpturnrightl.mw4anim | 3 + .../animation/j2c_rgimpturnrightr.mw4anim | 3 + .../animation/j2c_rgimpturnrightu.mw4anim | 3 + .../jenner2c/animation/j2c_rgimpu.mw4anim | 3 + .../Mechs/jenner2c/animation/j2c_run.mw4anim | 3 + .../Mechs/jenner2c/animation/j2c_rund.mw4anim | 3 + .../Mechs/jenner2c/animation/j2c_runl.mw4anim | 3 + .../Mechs/jenner2c/animation/j2c_runr.mw4anim | 3 + .../Mechs/jenner2c/animation/j2c_runu.mw4anim | 3 + .../jenner2c/animation/j2c_squatdown.mw4anim | 3 + .../jenner2c/animation/j2c_squatdownd.mw4anim | 3 + .../jenner2c/animation/j2c_squatdownl.mw4anim | 3 + .../jenner2c/animation/j2c_squatdownr.mw4anim | 3 + .../jenner2c/animation/j2c_squatdownu.mw4anim | 3 + .../jenner2c/animation/j2c_squatup.mw4anim | 3 + .../jenner2c/animation/j2c_squatupd.mw4anim | 3 + .../jenner2c/animation/j2c_squatupl.mw4anim | 3 + .../jenner2c/animation/j2c_squatupr.mw4anim | 3 + .../jenner2c/animation/j2c_squatupu.mw4anim | 3 + .../jenner2c/animation/j2c_standback.mw4anim | 3 + .../jenner2c/animation/j2c_standbackd.mw4anim | 3 + .../jenner2c/animation/j2c_standbackl.mw4anim | 3 + .../jenner2c/animation/j2c_standbackr.mw4anim | 3 + .../jenner2c/animation/j2c_standbacku.mw4anim | 3 + .../jenner2c/animation/j2c_standlgimp.mw4anim | 3 + .../animation/j2c_standlgimpd.mw4anim | 3 + .../animation/j2c_standlgimpl.mw4anim | 3 + .../animation/j2c_standlgimpr.mw4anim | 3 + .../animation/j2c_standlgimpu.mw4anim | 3 + .../jenner2c/animation/j2c_standpose.mw4anim | 3 + .../jenner2c/animation/j2c_standposed.mw4anim | 3 + .../jenner2c/animation/j2c_standposel.mw4anim | 3 + .../jenner2c/animation/j2c_standposer.mw4anim | 3 + .../jenner2c/animation/j2c_standposeu.mw4anim | 3 + .../jenner2c/animation/j2c_standrgimp.mw4anim | 3 + .../animation/j2c_standrgimpd.mw4anim | 3 + .../animation/j2c_standrgimpl.mw4anim | 3 + .../animation/j2c_standrgimpr.mw4anim | 3 + .../animation/j2c_standrgimpu.mw4anim | 3 + .../jenner2c/animation/j2c_standwalk.mw4anim | 3 + .../jenner2c/animation/j2c_standwalkd.mw4anim | 3 + .../jenner2c/animation/j2c_standwalkl.mw4anim | 3 + .../jenner2c/animation/j2c_standwalkr.mw4anim | 3 + .../jenner2c/animation/j2c_standwalku.mw4anim | 3 + .../jenner2c/animation/j2c_turnleft.mw4anim | 3 + .../jenner2c/animation/j2c_turnleftd.mw4anim | 3 + .../jenner2c/animation/j2c_turnleftl.mw4anim | 3 + .../jenner2c/animation/j2c_turnleftr.mw4anim | 3 + .../jenner2c/animation/j2c_turnleftu.mw4anim | 3 + .../jenner2c/animation/j2c_turnright.mw4anim | 3 + .../jenner2c/animation/j2c_turnrightd.mw4anim | 3 + .../jenner2c/animation/j2c_turnrightl.mw4anim | 3 + .../jenner2c/animation/j2c_turnrightr.mw4anim | 3 + .../jenner2c/animation/j2c_turnrightu.mw4anim | 3 + .../Mechs/jenner2c/animation/j2c_walk.mw4anim | 3 + .../jenner2c/animation/j2c_walkd.mw4anim | 3 + .../jenner2c/animation/j2c_walkl.mw4anim | 3 + .../jenner2c/animation/j2c_walkr.mw4anim | 3 + .../jenner2c/animation/j2c_walkstand.mw4anim | 3 + .../jenner2c/animation/j2c_walkstandd.mw4anim | 3 + .../jenner2c/animation/j2c_walkstandl.mw4anim | 3 + .../jenner2c/animation/j2c_walkstandr.mw4anim | 3 + .../animation/j2c_walkstandrev.mw4anim | 3 + .../animation/j2c_walkstandrevd.mw4anim | 3 + .../animation/j2c_walkstandrevl.mw4anim | 3 + .../animation/j2c_walkstandrevr.mw4anim | 3 + .../animation/j2c_walkstandrevu.mw4anim | 3 + .../jenner2c/animation/j2c_walkstandu.mw4anim | 3 + .../jenner2c/animation/j2c_walku.mw4anim | 3 + .../jenner2c/armaturedata/j2c_lbtoe.data | 6 - .../jenner2c/armaturedata/j2c_ldleg.data | 6 - .../jenner2c/armaturedata/j2c_lftoe.data | 6 - .../jenner2c/armaturedata/j2c_luarm.data | 6 - .../jenner2c/armaturedata/j2c_luleg.data | 6 - .../jenner2c/armaturedata/j2c_rbtoe.data | 6 - .../jenner2c/armaturedata/j2c_rdleg.data | 6 - .../jenner2c/armaturedata/j2c_rfoot.data | 6 - .../jenner2c/armaturedata/j2c_rftoe.data | 6 - .../jenner2c/armaturedata/j2c_ruarm.data | 6 - .../jenner2c/armaturedata/j2c_ruleg.data | 6 - .../jenner2c/armaturedata/j2c_specialone.data | 6 - .../jenner2c/armaturedata/j2c_torso.data | 6 - .../Mechs/jenner2c/armaturedata/jec_hip.data | 5 + .../jenner2c/armaturedata/jec_lbtoe.data | 5 + .../jenner2c/armaturedata/jec_ldleg.data | 5 + .../jenner2c/armaturedata/jec_lfoot.data | 5 + .../jenner2c/armaturedata/jec_lftoe.data | 5 + .../Mechs/jenner2c/armaturedata/jec_lgun.data | 5 + .../jenner2c/armaturedata/jec_luleg.data | 5 + .../jenner2c/armaturedata/jec_rbtoe.data | 5 + .../jenner2c/armaturedata/jec_rdleg.data | 5 + .../jenner2c/armaturedata/jec_rfoot.data | 5 + .../jenner2c/armaturedata/jec_rftoe.data | 5 + .../Mechs/jenner2c/armaturedata/jec_rgun.data | 5 + .../jenner2c/armaturedata/jec_ruleg.data | 5 + .../jenner2c/armaturedata/jec_torso.data | 5 + .../jenner2c/armaturedata/joint_cage.data | 1 - .../jenner2c/armaturevideo/j2c_luarm.video | 24 - .../jenner2c/armaturevideo/j2c_luleg.video | 24 - .../jenner2c/armaturevideo/j2c_rbtoe.video | 24 - .../jenner2c/armaturevideo/j2c_rdleg.video | 24 - .../jenner2c/armaturevideo/j2c_rfoot.video | 24 - .../jenner2c/armaturevideo/j2c_rftoe.video | 24 - .../jenner2c/armaturevideo/j2c_ruarm.video | 24 - .../jenner2c/armaturevideo/j2c_ruleg.video | 24 - .../armaturevideo/j2c_specialone.video | 24 - .../jenner2c/armaturevideo/jec_hip.video | 23 + .../jenner2c/armaturevideo/jec_lbtoe.video | 23 + .../jenner2c/armaturevideo/jec_ldleg.video | 23 + .../jenner2c/armaturevideo/jec_lfoot.video | 23 + .../jenner2c/armaturevideo/jec_lftoe.video | 23 + .../jenner2c/armaturevideo/jec_lgun.video | 23 + .../jenner2c/armaturevideo/jec_luleg.video | 23 + .../jenner2c/armaturevideo/jec_rbtoe.video | 23 + .../jenner2c/armaturevideo/jec_rdleg.video | 23 + .../jenner2c/armaturevideo/jec_rfoot.video | 23 + .../jenner2c/armaturevideo/jec_rftoe.video | 23 + .../jenner2c/armaturevideo/jec_rgun.video | 23 + .../jenner2c/armaturevideo/jec_ruleg.video | 23 + .../jenner2c/armaturevideo/jec_torso.video | 39 + .../jenner2c/armaturevideo/joint_cage.video | 1 - .../mw4/Content/Mechs/jenner2c/j2c_hip.erf | 3 - .../Content/Mechs/jenner2c/j2c_hip_dam.erf | 3 - .../mw4/Content/Mechs/jenner2c/j2c_lbtoe.erf | 3 - .../mw4/Content/Mechs/jenner2c/j2c_ldleg.erf | 3 - .../Content/Mechs/jenner2c/j2c_ldleg_dam.erf | 3 - .../mw4/Content/Mechs/jenner2c/j2c_lfoot.erf | 3 - .../Content/Mechs/jenner2c/j2c_lfoot_dam.erf | 3 - .../mw4/Content/Mechs/jenner2c/j2c_lftoe.erf | 3 - .../Content/Mechs/jenner2c/j2c_lftoe_dam.erf | 3 - .../mw4/Content/Mechs/jenner2c/j2c_lgun.erf | 3 - .../Content/Mechs/jenner2c/j2c_lgun_dam.erf | 3 - .../mw4/Content/Mechs/jenner2c/j2c_luarm.erf | 3 - .../Content/Mechs/jenner2c/j2c_luarm_dam.erf | 3 - .../mw4/Content/Mechs/jenner2c/j2c_luleg.erf | 3 - .../Content/Mechs/jenner2c/j2c_luleg_dam.erf | 3 - .../mw4/Content/Mechs/jenner2c/j2c_rbtoe.erf | 3 - .../Content/Mechs/jenner2c/j2c_rbtoe_dam.erf | 3 - .../mw4/Content/Mechs/jenner2c/j2c_rdleg.erf | 3 - .../Content/Mechs/jenner2c/j2c_rdleg_dam.erf | 3 - .../mw4/Content/Mechs/jenner2c/j2c_rfoot.erf | 3 - .../Content/Mechs/jenner2c/j2c_rfoot_dam.erf | 3 - .../mw4/Content/Mechs/jenner2c/j2c_rftoe.erf | 3 - .../Content/Mechs/jenner2c/j2c_rftoe_dam.erf | 3 - .../mw4/Content/Mechs/jenner2c/j2c_rgun.erf | 3 - .../Content/Mechs/jenner2c/j2c_rgun_dam.erf | 3 - .../mw4/Content/Mechs/jenner2c/j2c_ruarm.erf | 3 - .../Content/Mechs/jenner2c/j2c_ruarm_dam.erf | 3 - .../mw4/Content/Mechs/jenner2c/j2c_ruleg.erf | 3 - .../Content/Mechs/jenner2c/j2c_ruleg_dam.erf | 3 - .../Content/Mechs/jenner2c/j2c_specialone.erf | 3 - .../Mechs/jenner2c/j2c_specialone_dam.erf | 3 - .../mw4/Content/Mechs/jenner2c/j2c_torso.erf | 3 - .../Content/Mechs/jenner2c/j2c_torso_dam.erf | 3 - .../mw4/Content/Mechs/jenner2c/jec_hip.erf | 3 + .../Content/Mechs/jenner2c/jec_hip_dam.erf | 3 + .../mw4/Content/Mechs/jenner2c/jec_lbtoe.erf | 3 + .../Content/Mechs/jenner2c/jec_lbtoe_dam.erf | 3 + .../mw4/Content/Mechs/jenner2c/jec_ldleg.erf | 3 + .../Content/Mechs/jenner2c/jec_ldleg_dam.erf | 3 + .../mw4/Content/Mechs/jenner2c/jec_lfoot.erf | 3 + .../Content/Mechs/jenner2c/jec_lfoot_dam.erf | 3 + .../mw4/Content/Mechs/jenner2c/jec_lftoe.erf | 3 + .../Content/Mechs/jenner2c/jec_lftoe_dam.erf | 3 + .../mw4/Content/Mechs/jenner2c/jec_lgun.erf | 3 + .../Content/Mechs/jenner2c/jec_lgun_dam.erf | 3 + .../mw4/Content/Mechs/jenner2c/jec_luleg.erf | 3 + .../Content/Mechs/jenner2c/jec_luleg_dam.erf | 3 + .../mw4/Content/Mechs/jenner2c/jec_rbtoe.erf | 3 + .../Content/Mechs/jenner2c/jec_rbtoe_dam.erf | 3 + .../mw4/Content/Mechs/jenner2c/jec_rdleg.erf | 3 + .../Content/Mechs/jenner2c/jec_rdleg_dam.erf | 3 + .../mw4/Content/Mechs/jenner2c/jec_rfoot.erf | 3 + .../Content/Mechs/jenner2c/jec_rfoot_dam.erf | 3 + .../mw4/Content/Mechs/jenner2c/jec_rftoe.erf | 3 + .../Content/Mechs/jenner2c/jec_rftoe_dam.erf | 3 + .../mw4/Content/Mechs/jenner2c/jec_rgun.erf | 3 + .../Content/Mechs/jenner2c/jec_rgun_dam.erf | 3 + .../mw4/Content/Mechs/jenner2c/jec_ruleg.erf | 3 + .../Content/Mechs/jenner2c/jec_ruleg_dam.erf | 3 + .../mw4/Content/Mechs/jenner2c/jec_torso.erf | 3 + .../Content/Mechs/jenner2c/jec_torso_dam.erf | 3 + .../Mechs/jenner2c/jenner2c.animscript | 1355 +++++++++++++++++ .../Content/Mechs/jenner2c/jenner2c.armature | 786 +++------- .../Content/Mechs/jenner2c/jenner2c.contents | 511 ++----- .../Content/Mechs/jenner2c/jenner2c.damage | 124 +- .../mw4/Content/Mechs/jenner2c/jenner2c.data | 313 ++-- .../Content/Mechs/jenner2c/jenner2c.engine | 9 +- .../Content/Mechs/jenner2c/jenner2c.instance | 14 +- .../Mechs/jenner2c/jenner2c.subsystems | 90 +- .../mw4/Content/Mechs/jenner2c/jenner2c.torso | 14 +- .../Content/Mechs/jenner2c/jenner2c_cage.erf | 3 + .../Mechs/jenner2c/jenner2c_skeleton.obb | 4 +- .../jenner2c/jenner2c_skeleton_SOLID.obb | 2 +- .../Content/Mechs/jenner2c/runninglights.erf | 3 + .../Mechs/jenner2c/runninglights__.erf | 3 - .../jenner2c_Destroyed.data | 3 +- .../jenner2c_Destroyed.video | 1 + .../jenner2c_destroyed/jenner2c_destroyed.erf | 4 +- .../jenner2c_destroyed_solid.obb | 2 +- Gameleap/mw4/Content/Mechs/marauder/STATUS | 36 + .../marauder/armaturedata/joint_cage.data | 5 + .../Mechs/marauder/armaturedata/mar_hip.data | 5 + .../marauder/armaturedata/mar_lbtoe.data | 5 + .../marauder/armaturedata/mar_ldleg.data | 5 + .../marauder/armaturedata/mar_lfoot.data | 5 + .../Mechs/marauder/armaturedata/mar_lgun.data | 5 + .../marauder/armaturedata/mar_litoe.data | 5 + .../marauder/armaturedata/mar_lotoe.data | 5 + .../marauder/armaturedata/mar_luarm.data | 5 + .../marauder/armaturedata/mar_luleg.data | 5 + .../marauder/armaturedata/mar_rbtoe.data | 5 + .../marauder/armaturedata/mar_rdleg.data | 5 + .../marauder/armaturedata/mar_rfoot.data | 5 + .../Mechs/marauder/armaturedata/mar_rgun.data | 5 + .../marauder/armaturedata/mar_ritoe.data | 5 + .../marauder/armaturedata/mar_rotoe.data | 5 + .../marauder/armaturedata/mar_ruarm.data | 5 + .../marauder/armaturedata/mar_ruleg.data | 5 + .../marauder/armaturedata/mar_specialone.data | 5 + .../marauder/armaturedata/mar_specialtwo.data | 5 + .../marauder/armaturedata/mar_torso.data | 5 + .../marauder/armaturevideo/joint_cage.video | 33 + .../marauder/armaturevideo/mar_hip.video | 23 + .../marauder/armaturevideo/mar_lbtoe.video | 17 + .../marauder/armaturevideo/mar_ldleg.video | 23 + .../marauder/armaturevideo/mar_lfoot.video | 23 + .../marauder/armaturevideo/mar_lgun.video | 17 + .../marauder/armaturevideo/mar_litoe.video | 23 + .../marauder/armaturevideo/mar_lotoe.video | 17 + .../marauder/armaturevideo/mar_luarm.video | 23 + .../marauder/armaturevideo/mar_luleg.video | 23 + .../marauder/armaturevideo/mar_rbtoe.video | 17 + .../marauder/armaturevideo/mar_rdleg.video | 23 + .../marauder/armaturevideo/mar_rfoot.video | 23 + .../marauder/armaturevideo/mar_rgun.video | 17 + .../marauder/armaturevideo/mar_ritoe.video | 23 + .../marauder/armaturevideo/mar_rotoe.video | 23 + .../marauder/armaturevideo/mar_ruarm.video | 23 + .../marauder/armaturevideo/mar_ruleg.video | 23 + .../armaturevideo/mar_specialone.video | 23 + .../armaturevideo/mar_specialtwo.video | 23 + .../marauder/armaturevideo/mar_torso.video | 39 + .../mw4/Content/Mechs/marauder/mar_hip.erf | 3 + .../Content/Mechs/marauder/mar_hip_dam.erf | 3 + .../mw4/Content/Mechs/marauder/mar_lbtoe.erf | 3 + .../mw4/Content/Mechs/marauder/mar_ldleg.erf | 3 + .../Content/Mechs/marauder/mar_ldleg_dam.erf | 3 + .../mw4/Content/Mechs/marauder/mar_lfoot.erf | 3 + .../Content/Mechs/marauder/mar_lfoot_dam.erf | 3 + .../mw4/Content/Mechs/marauder/mar_lgun.erf | 3 + .../mw4/Content/Mechs/marauder/mar_litoe.erf | 3 + .../Content/Mechs/marauder/mar_litoe_dam.erf | 3 + .../mw4/Content/Mechs/marauder/mar_lotoe.erf | 3 + .../mw4/Content/Mechs/marauder/mar_luarm.erf | 3 + .../Content/Mechs/marauder/mar_luarm_dam.erf | 3 + .../mw4/Content/Mechs/marauder/mar_luleg.erf | 3 + .../Content/Mechs/marauder/mar_luleg_dam.erf | 3 + .../mw4/Content/Mechs/marauder/mar_rbtoe.erf | 3 + .../mw4/Content/Mechs/marauder/mar_rdleg.erf | 3 + .../Content/Mechs/marauder/mar_rdleg_dam.erf | 3 + .../mw4/Content/Mechs/marauder/mar_rfoot.erf | 3 + .../Content/Mechs/marauder/mar_rfoot_dam.erf | 3 + .../mw4/Content/Mechs/marauder/mar_rgun.erf | 3 + .../mw4/Content/Mechs/marauder/mar_ritoe.erf | 3 + .../Content/Mechs/marauder/mar_ritoe_dam.erf | 3 + .../mw4/Content/Mechs/marauder/mar_rotoe.erf | 3 + .../Content/Mechs/marauder/mar_rotoe_dam.erf | 3 + .../mw4/Content/Mechs/marauder/mar_ruarm.erf | 3 + .../Content/Mechs/marauder/mar_ruarm_dam.erf | 3 + .../mw4/Content/Mechs/marauder/mar_ruleg.erf | 3 + .../Content/Mechs/marauder/mar_ruleg_dam.erf | 3 + .../Content/Mechs/marauder/mar_specialone.erf | 3 + .../Mechs/marauder/mar_specialone_dam.erf | 3 + .../Content/Mechs/marauder/mar_specialtwo.erf | 3 + .../Mechs/marauder/mar_specialtwo_dam.erf | 3 + .../mw4/Content/Mechs/marauder/mar_torso.erf | 3 + .../Content/Mechs/marauder/mar_torso_dam.erf | 3 + .../Content/Mechs/marauder/marauder.armature | 324 ++++ .../Content/Mechs/marauder/marauder.contents | 262 ++++ .../Content/Mechs/marauder/marauder.damage | 188 +++ .../mw4/Content/Mechs/marauder/marauder.data | 140 ++ .../Content/Mechs/marauder/marauder.engine | 9 + .../Content/Mechs/marauder/marauder.instance | 15 + .../Mechs/marauder/marauder.subsystems | 144 ++ .../mw4/Content/Mechs/marauder/marauder.torso | 17 + .../Content/Mechs/marauder/marauder_cage.erf | 3 + .../Mechs/marauder/marauder_skeleton.obb | 3 + .../marauder/marauder_skeleton_SOLID.obb | 3 + .../Content/Mechs/marauder/runninglights.erf | 3 + .../marauder_destroyed.data | 16 + .../marauder_destroyed/marauder_destroyed.erf | 3 + .../marauder_destroyed.video | 17 + .../marauder_destroyed_solid.obb | 3 + Gameleap/mw4/Content/Mechs/thunderbolt/STATUS | 36 + .../thunderbolt/armaturedata/joint_cage.data | 5 + .../thunderbolt/armaturedata/thu_hip.data | 5 + .../thunderbolt/armaturedata/thu_lbtoe.data | 5 + .../thunderbolt/armaturedata/thu_ldleg.data | 5 + .../thunderbolt/armaturedata/thu_lfoot.data | 5 + .../thunderbolt/armaturedata/thu_lftoe.data | 5 + .../thunderbolt/armaturedata/thu_lgun.data | 5 + .../thunderbolt/armaturedata/thu_luarm.data | 5 + .../thunderbolt/armaturedata/thu_luleg.data | 5 + .../thunderbolt/armaturedata/thu_rbtoe.data | 5 + .../thunderbolt/armaturedata/thu_rdleg.data | 5 + .../thunderbolt/armaturedata/thu_rfoot.data | 5 + .../thunderbolt/armaturedata/thu_rftoe.data | 5 + .../thunderbolt/armaturedata/thu_rgun.data | 5 + .../thunderbolt/armaturedata/thu_ruarm.data | 5 + .../thunderbolt/armaturedata/thu_ruleg.data | 5 + .../armaturedata/thu_specialone.data | 5 + .../thunderbolt/armaturedata/thu_torso.data | 5 + .../armaturevideo/joint_cage.video | 33 + .../thunderbolt/armaturevideo/thu_hip.video | 23 + .../thunderbolt/armaturevideo/thu_lbtoe.video | 17 + .../thunderbolt/armaturevideo/thu_ldleg.video | 23 + .../thunderbolt/armaturevideo/thu_lfoot.video | 23 + .../thunderbolt/armaturevideo/thu_lftoe.video | 23 + .../thunderbolt/armaturevideo/thu_lgun.video | 17 + .../thunderbolt/armaturevideo/thu_luarm.video | 23 + .../thunderbolt/armaturevideo/thu_luleg.video | 23 + .../thunderbolt/armaturevideo/thu_rbtoe.video | 23 + .../thunderbolt/armaturevideo/thu_rdleg.video | 23 + .../thunderbolt/armaturevideo/thu_rfoot.video | 23 + .../thunderbolt/armaturevideo/thu_rftoe.video | 23 + .../thunderbolt/armaturevideo/thu_rgun.video | 23 + .../thunderbolt/armaturevideo/thu_ruarm.video | 23 + .../thunderbolt/armaturevideo/thu_ruleg.video | 23 + .../armaturevideo/thu_specialone.video | 17 + .../thunderbolt/armaturevideo/thu_torso.video | 39 + .../Mechs/thunderbolt/runninglights.erf | 3 + .../mw4/Content/Mechs/thunderbolt/thu_hip.erf | 3 + .../Content/Mechs/thunderbolt/thu_hip_dam.erf | 3 + .../Content/Mechs/thunderbolt/thu_lbtoe.erf | 3 + .../Content/Mechs/thunderbolt/thu_ldleg.erf | 3 + .../Mechs/thunderbolt/thu_ldleg_dam.erf | 3 + .../Content/Mechs/thunderbolt/thu_lfoot.erf | 3 + .../Mechs/thunderbolt/thu_lfoot_dam.erf | 3 + .../Content/Mechs/thunderbolt/thu_lftoe.erf | 3 + .../Mechs/thunderbolt/thu_lftoe_dam.erf | 3 + .../Content/Mechs/thunderbolt/thu_lgun.erf | 3 + .../Content/Mechs/thunderbolt/thu_luarm.erf | 3 + .../Mechs/thunderbolt/thu_luarm_dam.erf | 3 + .../Content/Mechs/thunderbolt/thu_luleg.erf | 3 + .../Mechs/thunderbolt/thu_luleg_dam.erf | 3 + .../Content/Mechs/thunderbolt/thu_rbtoe.erf | 3 + .../Mechs/thunderbolt/thu_rbtoe_dam.erf | 3 + .../Content/Mechs/thunderbolt/thu_rdleg.erf | 3 + .../Mechs/thunderbolt/thu_rdleg_dam.erf | 3 + .../Content/Mechs/thunderbolt/thu_rfoot.erf | 3 + .../Mechs/thunderbolt/thu_rfoot_dam.erf | 3 + .../Content/Mechs/thunderbolt/thu_rftoe.erf | 3 + .../Mechs/thunderbolt/thu_rftoe_dam.erf | 3 + .../Content/Mechs/thunderbolt/thu_rgun.erf | 3 + .../Mechs/thunderbolt/thu_rgun_dam.erf | 3 + .../Content/Mechs/thunderbolt/thu_ruarm.erf | 3 + .../Mechs/thunderbolt/thu_ruarm_dam.erf | 3 + .../Content/Mechs/thunderbolt/thu_ruleg.erf | 3 + .../Mechs/thunderbolt/thu_ruleg_dam.erf | 3 + .../Mechs/thunderbolt/thu_specialone.erf | 3 + .../Content/Mechs/thunderbolt/thu_torso.erf | 3 + .../Mechs/thunderbolt/thu_torso_dam.erf | 3 + .../Mechs/thunderbolt/thunderbolt.armature | 299 ++++ .../Mechs/thunderbolt/thunderbolt.contents | 242 +++ .../Mechs/thunderbolt/thunderbolt.damage | 169 ++ .../Mechs/thunderbolt/thunderbolt.data | 140 ++ .../Mechs/thunderbolt/thunderbolt.engine | 9 + .../Mechs/thunderbolt/thunderbolt.instance | 15 + .../Mechs/thunderbolt/thunderbolt.subsystems | 187 +++ .../Mechs/thunderbolt/thunderbolt.torso | 17 + .../Mechs/thunderbolt/thunderbolt_cage.erf | 3 + .../thunderbolt/thunderbolt_skeleton.obb | 3 + .../thunderbolt_skeleton_SOLID.obb | 3 + .../thunderbolt_destroyed.data | 16 + .../thunderbolt_destroyed.erf | 3 + .../thunderbolt_destroyed.video | 17 + .../thunderbolt_destroyed_solid.obb | 3 + Gameleap/mw4/Content/textures/@achp0.tga | 3 + Gameleap/mw4/Content/textures/@achp1.tga | 3 + Gameleap/mw4/Content/textures/@achp2.tga | 3 + Gameleap/mw4/Content/textures/@achp3.tga | 3 + Gameleap/mw4/Content/textures/@achp4.tga | 3 + Gameleap/mw4/Content/textures/@achp5.tga | 3 + Gameleap/mw4/Content/textures/@agrf0.tga | 3 + Gameleap/mw4/Content/textures/@agrf1.tga | 3 + Gameleap/mw4/Content/textures/@agrf2.tga | 3 + Gameleap/mw4/Content/textures/@agrf3.tga | 3 + Gameleap/mw4/Content/textures/@agrf4.tga | 3 + Gameleap/mw4/Content/textures/@agrf5.tga | 3 + Gameleap/mw4/Content/textures/@ajec0.tga | 3 + Gameleap/mw4/Content/textures/@ajec1.tga | 3 + Gameleap/mw4/Content/textures/@ajec2.tga | 3 + Gameleap/mw4/Content/textures/@ajec3.tga | 3 + Gameleap/mw4/Content/textures/@ajec4.tga | 3 + Gameleap/mw4/Content/textures/@ajec5.tga | 3 + Gameleap/mw4/Content/textures/@amar0.tga | 3 + Gameleap/mw4/Content/textures/@amar1.tga | 3 + Gameleap/mw4/Content/textures/@amar2.tga | 3 + Gameleap/mw4/Content/textures/@amar3.tga | 3 + Gameleap/mw4/Content/textures/@amar4.tga | 3 + Gameleap/mw4/Content/textures/@amar5.tga | 3 + Gameleap/mw4/Content/textures/@athu0.tga | 3 + Gameleap/mw4/Content/textures/@athu1.tga | 3 + Gameleap/mw4/Content/textures/@athu2.tga | 3 + Gameleap/mw4/Content/textures/@athu3.tga | 3 + Gameleap/mw4/Content/textures/@athu4.tga | 3 + Gameleap/mw4/Content/textures/@athu5.tga | 3 + .../textures/FootSteps/champion_default.tga | 3 + .../textures/FootSteps/champion_dirt.tga | 3 + .../textures/FootSteps/champion_snow.tga | 3 + .../textures/FootSteps/griffin_default.tga | 3 + .../textures/FootSteps/griffin_dirt.tga | 3 + .../textures/FootSteps/griffin_snow.tga | 3 + .../textures/FootSteps/jenner2c_default.tga | 3 + .../textures/FootSteps/jenner2c_dirt.tga | 3 + .../textures/FootSteps/jenner2c_snow.tga | 3 + .../textures/FootSteps/marauder_default.tga | 3 + .../textures/FootSteps/marauder_dirt.tga | 3 + .../textures/FootSteps/marauder_snow.tga | 3 + .../FootSteps/thunderbolt_default.tga | 3 + .../textures/FootSteps/thunderbolt_dirt.tga | 3 + .../textures/FootSteps/thunderbolt_snow.tga | 3 + Gameleap/mw4/Content/textures/textures.hint | 654 ++++++++ Gameleap/mw4/hsh/Mechs/champion.bmp | 3 + Gameleap/mw4/hsh/Mechs/dasher.bmp | 3 + Gameleap/mw4/hsh/Mechs/griffin.bmp | 3 + Gameleap/mw4/hsh/Mechs/jenner2c.bmp | 3 + Gameleap/mw4/hsh/Mechs/marauder.bmp | 3 + Gameleap/mw4/hsh/Mechs/thunderbolt.bmp | 3 + Gameleap/mw4/hsh/hud/generic.bmp | 3 + Gameleap/mw4/hsh/radar/hud/generic.bmp | 3 + 768 files changed, 12364 insertions(+), 1729 deletions(-) create mode 100644 Gameleap/mw4/Content/Mechs/champion/STATUS rename Gameleap/mw4/Content/Mechs/{jenner2c/armaturedata/j2c_hip.data => champion/armaturedata/chp_hip.data} (51%) rename Gameleap/mw4/Content/Mechs/{jenner2c/armaturedata/j2c_lgun.data => champion/armaturedata/chp_lbtoe.data} (50%) rename Gameleap/mw4/Content/Mechs/{jenner2c/armaturedata/j2c_rgun.data => champion/armaturedata/chp_ldleg.data} (50%) rename Gameleap/mw4/Content/Mechs/{jenner2c/armaturedata/j2c_lfoot.data => champion/armaturedata/chp_lfoot.data} (50%) create mode 100644 Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_lftoe.data create mode 100644 Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_lgun.data create mode 100644 Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_luarm.data create mode 100644 Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_luleg.data create mode 100644 Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_rbtoe.data create mode 100644 Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_rdleg.data create mode 100644 Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_rfoot.data create mode 100644 Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_rftoe.data create mode 100644 Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_rgun.data create mode 100644 Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_ruarm.data create mode 100644 Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_ruleg.data create mode 100644 Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_specialone.data create mode 100644 Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_specialtwo.data create mode 100644 Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_torso.data create mode 100644 Gameleap/mw4/Content/Mechs/champion/armaturedata/joint_cage.data rename Gameleap/mw4/Content/Mechs/{jenner2c/armaturevideo/j2c_hip.video => champion/armaturevideo/chp_hip.video} (80%) rename Gameleap/mw4/Content/Mechs/{jenner2c/armaturevideo/j2c_lgun.video => champion/armaturevideo/chp_lbtoe.video} (79%) rename Gameleap/mw4/Content/Mechs/{jenner2c/armaturevideo/j2c_rgun.video => champion/armaturevideo/chp_ldleg.video} (79%) rename Gameleap/mw4/Content/Mechs/{jenner2c/armaturevideo/j2c_lfoot.video => champion/armaturevideo/chp_lfoot.video} (79%) create mode 100644 Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_lftoe.video rename Gameleap/mw4/Content/Mechs/{jenner2c/armaturevideo/j2c_lbtoe.video => champion/armaturevideo/chp_lgun.video} (84%) create mode 100644 Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_luarm.video create mode 100644 Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_luleg.video create mode 100644 Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_rbtoe.video create mode 100644 Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_rdleg.video create mode 100644 Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_rfoot.video create mode 100644 Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_rftoe.video create mode 100644 Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_rgun.video create mode 100644 Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_ruarm.video create mode 100644 Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_ruleg.video rename Gameleap/mw4/Content/Mechs/{jenner2c/armaturevideo/j2c_lftoe.video => champion/armaturevideo/chp_specialone.video} (77%) rename Gameleap/mw4/Content/Mechs/{jenner2c/armaturevideo/j2c_ldleg.video => champion/armaturevideo/chp_specialtwo.video} (77%) create mode 100644 Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_torso.video create mode 100644 Gameleap/mw4/Content/Mechs/champion/armaturevideo/joint_cage.video create mode 100644 Gameleap/mw4/Content/Mechs/champion/champion.armature create mode 100644 Gameleap/mw4/Content/Mechs/champion/champion.contents create mode 100644 Gameleap/mw4/Content/Mechs/champion/champion.damage create mode 100644 Gameleap/mw4/Content/Mechs/champion/champion.data create mode 100644 Gameleap/mw4/Content/Mechs/champion/champion.engine create mode 100644 Gameleap/mw4/Content/Mechs/champion/champion.instance create mode 100644 Gameleap/mw4/Content/Mechs/champion/champion.subsystems create mode 100644 Gameleap/mw4/Content/Mechs/champion/champion.torso create mode 100644 Gameleap/mw4/Content/Mechs/champion/champion_cage.erf create mode 100644 Gameleap/mw4/Content/Mechs/champion/champion_skeleton.obb create mode 100644 Gameleap/mw4/Content/Mechs/champion/champion_skeleton_SOLID.obb create mode 100644 Gameleap/mw4/Content/Mechs/champion/chp_hip.erf create mode 100644 Gameleap/mw4/Content/Mechs/champion/chp_hip_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/champion/chp_lbtoe.erf create mode 100644 Gameleap/mw4/Content/Mechs/champion/chp_lbtoe_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/champion/chp_ldleg.erf create mode 100644 Gameleap/mw4/Content/Mechs/champion/chp_ldleg_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/champion/chp_lfoot.erf create mode 100644 Gameleap/mw4/Content/Mechs/champion/chp_lfoot_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/champion/chp_lftoe.erf create mode 100644 Gameleap/mw4/Content/Mechs/champion/chp_lftoe_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/champion/chp_lgun.erf create mode 100644 Gameleap/mw4/Content/Mechs/champion/chp_luarm.erf create mode 100644 Gameleap/mw4/Content/Mechs/champion/chp_luarm_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/champion/chp_luleg.erf create mode 100644 Gameleap/mw4/Content/Mechs/champion/chp_luleg_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/champion/chp_rbtoe.erf create mode 100644 Gameleap/mw4/Content/Mechs/champion/chp_rbtoe_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/champion/chp_rdleg.erf create mode 100644 Gameleap/mw4/Content/Mechs/champion/chp_rdleg_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/champion/chp_rfoot.erf create mode 100644 Gameleap/mw4/Content/Mechs/champion/chp_rfoot_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/champion/chp_rftoe.erf create mode 100644 Gameleap/mw4/Content/Mechs/champion/chp_rftoe_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/champion/chp_rgun.erf create mode 100644 Gameleap/mw4/Content/Mechs/champion/chp_ruarm.erf create mode 100644 Gameleap/mw4/Content/Mechs/champion/chp_ruarm_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/champion/chp_ruleg.erf create mode 100644 Gameleap/mw4/Content/Mechs/champion/chp_ruleg_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/champion/chp_specialone.erf create mode 100644 Gameleap/mw4/Content/Mechs/champion/chp_specialone_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/champion/chp_specialtwo.erf create mode 100644 Gameleap/mw4/Content/Mechs/champion/chp_specialtwo_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/champion/chp_torso.erf create mode 100644 Gameleap/mw4/Content/Mechs/champion/chp_torso_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/champion/runninglights.erf create mode 100644 Gameleap/mw4/Content/Mechs/champion_destroyed/champion_destroyed.data create mode 100644 Gameleap/mw4/Content/Mechs/champion_destroyed/champion_destroyed.erf create mode 100644 Gameleap/mw4/Content/Mechs/champion_destroyed/champion_destroyed.video create mode 100644 Gameleap/mw4/Content/Mechs/champion_destroyed/champion_destroyed_solid.obb create mode 100644 Gameleap/mw4/Content/Mechs/dasher/STATUS create mode 100644 Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_hip.data create mode 100644 Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_ldleg.data create mode 100644 Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_lfoot.data create mode 100644 Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_lgun.data create mode 100644 Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_ltoe.data create mode 100644 Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_luarm.data create mode 100644 Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_luleg.data create mode 100644 Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_rdleg.data create mode 100644 Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_rfoot.data create mode 100644 Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_rgun.data create mode 100644 Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_rtoe.data create mode 100644 Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_ruarm.data create mode 100644 Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_ruleg.data create mode 100644 Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_torso.data create mode 100644 Gameleap/mw4/Content/Mechs/dasher/armaturedata/joint_cage.data create mode 100644 Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_hip.video create mode 100644 Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_ldleg.video create mode 100644 Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_lfoot.video create mode 100644 Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_lgun.video create mode 100644 Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_ltoe.video create mode 100644 Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_luarm.video create mode 100644 Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_luleg.video create mode 100644 Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_rdleg.video create mode 100644 Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_rfoot.video create mode 100644 Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_rgun.video create mode 100644 Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_rtoe.video create mode 100644 Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_ruarm.video create mode 100644 Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_ruleg.video rename Gameleap/mw4/Content/Mechs/{jenner2c/armaturevideo/j2c_torso.video => dasher/armaturevideo/das_torso.video} (85%) create mode 100644 Gameleap/mw4/Content/Mechs/dasher/armaturevideo/joint_cage.video create mode 100644 Gameleap/mw4/Content/Mechs/dasher/das_hip.erf create mode 100644 Gameleap/mw4/Content/Mechs/dasher/das_hip_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/dasher/das_ldleg.erf create mode 100644 Gameleap/mw4/Content/Mechs/dasher/das_ldleg_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/dasher/das_lfoot.erf create mode 100644 Gameleap/mw4/Content/Mechs/dasher/das_lfoot_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/dasher/das_lgun.erf create mode 100644 Gameleap/mw4/Content/Mechs/dasher/das_lgun_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/dasher/das_ltoe.erf create mode 100644 Gameleap/mw4/Content/Mechs/dasher/das_ltoe_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/dasher/das_luarm.erf create mode 100644 Gameleap/mw4/Content/Mechs/dasher/das_luarm_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/dasher/das_luleg.erf create mode 100644 Gameleap/mw4/Content/Mechs/dasher/das_luleg_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/dasher/das_rdleg.erf create mode 100644 Gameleap/mw4/Content/Mechs/dasher/das_rdleg_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/dasher/das_rfoot.erf create mode 100644 Gameleap/mw4/Content/Mechs/dasher/das_rfoot_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/dasher/das_rgun.erf create mode 100644 Gameleap/mw4/Content/Mechs/dasher/das_rtoe.erf create mode 100644 Gameleap/mw4/Content/Mechs/dasher/das_rtoe_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/dasher/das_ruarm.erf create mode 100644 Gameleap/mw4/Content/Mechs/dasher/das_ruarm_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/dasher/das_ruleg.erf create mode 100644 Gameleap/mw4/Content/Mechs/dasher/das_ruleg_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/dasher/das_torso.erf create mode 100644 Gameleap/mw4/Content/Mechs/dasher/das_torso_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/dasher/dasher.armature create mode 100644 Gameleap/mw4/Content/Mechs/dasher/dasher.contents create mode 100644 Gameleap/mw4/Content/Mechs/dasher/dasher.damage create mode 100644 Gameleap/mw4/Content/Mechs/dasher/dasher.data create mode 100644 Gameleap/mw4/Content/Mechs/dasher/dasher.engine create mode 100644 Gameleap/mw4/Content/Mechs/dasher/dasher.instance create mode 100644 Gameleap/mw4/Content/Mechs/dasher/dasher.subsystems create mode 100644 Gameleap/mw4/Content/Mechs/dasher/dasher.torso create mode 100644 Gameleap/mw4/Content/Mechs/dasher/dasher_cage.erf create mode 100644 Gameleap/mw4/Content/Mechs/dasher/dasher_skeleton.obb create mode 100644 Gameleap/mw4/Content/Mechs/dasher/dasher_skeleton_SOLID.obb create mode 100644 Gameleap/mw4/Content/Mechs/dasher/runninglights__.erf create mode 100644 Gameleap/mw4/Content/Mechs/griffin/STATUS create mode 100644 Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_hip.data create mode 100644 Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_lbtoe.data create mode 100644 Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_ldleg.data create mode 100644 Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_lfoot.data create mode 100644 Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_lftoe.data create mode 100644 Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_lgun.data create mode 100644 Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_luarm.data create mode 100644 Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_luleg.data create mode 100644 Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_rbtoe.data create mode 100644 Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_rdleg.data create mode 100644 Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_rfoot.data create mode 100644 Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_rftoe.data create mode 100644 Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_rgun.data create mode 100644 Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_ruarm.data create mode 100644 Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_ruleg.data create mode 100644 Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_specialone.data create mode 100644 Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_specialtwo.data create mode 100644 Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_torso.data create mode 100644 Gameleap/mw4/Content/Mechs/griffin/armaturedata/joint_cage.data create mode 100644 Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_hip.video create mode 100644 Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_lbtoe.video create mode 100644 Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_ldleg.video create mode 100644 Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_lfoot.video create mode 100644 Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_lftoe.video create mode 100644 Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_lgun.video create mode 100644 Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_luarm.video create mode 100644 Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_luleg.video create mode 100644 Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_rbtoe.video create mode 100644 Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_rdleg.video create mode 100644 Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_rfoot.video create mode 100644 Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_rftoe.video create mode 100644 Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_rgun.video create mode 100644 Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_ruarm.video create mode 100644 Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_ruleg.video create mode 100644 Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_specialone.video create mode 100644 Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_specialtwo.video create mode 100644 Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_torso.video create mode 100644 Gameleap/mw4/Content/Mechs/griffin/armaturevideo/joint_cage.video create mode 100644 Gameleap/mw4/Content/Mechs/griffin/grf_hip.erf create mode 100644 Gameleap/mw4/Content/Mechs/griffin/grf_hip_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/griffin/grf_lbtoe.erf create mode 100644 Gameleap/mw4/Content/Mechs/griffin/grf_lbtoe_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/griffin/grf_ldleg.erf create mode 100644 Gameleap/mw4/Content/Mechs/griffin/grf_ldleg_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/griffin/grf_lfoot.erf create mode 100644 Gameleap/mw4/Content/Mechs/griffin/grf_lfoot_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/griffin/grf_lftoe.erf create mode 100644 Gameleap/mw4/Content/Mechs/griffin/grf_lftoe_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/griffin/grf_lgun.erf create mode 100644 Gameleap/mw4/Content/Mechs/griffin/grf_lgun_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/griffin/grf_luarm.erf create mode 100644 Gameleap/mw4/Content/Mechs/griffin/grf_luarm_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/griffin/grf_luleg.erf create mode 100644 Gameleap/mw4/Content/Mechs/griffin/grf_luleg_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/griffin/grf_rbtoe.erf create mode 100644 Gameleap/mw4/Content/Mechs/griffin/grf_rbtoe_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/griffin/grf_rdleg.erf create mode 100644 Gameleap/mw4/Content/Mechs/griffin/grf_rdleg_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/griffin/grf_rfoot.erf create mode 100644 Gameleap/mw4/Content/Mechs/griffin/grf_rfoot_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/griffin/grf_rftoe.erf create mode 100644 Gameleap/mw4/Content/Mechs/griffin/grf_rftoe_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/griffin/grf_rgun.erf create mode 100644 Gameleap/mw4/Content/Mechs/griffin/grf_rgun_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/griffin/grf_ruarm.erf create mode 100644 Gameleap/mw4/Content/Mechs/griffin/grf_ruarm_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/griffin/grf_ruleg.erf create mode 100644 Gameleap/mw4/Content/Mechs/griffin/grf_ruleg_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/griffin/grf_specialone.erf create mode 100644 Gameleap/mw4/Content/Mechs/griffin/grf_specialone_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/griffin/grf_specialtwo.erf create mode 100644 Gameleap/mw4/Content/Mechs/griffin/grf_specialtwo_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/griffin/grf_torso.erf create mode 100644 Gameleap/mw4/Content/Mechs/griffin/grf_torso_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/griffin/griffin.armature create mode 100644 Gameleap/mw4/Content/Mechs/griffin/griffin.contents create mode 100644 Gameleap/mw4/Content/Mechs/griffin/griffin.damage create mode 100644 Gameleap/mw4/Content/Mechs/griffin/griffin.data create mode 100644 Gameleap/mw4/Content/Mechs/griffin/griffin.engine create mode 100644 Gameleap/mw4/Content/Mechs/griffin/griffin.instance create mode 100644 Gameleap/mw4/Content/Mechs/griffin/griffin.subsystems create mode 100644 Gameleap/mw4/Content/Mechs/griffin/griffin.torso create mode 100644 Gameleap/mw4/Content/Mechs/griffin/griffin_cage.erf create mode 100644 Gameleap/mw4/Content/Mechs/griffin/griffin_skeleton.obb create mode 100644 Gameleap/mw4/Content/Mechs/griffin/griffin_skeleton_SOLID.obb create mode 100644 Gameleap/mw4/Content/Mechs/griffin/runninglights.erf create mode 100644 Gameleap/mw4/Content/Mechs/griffin_destroyed/griffin_destroyed.data create mode 100644 Gameleap/mw4/Content/Mechs/griffin_destroyed/griffin_destroyed.erf create mode 100644 Gameleap/mw4/Content/Mechs/griffin_destroyed/griffin_destroyed.video create mode 100644 Gameleap/mw4/Content/Mechs/griffin_destroyed/griffin_destroyed_solid.obb create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/STATUS create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_back.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backd.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backl.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backr.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backstand.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backstandd.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backstandl.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backstandr.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backstandrev.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backstandrevd.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backstandrevl.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backstandrevr.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backstandrevu.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backstandu.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backu.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_fallback.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_fallforward.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_fallleft.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_fallpose.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_fallright.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_getup.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_getupright.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_jump.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_landforward.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_landstand.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_landstandd.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_landstandl.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_landstandr.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_landstandu.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimp.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpd.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpl.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimppose.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpposed.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpposel.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpposer.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpposeu.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpr.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpstand.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpstandd.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpstandl.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpstandr.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpstandu.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpturnleft.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpturnleftd.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpturnleftl.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpturnleftr.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpturnleftu.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpturnright.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpturnrightd.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpturnrightl.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpturnrightr.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpturnrightu.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpu.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_powerdown.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_powerdownd.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_powerdownl.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_powerdownr.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_powerdownu.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_powerup.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_powerupd.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_powerupl.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_powerupr.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_powerupu.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimp.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpd.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpl.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimppose.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpposed.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpposel.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpposer.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpposeu.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpr.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpstand.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpstandd.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpstandl.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpstandr.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpstandu.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpturnleft.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpturnleftd.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpturnleftl.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpturnleftr.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpturnleftu.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpturnright.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpturnrightd.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpturnrightl.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpturnrightr.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpturnrightu.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpu.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_run.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rund.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_runl.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_runr.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_runu.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_squatdown.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_squatdownd.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_squatdownl.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_squatdownr.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_squatdownu.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_squatup.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_squatupd.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_squatupl.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_squatupr.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_squatupu.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standback.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standbackd.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standbackl.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standbackr.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standbacku.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standlgimp.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standlgimpd.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standlgimpl.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standlgimpr.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standlgimpu.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standpose.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standposed.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standposel.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standposer.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standposeu.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standrgimp.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standrgimpd.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standrgimpl.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standrgimpr.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standrgimpu.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standwalk.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standwalkd.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standwalkl.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standwalkr.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standwalku.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_turnleft.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_turnleftd.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_turnleftl.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_turnleftr.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_turnleftu.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_turnright.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_turnrightd.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_turnrightl.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_turnrightr.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_turnrightu.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walk.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkd.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkl.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkr.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkstand.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkstandd.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkstandl.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkstandr.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkstandrev.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkstandrevd.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkstandrevl.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkstandrevr.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkstandrevu.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkstandu.mw4anim create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walku.mw4anim delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_lbtoe.data delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_ldleg.data delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_lftoe.data delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_luarm.data delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_luleg.data delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_rbtoe.data delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_rdleg.data delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_rfoot.data delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_rftoe.data delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_ruarm.data delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_ruleg.data delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_specialone.data delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_torso.data create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_hip.data create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_lbtoe.data create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_ldleg.data create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_lfoot.data create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_lftoe.data create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_lgun.data create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_luleg.data create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_rbtoe.data create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_rdleg.data create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_rfoot.data create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_rftoe.data create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_rgun.data create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_ruleg.data create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_torso.data delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_luarm.video delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_luleg.video delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_rbtoe.video delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_rdleg.video delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_rfoot.video delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_rftoe.video delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_ruarm.video delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_ruleg.video delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_specialone.video create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_hip.video create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_lbtoe.video create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_ldleg.video create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_lfoot.video create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_lftoe.video create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_lgun.video create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_luleg.video create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_rbtoe.video create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_rdleg.video create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_rfoot.video create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_rftoe.video create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_rgun.video create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_ruleg.video create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_torso.video delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/j2c_hip.erf delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/j2c_hip_dam.erf delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/j2c_lbtoe.erf delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/j2c_ldleg.erf delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/j2c_ldleg_dam.erf delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/j2c_lfoot.erf delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/j2c_lfoot_dam.erf delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/j2c_lftoe.erf delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/j2c_lftoe_dam.erf delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/j2c_lgun.erf delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/j2c_lgun_dam.erf delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/j2c_luarm.erf delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/j2c_luarm_dam.erf delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/j2c_luleg.erf delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/j2c_luleg_dam.erf delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/j2c_rbtoe.erf delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/j2c_rbtoe_dam.erf delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/j2c_rdleg.erf delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/j2c_rdleg_dam.erf delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/j2c_rfoot.erf delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/j2c_rfoot_dam.erf delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/j2c_rftoe.erf delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/j2c_rftoe_dam.erf delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/j2c_rgun.erf delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/j2c_rgun_dam.erf delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/j2c_ruarm.erf delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/j2c_ruarm_dam.erf delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/j2c_ruleg.erf delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/j2c_ruleg_dam.erf delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/j2c_specialone.erf delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/j2c_specialone_dam.erf delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/j2c_torso.erf delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/j2c_torso_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/jec_hip.erf create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/jec_hip_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/jec_lbtoe.erf create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/jec_lbtoe_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/jec_ldleg.erf create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/jec_ldleg_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/jec_lfoot.erf create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/jec_lfoot_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/jec_lftoe.erf create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/jec_lftoe_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/jec_lgun.erf create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/jec_lgun_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/jec_luleg.erf create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/jec_luleg_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/jec_rbtoe.erf create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/jec_rbtoe_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/jec_rdleg.erf create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/jec_rdleg_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/jec_rfoot.erf create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/jec_rfoot_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/jec_rftoe.erf create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/jec_rftoe_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/jec_rgun.erf create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/jec_rgun_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/jec_ruleg.erf create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/jec_ruleg_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/jec_torso.erf create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/jec_torso_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/jenner2c.animscript create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/jenner2c_cage.erf create mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/runninglights.erf delete mode 100644 Gameleap/mw4/Content/Mechs/jenner2c/runninglights__.erf create mode 100644 Gameleap/mw4/Content/Mechs/marauder/STATUS create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturedata/joint_cage.data create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_hip.data create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_lbtoe.data create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_ldleg.data create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_lfoot.data create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_lgun.data create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_litoe.data create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_lotoe.data create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_luarm.data create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_luleg.data create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_rbtoe.data create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_rdleg.data create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_rfoot.data create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_rgun.data create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_ritoe.data create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_rotoe.data create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_ruarm.data create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_ruleg.data create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_specialone.data create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_specialtwo.data create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_torso.data create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturevideo/joint_cage.video create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_hip.video create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_lbtoe.video create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_ldleg.video create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_lfoot.video create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_lgun.video create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_litoe.video create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_lotoe.video create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_luarm.video create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_luleg.video create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_rbtoe.video create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_rdleg.video create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_rfoot.video create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_rgun.video create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_ritoe.video create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_rotoe.video create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_ruarm.video create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_ruleg.video create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_specialone.video create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_specialtwo.video create mode 100644 Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_torso.video create mode 100644 Gameleap/mw4/Content/Mechs/marauder/mar_hip.erf create mode 100644 Gameleap/mw4/Content/Mechs/marauder/mar_hip_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/marauder/mar_lbtoe.erf create mode 100644 Gameleap/mw4/Content/Mechs/marauder/mar_ldleg.erf create mode 100644 Gameleap/mw4/Content/Mechs/marauder/mar_ldleg_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/marauder/mar_lfoot.erf create mode 100644 Gameleap/mw4/Content/Mechs/marauder/mar_lfoot_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/marauder/mar_lgun.erf create mode 100644 Gameleap/mw4/Content/Mechs/marauder/mar_litoe.erf create mode 100644 Gameleap/mw4/Content/Mechs/marauder/mar_litoe_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/marauder/mar_lotoe.erf create mode 100644 Gameleap/mw4/Content/Mechs/marauder/mar_luarm.erf create mode 100644 Gameleap/mw4/Content/Mechs/marauder/mar_luarm_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/marauder/mar_luleg.erf create mode 100644 Gameleap/mw4/Content/Mechs/marauder/mar_luleg_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/marauder/mar_rbtoe.erf create mode 100644 Gameleap/mw4/Content/Mechs/marauder/mar_rdleg.erf create mode 100644 Gameleap/mw4/Content/Mechs/marauder/mar_rdleg_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/marauder/mar_rfoot.erf create mode 100644 Gameleap/mw4/Content/Mechs/marauder/mar_rfoot_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/marauder/mar_rgun.erf create mode 100644 Gameleap/mw4/Content/Mechs/marauder/mar_ritoe.erf create mode 100644 Gameleap/mw4/Content/Mechs/marauder/mar_ritoe_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/marauder/mar_rotoe.erf create mode 100644 Gameleap/mw4/Content/Mechs/marauder/mar_rotoe_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/marauder/mar_ruarm.erf create mode 100644 Gameleap/mw4/Content/Mechs/marauder/mar_ruarm_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/marauder/mar_ruleg.erf create mode 100644 Gameleap/mw4/Content/Mechs/marauder/mar_ruleg_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/marauder/mar_specialone.erf create mode 100644 Gameleap/mw4/Content/Mechs/marauder/mar_specialone_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/marauder/mar_specialtwo.erf create mode 100644 Gameleap/mw4/Content/Mechs/marauder/mar_specialtwo_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/marauder/mar_torso.erf create mode 100644 Gameleap/mw4/Content/Mechs/marauder/mar_torso_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/marauder/marauder.armature create mode 100644 Gameleap/mw4/Content/Mechs/marauder/marauder.contents create mode 100644 Gameleap/mw4/Content/Mechs/marauder/marauder.damage create mode 100644 Gameleap/mw4/Content/Mechs/marauder/marauder.data create mode 100644 Gameleap/mw4/Content/Mechs/marauder/marauder.engine create mode 100644 Gameleap/mw4/Content/Mechs/marauder/marauder.instance create mode 100644 Gameleap/mw4/Content/Mechs/marauder/marauder.subsystems create mode 100644 Gameleap/mw4/Content/Mechs/marauder/marauder.torso create mode 100644 Gameleap/mw4/Content/Mechs/marauder/marauder_cage.erf create mode 100644 Gameleap/mw4/Content/Mechs/marauder/marauder_skeleton.obb create mode 100644 Gameleap/mw4/Content/Mechs/marauder/marauder_skeleton_SOLID.obb create mode 100644 Gameleap/mw4/Content/Mechs/marauder/runninglights.erf create mode 100644 Gameleap/mw4/Content/Mechs/marauder_destroyed/marauder_destroyed.data create mode 100644 Gameleap/mw4/Content/Mechs/marauder_destroyed/marauder_destroyed.erf create mode 100644 Gameleap/mw4/Content/Mechs/marauder_destroyed/marauder_destroyed.video create mode 100644 Gameleap/mw4/Content/Mechs/marauder_destroyed/marauder_destroyed_solid.obb create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/STATUS create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/joint_cage.data create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_hip.data create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_lbtoe.data create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_ldleg.data create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_lfoot.data create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_lftoe.data create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_lgun.data create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_luarm.data create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_luleg.data create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_rbtoe.data create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_rdleg.data create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_rfoot.data create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_rftoe.data create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_rgun.data create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_ruarm.data create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_ruleg.data create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_specialone.data create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_torso.data create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/joint_cage.video create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_hip.video create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_lbtoe.video create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_ldleg.video create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_lfoot.video create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_lftoe.video create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_lgun.video create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_luarm.video create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_luleg.video create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_rbtoe.video create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_rdleg.video create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_rfoot.video create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_rftoe.video create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_rgun.video create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_ruarm.video create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_ruleg.video create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_specialone.video create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_torso.video create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/runninglights.erf create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thu_hip.erf create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thu_hip_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thu_lbtoe.erf create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thu_ldleg.erf create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thu_ldleg_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thu_lfoot.erf create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thu_lfoot_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thu_lftoe.erf create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thu_lftoe_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thu_lgun.erf create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thu_luarm.erf create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thu_luarm_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thu_luleg.erf create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thu_luleg_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thu_rbtoe.erf create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thu_rbtoe_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thu_rdleg.erf create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thu_rdleg_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thu_rfoot.erf create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thu_rfoot_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thu_rftoe.erf create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thu_rftoe_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thu_rgun.erf create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thu_rgun_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thu_ruarm.erf create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thu_ruarm_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thu_ruleg.erf create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thu_ruleg_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thu_specialone.erf create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thu_torso.erf create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thu_torso_dam.erf create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt.armature create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt.contents create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt.damage create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt.data create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt.engine create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt.instance create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt.subsystems create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt.torso create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt_cage.erf create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt_skeleton.obb create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt_skeleton_SOLID.obb create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt_destroyed/thunderbolt_destroyed.data create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt_destroyed/thunderbolt_destroyed.erf create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt_destroyed/thunderbolt_destroyed.video create mode 100644 Gameleap/mw4/Content/Mechs/thunderbolt_destroyed/thunderbolt_destroyed_solid.obb create mode 100644 Gameleap/mw4/Content/textures/@achp0.tga create mode 100644 Gameleap/mw4/Content/textures/@achp1.tga create mode 100644 Gameleap/mw4/Content/textures/@achp2.tga create mode 100644 Gameleap/mw4/Content/textures/@achp3.tga create mode 100644 Gameleap/mw4/Content/textures/@achp4.tga create mode 100644 Gameleap/mw4/Content/textures/@achp5.tga create mode 100644 Gameleap/mw4/Content/textures/@agrf0.tga create mode 100644 Gameleap/mw4/Content/textures/@agrf1.tga create mode 100644 Gameleap/mw4/Content/textures/@agrf2.tga create mode 100644 Gameleap/mw4/Content/textures/@agrf3.tga create mode 100644 Gameleap/mw4/Content/textures/@agrf4.tga create mode 100644 Gameleap/mw4/Content/textures/@agrf5.tga create mode 100644 Gameleap/mw4/Content/textures/@ajec0.tga create mode 100644 Gameleap/mw4/Content/textures/@ajec1.tga create mode 100644 Gameleap/mw4/Content/textures/@ajec2.tga create mode 100644 Gameleap/mw4/Content/textures/@ajec3.tga create mode 100644 Gameleap/mw4/Content/textures/@ajec4.tga create mode 100644 Gameleap/mw4/Content/textures/@ajec5.tga create mode 100644 Gameleap/mw4/Content/textures/@amar0.tga create mode 100644 Gameleap/mw4/Content/textures/@amar1.tga create mode 100644 Gameleap/mw4/Content/textures/@amar2.tga create mode 100644 Gameleap/mw4/Content/textures/@amar3.tga create mode 100644 Gameleap/mw4/Content/textures/@amar4.tga create mode 100644 Gameleap/mw4/Content/textures/@amar5.tga create mode 100644 Gameleap/mw4/Content/textures/@athu0.tga create mode 100644 Gameleap/mw4/Content/textures/@athu1.tga create mode 100644 Gameleap/mw4/Content/textures/@athu2.tga create mode 100644 Gameleap/mw4/Content/textures/@athu3.tga create mode 100644 Gameleap/mw4/Content/textures/@athu4.tga create mode 100644 Gameleap/mw4/Content/textures/@athu5.tga create mode 100644 Gameleap/mw4/Content/textures/FootSteps/champion_default.tga create mode 100644 Gameleap/mw4/Content/textures/FootSteps/champion_dirt.tga create mode 100644 Gameleap/mw4/Content/textures/FootSteps/champion_snow.tga create mode 100644 Gameleap/mw4/Content/textures/FootSteps/griffin_default.tga create mode 100644 Gameleap/mw4/Content/textures/FootSteps/griffin_dirt.tga create mode 100644 Gameleap/mw4/Content/textures/FootSteps/griffin_snow.tga create mode 100644 Gameleap/mw4/Content/textures/FootSteps/jenner2c_default.tga create mode 100644 Gameleap/mw4/Content/textures/FootSteps/jenner2c_dirt.tga create mode 100644 Gameleap/mw4/Content/textures/FootSteps/jenner2c_snow.tga create mode 100644 Gameleap/mw4/Content/textures/FootSteps/marauder_default.tga create mode 100644 Gameleap/mw4/Content/textures/FootSteps/marauder_dirt.tga create mode 100644 Gameleap/mw4/Content/textures/FootSteps/marauder_snow.tga create mode 100644 Gameleap/mw4/Content/textures/FootSteps/thunderbolt_default.tga create mode 100644 Gameleap/mw4/Content/textures/FootSteps/thunderbolt_dirt.tga create mode 100644 Gameleap/mw4/Content/textures/FootSteps/thunderbolt_snow.tga create mode 100644 Gameleap/mw4/hsh/Mechs/champion.bmp create mode 100644 Gameleap/mw4/hsh/Mechs/dasher.bmp create mode 100644 Gameleap/mw4/hsh/Mechs/griffin.bmp create mode 100644 Gameleap/mw4/hsh/Mechs/jenner2c.bmp create mode 100644 Gameleap/mw4/hsh/Mechs/marauder.bmp create mode 100644 Gameleap/mw4/hsh/Mechs/thunderbolt.bmp create mode 100644 Gameleap/mw4/hsh/hud/generic.bmp create mode 100644 Gameleap/mw4/hsh/radar/hud/generic.bmp diff --git a/Gameleap/mw4/Content/Mechs/champion/STATUS b/Gameleap/mw4/Content/Mechs/champion/STATUS new file mode 100644 index 00000000..17921530 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/STATUS @@ -0,0 +1,36 @@ +STAGED - complete source set, but NOT yet added to Content/core.build. + +have: .erf / .mw4anim / .obb source + champion.armature champion.contents champion.instance + champion.subsystems champion.data champion.damage + champion.torso champion.engine + + All eight decompiled from the V4H package and verified by round-tripping + the same decompiler over our own 64 chassis: + .data 8291/8306 keys .damage 6605/6605 keys + .contents 7480/7480 keys .instance 896/896 keys + .torso/.engine 1279/1280 keys .armature/.subsystems see sections 5, 8 + Every internal reference here resolves to a file that is present. + +before building: + 1. Add $(M_Champion) to Content/ShellScripts/MechLabHeaders.h and $(IDS_Champion) to + Content/Defines/MissionLang.defines. The .data references both. V4H's packages + store mech ids from an OLDER roster (shifted against ours), so the stored + integer was deliberately discarded - see DECOMPILING.md section 8c. + 2. Register the chassis through the rest of the chain in ADDING-A-MECH.md. + 3. REVIEW MOVEMENT TYPE. All six V4H chassis carry MoveTypeFlag=LEGMOVETYPE, so + none of them can jump - yet all six also carry JumpJetTonnage (2-4), four name + a real LeftJumpJetSiteName, and griffin + jenner2c have a JumpJetSubsystem + equipped in .subsystems. Our own roster is 84 LEGJUMPMOVETYPE vs 5 LEGMOVETYPE, + and those 5 have EMPTY jump-jet site names - internally consistent. V4H's are + not. This is decompiled faithfully; the inconsistency is in their source data. + Decide per chassis whether to set LEGJUMPMOVETYPE or strip the jump-jet gear. + dasher and marauder additionally have LeftJumpJetSiteName=';' - garbage. + 4. Only then add the .build entries to Content/core.build, one chassis at a time. + Until that happens these files are inert - the packer never visits them. + +notes: The .obb and .armature filenames are not stored in the package; the values + in .data / .contents were matched to the files actually present here. + Rename the file and the key together if you change either. + +see: MW4COMPARE/DECOMPILING.md sections 8c-8g and 11 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_hip.data b/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_hip.data similarity index 51% rename from Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_hip.data rename to Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_hip.data index 5c115cd1..07c79c86 100644 --- a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_hip.data +++ b/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_hip.data @@ -2,5 +2,4 @@ Class=MechWarrior4::MWMover [renderers] -VideoRenderer=armaturevideo\j2c_hip.video - +VideoRenderer=armaturevideo\chp_hip.video diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_lgun.data b/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_lbtoe.data similarity index 50% rename from Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_lgun.data rename to Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_lbtoe.data index 38648965..76bccb42 100644 --- a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_lgun.data +++ b/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_lbtoe.data @@ -2,5 +2,4 @@ Class=MechWarrior4::MWMover [renderers] -VideoRenderer=armaturevideo\j2c_lgun.video - +VideoRenderer=armaturevideo\chp_lbtoe.video diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_rgun.data b/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_ldleg.data similarity index 50% rename from Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_rgun.data rename to Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_ldleg.data index e2abb53f..418526bc 100644 --- a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_rgun.data +++ b/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_ldleg.data @@ -2,5 +2,4 @@ Class=MechWarrior4::MWMover [renderers] -VideoRenderer=armaturevideo\j2c_rgun.video - +VideoRenderer=armaturevideo\chp_ldleg.video diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_lfoot.data b/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_lfoot.data similarity index 50% rename from Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_lfoot.data rename to Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_lfoot.data index 6a903eb4..329db53f 100644 --- a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_lfoot.data +++ b/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_lfoot.data @@ -2,5 +2,4 @@ Class=MechWarrior4::MWMover [renderers] -VideoRenderer=armaturevideo\j2c_lfoot.video - +VideoRenderer=armaturevideo\chp_lfoot.video diff --git a/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_lftoe.data b/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_lftoe.data new file mode 100644 index 00000000..fc97ce7f --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_lftoe.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\chp_lftoe.video diff --git a/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_lgun.data b/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_lgun.data new file mode 100644 index 00000000..dfc21eab --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_lgun.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\chp_lgun.video diff --git a/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_luarm.data b/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_luarm.data new file mode 100644 index 00000000..711e46f1 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_luarm.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\chp_luarm.video diff --git a/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_luleg.data b/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_luleg.data new file mode 100644 index 00000000..2634d660 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_luleg.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\chp_luleg.video diff --git a/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_rbtoe.data b/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_rbtoe.data new file mode 100644 index 00000000..7f2a31d0 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_rbtoe.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\chp_rbtoe.video diff --git a/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_rdleg.data b/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_rdleg.data new file mode 100644 index 00000000..4849796b --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_rdleg.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\chp_rdleg.video diff --git a/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_rfoot.data b/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_rfoot.data new file mode 100644 index 00000000..3372643f --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_rfoot.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\chp_rfoot.video diff --git a/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_rftoe.data b/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_rftoe.data new file mode 100644 index 00000000..6b464ade --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_rftoe.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\chp_rftoe.video diff --git a/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_rgun.data b/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_rgun.data new file mode 100644 index 00000000..24b781e9 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_rgun.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\chp_rgun.video diff --git a/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_ruarm.data b/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_ruarm.data new file mode 100644 index 00000000..7f8e5bf4 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_ruarm.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\chp_ruarm.video diff --git a/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_ruleg.data b/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_ruleg.data new file mode 100644 index 00000000..18f4dd3c --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_ruleg.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\chp_ruleg.video diff --git a/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_specialone.data b/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_specialone.data new file mode 100644 index 00000000..dab55d03 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_specialone.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\chp_specialone.video diff --git a/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_specialtwo.data b/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_specialtwo.data new file mode 100644 index 00000000..28c2fb8b --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_specialtwo.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\chp_specialtwo.video diff --git a/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_torso.data b/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_torso.data new file mode 100644 index 00000000..f5fd3bbd --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/armaturedata/chp_torso.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\chp_torso.video diff --git a/Gameleap/mw4/Content/Mechs/champion/armaturedata/joint_cage.data b/Gameleap/mw4/Content/Mechs/champion/armaturedata/joint_cage.data new file mode 100644 index 00000000..77203bce --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/armaturedata/joint_cage.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\joint_cage.video diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_hip.video b/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_hip.video similarity index 80% rename from Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_hip.video rename to Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_hip.video index 0568c382..439bb8a8 100644 --- a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_hip.video +++ b/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_hip.video @@ -1,11 +1,11 @@ [lod] Type=ShapeComponent -Geometry=j2c_hip.erf +Geometry=chp_hip.erf Unique=true [damlod] Type=ShapeComponent -Geometry=j2c_hip_DAM.erf +Geometry=chp_hip_DAM.erf Unique=true [watcher] @@ -21,4 +21,3 @@ Child=DAMLOD [locator] Child=DamageAppearance - diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_lgun.video b/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_lbtoe.video similarity index 79% rename from Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_lgun.video rename to Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_lbtoe.video index fe50a1c7..84a755f0 100644 --- a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_lgun.video +++ b/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_lbtoe.video @@ -1,11 +1,11 @@ [lod] Type=ShapeComponent -Geometry=j2c_lgun.erf +Geometry=chp_lbtoe.erf Unique=true [damlod] Type=ShapeComponent -Geometry=j2c_lgun_DAM.erf +Geometry=chp_lbtoe_DAM.erf Unique=true [watcher] @@ -21,4 +21,3 @@ Child=DAMLOD [locator] Child=DamageAppearance - diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_rgun.video b/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_ldleg.video similarity index 79% rename from Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_rgun.video rename to Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_ldleg.video index d95fee0b..12916bd4 100644 --- a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_rgun.video +++ b/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_ldleg.video @@ -1,11 +1,11 @@ [lod] Type=ShapeComponent -Geometry=j2c_rgun.erf +Geometry=chp_ldleg.erf Unique=true [damlod] Type=ShapeComponent -Geometry=j2c_rgun_DAM.erf +Geometry=chp_ldleg_DAM.erf Unique=true [watcher] @@ -21,4 +21,3 @@ Child=DAMLOD [locator] Child=DamageAppearance - diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_lfoot.video b/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_lfoot.video similarity index 79% rename from Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_lfoot.video rename to Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_lfoot.video index ae1bd3b3..3ed4c2d4 100644 --- a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_lfoot.video +++ b/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_lfoot.video @@ -1,11 +1,11 @@ [lod] Type=ShapeComponent -Geometry=j2c_lfoot.erf +Geometry=chp_lfoot.erf Unique=true [damlod] Type=ShapeComponent -Geometry=j2c_lfoot_DAM.erf +Geometry=chp_lfoot_DAM.erf Unique=true [watcher] @@ -21,4 +21,3 @@ Child=DAMLOD [locator] Child=DamageAppearance - diff --git a/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_lftoe.video b/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_lftoe.video new file mode 100644 index 00000000..3498d5de --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_lftoe.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=chp_lftoe.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=chp_lftoe_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_lbtoe.video b/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_lgun.video similarity index 84% rename from Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_lbtoe.video rename to Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_lgun.video index 71780f11..30b048d3 100644 --- a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_lbtoe.video +++ b/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_lgun.video @@ -1,6 +1,6 @@ [lod] Type=ShapeComponent -Geometry=j2c_lbtoe.erf +Geometry=chp_lgun.erf Unique=true [watcher] @@ -15,4 +15,3 @@ Child=LOD [locator] Child=DamageAppearance - diff --git a/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_luarm.video b/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_luarm.video new file mode 100644 index 00000000..1f04e1c8 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_luarm.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=chp_luarm.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=chp_luarm_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_luleg.video b/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_luleg.video new file mode 100644 index 00000000..3fcf3cf2 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_luleg.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=chp_luleg.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=chp_luleg_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_rbtoe.video b/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_rbtoe.video new file mode 100644 index 00000000..4fad863c --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_rbtoe.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=chp_rbtoe.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=chp_rbtoe_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_rdleg.video b/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_rdleg.video new file mode 100644 index 00000000..a44fc746 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_rdleg.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=chp_rdleg.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=chp_rdleg_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_rfoot.video b/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_rfoot.video new file mode 100644 index 00000000..96a5fee2 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_rfoot.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=chp_rfoot.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=chp_rfoot_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_rftoe.video b/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_rftoe.video new file mode 100644 index 00000000..a927d197 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_rftoe.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=chp_rftoe.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=chp_rftoe_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_rgun.video b/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_rgun.video new file mode 100644 index 00000000..52d94b72 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_rgun.video @@ -0,0 +1,17 @@ +[lod] +Type=ShapeComponent +Geometry=chp_rgun.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_ruarm.video b/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_ruarm.video new file mode 100644 index 00000000..b7ecaae5 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_ruarm.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=chp_ruarm.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=chp_ruarm_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_ruleg.video b/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_ruleg.video new file mode 100644 index 00000000..4075135c --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_ruleg.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=chp_ruleg.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=chp_ruleg_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_lftoe.video b/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_specialone.video similarity index 77% rename from Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_lftoe.video rename to Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_specialone.video index 4c6bcb1c..e619f6c6 100644 --- a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_lftoe.video +++ b/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_specialone.video @@ -1,11 +1,11 @@ [lod] Type=ShapeComponent -Geometry=j2c_lftoe.erf +Geometry=chp_specialone.erf Unique=true [damlod] Type=ShapeComponent -Geometry=j2c_lftoe_DAM.erf +Geometry=chp_specialone_DAM.erf Unique=true [watcher] @@ -21,4 +21,3 @@ Child=DAMLOD [locator] Child=DamageAppearance - diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_ldleg.video b/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_specialtwo.video similarity index 77% rename from Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_ldleg.video rename to Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_specialtwo.video index 6d6f559c..eb276196 100644 --- a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_ldleg.video +++ b/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_specialtwo.video @@ -1,11 +1,11 @@ [lod] Type=ShapeComponent -Geometry=j2c_ldleg.erf +Geometry=chp_specialtwo.erf Unique=true [damlod] Type=ShapeComponent -Geometry=j2c_ldleg_DAM.erf +Geometry=chp_specialtwo_DAM.erf Unique=true [watcher] @@ -21,4 +21,3 @@ Child=DAMLOD [locator] Child=DamageAppearance - diff --git a/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_torso.video b/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_torso.video new file mode 100644 index 00000000..9203403a --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/armaturevideo/chp_torso.video @@ -0,0 +1,39 @@ +[lightlod] +Type=ShapeComponent +Geometry=runninglights.erf +Unique=true + +[lightwatcher] +Type=AttributeWatcherOfInt +Attribute=IsDark +SimulationShouldExecute=1 + +[lightswitch] +Type=SwitchComponent +Input=LightWatcher +Child=LightLOD + +[lod] +Type=ShapeComponent +Geometry=chp_torso.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=chp_torso_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=LightSwitch +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/champion/armaturevideo/joint_cage.video b/Gameleap/mw4/Content/Mechs/champion/armaturevideo/joint_cage.video new file mode 100644 index 00000000..9be36f46 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/armaturevideo/joint_cage.video @@ -0,0 +1,33 @@ +[fake1] +Type=GroupComponent + +[fake2] +Type=GroupComponent + +[cage] +Type=ShapeComponent +Geometry=champion_cage.erf +Unique=true +DisableShadow=true + +[destroyedcage] +Type=ShapeComponent +Geometry=champion_cage.erf +Unique=true +DisableShadow=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=Fake1 +Child=Fake2 +Child=Cage +Child=DestroyedCage + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/champion/champion.armature b/Gameleap/mw4/Content/Mechs/champion/champion.armature new file mode 100644 index 00000000..d8df64b5 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/champion.armature @@ -0,0 +1,324 @@ +[site_eject2] +Rotation=0.000000 -79.999970 0.000000 +Translation=0.026939 9.402081 -0.351965 + +[site_ldjetport] +Rotation=180.001549 60.000507 0.000444 +Translation=-0.053350 -1.644695 -1.357375 + +[site_lfoot] +Rotation=-0.000000 89.993650 0.000000 +Translation=0.008247 -1.345476 0.339414 + +[joint_lftoe] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.006925 -0.997858 0.649386 + +[joint_lbtoe] +Rotation=0.000000 0.000000 0.000000 +Translation=0.008497 -0.804437 -0.287961 + +[joint_lbelowankle] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=site_lfoot +Child=joint_lftoe +Child=joint_lbtoe + +[joint_lankle] +Rotation=0.000000 0.000000 0.000000 +Translation=0.027432 -2.249669 -0.553756 +Child=joint_lbelowankle + +[joint_ldleg] +Rotation=0.000000 0.000000 0.000000 +Translation=0.514114 -2.258205 0.637385 +Child=site_ldjetport +Child=joint_lankle + +[joint_luleg] +Rotation=0.000000 0.000000 0.000000 +Translation=0.878332 0.000000 -0.325638 +Child=joint_ldleg + +[site_rdjetport] +Rotation=-0.000250 -60.000446 -180.001549 +Translation=-0.044741 -1.644696 -1.313388 + +[site_rfoot] +Rotation=-0.000000 89.993650 0.000000 +Translation=-0.017163 -1.345476 0.339415 + +[joint_rftoe] +Rotation=0.000000 0.000000 0.000000 +Translation=0.007000 -0.998125 0.649008 + +[joint_rbtoe] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.008000 -0.804124 -0.287992 + +[joint_rbelowankle] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000124 -0.000008 +Child=site_rfoot +Child=joint_rftoe +Child=joint_rbtoe + +[joint_rankle] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.028000 -2.249793 -0.553747 +Child=joint_rbelowankle + +[joint_rdleg] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.514000 -2.258206 0.637384 +Child=site_rdjetport +Child=joint_rankle + +[joint_ruleg] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.878000 0.000000 -0.325638 +Child=joint_rdleg + +[site_jcjetport01] +Rotation=-30.004492 70.010846 -0.000302 +Translation=-1.796225 -1.847017 3.117263 + +[site_jcjetport02] +Rotation=30.004912 70.010655 -0.000010 +Translation=1.795093 -1.847017 3.117266 + +[site_jcjetport03] +Rotation=150.006486 70.002670 0.000762 +Translation=1.795093 -1.847015 -3.100007 + +[site_jcjetport04] +Rotation=-150.006349 70.002875 -0.001157 +Translation=-1.796225 -1.847015 -3.100007 + +[site_eject] +Rotation=0.000348 -79.986665 -0.000061 +Translation=0.000004 2.925364 0.458447 + +[site_coolantflush] +Rotation=179.994855 -14.999579 -0.000124 +Translation=-0.003276 0.359841 -1.152658 + +[site_lujetport] +Rotation=163.256589 58.523643 -19.425014 +Translation=0.984145 0.819008 -2.136806 + +[site_rujetport] +Rotation=10313.240312 58.417775 -10293.766077 +Translation=-0.983998 0.819006 -2.136805 + +[site_jcattach] +Rotation=0.000023 0.000012 -0.000107 +Translation=0.049468 -0.813126 -0.174255 + +[site_missleport] +Rotation=0.000023 0.000012 -0.000107 +Translation=0.085946 0.367646 2.390566 + +[site_rexhaust] +Rotation=-9.996825 24.992676 0.000109 +Translation=-1.132552 1.216358 -0.019608 + +[site_lexhaust] +Rotation=-169.998095 -24.999037 179.997983 +Translation=1.125423 1.216360 -0.019607 + +[site_lmissileport] +Rotation=0.000000 -0.000000 0.000000 +Translation=2.313802 0.617118 0.429695 + +[joint_specialone] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=site_lmissileport + +[joint_centertorsofront] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 + +[site_ltorsoport] +Rotation=0.000000 -0.000000 0.000000 +Translation=1.103925 1.391777 1.733585 + +[joint_lefttorsofront] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=site_ltorsoport + +[site_rtorsoport] +Rotation=0.000000 -0.000000 0.000000 +Translation=-1.134073 1.421513 1.779290 + +[joint_righttorsofront] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=site_rtorsoport + +[joint_centertorsorear] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 + +[joint_head] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 + +[site_rdgunport] +Rotation=0.000076 -0.000000 0.000000 +Translation=-0.480605 -0.881363 3.698244 + +[site_rugunport] +Rotation=0.000076 -0.000000 0.000000 +Translation=-0.624439 -1.302455 3.072759 + +[site_rshellport] +Rotation=-89.993582 -0.000000 0.000000 +Translation=-0.830608 -1.302455 -0.349259 + +[joint_rgun] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=site_rdgunport +Child=site_rugunport +Child=site_rshellport + +[joint_rgunabove] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.432257 -0.012817 0.000000 +Child=joint_rgun + +[joint_ruarm] +Rotation=0.000000 0.000000 0.000000 +Translation=-2.945356 1.438734 -1.155407 +Child=joint_rgunabove + +[site_lgunport] +Rotation=-0.000228 0.000318 0.000055 +Translation=0.480870 -0.841211 3.753044 + +[site_lshellport] +Rotation=89.999791 14.999637 -0.000634 +Translation=0.577869 -0.712398 1.060494 + +[joint_lgun] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=site_lgunport +Child=site_lshellport + +[joint_lgunabove] +Rotation=0.000000 0.000000 0.000000 +Translation=0.417983 -0.056251 0.000000 +Child=joint_lgun + +[joint_luarm] +Rotation=0.000000 0.000000 0.000000 +Translation=2.968567 1.438636 -1.196401 +Child=joint_lgunabove + +[site_cageleft] +Rotation=-0.000000 -89.993650 -0.000000 +Translation=1.584296 0.010391 0.170395 + +[site_cageright] +Rotation=-0.000000 -89.993650 -0.000000 +Translation=-1.601901 0.010391 0.170395 + +[site_light] +Rotation=0.000000 -0.000000 0.000000 +Translation=0.228597 -1.318069 1.563738 + +[joint_cage] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 2.364707 2.248320 +Child=site_cageleft +Child=site_cageright +Child=site_light + +[site_eyepoint] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 2.420137 2.602478 + +[site_rmissileport] +Rotation=0.000000 -0.000000 0.000000 +Translation=-2.369163 0.575206 0.397029 + +[joint_specialtwo] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 -0.000001 +Child=site_rmissileport + +[joint_torsoabove] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=site_jcjetport01 +Child=site_jcjetport02 +Child=site_jcjetport03 +Child=site_jcjetport04 +Child=site_eject +Child=site_coolantflush +Child=site_lujetport +Child=site_rujetport +Child=site_jcattach +Child=site_missleport +Child=site_rexhaust +Child=site_lexhaust +Child=joint_specialone +Child=joint_centertorsofront +Child=joint_lefttorsofront +Child=joint_righttorsofront +Child=joint_centertorsorear +Child=joint_head +Child=joint_ruarm +Child=joint_luarm +Child=joint_cage +Child=site_eyepoint +Child=joint_specialtwo + +[joint_torso] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=joint_torsoabove + +[joint_torsobelow] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.775000 0.000000 +Child=joint_torso + +[joint_hipabove] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=joint_torsobelow + +[joint_hip] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=joint_hipabove + +[joint_hipbelow] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=joint_hip + +[joint_root] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 -0.000000 0.000000 +Child=joint_luleg +Child=joint_ruleg +Child=joint_hipbelow + +[joint_vel] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 5.853351 0.000000 +Child=joint_root + +[joint_world] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=site_eject2 +Child=joint_vel + diff --git a/Gameleap/mw4/Content/Mechs/champion/champion.contents b/Gameleap/mw4/Content/Mechs/champion/champion.contents new file mode 100644 index 00000000..ef0e1774 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/champion.contents @@ -0,0 +1,262 @@ +[includes] +!include=champion.armature + +[joint_hipabove] +Model=armaturedata\chp_hip.data +ExecutionState=AlwaysExecuteState + +[joint_torsobelow] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_hip] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_lbelowankle] +Model=armaturedata\chp_lfoot.data +ExecutionState=AlwaysExecuteState + +[joint_lftoe] +Model=armaturedata\chp_lftoe.data +ExecutionState=AlwaysExecuteState + +[joint_lbtoe] +Model=armaturedata\chp_lbtoe.data +ExecutionState=AlwaysExecuteState + +[site_lfoot] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_lankle] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_lgun] +Model=armaturedata\chp_lgun.data +ExecutionState=AlwaysExecuteState + +[joint_lgunabove] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_ldleg] +Model=armaturedata\chp_ldleg.data +ExecutionState=AlwaysExecuteState + +[joint_rbelowankle] +Model=armaturedata\chp_rfoot.data +ExecutionState=AlwaysExecuteState + +[joint_rftoe] +Model=armaturedata\chp_rftoe.data +ExecutionState=AlwaysExecuteState + +[joint_rbtoe] +Model=armaturedata\chp_rbtoe.data +ExecutionState=AlwaysExecuteState + +[site_rfoot] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_rankle] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_rgun] +Model=armaturedata\chp_rgun.data +ExecutionState=AlwaysExecuteState + +[joint_luleg] +Model=armaturedata\chp_luleg.data +ExecutionState=AlwaysExecuteState + +[joint_ruleg] +Model=armaturedata\chp_ruleg.data +ExecutionState=AlwaysExecuteState + +[joint_hipbelow] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_rgunabove] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_rdleg] +Model=armaturedata\chp_rdleg.data +ExecutionState=AlwaysExecuteState + +[joint_torsoabove] +Model=armaturedata\chp_torso.data +ExecutionState=AlwaysExecuteState + +[joint_specialone] +Model=armaturedata\chp_specialone.data +ExecutionState=AlwaysExecuteState + +[joint_centertorsofront] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_lefttorsofront] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_righttorsofront] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_centertorsorear] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_head] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_ruarm] +Model=armaturedata\chp_ruarm.data +ExecutionState=AlwaysExecuteState + +[joint_luarm] +Model=armaturedata\chp_luarm.data +ExecutionState=AlwaysExecuteState + +[joint_cage] +Model=armaturedata\joint_cage.data +ExecutionState=AlwaysExecuteState + +[site_eyepoint] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_specialtwo] +Model=armaturedata\chp_specialtwo.data +ExecutionState=AlwaysExecuteState + +[joint_torso] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_root] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_vel] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_world] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_cageleft] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_cageright] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_light] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_ldjetport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_ltorsoport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_lgunport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_lshellport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_rdjetport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_rdgunport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_rugunport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_rshellport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_rtorsoport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_lmissileport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_rmissileport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_jcjetport01] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_jcjetport02] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_jcjetport03] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_jcjetport04] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_eject] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_coolantflush] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_lujetport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_rujetport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_jcattach] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_missleport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_rexhaust] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_lexhaust] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_eject2] +Model=basic.data +ExecutionState=AlwaysExecuteState diff --git a/Gameleap/mw4/Content/Mechs/champion/champion.damage b/Gameleap/mw4/Content/Mechs/champion/champion.damage new file mode 100644 index 00000000..2d2896f1 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/champion.damage @@ -0,0 +1,191 @@ +[joint_luarm] +BaseArmorValue=1.0 +MaxArmorValue=45.0 +ScaleSplashDamage=0.14 +InternalDamageZone=LeftArm +ArmorZone=LeftArm + +[LeftArmInternal] +DamageZone=LeftArm +BaseInternalDamage=18.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +DamageMode=DetachableDamageMode +ParentEntityName=joint_luarm +BeamSlots=2 + +[joint_ruarm] +BaseArmorValue=1.0 +MaxArmorValue=45.0 +ScaleSplashDamage=0.14 +InternalDamageZone=RightArm +ArmorZone=RightArm + +[RightArmInternal] +DamageZone=RightArm +BaseInternalDamage=18.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +DamageMode=DetachableDamageMode +ParentEntityName=joint_ruarm +BeamSlots=2 + +[joint_luleg] +BaseArmorValue=1.0 +MaxArmorValue=57.0 +ScaleSplashDamage=0.24 +InternalDamageZone=LeftLeg +ArmorZone=LeftLeg + +[LeftLegInternal] +DamageZone=LeftLeg +BaseInternalDamage=33.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +DamageMode=GimpLeftDamageMode +ParentEntityName=joint_luleg +DamagePropagationZone=CenterTorso + +[joint_ruleg] +BaseArmorValue=1.0 +MaxArmorValue=57.0 +ScaleSplashDamage=0.24 +InternalDamageZone=RightLeg +ArmorZone=RightLeg + +[RightLegInternal] +DamageZone=RightLeg +BaseInternalDamage=33.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +DamageMode=GimpRightDamageMode +ParentEntityName=joint_ruleg +DamagePropagationZone=CenterTorso + +[joint_head] +BaseArmorValue=1.0 +MaxArmorValue=18.0 +ScaleSplashDamage=0 +InternalDamageZone=Head +ArmorZone=Head + +[HeadInternal] +DamageZone=Head +BaseInternalDamage=6.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +DamageMode=HeadShotDamageMode +ParentEntityName=joint_head + +[joint_righttorsofront] +BaseArmorValue=1.0 +MaxArmorValue=48.0 +ScaleSplashDamage=0.3 +InternalDamageZone=RightTorso +ArmorZone=RightTorso + +[RightTorsoInternal] +DamageZone=RightTorso +BaseInternalDamage=24.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +ParentEntityName=joint_righttorsofront +DamagePropagationZone=CenterTorso +ProjectileSlots=2 + +[joint_lefttorsofront] +BaseArmorValue=1.0 +MaxArmorValue=48.0 +ScaleSplashDamage=0.3 +InternalDamageZone=LeftTorso +ArmorZone=LeftTorso + +[LeftTorsoInternal] +DamageZone=LeftTorso +BaseInternalDamage=24.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +ParentEntityName=joint_lefttorsofront +DamagePropagationZone=CenterTorso +ProjectileSlots=2 + +[joint_specialone] +BaseArmorValue=36.0 +MaxArmorValue=36.0 +ScaleSplashDamage=0.14 +InternalDamageZone=Special1 +ArmorZone=Special1 +SpecialAttachedToZone=LeftTorso + +[Special1Internal] +DamageZone=Special1 +BaseInternalDamage=1.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +DamageMode=DetachableDamageMode +ParentEntityName=joint_specialone +DamagePropagationZone=LeftTorso +SpecialAttachedToZone=LeftTorso +MissileSlots=2 + +[joint_specialtwo] +BaseArmorValue=36.0 +MaxArmorValue=36.0 +ScaleSplashDamage=0.14 +InternalDamageZone=Special2 +ArmorZone=Special2 +SpecialAttachedToZone=RightTorso + +[Special2Internal] +DamageZone=Special2 +BaseInternalDamage=1.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +DamageMode=DetachableDamageMode +ParentEntityName=joint_specialtwo +DamagePropagationZone=RightTorso +SpecialAttachedToZone=RightTorso +MissileSlots=2 + +[joint_hipbelow] +BaseArmorValue=1.0 +MaxArmorValue=57.0 +ScaleSplashDamage=0.3 +InternalDamageZone=CenterTorso +ArmorZone=CenterTorso + +[joint_centertorsorear] +BaseArmorValue=1.0 +MaxArmorValue=21.0 +ScaleSplashDamage=0.12 +InternalDamageZone=CenterTorso +ArmorZone=CenterRearTorso + +[CenterTorsoInternal] +DamageZone=CenterTorso +BaseInternalDamage=39.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +DamageMode=DestructionDamageMode +ParentEntityName=joint_hipbelow +BeamSlots=2 diff --git a/Gameleap/mw4/Content/Mechs/champion/champion.data b/Gameleap/mw4/Content/Mechs/champion/champion.data new file mode 100644 index 00000000..9ebea525 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/champion.data @@ -0,0 +1,140 @@ +[GameData] +Acceleration=6.2 +AdvancedGyroTonnage=0 +AnimationScript=content\mechs\dragon\dragon.animscript +CageDamageEffect=effects\mech_cage\mech_cage_hit.data +CanBeShot=true +CanLoadAMS=No +CanLoadAdvancedGyro=Yes +CanLoadBeagle=No +CanLoadECM=No +CanLoadIFF_Jammer=Yes +CanLoadJumpJets=Yes +CanLoadLAMS=No +CanLoadLightAmp=Yes +Class=MechWarrior4::Mech +Collider=true +CoolantEffectResource=effects\coolant\generalmech_coolant.data +Cradle=vehicles\jump_cradle\jump_cradle.data +CradleDeathEffect=effects\cradle_death\cradle_death.data +CraterName=crater01 +DamageNeededForCageEffect=7 +DampenHipJoint=0.95 +DampenRootJoint=0.95 +DampenTorsoJoint=0.9 +DampenTranslationJoint=0.95 +DampenWorldJoint=1 +DeathEntityResource=mechs\champion_destroyed\champion_destroyed.data +Decceleration=9.3 +DestroyedEffectResource=effects\mechdeath\mechdeath.data +DropJumpEffect=effects\jumpjet\dropjump.data +EjectEffectResource=effects\eject\generalmech_eject.data +ExternalHitScaleBeamDamage=3 +ExternalHitScaleHeatDamage=0 +ExternalHitScaleMissileDamage=3 +ExternalHitScaleProjectileDamage=3 +ExternalHitScaleSplashDamage=0.125 +EyeSpringConstant=30 30 30 +EyeSpringDrag=300 300 300 +EyeSpringMotionLimit=20 20 20 +EyeSpringStopThreshold=30 30 30 +FaceLighting=yes +FallAdjustmentDelaySeconds=0 +FallAdjustmentSeconds=1 +FootEffectsFile=effects\materialeffectholders\mech_foot_large.contents +FootReturnSeconds=0.5 +FullStopTurnRate=99 +GetUpAdjustmentDelaySeconds=1 +GetUpAdjustmentSeconds=1 +HeatManager=subsystems\heatmanager.data +HipHitSpringDeceleration=15 +HipHitSpringMotionLimit=13 +HipHitSpringReturnSpeed=40 +HipHitSpringSpeed=30 +HipScaleTakeHit=30 +InitialJumpJetEffect=effects\jumpjet\initialjumpjet.data +InternalHitScaleBeamDamage=1 +InternalHitScaleHeatDamage=0 +InternalHitScaleMissileDamage=15 +InternalHitScaleProjectileDamage=3 +InternalHitScaleSplashDamage=0.25 +InternalSpinHitScaleBeamDamage=1 +InternalSpinHitScaleHeatDamage=0 +InternalSpinHitScaleMissileDamage=3 +InternalSpinHitScaleProjectileDamage=2.5 +InternalSpinHitScaleSplashDamage=0.4 +JumpJetEffect=effects\jumpjet\jumpjet.data +JumpJetTonnage=4 +LeftJumpJetSiteName=site_lujetport +LightMapLighting=no +LookupLighting=yes +MaxGimpSpeed=6.5 +MaxHeat=37 +MaxReverseSpeed=-9.75 +MaxSpeed=29.225 +MaxVehicleTonnage=60 +MechGlassRamEffect=effects\mech_ram\genericmechtoglass_hit.data +MechID=$(M_Champion) +MechRamEffect=effects\mech_ram\genericmechtomech_hit.data +MinMaxSpeed=19.5 +MinReverseSpeed=-2.78 +MinSpeed=2.78 +MinStandTransitionSpeed=6.763 +MinimumDamageForHitAnimation=2 +MinimumDamageForInternalHitAnimation=1 +MoveTypeFlag=LEGJUMPMOVETYPE +NameIndex=$(IDS_Champion) +OverHeatEffectResource=effects\heat\overheat.data +PartDestructionEffectResource=effects\mechpart_destruction\mechpart_destruction.data +PercentageOfSpeedToStartTilt=0.7 +PercentageOfTurnToStartTilt=0.7 +ReverseAccelerationMultiplier=0.8 +ReverseDeccelerationMultiplier=0.8 +RightJumpJetSiteName=site_rujetport +RootHitSpringDeceleration=20 +RootHitSpringMotionLimit=13 +RootHitSpringReturnSpeed=60 +RootHitSpringSpeed=40 +RootScaleTakeHit=30 +ScaleInternalTiltDegree=0.85 +SecondaryDeathEntityResource=mechs\champion_destroyed\champion_destroyed.data +SecondaryDestroyedEffectResource=effects\mechdeath\endmechdeath.data +Shadow={ +[shadow] +LightType=Shadow +InnerRadius=4.0 +OuterRadius=10.0 +BlobDistance=200.0 +ShadowMap=ShadowMask +Intensity=0.4 +} +SpinForceBeamDamage=0.01 +SpinForceHeatDamage=0.01 +SpinForceMissileDamage=0.01 +SpinForceProjectileDamage=0.01 +SpinForceSplashDamage=0.01 +SplashDamageAmount=81.875 +SplashDamageRadius=22 +SplashHeatAmount=6.375 +TechType=$(Tech_IS) +TiltDegree=9.00002 +TiltSpeed=20 +TopSpeedTurnRate=29 +TorsoHitSpringDeceleration=35 +TorsoHitSpringMotionLimit=30 +TorsoHitSpringReturnSpeed=60 +TorsoHitSpringSpeed=60 +TorsoScaleTakeHit=30 +UndampenHipJoint=0.4 +UndampenRootJoint=1 +UndampenTorsoJoint=0.1 +UndampenTranslationJoint=0.1 +UndampenWorldJoint=1 +VehicleTonnage=13 +VertexLighting=yes +WakeEffectResource=effects\boatwake\mechwake.data +SolidOBB=champion_skeleton_SOLID.obb +HierarchicalOBB=champion_skeleton.obb +DefaultFootStepTexture=footsteps\dragon_default +FootStepTexture=footsteps\dragon_snow,Snow +FootStepTexture=footsteps\dragon_dirt,BrownDirt diff --git a/Gameleap/mw4/Content/Mechs/champion/champion.engine b/Gameleap/mw4/Content/Mechs/champion/champion.engine new file mode 100644 index 00000000..815b1f29 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/champion.engine @@ -0,0 +1,9 @@ +!include = Content\Subsystems\HeatSink.defines + +[GameData] +Class=Mechwarrior4::Engine +TotalCritLocations=2 +NumHeatSinks=8 +TonsPerUpgrade=1 +MPSPerUpgrade=1.94444 +HeatSinkEfficiency=0.075 diff --git a/Gameleap/mw4/Content/Mechs/champion/champion.instance b/Gameleap/mw4/Content/Mechs/champion/champion.instance new file mode 100644 index 00000000..e07f713f --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/champion.instance @@ -0,0 +1,15 @@ +[champion] +Model=champion.data +ExecutionState=NeverExecuteState +Armature=champion.contents +Subsystems=champion.subsystems +DamageObjects=champion.damage +Alignment=Player +CurrentHeat=0 +CurrentCoolant=100 +MaxCoolant=100 +DoesHaveInstanceName=yes +PowerRating=58 +ArmorRating=50 +SpeedRating=40 +HeatRating=40 diff --git a/Gameleap/mw4/Content/Mechs/champion/champion.subsystems b/Gameleap/mw4/Content/Mechs/champion/champion.subsystems new file mode 100644 index 00000000..04796b2b --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/champion.subsystems @@ -0,0 +1,148 @@ +[Engine] +Model=champion.engine +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso +EngineUpgrades=2 + +[Armor] +Model=subsystems\armor.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso +ArmorType=Standard +InternalType=EndoSteel +LeftLeg=1.21875 +RightLeg=1.21875 +LeftArm=1.125 +RightArm=1.125 +LeftFrontTorso=1.5 +RightFrontTorso=1.5 +CenterFrontTorso=1.59375 +CenterRearTorso=0.46875 +Head=0.5625 + +[Sensor] +Model=subsystems\sensorsubsystem.data +ExecutionState=ActiveState +InternalLocation=Head + +[Torso] +Model=champion.torso +ExecutionState=AlwaysExecuteState +InternalLocation=CenterTorso + +[SearchLight] +Model=subsystems\searchlightsubsystem.data +ExecutionState=AlwaysExecuteState +InternalLocation=CenterTorso +Site=site_light +CriticalHitsTaken=1 + +[Ballistic1] +Model=weaponsubsystems\ultraacweaponsubsystem\ultraac5.data +ExecutionState=NeverExecuteState +InternalLocation=LeftTorso +Site=site_ltorsoport +GroupIndex=1 +AmmoCount=60 + +[Beam1] +Model=weaponsubsystems\laserweaponsubsystem\mediumlaser.data +ExecutionState=NeverExecuteState +InternalLocation=RightArm +Site=site_rdgunport +GroupIndex=3 +EjectSite=site_rshellport + +[Beam2] +Model=weaponsubsystems\laserweaponsubsystem\mediumlaser.data +ExecutionState=NeverExecuteState +InternalLocation=RightArm +Site=site_rugunport +GroupIndex=3 +EjectSite=site_rshellport + +[Beam3] +Model=weaponsubsystems\laserweaponsubsystem\mediumlaser.data +ExecutionState=NeverExecuteState +InternalLocation=LeftArm +Site=site_lgunport +GroupIndex=3 +EjectSite=site_lshellport + +[Beam4] +Model=weaponsubsystems\laserweaponsubsystem\mediumlaser.data +ExecutionState=NeverExecuteState +InternalLocation=LeftArm +Site=site_lgunport +GroupIndex=3 +EjectSite=site_lshellport + +[HeatSink1] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + +[HeatSink2] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + +[HeatSink3] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + +[HeatSink4] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + +[HeatSink5] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + +[HeatSink6] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + +[HeatSink7] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + +[HeatSink8] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + +[HeatSink9] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + +[Missile1] +Model=weaponsubsystems\ssrmweaponsubsystem\ssrm4.data +ExecutionState=NeverExecuteState +InternalLocation=Special1 +Site=site_lmissileport +GroupIndex=2 +AmmoCount=75 + +[Missile2] +Model=weaponsubsystems\ssrmweaponsubsystem\ssrm4.data +ExecutionState=NeverExecuteState +InternalLocation=Special2 +Site=site_rmissileport +GroupIndex=2 +AmmoCount=75 + +[Ballistic2] +Model=weaponsubsystems\ultraacweaponsubsystem\ultraac5.data +ExecutionState=NeverExecuteState +InternalLocation=RightTorso +Site=site_rtorsoport +GroupIndex=1 +AmmoCount=75 + diff --git a/Gameleap/mw4/Content/Mechs/champion/champion.torso b/Gameleap/mw4/Content/Mechs/champion/champion.torso new file mode 100644 index 00000000..1f22ffdd --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/champion.torso @@ -0,0 +1,17 @@ +!include = Content\Defines\MechTorso.defines + +[GameData] +Class=MechWarrior4::Torso +TotalCritLocations=2 +TwistJointName=joint_torsobelow +PitchJointName=joint_hipbelow +LeftArmJointName=joint_lgunabove +RightArmJointName=joint_rgunabove +EyeJointName=site_eyepoint +ArmRatioAngle=40 +TwistSpeed=55 +PitchSpeed=40 +TwistRadius=120 +PitchRadius=40 +CageJointName=joint_cage +CageRatioAngle=0.5 diff --git a/Gameleap/mw4/Content/Mechs/champion/champion_cage.erf b/Gameleap/mw4/Content/Mechs/champion/champion_cage.erf new file mode 100644 index 00000000..914e31ba --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/champion_cage.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a13d295ee30e5349760a7318b833ec067a0ddd859e4873ef97a5cfabdf5a220 +size 11787 diff --git a/Gameleap/mw4/Content/Mechs/champion/champion_skeleton.obb b/Gameleap/mw4/Content/Mechs/champion/champion_skeleton.obb new file mode 100644 index 00000000..d6b45c24 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/champion_skeleton.obb @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66bec253b25c2e4a542242ff650e99d178ffb8819a964dbe1ff216b3cff6e73d +size 5607 diff --git a/Gameleap/mw4/Content/Mechs/champion/champion_skeleton_SOLID.obb b/Gameleap/mw4/Content/Mechs/champion/champion_skeleton_SOLID.obb new file mode 100644 index 00000000..64167516 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/champion_skeleton_SOLID.obb @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38f9263511e963dba2d52145c06455c39f5ae48f8b9df9fb2dc1d4b3c4ef23a0 +size 78 diff --git a/Gameleap/mw4/Content/Mechs/champion/chp_hip.erf b/Gameleap/mw4/Content/Mechs/champion/chp_hip.erf new file mode 100644 index 00000000..6b52be61 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/chp_hip.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8eb43d03ce8e8f2f6059d56f56b974d930252b2cab1cdb7674e81aedb28c876 +size 6655 diff --git a/Gameleap/mw4/Content/Mechs/champion/chp_hip_dam.erf b/Gameleap/mw4/Content/Mechs/champion/chp_hip_dam.erf new file mode 100644 index 00000000..6b52be61 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/chp_hip_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8eb43d03ce8e8f2f6059d56f56b974d930252b2cab1cdb7674e81aedb28c876 +size 6655 diff --git a/Gameleap/mw4/Content/Mechs/champion/chp_lbtoe.erf b/Gameleap/mw4/Content/Mechs/champion/chp_lbtoe.erf new file mode 100644 index 00000000..cbdac1d2 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/chp_lbtoe.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41b2b458dff8d959e754043b4ac86c9ef209c4dd2cb49c6aea471c1989a2efc5 +size 1211 diff --git a/Gameleap/mw4/Content/Mechs/champion/chp_lbtoe_dam.erf b/Gameleap/mw4/Content/Mechs/champion/chp_lbtoe_dam.erf new file mode 100644 index 00000000..cbdac1d2 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/chp_lbtoe_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41b2b458dff8d959e754043b4ac86c9ef209c4dd2cb49c6aea471c1989a2efc5 +size 1211 diff --git a/Gameleap/mw4/Content/Mechs/champion/chp_ldleg.erf b/Gameleap/mw4/Content/Mechs/champion/chp_ldleg.erf new file mode 100644 index 00000000..ba9898eb --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/chp_ldleg.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d21d85095b2abc2f8292f89a5ec98b48dafbea5b969bb5a4377404163d46554 +size 8372 diff --git a/Gameleap/mw4/Content/Mechs/champion/chp_ldleg_dam.erf b/Gameleap/mw4/Content/Mechs/champion/chp_ldleg_dam.erf new file mode 100644 index 00000000..ba9898eb --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/chp_ldleg_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d21d85095b2abc2f8292f89a5ec98b48dafbea5b969bb5a4377404163d46554 +size 8372 diff --git a/Gameleap/mw4/Content/Mechs/champion/chp_lfoot.erf b/Gameleap/mw4/Content/Mechs/champion/chp_lfoot.erf new file mode 100644 index 00000000..969dd4fc --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/chp_lfoot.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcc588a393c0a6e6768e1758039e5644d280d5a5e82b2d6d57c8f5651a6ab833 +size 2017 diff --git a/Gameleap/mw4/Content/Mechs/champion/chp_lfoot_dam.erf b/Gameleap/mw4/Content/Mechs/champion/chp_lfoot_dam.erf new file mode 100644 index 00000000..969dd4fc --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/chp_lfoot_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcc588a393c0a6e6768e1758039e5644d280d5a5e82b2d6d57c8f5651a6ab833 +size 2017 diff --git a/Gameleap/mw4/Content/Mechs/champion/chp_lftoe.erf b/Gameleap/mw4/Content/Mechs/champion/chp_lftoe.erf new file mode 100644 index 00000000..ff2aab13 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/chp_lftoe.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82403d52008352df5082fd2ab8bba5703a2e51b0de43ff83efd7747fb4b3be46 +size 2309 diff --git a/Gameleap/mw4/Content/Mechs/champion/chp_lftoe_dam.erf b/Gameleap/mw4/Content/Mechs/champion/chp_lftoe_dam.erf new file mode 100644 index 00000000..ff2aab13 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/chp_lftoe_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82403d52008352df5082fd2ab8bba5703a2e51b0de43ff83efd7747fb4b3be46 +size 2309 diff --git a/Gameleap/mw4/Content/Mechs/champion/chp_lgun.erf b/Gameleap/mw4/Content/Mechs/champion/chp_lgun.erf new file mode 100644 index 00000000..97840d73 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/chp_lgun.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:733aaa59c63f397251c42feac39ed1828d9cd31f58d0d2abd5a3b4f12283cdc7 +size 8328 diff --git a/Gameleap/mw4/Content/Mechs/champion/chp_luarm.erf b/Gameleap/mw4/Content/Mechs/champion/chp_luarm.erf new file mode 100644 index 00000000..bcf0ea20 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/chp_luarm.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:420c2dbcfdb245b03557a584772eb0f41e3df70c7478c2a4b7b0ebe0ce560904 +size 853 diff --git a/Gameleap/mw4/Content/Mechs/champion/chp_luarm_dam.erf b/Gameleap/mw4/Content/Mechs/champion/chp_luarm_dam.erf new file mode 100644 index 00000000..bcf0ea20 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/chp_luarm_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:420c2dbcfdb245b03557a584772eb0f41e3df70c7478c2a4b7b0ebe0ce560904 +size 853 diff --git a/Gameleap/mw4/Content/Mechs/champion/chp_luleg.erf b/Gameleap/mw4/Content/Mechs/champion/chp_luleg.erf new file mode 100644 index 00000000..f76423ef --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/chp_luleg.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97fb6bc0b81358d47b9d0277af40373667bfeb9fe63896239f40d0d70307f93a +size 10067 diff --git a/Gameleap/mw4/Content/Mechs/champion/chp_luleg_dam.erf b/Gameleap/mw4/Content/Mechs/champion/chp_luleg_dam.erf new file mode 100644 index 00000000..f76423ef --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/chp_luleg_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97fb6bc0b81358d47b9d0277af40373667bfeb9fe63896239f40d0d70307f93a +size 10067 diff --git a/Gameleap/mw4/Content/Mechs/champion/chp_rbtoe.erf b/Gameleap/mw4/Content/Mechs/champion/chp_rbtoe.erf new file mode 100644 index 00000000..efca6564 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/chp_rbtoe.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e4dcfd308fddb75d313538649ef04798cab225603fbc17587fe8ec2a9657948 +size 1211 diff --git a/Gameleap/mw4/Content/Mechs/champion/chp_rbtoe_dam.erf b/Gameleap/mw4/Content/Mechs/champion/chp_rbtoe_dam.erf new file mode 100644 index 00000000..efca6564 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/chp_rbtoe_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e4dcfd308fddb75d313538649ef04798cab225603fbc17587fe8ec2a9657948 +size 1211 diff --git a/Gameleap/mw4/Content/Mechs/champion/chp_rdleg.erf b/Gameleap/mw4/Content/Mechs/champion/chp_rdleg.erf new file mode 100644 index 00000000..5011fdc2 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/chp_rdleg.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3db5aa2cac8f6eb12fa0e2658f9bf1e8d2feea7946b6827cbd27bd466b5330c5 +size 8372 diff --git a/Gameleap/mw4/Content/Mechs/champion/chp_rdleg_dam.erf b/Gameleap/mw4/Content/Mechs/champion/chp_rdleg_dam.erf new file mode 100644 index 00000000..5011fdc2 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/chp_rdleg_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3db5aa2cac8f6eb12fa0e2658f9bf1e8d2feea7946b6827cbd27bd466b5330c5 +size 8372 diff --git a/Gameleap/mw4/Content/Mechs/champion/chp_rfoot.erf b/Gameleap/mw4/Content/Mechs/champion/chp_rfoot.erf new file mode 100644 index 00000000..2361d764 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/chp_rfoot.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf7c532ea6abb8684cf54f462bf0684a58283c46af5406ba587dd59567fde108 +size 2017 diff --git a/Gameleap/mw4/Content/Mechs/champion/chp_rfoot_dam.erf b/Gameleap/mw4/Content/Mechs/champion/chp_rfoot_dam.erf new file mode 100644 index 00000000..2361d764 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/chp_rfoot_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf7c532ea6abb8684cf54f462bf0684a58283c46af5406ba587dd59567fde108 +size 2017 diff --git a/Gameleap/mw4/Content/Mechs/champion/chp_rftoe.erf b/Gameleap/mw4/Content/Mechs/champion/chp_rftoe.erf new file mode 100644 index 00000000..e5cb9984 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/chp_rftoe.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6cb79692b50eb1e1dbfa0b8fe38d63a62f250c0f30d935cf262e2e5abe03403 +size 2309 diff --git a/Gameleap/mw4/Content/Mechs/champion/chp_rftoe_dam.erf b/Gameleap/mw4/Content/Mechs/champion/chp_rftoe_dam.erf new file mode 100644 index 00000000..e5cb9984 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/chp_rftoe_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6cb79692b50eb1e1dbfa0b8fe38d63a62f250c0f30d935cf262e2e5abe03403 +size 2309 diff --git a/Gameleap/mw4/Content/Mechs/champion/chp_rgun.erf b/Gameleap/mw4/Content/Mechs/champion/chp_rgun.erf new file mode 100644 index 00000000..20c2a551 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/chp_rgun.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b18909bfb158a442a9bbd5501ae6c4c3ce74c2a27c24d5e965481e91e1dd43ad +size 8328 diff --git a/Gameleap/mw4/Content/Mechs/champion/chp_ruarm.erf b/Gameleap/mw4/Content/Mechs/champion/chp_ruarm.erf new file mode 100644 index 00000000..ab8bfc14 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/chp_ruarm.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5caee21a31c7f15aa5e646f5b6eeefe5299b00d2d855029b9a2ceb4f75ab8421 +size 853 diff --git a/Gameleap/mw4/Content/Mechs/champion/chp_ruarm_dam.erf b/Gameleap/mw4/Content/Mechs/champion/chp_ruarm_dam.erf new file mode 100644 index 00000000..ab8bfc14 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/chp_ruarm_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5caee21a31c7f15aa5e646f5b6eeefe5299b00d2d855029b9a2ceb4f75ab8421 +size 853 diff --git a/Gameleap/mw4/Content/Mechs/champion/chp_ruleg.erf b/Gameleap/mw4/Content/Mechs/champion/chp_ruleg.erf new file mode 100644 index 00000000..4f470022 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/chp_ruleg.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbae3ea99763074ce7649deaf304f95c37b20e176e77b4af92a15ffbb5de15b1 +size 10067 diff --git a/Gameleap/mw4/Content/Mechs/champion/chp_ruleg_dam.erf b/Gameleap/mw4/Content/Mechs/champion/chp_ruleg_dam.erf new file mode 100644 index 00000000..4f470022 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/chp_ruleg_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbae3ea99763074ce7649deaf304f95c37b20e176e77b4af92a15ffbb5de15b1 +size 10067 diff --git a/Gameleap/mw4/Content/Mechs/champion/chp_specialone.erf b/Gameleap/mw4/Content/Mechs/champion/chp_specialone.erf new file mode 100644 index 00000000..84ac29e4 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/chp_specialone.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19f9e7824fd53931c0f183b5531e50053c9ff8c32add52195fba891144483850 +size 3759 diff --git a/Gameleap/mw4/Content/Mechs/champion/chp_specialone_dam.erf b/Gameleap/mw4/Content/Mechs/champion/chp_specialone_dam.erf new file mode 100644 index 00000000..26c2d5de --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/chp_specialone_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23349c6b7a6489cae0293b8b11dda0198b7965116b57f6aa7f8439475d29bf5f +size 1290 diff --git a/Gameleap/mw4/Content/Mechs/champion/chp_specialtwo.erf b/Gameleap/mw4/Content/Mechs/champion/chp_specialtwo.erf new file mode 100644 index 00000000..2d511f74 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/chp_specialtwo.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0ae6afa4eac05c912ce721acd3937fb1817c2f6a0eed5e2b8364e957b647fb8 +size 3759 diff --git a/Gameleap/mw4/Content/Mechs/champion/chp_specialtwo_dam.erf b/Gameleap/mw4/Content/Mechs/champion/chp_specialtwo_dam.erf new file mode 100644 index 00000000..26c2d5de --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/chp_specialtwo_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23349c6b7a6489cae0293b8b11dda0198b7965116b57f6aa7f8439475d29bf5f +size 1290 diff --git a/Gameleap/mw4/Content/Mechs/champion/chp_torso.erf b/Gameleap/mw4/Content/Mechs/champion/chp_torso.erf new file mode 100644 index 00000000..0a48ff44 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/chp_torso.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b16cee4146b7a36eaa5a480dc5e246325804e37c7469b3104b086c468f0a3f45 +size 63022 diff --git a/Gameleap/mw4/Content/Mechs/champion/chp_torso_dam.erf b/Gameleap/mw4/Content/Mechs/champion/chp_torso_dam.erf new file mode 100644 index 00000000..0a48ff44 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/chp_torso_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b16cee4146b7a36eaa5a480dc5e246325804e37c7469b3104b086c468f0a3f45 +size 63022 diff --git a/Gameleap/mw4/Content/Mechs/champion/runninglights.erf b/Gameleap/mw4/Content/Mechs/champion/runninglights.erf new file mode 100644 index 00000000..d88d2aef --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion/runninglights.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99bd984c0de934904960bd141f062c3286456fb2eb2c89322ee82befd2347f8c +size 1552 diff --git a/Gameleap/mw4/Content/Mechs/champion_destroyed/champion_destroyed.data b/Gameleap/mw4/Content/Mechs/champion_destroyed/champion_destroyed.data new file mode 100644 index 00000000..19b79c87 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion_destroyed/champion_destroyed.data @@ -0,0 +1,16 @@ +[GameData] +Class=MechWarrior4::DeathEntity +SolidOBB=champion_destroyed_solid.obb +OBBCollides=false +Collider=false +CanBeShot=false +CanBeWalkedOn=false +VertexLighting=yes +FaceLighting=yes +LookupLighting=no +LightMapLighting=no +CraterName=crater1 + +[Renderers] +VideoRenderer=champion_destroyed.video + diff --git a/Gameleap/mw4/Content/Mechs/champion_destroyed/champion_destroyed.erf b/Gameleap/mw4/Content/Mechs/champion_destroyed/champion_destroyed.erf new file mode 100644 index 00000000..66c21fb5 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion_destroyed/champion_destroyed.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5aaaaf95d41a49bc36da520ef56bbf358ddbeb6a17eb39b93b4285261a8c8ae +size 14157 diff --git a/Gameleap/mw4/Content/Mechs/champion_destroyed/champion_destroyed.video b/Gameleap/mw4/Content/Mechs/champion_destroyed/champion_destroyed.video new file mode 100644 index 00000000..c2dd827e --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion_destroyed/champion_destroyed.video @@ -0,0 +1,17 @@ +[lod] +Type=ShapeComponent +Geometry=champion_destroyed.erf + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD + +[locator] +Child=DamageAppearance + diff --git a/Gameleap/mw4/Content/Mechs/champion_destroyed/champion_destroyed_solid.obb b/Gameleap/mw4/Content/Mechs/champion_destroyed/champion_destroyed_solid.obb new file mode 100644 index 00000000..048f89cb --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/champion_destroyed/champion_destroyed_solid.obb @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db6d23b25a9c9cfddd649f8a97fd7755b2b8d983a6a3763647d85cc06ab6c164 +size 78 diff --git a/Gameleap/mw4/Content/Mechs/dasher/STATUS b/Gameleap/mw4/Content/Mechs/dasher/STATUS new file mode 100644 index 00000000..8a193780 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/STATUS @@ -0,0 +1,45 @@ +STAGED - complete source set, but NOT yet added to Content/core.build. + +have: .erf / .mw4anim / .obb source + dasher.armature dasher.contents dasher.instance + dasher.subsystems dasher.data dasher.damage + dasher.torso dasher.engine + + All eight decompiled from the V4H package and verified by round-tripping + the same decompiler over our own 64 chassis: + .data 8291/8306 keys .damage 6605/6605 keys + .contents 7480/7480 keys .instance 896/896 keys + .torso/.engine 1279/1280 keys .armature/.subsystems see sections 5, 8 + Every internal reference here resolves to a file that is present. + +before building: + 1. Add $(M_Dasher) to Content/ShellScripts/MechLabHeaders.h and $(IDS_Dasher) to + Content/Defines/MissionLang.defines. The .data references both. V4H's packages + store mech ids from an OLDER roster (shifted against ours), so the stored + integer was deliberately discarded - see DECOMPILING.md section 8c. + 2. Register the chassis through the rest of the chain in ADDING-A-MECH.md. + 3. REVIEW MOVEMENT TYPE. All six V4H chassis carry MoveTypeFlag=LEGMOVETYPE, so + none of them can jump - yet all six also carry JumpJetTonnage (2-4), four name + a real LeftJumpJetSiteName, and griffin + jenner2c have a JumpJetSubsystem + equipped in .subsystems. Our own roster is 84 LEGJUMPMOVETYPE vs 5 LEGMOVETYPE, + and those 5 have EMPTY jump-jet site names - internally consistent. V4H's are + not. This is decompiled faithfully; the inconsistency is in their source data. + Decide per chassis whether to set LEGJUMPMOVETYPE or strip the jump-jet gear. + dasher and marauder additionally have LeftJumpJetSiteName=';' - garbage. + 4. Only then add the .build entries to Content/core.build, one chassis at a time. + Until that happens these files are inert - the packer never visits them. + +decision (2026-08-08): USE THIS ONE. Content/Mechs/Dasher_DNU/ stays in the repo + as reference and is NOT to be built. Note that DNU is NOT broken - it is + complete and self-consistent, and richer in places: it has its own 38 KB + dasher.animscript (this package has none and borrows dragon.animscript), + real jump-jet sites, and OmniSlots=8 arms (a true OmniMech). All 29 shared + .erf files are byte-identical between the two, so the art is interchangeable + if the DNU data is ever revived. Why it was marked DNU could not be + determined - see DECOMPILING.md section 11. + +notes: The .obb and .armature filenames are not stored in the package; the values + in .data / .contents were matched to the files actually present here. + Rename the file and the key together if you change either. + +see: MW4COMPARE/DECOMPILING.md sections 8c-8g and 11 diff --git a/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_hip.data b/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_hip.data new file mode 100644 index 00000000..2dcec588 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_hip.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\das_hip.video diff --git a/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_ldleg.data b/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_ldleg.data new file mode 100644 index 00000000..cc9a5499 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_ldleg.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\das_ldleg.video diff --git a/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_lfoot.data b/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_lfoot.data new file mode 100644 index 00000000..d88c15cc --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_lfoot.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\das_lfoot.video diff --git a/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_lgun.data b/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_lgun.data new file mode 100644 index 00000000..a193fa5b --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_lgun.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\das_lgun.video diff --git a/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_ltoe.data b/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_ltoe.data new file mode 100644 index 00000000..542466c4 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_ltoe.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\das_ltoe.video diff --git a/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_luarm.data b/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_luarm.data new file mode 100644 index 00000000..723c1f04 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_luarm.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\das_luarm.video diff --git a/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_luleg.data b/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_luleg.data new file mode 100644 index 00000000..d2259ff6 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_luleg.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\das_luleg.video diff --git a/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_rdleg.data b/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_rdleg.data new file mode 100644 index 00000000..f1d2051c --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_rdleg.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\das_rdleg.video diff --git a/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_rfoot.data b/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_rfoot.data new file mode 100644 index 00000000..8e077565 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_rfoot.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\das_rfoot.video diff --git a/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_rgun.data b/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_rgun.data new file mode 100644 index 00000000..f583c784 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_rgun.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\das_rgun.video diff --git a/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_rtoe.data b/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_rtoe.data new file mode 100644 index 00000000..c242debc --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_rtoe.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\das_rtoe.video diff --git a/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_ruarm.data b/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_ruarm.data new file mode 100644 index 00000000..cbf9fd1c --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_ruarm.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\das_ruarm.video diff --git a/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_ruleg.data b/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_ruleg.data new file mode 100644 index 00000000..a623c3b1 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_ruleg.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\das_ruleg.video diff --git a/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_torso.data b/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_torso.data new file mode 100644 index 00000000..2123bc52 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/armaturedata/das_torso.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\das_torso.video diff --git a/Gameleap/mw4/Content/Mechs/dasher/armaturedata/joint_cage.data b/Gameleap/mw4/Content/Mechs/dasher/armaturedata/joint_cage.data new file mode 100644 index 00000000..77203bce --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/armaturedata/joint_cage.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\joint_cage.video diff --git a/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_hip.video b/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_hip.video new file mode 100644 index 00000000..d872725f --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_hip.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=das_hip.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=das_hip_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_ldleg.video b/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_ldleg.video new file mode 100644 index 00000000..7c9b8a8c --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_ldleg.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=das_ldleg.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=das_ldleg_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_lfoot.video b/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_lfoot.video new file mode 100644 index 00000000..c393d0b0 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_lfoot.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=das_lfoot.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=das_lfoot_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_lgun.video b/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_lgun.video new file mode 100644 index 00000000..9b1411c3 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_lgun.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=das_lgun.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=das_lgun_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_ltoe.video b/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_ltoe.video new file mode 100644 index 00000000..6d9edbf0 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_ltoe.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=das_ltoe.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=das_ltoe_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_luarm.video b/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_luarm.video new file mode 100644 index 00000000..e05a3805 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_luarm.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=das_luarm.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=das_luarm_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_luleg.video b/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_luleg.video new file mode 100644 index 00000000..3932589e --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_luleg.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=das_luleg.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=das_luleg_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_rdleg.video b/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_rdleg.video new file mode 100644 index 00000000..797d89a0 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_rdleg.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=das_rdleg.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=das_rdleg_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_rfoot.video b/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_rfoot.video new file mode 100644 index 00000000..c8864125 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_rfoot.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=das_rfoot.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=das_rfoot_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_rgun.video b/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_rgun.video new file mode 100644 index 00000000..46849e7f --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_rgun.video @@ -0,0 +1,17 @@ +[lod] +Type=ShapeComponent +Geometry=das_rgun.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_rtoe.video b/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_rtoe.video new file mode 100644 index 00000000..bdc7ff22 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_rtoe.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=das_rtoe.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=das_rtoe_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_ruarm.video b/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_ruarm.video new file mode 100644 index 00000000..c29d263e --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_ruarm.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=das_ruarm.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=das_ruarm_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_ruleg.video b/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_ruleg.video new file mode 100644 index 00000000..14b1f6f6 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_ruleg.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=das_ruleg.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=das_ruleg_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_torso.video b/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_torso.video similarity index 85% rename from Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_torso.video rename to Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_torso.video index 565013d6..ee06c381 100644 --- a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_torso.video +++ b/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/das_torso.video @@ -15,12 +15,12 @@ Child=LightLOD [lod] Type=ShapeComponent -Geometry=j2c_torso.erf +Geometry=das_torso.erf Unique=true [damlod] Type=ShapeComponent -Geometry=j2c_torso_DAM.erf +Geometry=das_torso_DAM.erf Unique=true [watcher] @@ -37,4 +37,3 @@ Child=DAMLOD [locator] Child=LightSwitch Child=DamageAppearance - diff --git a/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/joint_cage.video b/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/joint_cage.video new file mode 100644 index 00000000..bb312ab6 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/armaturevideo/joint_cage.video @@ -0,0 +1,33 @@ +[fake1] +Type=GroupComponent + +[fake2] +Type=GroupComponent + +[cage] +Type=ShapeComponent +Geometry=dasher_cage.erf +Unique=true +DisableShadow=true + +[destroyedcage] +Type=ShapeComponent +Geometry=dasher_cage.erf +Unique=true +DisableShadow=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=Fake1 +Child=Fake2 +Child=Cage +Child=DestroyedCage + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/dasher/das_hip.erf b/Gameleap/mw4/Content/Mechs/dasher/das_hip.erf new file mode 100644 index 00000000..00369960 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/das_hip.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6db737e561f0cc192d8912e26c7eaa90248a12b41ae0be95001b60d5f515b9b4 +size 51546 diff --git a/Gameleap/mw4/Content/Mechs/dasher/das_hip_dam.erf b/Gameleap/mw4/Content/Mechs/dasher/das_hip_dam.erf new file mode 100644 index 00000000..00369960 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/das_hip_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6db737e561f0cc192d8912e26c7eaa90248a12b41ae0be95001b60d5f515b9b4 +size 51546 diff --git a/Gameleap/mw4/Content/Mechs/dasher/das_ldleg.erf b/Gameleap/mw4/Content/Mechs/dasher/das_ldleg.erf new file mode 100644 index 00000000..61897cac --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/das_ldleg.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d86194479740020f1d4ff148f9e6e7b073bff03c184a4514a3907b2190e168 +size 20552 diff --git a/Gameleap/mw4/Content/Mechs/dasher/das_ldleg_dam.erf b/Gameleap/mw4/Content/Mechs/dasher/das_ldleg_dam.erf new file mode 100644 index 00000000..61897cac --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/das_ldleg_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d86194479740020f1d4ff148f9e6e7b073bff03c184a4514a3907b2190e168 +size 20552 diff --git a/Gameleap/mw4/Content/Mechs/dasher/das_lfoot.erf b/Gameleap/mw4/Content/Mechs/dasher/das_lfoot.erf new file mode 100644 index 00000000..b83cbd0e --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/das_lfoot.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3cd5e696a054c5fa9f7b1d9c3181e3adddf7afcc2276b8e5be05f0ac527c992 +size 11228 diff --git a/Gameleap/mw4/Content/Mechs/dasher/das_lfoot_dam.erf b/Gameleap/mw4/Content/Mechs/dasher/das_lfoot_dam.erf new file mode 100644 index 00000000..b83cbd0e --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/das_lfoot_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3cd5e696a054c5fa9f7b1d9c3181e3adddf7afcc2276b8e5be05f0ac527c992 +size 11228 diff --git a/Gameleap/mw4/Content/Mechs/dasher/das_lgun.erf b/Gameleap/mw4/Content/Mechs/dasher/das_lgun.erf new file mode 100644 index 00000000..fee96626 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/das_lgun.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b11870c84028aba08e923973d235a084acfe2a91f13630f1b1dffb3effb403 +size 27396 diff --git a/Gameleap/mw4/Content/Mechs/dasher/das_lgun_dam.erf b/Gameleap/mw4/Content/Mechs/dasher/das_lgun_dam.erf new file mode 100644 index 00000000..de7fcc81 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/das_lgun_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fa9a079bf3650750a3f90ff23a0ce16ada7a24eae8c0d28612902de6ebd2c08 +size 783 diff --git a/Gameleap/mw4/Content/Mechs/dasher/das_ltoe.erf b/Gameleap/mw4/Content/Mechs/dasher/das_ltoe.erf new file mode 100644 index 00000000..f3e0ff83 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/das_ltoe.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b581114a2dfeead4050a04c00aa0e072841ccd337a4edc58768a4c9ff89dbe65 +size 5172 diff --git a/Gameleap/mw4/Content/Mechs/dasher/das_ltoe_dam.erf b/Gameleap/mw4/Content/Mechs/dasher/das_ltoe_dam.erf new file mode 100644 index 00000000..f3e0ff83 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/das_ltoe_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b581114a2dfeead4050a04c00aa0e072841ccd337a4edc58768a4c9ff89dbe65 +size 5172 diff --git a/Gameleap/mw4/Content/Mechs/dasher/das_luarm.erf b/Gameleap/mw4/Content/Mechs/dasher/das_luarm.erf new file mode 100644 index 00000000..2768b3a5 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/das_luarm.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20dacf30e4cf81071749b5dcf9d8367f3c62d97d9c021b278cc6bd83e16e2cea +size 15258 diff --git a/Gameleap/mw4/Content/Mechs/dasher/das_luarm_dam.erf b/Gameleap/mw4/Content/Mechs/dasher/das_luarm_dam.erf new file mode 100644 index 00000000..2768b3a5 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/das_luarm_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20dacf30e4cf81071749b5dcf9d8367f3c62d97d9c021b278cc6bd83e16e2cea +size 15258 diff --git a/Gameleap/mw4/Content/Mechs/dasher/das_luleg.erf b/Gameleap/mw4/Content/Mechs/dasher/das_luleg.erf new file mode 100644 index 00000000..fbc13a6a --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/das_luleg.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:936d8912872e79124933028a40be0ae348d3b68824e6d5028b509a59a33e735e +size 10648 diff --git a/Gameleap/mw4/Content/Mechs/dasher/das_luleg_dam.erf b/Gameleap/mw4/Content/Mechs/dasher/das_luleg_dam.erf new file mode 100644 index 00000000..fbc13a6a --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/das_luleg_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:936d8912872e79124933028a40be0ae348d3b68824e6d5028b509a59a33e735e +size 10648 diff --git a/Gameleap/mw4/Content/Mechs/dasher/das_rdleg.erf b/Gameleap/mw4/Content/Mechs/dasher/das_rdleg.erf new file mode 100644 index 00000000..0a1ff851 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/das_rdleg.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f7bae2977513576acf7de2ea62f0bff110b9e688920c013f1688db595d94a6 +size 20260 diff --git a/Gameleap/mw4/Content/Mechs/dasher/das_rdleg_dam.erf b/Gameleap/mw4/Content/Mechs/dasher/das_rdleg_dam.erf new file mode 100644 index 00000000..0a1ff851 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/das_rdleg_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f7bae2977513576acf7de2ea62f0bff110b9e688920c013f1688db595d94a6 +size 20260 diff --git a/Gameleap/mw4/Content/Mechs/dasher/das_rfoot.erf b/Gameleap/mw4/Content/Mechs/dasher/das_rfoot.erf new file mode 100644 index 00000000..a2c4be28 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/das_rfoot.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:432ac2d08480ec00b338f38069d4452999cef5266fd6009c30a12923a292f849 +size 11228 diff --git a/Gameleap/mw4/Content/Mechs/dasher/das_rfoot_dam.erf b/Gameleap/mw4/Content/Mechs/dasher/das_rfoot_dam.erf new file mode 100644 index 00000000..a2c4be28 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/das_rfoot_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:432ac2d08480ec00b338f38069d4452999cef5266fd6009c30a12923a292f849 +size 11228 diff --git a/Gameleap/mw4/Content/Mechs/dasher/das_rgun.erf b/Gameleap/mw4/Content/Mechs/dasher/das_rgun.erf new file mode 100644 index 00000000..d3032e2c --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/das_rgun.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43da2602b27cd6ce1a9662fd77fa15df9cc57cf5454dd410db60bec4a403a999 +size 27396 diff --git a/Gameleap/mw4/Content/Mechs/dasher/das_rtoe.erf b/Gameleap/mw4/Content/Mechs/dasher/das_rtoe.erf new file mode 100644 index 00000000..5c9b1531 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/das_rtoe.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30fb14d61bf55f81fc62f8ba3594ce59910105531cea680ec35cf19ccb408d8b +size 5172 diff --git a/Gameleap/mw4/Content/Mechs/dasher/das_rtoe_dam.erf b/Gameleap/mw4/Content/Mechs/dasher/das_rtoe_dam.erf new file mode 100644 index 00000000..5c9b1531 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/das_rtoe_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30fb14d61bf55f81fc62f8ba3594ce59910105531cea680ec35cf19ccb408d8b +size 5172 diff --git a/Gameleap/mw4/Content/Mechs/dasher/das_ruarm.erf b/Gameleap/mw4/Content/Mechs/dasher/das_ruarm.erf new file mode 100644 index 00000000..676c4b66 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/das_ruarm.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d01b2e1debbaccdbeb5488857c47e5286a5dd748de1a51189acd69a7d7caaa97 +size 15226 diff --git a/Gameleap/mw4/Content/Mechs/dasher/das_ruarm_dam.erf b/Gameleap/mw4/Content/Mechs/dasher/das_ruarm_dam.erf new file mode 100644 index 00000000..b5089043 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/das_ruarm_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2d37904f62bd722bbcf8f103adbcd63b14a13e76c043cec3fcdb2001956b8a6 +size 943 diff --git a/Gameleap/mw4/Content/Mechs/dasher/das_ruleg.erf b/Gameleap/mw4/Content/Mechs/dasher/das_ruleg.erf new file mode 100644 index 00000000..383c4738 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/das_ruleg.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cb7d1a1787d5ff9d71b79798547010cd0802098505748de37976eccb3b91839 +size 10692 diff --git a/Gameleap/mw4/Content/Mechs/dasher/das_ruleg_dam.erf b/Gameleap/mw4/Content/Mechs/dasher/das_ruleg_dam.erf new file mode 100644 index 00000000..383c4738 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/das_ruleg_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cb7d1a1787d5ff9d71b79798547010cd0802098505748de37976eccb3b91839 +size 10692 diff --git a/Gameleap/mw4/Content/Mechs/dasher/das_torso.erf b/Gameleap/mw4/Content/Mechs/dasher/das_torso.erf new file mode 100644 index 00000000..b1b54fc0 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/das_torso.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a038cc6b47cc41cd8742d1355cdb4db55a07f1c37ebcea765ab5d6cc134f1ba +size 81366 diff --git a/Gameleap/mw4/Content/Mechs/dasher/das_torso_dam.erf b/Gameleap/mw4/Content/Mechs/dasher/das_torso_dam.erf new file mode 100644 index 00000000..b1b54fc0 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/das_torso_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a038cc6b47cc41cd8742d1355cdb4db55a07f1c37ebcea765ab5d6cc134f1ba +size 81366 diff --git a/Gameleap/mw4/Content/Mechs/dasher/dasher.armature b/Gameleap/mw4/Content/Mechs/dasher/dasher.armature new file mode 100644 index 00000000..abc00b46 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/dasher.armature @@ -0,0 +1,294 @@ +[site_eject2] +Rotation=0.000000 -90.000003 0.000000 +Translation=0.000000 4.904985 2.257239 + +[site_lfoot] +Rotation=0.000000 89.999982 0.000000 +Translation=0.013387 -0.812501 0.222202 + +[joint_ltoe] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.007809 -0.552500 0.519999 + +[joint_lbelowankle] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=site_lfoot +Child=joint_ltoe + +[joint_lankle] +Rotation=0.000000 0.000000 0.000000 +Translation=0.194999 -1.462500 -0.390001 +Child=joint_lbelowankle + +[joint_ldleg] +Rotation=0.000000 0.000000 0.000000 +Translation=0.617499 -1.495000 0.130000 +Child=joint_lankle + +[joint_luleg] +Rotation=0.000000 0.000000 0.000000 +Translation=0.390000 0.000000 0.000000 +Child=joint_ldleg + +[site_jcjetport03] +Rotation=149.999779 69.999972 0.000000 +Translation=1.166767 -0.962607 -2.014917 + +[site_jcjetport02] +Rotation=30.000014 69.999972 0.000000 +Translation=1.166792 -0.962606 2.026109 + +[site_jcjetport01] +Rotation=-30.000014 69.999972 0.000000 +Translation=-1.167557 -0.962610 2.026111 + +[site_jcjetport04] +Rotation=-149.999724 69.999972 0.000000 +Translation=-1.167572 -0.962613 -2.014935 + +[site_jcattach] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.037139 -1.156112 0.217721 + +[site_coolantflush] +Rotation=180.000019 0.000000 0.000000 +Translation=-0.000003 0.332306 -0.660753 + +[site_eject] +Rotation=0.000000 -89.999982 0.000000 +Translation=0.000003 1.716048 2.027627 + +[site_lujetport] +Rotation=135.040135 48.626757 -27.704629 +Translation=0.608689 -0.889370 -0.498054 + +[site_rujetport] +Rotation=-135.040135 48.626699 27.704629 +Translation=-0.608716 -0.889372 -0.498058 + +[site_cageleft] +Rotation=0.000000 -89.999982 0.000000 +Translation=0.828827 -0.454998 2.273669 + +[site_cageright] +Rotation=0.000000 -89.999982 0.000000 +Translation=-0.892832 -0.455001 2.273670 + +[site_light] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000002 -0.961644 -0.072793 + +[joint_cage] +Rotation=0.000000 0.000000 0.000000 +Translation=0.014970 1.191469 2.076408 +Child=site_cageleft +Child=site_cageright +Child=site_light + +[joint_centertorsofront] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 -0.000229 0.000000 + +[joint_centertorsorear] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 -0.000229 0.000000 + +[site_headgun] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.378491 3.008611 1.047522 + +[joint_head] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 -0.000229 0.000000 +Child=site_headgun + +[site_ltorsoport] +Rotation=0.000000 0.000000 0.000000 +Translation=1.072487 1.280240 1.617152 + +[joint_lefttorsofront] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 -0.000229 0.000000 +Child=site_ltorsoport + +[site_lshellport] +Rotation=180.000019 0.000000 0.000000 +Translation=-0.488244 -0.097579 -0.492994 + +[site_lgunport] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.120128 0.363458 1.667690 + +[site_lgunport02] +Rotation=0.000000 0.000000 0.000000 +Translation=0.171141 0.401649 1.687542 + +[site_lmissile] +Rotation=0.000000 0.000000 0.000000 +Translation=0.029819 0.476719 0.724285 + +[joint_lgun] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=site_lshellport +Child=site_lgunport +Child=site_lgunport02 +Child=site_lmissile + +[joint_lgunabove] +Rotation=0.000000 0.000000 0.000000 +Translation=0.546916 1.402099 -0.002837 +Child=joint_lgun + +[joint_luarm] +Rotation=0.000000 0.000000 0.000000 +Translation=1.485215 1.360646 0.277017 +Child=joint_lgunabove + +[site_rtorsoport] +Rotation=0.000000 0.000000 0.000000 +Translation=-1.096641 1.266813 1.619608 + +[joint_righttorsofront] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 -0.000229 0.000000 +Child=site_rtorsoport + +[site_rshellport] +Rotation=180.000019 0.000000 0.000000 +Translation=0.514746 0.000169 -0.493814 + +[site_rgunport] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.123216 0.474458 1.674570 + +[site_rgunport02] +Rotation=0.000000 0.000000 0.000000 +Translation=0.134862 0.482354 1.678335 + +[site_rmissile] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.000001 0.593612 0.735672 + +[joint_rgun] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=site_rshellport +Child=site_rgunport +Child=site_rgunport02 +Child=site_rmissile + +[joint_rgunabove] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.531582 1.304500 -0.001747 +Child=joint_rgun + +[joint_ruarm] +Rotation=0.000000 0.000000 0.000000 +Translation=-1.536207 1.359925 0.275829 +Child=joint_rgunabove + +[site_eyepoint] +Rotation=0.000000 0.000000 0.000000 +Translation=0.008336 1.199671 2.004816 + +[joint_specialone] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.002557 -0.026598 0.000000 + +[joint_torsoabove] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.000000 0.000229 -0.000000 +Child=site_jcjetport03 +Child=site_jcjetport02 +Child=site_jcjetport01 +Child=site_jcjetport04 +Child=site_jcattach +Child=site_coolantflush +Child=site_eject +Child=site_lujetport +Child=site_rujetport +Child=joint_cage +Child=joint_centertorsofront +Child=joint_centertorsorear +Child=joint_head +Child=joint_lefttorsofront +Child=joint_luarm +Child=joint_righttorsofront +Child=joint_ruarm +Child=site_eyepoint +Child=joint_specialone + +[joint_torso] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=joint_torsoabove + +[joint_torsobelow] +Rotation=0.000000 0.000000 0.000000 +Translation=0.021086 0.617271 -0.195000 +Child=joint_torso + +[joint_hipabove] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=joint_torsobelow + +[joint_hip] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=joint_hipabove + +[joint_hipbelow] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=joint_hip + +[site_rfoot] +Rotation=0.000000 89.999982 0.000000 +Translation=-0.001191 -0.812501 0.222210 + +[joint_rtoe] +Rotation=0.000000 0.000000 0.000000 +Translation=0.030706 -0.552501 0.519999 + +[joint_rbelowankle] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=site_rfoot +Child=joint_rtoe + +[joint_rankle] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.195011 -1.462499 -0.455037 +Child=joint_rbelowankle + +[joint_rdleg] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.617144 -1.495173 0.194730 +Child=joint_rankle + +[joint_ruleg] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.390000 0.000000 0.000000 +Child=joint_rdleg + +[joint_root] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.195000 +Child=joint_luleg +Child=joint_hipbelow +Child=joint_ruleg + +[joint_vel] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 3.770000 0.000000 +Child=joint_root + +[joint_world] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=site_eject2 +Child=joint_vel + diff --git a/Gameleap/mw4/Content/Mechs/dasher/dasher.contents b/Gameleap/mw4/Content/Mechs/dasher/dasher.contents new file mode 100644 index 00000000..18c9cb91 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/dasher.contents @@ -0,0 +1,238 @@ +[includes] +!include=dasher.armature + +[joint_hipabove] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_torsobelow] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_hip] +Model=armaturedata\das_hip.data +ExecutionState=AlwaysExecuteState + +[joint_lbelowankle] +Model=armaturedata\das_lfoot.data +ExecutionState=AlwaysExecuteState + +[joint_ltoe] +Model=armaturedata\das_ltoe.data +ExecutionState=AlwaysExecuteState + +[site_lfoot] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_lankle] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_lgun] +Model=armaturedata\das_lgun.data +ExecutionState=AlwaysExecuteState + +[joint_lgunabove] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_ldleg] +Model=armaturedata\das_ldleg.data +ExecutionState=AlwaysExecuteState + +[joint_rbelowankle] +Model=armaturedata\das_rfoot.data +ExecutionState=AlwaysExecuteState + +[joint_rtoe] +Model=armaturedata\das_rtoe.data +ExecutionState=AlwaysExecuteState + +[site_rfoot] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_rankle] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_rgun] +Model=armaturedata\das_rgun.data +ExecutionState=AlwaysExecuteState + +[joint_luleg] +Model=armaturedata\das_luleg.data +ExecutionState=AlwaysExecuteState + +[joint_hipbelow] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_ruleg] +Model=armaturedata\das_ruleg.data +ExecutionState=AlwaysExecuteState + +[joint_rgunabove] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_rdleg] +Model=armaturedata\das_rdleg.data +ExecutionState=AlwaysExecuteState + +[joint_torsoabove] +Model=armaturedata\das_torso.data +ExecutionState=AlwaysExecuteState + +[joint_cage] +Model=armaturedata\joint_cage.data +ExecutionState=AlwaysExecuteState + +[joint_centertorsofront] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_centertorsorear] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_head] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_lefttorsofront] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_luarm] +Model=armaturedata\das_luarm.data +ExecutionState=AlwaysExecuteState + +[joint_righttorsofront] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_ruarm] +Model=armaturedata\das_ruarm.data +ExecutionState=AlwaysExecuteState + +[site_eyepoint] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_specialone] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_torso] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_root] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_vel] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_world] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_cageleft] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_cageright] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_light] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_headgun] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_ltorsoport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_lshellport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_lgunport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_lgunport02] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_lmissile] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_rshellport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_rgunport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_rgunport02] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_rmissile] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_rtorsoport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_jcjetport03] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_jcjetport02] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_jcjetport01] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_jcjetport04] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_jcattach] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_coolantflush] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_eject] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_lujetport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_rujetport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_eject2] +Model=basic.data +ExecutionState=AlwaysExecuteState diff --git a/Gameleap/mw4/Content/Mechs/dasher/dasher.damage b/Gameleap/mw4/Content/Mechs/dasher/dasher.damage new file mode 100644 index 00000000..30c1b2e9 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/dasher.damage @@ -0,0 +1,149 @@ +[joint_luarm] +BaseArmorValue=1.0 +MaxArmorValue=18.0 +ScaleSplashDamage=0.14 +InternalDamageZone=LeftArm +ArmorZone=LeftArm + +[LeftArmInternal] +DamageZone=LeftArm +BaseInternalDamage=6.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +DamageMode=DetachableDamageMode +ParentEntityName=joint_luarm +BeamSlots=2 + +[joint_ruarm] +BaseArmorValue=1.0 +MaxArmorValue=18.0 +ScaleSplashDamage=0.14 +InternalDamageZone=RightArm +ArmorZone=RightArm + +[RightArmInternal] +DamageZone=RightArm +BaseInternalDamage=6.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +DamageMode=DetachableDamageMode +ParentEntityName=joint_ruarm +BeamSlots=2 +OmniSlots=1 + +[joint_luleg] +BaseArmorValue=1.0 +MaxArmorValue=21.0 +ScaleSplashDamage=0.24 +InternalDamageZone=LeftLeg +ArmorZone=LeftLeg + +[LeftLegInternal] +DamageZone=LeftLeg +BaseInternalDamage=15.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +DamageMode=GimpLeftDamageMode +ParentEntityName=joint_luleg +DamagePropagationZone=CenterTorso + +[joint_ruleg] +BaseArmorValue=1.0 +MaxArmorValue=21.0 +ScaleSplashDamage=0.24 +InternalDamageZone=RightLeg +ArmorZone=RightLeg + +[RightLegInternal] +DamageZone=RightLeg +BaseInternalDamage=15.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +DamageMode=GimpRightDamageMode +ParentEntityName=joint_ruleg +DamagePropagationZone=CenterTorso + +[joint_head] +BaseArmorValue=1.0 +MaxArmorValue=9.0 +ScaleSplashDamage=0 +InternalDamageZone=Head +ArmorZone=Head + +[HeadInternal] +DamageZone=Head +BaseInternalDamage=3.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +DamageMode=HeadShotDamageMode +ParentEntityName=joint_head + +[joint_righttorsofront] +BaseArmorValue=1.0 +MaxArmorValue=21.0 +ScaleSplashDamage=0.3 +InternalDamageZone=RightTorso +ArmorZone=RightTorso + +[RightTorsoInternal] +DamageZone=RightTorso +BaseInternalDamage=9.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +ParentEntityName=joint_righttorsofront +DamagePropagationZone=CenterTorso +OmniSlots=2 + +[joint_lefttorsofront] +BaseArmorValue=1.0 +MaxArmorValue=21.0 +ScaleSplashDamage=0.3 +InternalDamageZone=LeftTorso +ArmorZone=LeftTorso + +[LeftTorsoInternal] +DamageZone=LeftTorso +BaseInternalDamage=9.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +ParentEntityName=joint_lefttorsofront +DamagePropagationZone=CenterTorso +MissileSlots=2 + +[joint_hipbelow] +BaseArmorValue=1.0 +MaxArmorValue=24.0 +ScaleSplashDamage=0.3 +InternalDamageZone=CenterTorso +ArmorZone=CenterTorso + +[joint_centertorsorear] +BaseArmorValue=1.0 +MaxArmorValue=9.0 +ScaleSplashDamage=0.12 +InternalDamageZone=CenterTorso +ArmorZone=CenterRearTorso + +[CenterTorsoInternal] +DamageZone=CenterTorso +BaseInternalDamage=18.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +DamageMode=DestructionDamageMode +ParentEntityName=joint_hipbelow diff --git a/Gameleap/mw4/Content/Mechs/dasher/dasher.data b/Gameleap/mw4/Content/Mechs/dasher/dasher.data new file mode 100644 index 00000000..e7b970b0 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/dasher.data @@ -0,0 +1,140 @@ +[GameData] +Acceleration=11.9 +AdvancedGyroTonnage=0 +AnimationScript=content\mechs\dragon\dragon.animscript +CageDamageEffect=effects\mech_cage\mech_cage_hit.data +CanBeShot=true +CanLoadAMS=No +CanLoadAdvancedGyro=Yes +CanLoadBeagle=Yes +CanLoadECM=Yes +CanLoadIFF_Jammer=Yes +CanLoadJumpJets=No +CanLoadLAMS=Yes +CanLoadLightAmp=Yes +Class=MechWarrior4::Mech +Collider=true +CoolantEffectResource=effects\coolant\generalmech_coolant.data +Cradle=vehicles\jump_cradle\jump_cradle.data +CradleDeathEffect=effects\cradle_death\cradle_death.data +CraterName=crater01 +DamageNeededForCageEffect=7 +DampenHipJoint=0.95 +DampenRootJoint=0.95 +DampenTorsoJoint=0.9 +DampenTranslationJoint=0.95 +DampenWorldJoint=1 +DeathEntityResource=mechs\dasher_destroyed\dasher_destroyed.data +Decceleration=17.8 +DestroyedEffectResource=effects\mechdeath\mechdeath.data +DropJumpEffect=effects\jumpjet\dropjump.data +EjectEffectResource=effects\eject\generalmech_eject.data +ExternalHitScaleBeamDamage=3 +ExternalHitScaleHeatDamage=0 +ExternalHitScaleMissileDamage=3 +ExternalHitScaleProjectileDamage=3 +ExternalHitScaleSplashDamage=0.125 +EyeSpringConstant=30 30 30 +EyeSpringDrag=300 300 300 +EyeSpringMotionLimit=20 20 20 +EyeSpringStopThreshold=30 30 30 +FaceLighting=yes +FallAdjustmentDelaySeconds=0 +FallAdjustmentSeconds=1 +FootEffectsFile=effects\materialeffectholders\mech_foot_large.contents +FootReturnSeconds=0.5 +FullStopTurnRate=103 +GetUpAdjustmentDelaySeconds=1 +GetUpAdjustmentSeconds=1 +HeatManager=subsystems\heatmanager.data +HipHitSpringDeceleration=15 +HipHitSpringMotionLimit=21 +HipHitSpringReturnSpeed=40 +HipHitSpringSpeed=30 +HipScaleTakeHit=30 +InitialJumpJetEffect=resource\core.mw4 +InternalHitScaleBeamDamage=1 +InternalHitScaleHeatDamage=0 +InternalHitScaleMissileDamage=15 +InternalHitScaleProjectileDamage=3 +InternalHitScaleSplashDamage=0.25 +InternalSpinHitScaleBeamDamage=1 +InternalSpinHitScaleHeatDamage=0 +InternalSpinHitScaleMissileDamage=3 +InternalSpinHitScaleProjectileDamage=2.5 +InternalSpinHitScaleSplashDamage=0.4 +JumpJetEffect=effects\jumpjet\jumpjet.data +JumpJetTonnage=2 +LeftJumpJetSiteName=; +LightMapLighting=no +LookupLighting=yes +MaxGimpSpeed=9.75 +MaxHeat=29 +MaxReverseSpeed=-14.625 +MaxSpeed=43.0028 +MaxVehicleTonnage=20 +MechGlassRamEffect=effects\mech_ram\genericmechtoglass_hit.data +MechID=$(M_Dasher) +MechRamEffect=effects\mech_ram\genericmechtomech_hit.data +MinMaxSpeed=29.25 +MinReverseSpeed=-2.78 +MinSpeed=2.78 +MinStandTransitionSpeed=9.108 +MinimumDamageForHitAnimation=1 +MinimumDamageForInternalHitAnimation=1 +MoveTypeFlag=LEGMOVETYPE +NameIndex=$(IDS_Dasher) +OverHeatEffectResource=effects\heat\overheat.data +PartDestructionEffectResource=effects\mechpart_destruction\mechpart_destruction.data +PercentageOfSpeedToStartTilt=0.7 +PercentageOfTurnToStartTilt=0.7 +ReverseAccelerationMultiplier=0.8 +ReverseDeccelerationMultiplier=0.8 +RightJumpJetSiteName=; +RootHitSpringDeceleration=20 +RootHitSpringMotionLimit=21 +RootHitSpringReturnSpeed=60 +RootHitSpringSpeed=40 +RootScaleTakeHit=30 +ScaleInternalTiltDegree=0.85 +SecondaryDeathEntityResource=mechs\dasher_destroyed\dasher_destroyed.data +SecondaryDestroyedEffectResource=effects\mechdeath\endmechdeath.data +Shadow={ +[shadow] +LightType=Shadow +InnerRadius=4.0 +OuterRadius=10.0 +BlobDistance=200.0 +ShadowMap=ShadowMask +Intensity=0.4 +} +SpinForceBeamDamage=0.01 +SpinForceHeatDamage=0.01 +SpinForceMissileDamage=0.01 +SpinForceProjectileDamage=0.01 +SpinForceSplashDamage=0.01 +SplashDamageAmount=46.25 +SplashDamageRadius=14 +SplashHeatAmount=3.25 +TechType=$(Tech_Clan) +TiltDegree=9.00002 +TiltSpeed=20 +TopSpeedTurnRate=30 +TorsoHitSpringDeceleration=35 +TorsoHitSpringMotionLimit=50 +TorsoHitSpringReturnSpeed=60 +TorsoHitSpringSpeed=60 +TorsoScaleTakeHit=30 +UndampenHipJoint=0.4 +UndampenRootJoint=0.2 +UndampenTorsoJoint=0.1 +UndampenTranslationJoint=0.1 +UndampenWorldJoint=1 +VehicleTonnage=7 +VertexLighting=yes +WakeEffectResource=effects\boatwake\mechwake.data +SolidOBB=dasher_skeleton_SOLID.obb +HierarchicalOBB=dasher_skeleton.obb +DefaultFootStepTexture=footsteps\dasher_default +FootStepTexture=footsteps\dasher_snow,Snow +FootStepTexture=footsteps\dasher_dirt,BrownDirt diff --git a/Gameleap/mw4/Content/Mechs/dasher/dasher.engine b/Gameleap/mw4/Content/Mechs/dasher/dasher.engine new file mode 100644 index 00000000..91e58d49 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/dasher.engine @@ -0,0 +1,9 @@ +!include = Content\Subsystems\HeatSink.defines + +[GameData] +Class=Mechwarrior4::Engine +TotalCritLocations=2 +NumHeatSinks=6 +TonsPerUpgrade=0.25 +MPSPerUpgrade=4.58333 +HeatSinkEfficiency=0.09 diff --git a/Gameleap/mw4/Content/Mechs/dasher/dasher.instance b/Gameleap/mw4/Content/Mechs/dasher/dasher.instance new file mode 100644 index 00000000..f51e35f0 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/dasher.instance @@ -0,0 +1,15 @@ +[dasher] +Model=dasher.data +ExecutionState=NeverExecuteState +Armature=dasher.contents +Subsystems=dasher.subsystems +DamageObjects=dasher.damage +Alignment=Player +CurrentHeat=0 +CurrentCoolant=150 +MaxCoolant=150 +DoesHaveInstanceName=yes +PowerRating=70 +ArmorRating=74 +SpeedRating=32 +HeatRating=62 diff --git a/Gameleap/mw4/Content/Mechs/dasher/dasher.subsystems b/Gameleap/mw4/Content/Mechs/dasher/dasher.subsystems new file mode 100644 index 00000000..fbb28230 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/dasher.subsystems @@ -0,0 +1,74 @@ +[Engine] +Model=dasher.engine +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso +EngineUpgrades=3 + +[Armor] +Model=subsystems\armor.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso +ArmorType=Standard +InternalType=EndoSteel +LeftLeg=0.575 +RightLeg=0.575 +LeftArm=0.475 +RightArm=0.475 +LeftFrontTorso=0.58125 +RightFrontTorso=0.58125 +CenterFrontTorso=0.65625 +CenterRearTorso=0.28125 +Head=0.28125 + +[Torso] +Model=dasher.torso +ExecutionState=AlwaysExecuteState +InternalLocation=CenterTorso + +[SearchLight] +Model=subsystems\searchlightsubsystem.data +ExecutionState=AlwaysExecuteState +InternalLocation=CenterTorso +Site=site_light +CriticalHitsTaken=1 + +[Sensor] +Model=subsystems\sensorsubsystem.data +ExecutionState=ActiveState +InternalLocation=Head + +[Beam1] +Model=weaponsubsystems\laserweaponsubsystem\ermediumlaser.data +ExecutionState=NeverExecuteState +InternalLocation=LeftArm +Site=site_lgunport +GroupIndex=1 +EjectSite=site_lshellport +WeaponFacing=376 + +[Beam2] +Model=weaponsubsystems\laserweaponsubsystem\ermediumlaser.data +ExecutionState=NeverExecuteState +InternalLocation=RightArm +Site=site_rgunport +GroupIndex=1 +GroupIndex=3 +EjectSite=site_rshellport +WeaponFacing=376 + +[Missile1] +Model=weaponsubsystems\srmweaponsubsystem\srm4.data +ExecutionState=NeverExecuteState +InternalLocation=LeftTorso +Site=site_ltorsoport +GroupIndex=2 +AmmoCount=36 + +[Missile2] +Model=weaponsubsystems\srmweaponsubsystem\srm4.data +ExecutionState=NeverExecuteState +InternalLocation=RightTorso +Site=site_rtorsoport +GroupIndex=2 +AmmoCount=36 + diff --git a/Gameleap/mw4/Content/Mechs/dasher/dasher.torso b/Gameleap/mw4/Content/Mechs/dasher/dasher.torso new file mode 100644 index 00000000..e6ab767e --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/dasher.torso @@ -0,0 +1,17 @@ +!include = Content\Defines\MechTorso.defines + +[GameData] +Class=MechWarrior4::Torso +TotalCritLocations=2 +TwistJointName=joint_torsobelow +PitchJointName=joint_hipbelow +LeftArmJointName=joint_lgunabove +RightArmJointName=joint_rgunabove +EyeJointName=site_eyepoint +ArmRatioAngle=40 +TwistSpeed=65 +PitchSpeed=40 +TwistRadius=170 +PitchRadius=$(SLOW_TSPEED) +CageJointName=joint_cage +CageRatioAngle=0.5 diff --git a/Gameleap/mw4/Content/Mechs/dasher/dasher_cage.erf b/Gameleap/mw4/Content/Mechs/dasher/dasher_cage.erf new file mode 100644 index 00000000..936a5a00 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/dasher_cage.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2a2da1e1467ad3c2bb6abdee45958a5b4e17189ba92557fb34eea6760c3ab6e +size 12523 diff --git a/Gameleap/mw4/Content/Mechs/dasher/dasher_skeleton.obb b/Gameleap/mw4/Content/Mechs/dasher/dasher_skeleton.obb new file mode 100644 index 00000000..6d317e5c --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/dasher_skeleton.obb @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a19b1c808dd59742771e1b0f7efebfbcf9e112de13ba0abe3349f6f682a6fc +size 4928 diff --git a/Gameleap/mw4/Content/Mechs/dasher/dasher_skeleton_SOLID.obb b/Gameleap/mw4/Content/Mechs/dasher/dasher_skeleton_SOLID.obb new file mode 100644 index 00000000..ee559c88 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/dasher_skeleton_SOLID.obb @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc69bc3b08d75db0924b84296cf24eee8fcbbdf1362c5b7c26e43258e7affb3a +size 78 diff --git a/Gameleap/mw4/Content/Mechs/dasher/runninglights__.erf b/Gameleap/mw4/Content/Mechs/dasher/runninglights__.erf new file mode 100644 index 00000000..ea1e29c3 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/dasher/runninglights__.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15b048e597758ae9de9ed830959af0408a2960ebefe171c33888248c3c77effa +size 10824 diff --git a/Gameleap/mw4/Content/Mechs/griffin/STATUS b/Gameleap/mw4/Content/Mechs/griffin/STATUS new file mode 100644 index 00000000..e6ef76bd --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/STATUS @@ -0,0 +1,36 @@ +STAGED - complete source set, but NOT yet added to Content/core.build. + +have: .erf / .mw4anim / .obb source + griffin.armature griffin.contents griffin.instance + griffin.subsystems griffin.data griffin.damage + griffin.torso griffin.engine + + All eight decompiled from the V4H package and verified by round-tripping + the same decompiler over our own 64 chassis: + .data 8291/8306 keys .damage 6605/6605 keys + .contents 7480/7480 keys .instance 896/896 keys + .torso/.engine 1279/1280 keys .armature/.subsystems see sections 5, 8 + Every internal reference here resolves to a file that is present. + +before building: + 1. Add $(M_Griffin) to Content/ShellScripts/MechLabHeaders.h and $(IDS_Griffin) to + Content/Defines/MissionLang.defines. The .data references both. V4H's packages + store mech ids from an OLDER roster (shifted against ours), so the stored + integer was deliberately discarded - see DECOMPILING.md section 8c. + 2. Register the chassis through the rest of the chain in ADDING-A-MECH.md. + 3. REVIEW MOVEMENT TYPE. All six V4H chassis carry MoveTypeFlag=LEGMOVETYPE, so + none of them can jump - yet all six also carry JumpJetTonnage (2-4), four name + a real LeftJumpJetSiteName, and griffin + jenner2c have a JumpJetSubsystem + equipped in .subsystems. Our own roster is 84 LEGJUMPMOVETYPE vs 5 LEGMOVETYPE, + and those 5 have EMPTY jump-jet site names - internally consistent. V4H's are + not. This is decompiled faithfully; the inconsistency is in their source data. + Decide per chassis whether to set LEGJUMPMOVETYPE or strip the jump-jet gear. + dasher and marauder additionally have LeftJumpJetSiteName=';' - garbage. + 4. Only then add the .build entries to Content/core.build, one chassis at a time. + Until that happens these files are inert - the packer never visits them. + +notes: The .obb and .armature filenames are not stored in the package; the values + in .data / .contents were matched to the files actually present here. + Rename the file and the key together if you change either. + +see: MW4COMPARE/DECOMPILING.md sections 8c-8g and 11 diff --git a/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_hip.data b/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_hip.data new file mode 100644 index 00000000..0463c594 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_hip.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\grf_hip.video diff --git a/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_lbtoe.data b/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_lbtoe.data new file mode 100644 index 00000000..b3b81ca2 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_lbtoe.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\grf_lbtoe.video diff --git a/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_ldleg.data b/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_ldleg.data new file mode 100644 index 00000000..42243302 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_ldleg.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\grf_ldleg.video diff --git a/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_lfoot.data b/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_lfoot.data new file mode 100644 index 00000000..8716f80c --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_lfoot.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\grf_lfoot.video diff --git a/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_lftoe.data b/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_lftoe.data new file mode 100644 index 00000000..431fd3bb --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_lftoe.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\grf_lftoe.video diff --git a/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_lgun.data b/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_lgun.data new file mode 100644 index 00000000..462af4dd --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_lgun.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\grf_lgun.video diff --git a/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_luarm.data b/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_luarm.data new file mode 100644 index 00000000..8fcc19fe --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_luarm.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\grf_luarm.video diff --git a/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_luleg.data b/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_luleg.data new file mode 100644 index 00000000..6a46f4d9 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_luleg.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\grf_luleg.video diff --git a/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_rbtoe.data b/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_rbtoe.data new file mode 100644 index 00000000..e009c1e2 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_rbtoe.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\grf_rbtoe.video diff --git a/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_rdleg.data b/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_rdleg.data new file mode 100644 index 00000000..01879036 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_rdleg.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\grf_rdleg.video diff --git a/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_rfoot.data b/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_rfoot.data new file mode 100644 index 00000000..2e481779 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_rfoot.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\grf_rfoot.video diff --git a/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_rftoe.data b/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_rftoe.data new file mode 100644 index 00000000..8a52ab11 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_rftoe.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\grf_rftoe.video diff --git a/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_rgun.data b/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_rgun.data new file mode 100644 index 00000000..7c8c87ae --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_rgun.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\grf_rgun.video diff --git a/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_ruarm.data b/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_ruarm.data new file mode 100644 index 00000000..0609b7f0 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_ruarm.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\grf_ruarm.video diff --git a/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_ruleg.data b/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_ruleg.data new file mode 100644 index 00000000..a12eb59c --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_ruleg.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\grf_ruleg.video diff --git a/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_specialone.data b/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_specialone.data new file mode 100644 index 00000000..3174fc8d --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_specialone.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\grf_specialone.video diff --git a/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_specialtwo.data b/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_specialtwo.data new file mode 100644 index 00000000..e0ade003 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_specialtwo.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\grf_specialtwo.video diff --git a/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_torso.data b/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_torso.data new file mode 100644 index 00000000..baebcd7f --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/armaturedata/grf_torso.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\grf_torso.video diff --git a/Gameleap/mw4/Content/Mechs/griffin/armaturedata/joint_cage.data b/Gameleap/mw4/Content/Mechs/griffin/armaturedata/joint_cage.data new file mode 100644 index 00000000..77203bce --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/armaturedata/joint_cage.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\joint_cage.video diff --git a/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_hip.video b/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_hip.video new file mode 100644 index 00000000..5436106d --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_hip.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=grf_hip.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=grf_hip_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_lbtoe.video b/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_lbtoe.video new file mode 100644 index 00000000..ee6f2723 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_lbtoe.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=grf_lbtoe.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=grf_lbtoe_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_ldleg.video b/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_ldleg.video new file mode 100644 index 00000000..40e5c319 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_ldleg.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=grf_ldleg.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=grf_ldleg_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_lfoot.video b/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_lfoot.video new file mode 100644 index 00000000..cf315042 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_lfoot.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=grf_lfoot.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=grf_lfoot_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_lftoe.video b/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_lftoe.video new file mode 100644 index 00000000..d29e5ebd --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_lftoe.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=grf_lftoe.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=grf_lftoe_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_lgun.video b/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_lgun.video new file mode 100644 index 00000000..c74631ac --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_lgun.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=grf_lgun.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=grf_lgun_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_luarm.video b/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_luarm.video new file mode 100644 index 00000000..450610a7 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_luarm.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=grf_luarm.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=grf_luarm_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_luleg.video b/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_luleg.video new file mode 100644 index 00000000..cd37a963 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_luleg.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=grf_luleg.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=grf_luleg_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_rbtoe.video b/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_rbtoe.video new file mode 100644 index 00000000..1d8f3eca --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_rbtoe.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=grf_rbtoe.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=grf_rbtoe_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_rdleg.video b/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_rdleg.video new file mode 100644 index 00000000..79465400 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_rdleg.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=grf_rdleg.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=grf_rdleg_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_rfoot.video b/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_rfoot.video new file mode 100644 index 00000000..07118270 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_rfoot.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=grf_rfoot.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=grf_rfoot_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_rftoe.video b/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_rftoe.video new file mode 100644 index 00000000..d4950b29 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_rftoe.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=grf_rftoe.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=grf_rftoe_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_rgun.video b/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_rgun.video new file mode 100644 index 00000000..5c9d5ff2 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_rgun.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=grf_rgun.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=grf_rgun_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_ruarm.video b/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_ruarm.video new file mode 100644 index 00000000..90a1e175 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_ruarm.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=grf_ruarm.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=grf_ruarm_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_ruleg.video b/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_ruleg.video new file mode 100644 index 00000000..ae969b14 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_ruleg.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=grf_ruleg.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=grf_ruleg_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_specialone.video b/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_specialone.video new file mode 100644 index 00000000..3a08175b --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_specialone.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=grf_specialone.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=grf_specialone_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_specialtwo.video b/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_specialtwo.video new file mode 100644 index 00000000..48ac6c44 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_specialtwo.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=grf_specialtwo.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=grf_specialtwo_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_torso.video b/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_torso.video new file mode 100644 index 00000000..c244972f --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/grf_torso.video @@ -0,0 +1,39 @@ +[lightlod] +Type=ShapeComponent +Geometry=runninglights.erf +Unique=true + +[lightwatcher] +Type=AttributeWatcherOfInt +Attribute=IsDark +SimulationShouldExecute=1 + +[lightswitch] +Type=SwitchComponent +Input=LightWatcher +Child=LightLOD + +[lod] +Type=ShapeComponent +Geometry=grf_torso.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=grf_torso_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=LightSwitch +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/joint_cage.video b/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/joint_cage.video new file mode 100644 index 00000000..69e298d0 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/armaturevideo/joint_cage.video @@ -0,0 +1,33 @@ +[fake1] +Type=GroupComponent + +[fake2] +Type=GroupComponent + +[cage] +Type=ShapeComponent +Geometry=griffin_cage.erf +Unique=true +DisableShadow=true + +[destroyedcage] +Type=ShapeComponent +Geometry=griffin_cage.erf +Unique=true +DisableShadow=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=Fake1 +Child=Fake2 +Child=Cage +Child=DestroyedCage + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/griffin/grf_hip.erf b/Gameleap/mw4/Content/Mechs/griffin/grf_hip.erf new file mode 100644 index 00000000..f8750f3d --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/grf_hip.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e127a91f6de98b08c79320470067ac4c71257492de7feb3f9c2d0cd3f39d5576 +size 2831 diff --git a/Gameleap/mw4/Content/Mechs/griffin/grf_hip_dam.erf b/Gameleap/mw4/Content/Mechs/griffin/grf_hip_dam.erf new file mode 100644 index 00000000..f8750f3d --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/grf_hip_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e127a91f6de98b08c79320470067ac4c71257492de7feb3f9c2d0cd3f39d5576 +size 2831 diff --git a/Gameleap/mw4/Content/Mechs/griffin/grf_lbtoe.erf b/Gameleap/mw4/Content/Mechs/griffin/grf_lbtoe.erf new file mode 100644 index 00000000..9e915af7 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/grf_lbtoe.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fc4d4f33dd6d39f5b6209e7ecdf09d893d6e25dd1d8691bac403a2b66da12d5 +size 4029 diff --git a/Gameleap/mw4/Content/Mechs/griffin/grf_lbtoe_dam.erf b/Gameleap/mw4/Content/Mechs/griffin/grf_lbtoe_dam.erf new file mode 100644 index 00000000..9e915af7 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/grf_lbtoe_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fc4d4f33dd6d39f5b6209e7ecdf09d893d6e25dd1d8691bac403a2b66da12d5 +size 4029 diff --git a/Gameleap/mw4/Content/Mechs/griffin/grf_ldleg.erf b/Gameleap/mw4/Content/Mechs/griffin/grf_ldleg.erf new file mode 100644 index 00000000..9ceda859 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/grf_ldleg.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6e1e99b2088a4cbf2c4f17079c61dbc22b73be1bf1c5532d3c04fe2f3d32492 +size 5784 diff --git a/Gameleap/mw4/Content/Mechs/griffin/grf_ldleg_dam.erf b/Gameleap/mw4/Content/Mechs/griffin/grf_ldleg_dam.erf new file mode 100644 index 00000000..9ceda859 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/grf_ldleg_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6e1e99b2088a4cbf2c4f17079c61dbc22b73be1bf1c5532d3c04fe2f3d32492 +size 5784 diff --git a/Gameleap/mw4/Content/Mechs/griffin/grf_lfoot.erf b/Gameleap/mw4/Content/Mechs/griffin/grf_lfoot.erf new file mode 100644 index 00000000..36fd122b --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/grf_lfoot.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4bb3591e718239b3a90d30f1ffb139e7fe8dbba8baad4d6ed0e0471ccb30417 +size 791 diff --git a/Gameleap/mw4/Content/Mechs/griffin/grf_lfoot_dam.erf b/Gameleap/mw4/Content/Mechs/griffin/grf_lfoot_dam.erf new file mode 100644 index 00000000..36fd122b --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/grf_lfoot_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4bb3591e718239b3a90d30f1ffb139e7fe8dbba8baad4d6ed0e0471ccb30417 +size 791 diff --git a/Gameleap/mw4/Content/Mechs/griffin/grf_lftoe.erf b/Gameleap/mw4/Content/Mechs/griffin/grf_lftoe.erf new file mode 100644 index 00000000..975a93c8 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/grf_lftoe.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28157eb4c36716cd5236024d4d6231683bb9339b1ebbf97a48a2112c3cf00a0c +size 1479 diff --git a/Gameleap/mw4/Content/Mechs/griffin/grf_lftoe_dam.erf b/Gameleap/mw4/Content/Mechs/griffin/grf_lftoe_dam.erf new file mode 100644 index 00000000..975a93c8 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/grf_lftoe_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28157eb4c36716cd5236024d4d6231683bb9339b1ebbf97a48a2112c3cf00a0c +size 1479 diff --git a/Gameleap/mw4/Content/Mechs/griffin/grf_lgun.erf b/Gameleap/mw4/Content/Mechs/griffin/grf_lgun.erf new file mode 100644 index 00000000..f2a3be62 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/grf_lgun.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54bc6cc230597c1fd04770ed7dfc0564be9289c00a35186e974b8fb7753fd4c4 +size 16111 diff --git a/Gameleap/mw4/Content/Mechs/griffin/grf_lgun_dam.erf b/Gameleap/mw4/Content/Mechs/griffin/grf_lgun_dam.erf new file mode 100644 index 00000000..f2a3be62 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/grf_lgun_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54bc6cc230597c1fd04770ed7dfc0564be9289c00a35186e974b8fb7753fd4c4 +size 16111 diff --git a/Gameleap/mw4/Content/Mechs/griffin/grf_luarm.erf b/Gameleap/mw4/Content/Mechs/griffin/grf_luarm.erf new file mode 100644 index 00000000..bf4572e4 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/grf_luarm.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c5fe0a2beb12adf965126ca1767df0a0c213a9578c44ad530cdc4d839ac60bd +size 4819 diff --git a/Gameleap/mw4/Content/Mechs/griffin/grf_luarm_dam.erf b/Gameleap/mw4/Content/Mechs/griffin/grf_luarm_dam.erf new file mode 100644 index 00000000..bf4572e4 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/grf_luarm_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c5fe0a2beb12adf965126ca1767df0a0c213a9578c44ad530cdc4d839ac60bd +size 4819 diff --git a/Gameleap/mw4/Content/Mechs/griffin/grf_luleg.erf b/Gameleap/mw4/Content/Mechs/griffin/grf_luleg.erf new file mode 100644 index 00000000..39473222 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/grf_luleg.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2cb9d09d65b9e82e7d7ec542d7a0ee03c49b2a52ecb54ff475bedfad8bea832 +size 4933 diff --git a/Gameleap/mw4/Content/Mechs/griffin/grf_luleg_dam.erf b/Gameleap/mw4/Content/Mechs/griffin/grf_luleg_dam.erf new file mode 100644 index 00000000..39473222 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/grf_luleg_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2cb9d09d65b9e82e7d7ec542d7a0ee03c49b2a52ecb54ff475bedfad8bea832 +size 4933 diff --git a/Gameleap/mw4/Content/Mechs/griffin/grf_rbtoe.erf b/Gameleap/mw4/Content/Mechs/griffin/grf_rbtoe.erf new file mode 100644 index 00000000..7b8227b3 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/grf_rbtoe.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13bee8522a8e53bd22992c7ff159c9895af94a2babc7cbd3d942c2a572454a6b +size 4029 diff --git a/Gameleap/mw4/Content/Mechs/griffin/grf_rbtoe_dam.erf b/Gameleap/mw4/Content/Mechs/griffin/grf_rbtoe_dam.erf new file mode 100644 index 00000000..7b8227b3 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/grf_rbtoe_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13bee8522a8e53bd22992c7ff159c9895af94a2babc7cbd3d942c2a572454a6b +size 4029 diff --git a/Gameleap/mw4/Content/Mechs/griffin/grf_rdleg.erf b/Gameleap/mw4/Content/Mechs/griffin/grf_rdleg.erf new file mode 100644 index 00000000..d8725a25 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/grf_rdleg.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f0792d03d4b884b693ed29daad98a0fee5cd34648fabde90176ee6f7314dbe0 +size 5784 diff --git a/Gameleap/mw4/Content/Mechs/griffin/grf_rdleg_dam.erf b/Gameleap/mw4/Content/Mechs/griffin/grf_rdleg_dam.erf new file mode 100644 index 00000000..d8725a25 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/grf_rdleg_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f0792d03d4b884b693ed29daad98a0fee5cd34648fabde90176ee6f7314dbe0 +size 5784 diff --git a/Gameleap/mw4/Content/Mechs/griffin/grf_rfoot.erf b/Gameleap/mw4/Content/Mechs/griffin/grf_rfoot.erf new file mode 100644 index 00000000..94fc0d8d --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/grf_rfoot.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3971b9c761b94fb0bd611340719a40d7fc3a2516708e008ffe19270192144ba2 +size 791 diff --git a/Gameleap/mw4/Content/Mechs/griffin/grf_rfoot_dam.erf b/Gameleap/mw4/Content/Mechs/griffin/grf_rfoot_dam.erf new file mode 100644 index 00000000..94fc0d8d --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/grf_rfoot_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3971b9c761b94fb0bd611340719a40d7fc3a2516708e008ffe19270192144ba2 +size 791 diff --git a/Gameleap/mw4/Content/Mechs/griffin/grf_rftoe.erf b/Gameleap/mw4/Content/Mechs/griffin/grf_rftoe.erf new file mode 100644 index 00000000..0246504d --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/grf_rftoe.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b66eeb0b5b06e91d9070e5a7fe72c2f2a63af6ac3f33df384a001134f52731a6 +size 1479 diff --git a/Gameleap/mw4/Content/Mechs/griffin/grf_rftoe_dam.erf b/Gameleap/mw4/Content/Mechs/griffin/grf_rftoe_dam.erf new file mode 100644 index 00000000..0246504d --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/grf_rftoe_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b66eeb0b5b06e91d9070e5a7fe72c2f2a63af6ac3f33df384a001134f52731a6 +size 1479 diff --git a/Gameleap/mw4/Content/Mechs/griffin/grf_rgun.erf b/Gameleap/mw4/Content/Mechs/griffin/grf_rgun.erf new file mode 100644 index 00000000..3b0a4cba --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/grf_rgun.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a8ba00c91117a92d3ae5a847c13995385a9367d129fa9d13f5a8410871b7eec +size 14785 diff --git a/Gameleap/mw4/Content/Mechs/griffin/grf_rgun_dam.erf b/Gameleap/mw4/Content/Mechs/griffin/grf_rgun_dam.erf new file mode 100644 index 00000000..3b0a4cba --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/grf_rgun_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a8ba00c91117a92d3ae5a847c13995385a9367d129fa9d13f5a8410871b7eec +size 14785 diff --git a/Gameleap/mw4/Content/Mechs/griffin/grf_ruarm.erf b/Gameleap/mw4/Content/Mechs/griffin/grf_ruarm.erf new file mode 100644 index 00000000..ac68957c --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/grf_ruarm.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce327b69d7b477db1831e09215f64d641de1c27bc8ddba11669bf3ab75c311c5 +size 4819 diff --git a/Gameleap/mw4/Content/Mechs/griffin/grf_ruarm_dam.erf b/Gameleap/mw4/Content/Mechs/griffin/grf_ruarm_dam.erf new file mode 100644 index 00000000..ac68957c --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/grf_ruarm_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce327b69d7b477db1831e09215f64d641de1c27bc8ddba11669bf3ab75c311c5 +size 4819 diff --git a/Gameleap/mw4/Content/Mechs/griffin/grf_ruleg.erf b/Gameleap/mw4/Content/Mechs/griffin/grf_ruleg.erf new file mode 100644 index 00000000..42180722 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/grf_ruleg.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1201537249d948768ea342bb0687f6c73ded384d1688d7f39bce0c8500a1117 +size 4933 diff --git a/Gameleap/mw4/Content/Mechs/griffin/grf_ruleg_dam.erf b/Gameleap/mw4/Content/Mechs/griffin/grf_ruleg_dam.erf new file mode 100644 index 00000000..42180722 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/grf_ruleg_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1201537249d948768ea342bb0687f6c73ded384d1688d7f39bce0c8500a1117 +size 4933 diff --git a/Gameleap/mw4/Content/Mechs/griffin/grf_specialone.erf b/Gameleap/mw4/Content/Mechs/griffin/grf_specialone.erf new file mode 100644 index 00000000..717260a3 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/grf_specialone.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e716dc952f7129b5ade913fe08d587500ddec6ed0cfb1783e9cb9ee1f478b423 +size 2511 diff --git a/Gameleap/mw4/Content/Mechs/griffin/grf_specialone_dam.erf b/Gameleap/mw4/Content/Mechs/griffin/grf_specialone_dam.erf new file mode 100644 index 00000000..20597f2f --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/grf_specialone_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0521d716879a2aed28c7fd86869fea45cded28f5963916801b6ba9bdf4aec092 +size 2559 diff --git a/Gameleap/mw4/Content/Mechs/griffin/grf_specialtwo.erf b/Gameleap/mw4/Content/Mechs/griffin/grf_specialtwo.erf new file mode 100644 index 00000000..6e65a978 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/grf_specialtwo.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1c43a89998679cdeb64f1e1b38db43ada6b2313c426af8be17099ce1db14d87 +size 3659 diff --git a/Gameleap/mw4/Content/Mechs/griffin/grf_specialtwo_dam.erf b/Gameleap/mw4/Content/Mechs/griffin/grf_specialtwo_dam.erf new file mode 100644 index 00000000..b3348a02 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/grf_specialtwo_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b063aaf389fb393bb5e13088173e5151515d13478a78ff3c7a2948cdd6cf30b +size 3707 diff --git a/Gameleap/mw4/Content/Mechs/griffin/grf_torso.erf b/Gameleap/mw4/Content/Mechs/griffin/grf_torso.erf new file mode 100644 index 00000000..b6f50292 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/grf_torso.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7cd0abcab41120af5ff4ea6380bbd3a50c2791de92040809d93a592f9681a76 +size 24032 diff --git a/Gameleap/mw4/Content/Mechs/griffin/grf_torso_dam.erf b/Gameleap/mw4/Content/Mechs/griffin/grf_torso_dam.erf new file mode 100644 index 00000000..b6f50292 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/grf_torso_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7cd0abcab41120af5ff4ea6380bbd3a50c2791de92040809d93a592f9681a76 +size 24032 diff --git a/Gameleap/mw4/Content/Mechs/griffin/griffin.armature b/Gameleap/mw4/Content/Mechs/griffin/griffin.armature new file mode 100644 index 00000000..3abb5a8b --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/griffin.armature @@ -0,0 +1,339 @@ +[site_eject2] +Rotation=0.000000 -79.999970 0.000000 +Translation=0.026939 9.402081 -0.351965 + +[site_ldjetport] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.007670 -1.644696 -1.111801 + +[site_lfoot] +Rotation=-0.000000 89.993650 0.000000 +Translation=0.000000 0.000000 0.000000 + +[joint_lftoe] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.017288 0.360909 0.209272 + +[joint_lbtoe] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.023033 0.440762 -0.742758 + +[joint_lbelowankle] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=site_lfoot +Child=joint_lftoe +Child=joint_lbtoe + +[joint_lankle] +Rotation=0.000000 0.000000 0.000000 +Translation=0.018097 -2.235132 -0.286415 +Child=joint_lbelowankle + +[joint_ldleg] +Rotation=0.000000 0.000000 0.000000 +Translation=0.940285 -2.316799 0.302308 +Child=site_ldjetport +Child=joint_lankle + +[joint_luleg] +Rotation=0.000000 0.000000 0.000000 +Translation=0.483688 0.196191 -0.000678 +Child=joint_ldleg + +[site_rdjetport] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.015527 -1.644696 -1.111802 + +[site_rfoot] +Rotation=-0.000000 89.993650 0.000000 +Translation=0.000000 0.000000 0.000000 + +[joint_rftoe] +Rotation=0.000000 0.000000 0.000000 +Translation=0.017289 0.360908 0.209271 + +[joint_rbtoe] +Rotation=0.000000 0.000000 0.000000 +Translation=0.023034 0.440762 -0.742758 + +[joint_rbelowankle] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=site_rfoot +Child=joint_rftoe +Child=joint_rbtoe + +[joint_rankle] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.018097 -2.235132 -0.286415 +Child=joint_rbelowankle + +[joint_rdleg] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.896261 -2.316798 0.302308 +Child=site_rdjetport +Child=joint_rankle + +[joint_ruleg] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.483688 0.196191 -0.000678 +Child=joint_rdleg + +[site_jcjetport01] +Rotation=-30.007763 70.009384 -0.000073 +Translation=-1.616606 -1.662327 2.805536 + +[site_jcjetport02] +Rotation=30.001534 70.012185 0.000108 +Translation=1.615586 -1.662326 2.805535 + +[site_jcjetport03] +Rotation=150.005830 70.004432 0.000226 +Translation=1.615585 -1.662312 -2.790011 + +[site_jcjetport04] +Rotation=-150.006896 70.001455 -0.000037 +Translation=-1.616606 -1.662312 -2.790013 + +[site_eject] +Rotation=-0.003731 -89.993650 0.000028 +Translation=0.000000 3.481877 0.159450 + +[site_coolantflush] +Rotation=180.005920 -0.000000 0.000000 +Translation=-0.002953 1.990177 -1.383201 + +[site_lujetport] +Rotation=135.044752 48.629659 -27.706005 +Translation=1.012249 1.460728 -1.620357 + +[site_rujetport] +Rotation=-135.045599 48.627207 27.704928 +Translation=-1.012250 1.460727 -1.620357 + +[site_jcattach] +Rotation=0.000143 -0.000000 0.000000 +Translation=0.044518 -0.731815 -0.156825 + +[site_rexhaust] +Rotation=180.000019 0.000000 0.000000 +Translation=0.320705 0.400783 -0.541012 + +[site_rexhaust] +Rotation=180.005920 -0.000000 0.000000 +Translation=-1.379302 3.254717 -1.696018 + +[site_lexhaust] +Rotation=180.005920 -0.000000 0.000000 +Translation=1.450020 3.254719 -1.671702 + +[site_rtorsoport] +Rotation=0.000000 0.000000 0.000000 +Translation=0.322029 1.018495 1.593861 + +[site_rtorsoport] +Rotation=0.000000 -0.000000 0.000000 +Translation=-0.927484 3.182598 1.164923 + +[joint_specialone] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 -0.000002 -0.000000 +Child=site_rtorsoport + +[site_ltorsoport] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.252413 1.015456 1.592641 + +[joint_centertorsofront] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 -0.000002 -0.000000 +Child=site_rtorsoport +Child=site_ltorsoport + +[site_lmissileport] +Rotation=0.000000 -0.000000 0.000000 +Translation=1.088494 1.174938 1.808895 + +[joint_lefttorsofront] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 -0.000002 -0.000000 +Child=site_lmissileport + +[site_rmissileport] +Rotation=0.000000 -0.000000 0.000000 +Translation=-0.881340 1.453109 1.486838 + +[joint_righttorsofront] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 -0.000002 -0.000000 +Child=site_rmissileport + +[joint_centertorsorear] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 -0.000002 -0.000000 + +[joint_head] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 + +[site_rgunport] +Rotation=0.000168 -0.000000 0.000000 +Translation=0.012650 -0.107157 5.486406 + +[site_rgunport] +Rotation=-0.000027 -0.000000 0.000000 +Translation=0.040145 0.803478 4.750573 + +[site_rshellport] +Rotation=180.005934 -0.000000 0.000000 +Translation=-0.546961 -0.787210 0.609414 + +[site_rshellport] +Rotation=180.005742 -0.000000 0.000000 +Translation=-0.449188 -0.158615 -0.069179 + +[joint_specialtwo] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 -0.898073 0.737462 +Child=site_rgunport +Child=site_rshellport + +[joint_rgun] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=site_rgunport +Child=site_rshellport +Child=joint_specialtwo + +[joint_rgunabove] +Rotation=0.000000 0.000000 0.000000 +Translation=-1.010628 -1.418361 0.000827 +Child=joint_rgun + +[joint_ruarm] +Rotation=0.000000 0.000000 0.000000 +Translation=-1.308234 2.102280 -0.538081 +Child=site_rexhaust +Child=joint_rgunabove + +[site_lgunport] +Rotation=0.000000 -0.000000 0.000000 +Translation=0.516614 -0.569027 2.969327 + +[site_lshellport] +Rotation=180.005783 -0.000000 0.000000 +Translation=0.601463 -0.827962 0.705053 + +[site_lugunport] +Rotation=0.000000 -0.000000 0.000000 +Translation=-0.060666 -0.061506 2.794564 + +[joint_lgun] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=site_lgunport +Child=site_lshellport +Child=site_lugunport + +[joint_lgunabove] +Rotation=0.000000 0.000000 0.000000 +Translation=1.010627 -1.418360 0.000827 +Child=joint_lgun + +[joint_luarm] +Rotation=0.000000 0.000000 0.000000 +Translation=1.308234 2.102280 -0.538081 +Child=joint_lgunabove + +[site_cageleft] +Rotation=-0.000000 -89.993650 -0.000000 +Translation=1.425865 0.009351 1.455043 + +[site_cageright] +Rotation=-0.000000 -89.993650 -0.000000 +Translation=-1.441719 0.009350 1.455049 + +[site_light] +Rotation=0.000000 -0.000000 0.000000 +Translation=0.000000 -2.530360 0.802882 + +[joint_cage] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 3.118655 0.228150 +Child=site_cageleft +Child=site_cageright +Child=site_light + +[site_eyepoint] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 3.293329 0.534016 + +[joint_torsoabove] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000002 0.000000 +Child=site_jcjetport01 +Child=site_jcjetport02 +Child=site_jcjetport03 +Child=site_jcjetport04 +Child=site_eject +Child=site_coolantflush +Child=site_lujetport +Child=site_rujetport +Child=site_jcattach +Child=site_rexhaust +Child=site_lexhaust +Child=joint_specialone +Child=joint_centertorsofront +Child=joint_lefttorsofront +Child=joint_righttorsofront +Child=joint_centertorsorear +Child=joint_head +Child=joint_ruarm +Child=joint_luarm +Child=joint_cage +Child=site_eyepoint + +[joint_torso] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=joint_torsoabove + +[joint_torsobelow] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.697500 -0.000000 +Child=joint_torso + +[joint_hipabove] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=joint_torsobelow + +[joint_hip] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=joint_hipabove + +[joint_hipbelow] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=joint_hip + +[joint_root] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=joint_luleg +Child=joint_ruleg +Child=joint_hipbelow + +[joint_vel] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 5.400000 0.000000 +Child=joint_root + +[joint_world] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=site_eject2 +Child=joint_vel + diff --git a/Gameleap/mw4/Content/Mechs/griffin/griffin.contents b/Gameleap/mw4/Content/Mechs/griffin/griffin.contents new file mode 100644 index 00000000..928b4d2d --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/griffin.contents @@ -0,0 +1,258 @@ +[includes] +!include=griffin.armature + +[joint_hipabove] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_torsobelow] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_hip] +Model=armaturedata\grf_hip.data +ExecutionState=AlwaysExecuteState + +[joint_lbelowankle] +Model=armaturedata\grf_lfoot.data +ExecutionState=AlwaysExecuteState + +[joint_lftoe] +Model=armaturedata\grf_lftoe.data +ExecutionState=AlwaysExecuteState + +[joint_lbtoe] +Model=armaturedata\grf_lbtoe.data +ExecutionState=AlwaysExecuteState + +[site_lfoot] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_lankle] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_lgun] +Model=armaturedata\grf_lgun.data +ExecutionState=AlwaysExecuteState + +[joint_lgunabove] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_ldleg] +Model=armaturedata\grf_ldleg.data +ExecutionState=AlwaysExecuteState + +[joint_rbelowankle] +Model=armaturedata\grf_rfoot.data +ExecutionState=AlwaysExecuteState + +[joint_rftoe] +Model=armaturedata\grf_rftoe.data +ExecutionState=AlwaysExecuteState + +[joint_rbtoe] +Model=armaturedata\grf_rbtoe.data +ExecutionState=AlwaysExecuteState + +[site_rfoot] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_rankle] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_specialtwo] +Model=armaturedata\grf_specialtwo.data +ExecutionState=AlwaysExecuteState + +[joint_rgun] +Model=armaturedata\grf_rgun.data +ExecutionState=AlwaysExecuteState + +[joint_luleg] +Model=armaturedata\grf_luleg.data +ExecutionState=AlwaysExecuteState + +[joint_ruleg] +Model=armaturedata\grf_ruleg.data +ExecutionState=AlwaysExecuteState + +[joint_hipbelow] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_rgunabove] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_rdleg] +Model=armaturedata\grf_rdleg.data +ExecutionState=AlwaysExecuteState + +[joint_torsoabove] +Model=armaturedata\grf_torso.data +ExecutionState=AlwaysExecuteState + +[joint_specialone] +Model=armaturedata\grf_specialone.data +ExecutionState=AlwaysExecuteState + +[joint_centertorsofront] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_lefttorsofront] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_righttorsofront] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_centertorsorear] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_head] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_ruarm] +Model=armaturedata\grf_ruarm.data +ExecutionState=AlwaysExecuteState + +[joint_luarm] +Model=armaturedata\grf_luarm.data +ExecutionState=AlwaysExecuteState + +[joint_cage] +Model=armaturedata\joint_cage.data +ExecutionState=AlwaysExecuteState + +[site_eyepoint] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_torso] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_root] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_vel] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_world] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_cageleft] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_cageright] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_light] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_rtorsoport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_ltorsoport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_ldjetport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_lmissileport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_lgunport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_lshellport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_lugunport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_rdjetport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_rgunport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_rshellport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_rmissileport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_rexhaust] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_jcjetport01] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_jcjetport02] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_jcjetport03] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_jcjetport04] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_eject] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_coolantflush] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_lujetport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_rujetport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_jcattach] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_lexhaust] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_eject2] +Model=basic.data +ExecutionState=AlwaysExecuteState diff --git a/Gameleap/mw4/Content/Mechs/griffin/griffin.damage b/Gameleap/mw4/Content/Mechs/griffin/griffin.damage new file mode 100644 index 00000000..86ffe2f4 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/griffin.damage @@ -0,0 +1,169 @@ +[joint_luarm] +BaseArmorValue=1.0 +MaxArmorValue=42.0 +ScaleSplashDamage=0.14 +InternalDamageZone=LeftArm +ArmorZone=LeftArm + +[LeftArmInternal] +DamageZone=LeftArm +BaseInternalDamage=15.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +DamageMode=DetachableDamageMode +ParentEntityName=joint_luarm +ProjectileSlots=6 +BeamSlots=3 + +[joint_ruarm] +BaseArmorValue=1.0 +MaxArmorValue=42.0 +ScaleSplashDamage=0.14 +InternalDamageZone=RightArm +ArmorZone=RightArm + +[RightArmInternal] +DamageZone=RightArm +BaseInternalDamage=15.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +DamageMode=DetachableDamageMode +ParentEntityName=joint_ruarm +BeamSlots=12 + +[joint_luleg] +BaseArmorValue=1.0 +MaxArmorValue=54.0 +ScaleSplashDamage=0.24 +InternalDamageZone=LeftLeg +ArmorZone=LeftLeg + +[LeftLegInternal] +DamageZone=LeftLeg +BaseInternalDamage=33.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +DamageMode=GimpLeftDamageMode +ParentEntityName=joint_luleg +DamagePropagationZone=CenterTorso + +[joint_ruleg] +BaseArmorValue=1.0 +MaxArmorValue=54.0 +ScaleSplashDamage=0.24 +InternalDamageZone=RightLeg +ArmorZone=RightLeg + +[RightLegInternal] +DamageZone=RightLeg +BaseInternalDamage=33.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +DamageMode=GimpRightDamageMode +ParentEntityName=joint_ruleg +DamagePropagationZone=CenterTorso + +[joint_head] +BaseArmorValue=1.0 +MaxArmorValue=12.0 +ScaleSplashDamage=0 +InternalDamageZone=Head +ArmorZone=Head + +[HeadInternal] +DamageZone=Head +BaseInternalDamage=3.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +DamageMode=HeadShotDamageMode +ParentEntityName=joint_head + +[joint_righttorsofront] +BaseArmorValue=1.0 +MaxArmorValue=45.0 +ScaleSplashDamage=0.3 +InternalDamageZone=RightTorso +ArmorZone=RightTorso + +[RightTorsoInternal] +DamageZone=RightTorso +BaseInternalDamage=21.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +ParentEntityName=joint_righttorsofront +DamagePropagationZone=CenterTorso + +[joint_lefttorsofront] +BaseArmorValue=1.0 +MaxArmorValue=45.0 +ScaleSplashDamage=0.3 +InternalDamageZone=LeftTorso +ArmorZone=LeftTorso + +[LeftTorsoInternal] +DamageZone=LeftTorso +BaseInternalDamage=21.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +ParentEntityName=joint_lefttorsofront +DamagePropagationZone=CenterTorso +BeamSlots=6 + +[joint_hipbelow] +BaseArmorValue=1.0 +MaxArmorValue=54.0 +ScaleSplashDamage=0.3 +InternalDamageZone=CenterTorso +ArmorZone=CenterTorso + +[joint_centertorsorear] +BaseArmorValue=1.0 +MaxArmorValue=18.0 +ScaleSplashDamage=0.12 +InternalDamageZone=CenterTorso +ArmorZone=CenterRearTorso + +[CenterTorsoInternal] +DamageZone=CenterTorso +BaseInternalDamage=36.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +DamageMode=DestructionDamageMode +ParentEntityName=joint_hipbelow + +[joint_specialone] +BaseArmorValue=33.0 +MaxArmorValue=33.0 +ScaleSplashDamage=0.14 +InternalDamageZone=Special1 +ArmorZone=Special1 +SpecialAttachedToZone=RightTorso + +[Special1Internal] +DamageZone=Special1 +BaseInternalDamage=1.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +DamageMode=DetachableDamageMode +ParentEntityName=joint_specialone +DamagePropagationZone=RightTorso +SpecialAttachedToZone=RightTorso +MissileSlots=8 diff --git a/Gameleap/mw4/Content/Mechs/griffin/griffin.data b/Gameleap/mw4/Content/Mechs/griffin/griffin.data new file mode 100644 index 00000000..92fbfb0c --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/griffin.data @@ -0,0 +1,140 @@ +[GameData] +Acceleration=7.8 +AdvancedGyroTonnage=0 +AnimationScript=content\mechs\dragon\dragon.animscript +CageDamageEffect=effects\mech_cage\mech_cage_hit.data +CanBeShot=true +CanLoadAMS=Yes +CanLoadAdvancedGyro=Yes +CanLoadBeagle=No +CanLoadECM=Yes +CanLoadIFF_Jammer=Yes +CanLoadJumpJets=Yes +CanLoadLAMS=Yes +CanLoadLightAmp=Yes +Class=MechWarrior4::Mech +Collider=true +CoolantEffectResource=effects\coolant\generalmech_coolant.data +Cradle=vehicles\jump_cradle\jump_cradle.data +CradleDeathEffect=effects\cradle_death\cradle_death.data +CraterName=crater01 +DamageNeededForCageEffect=7 +DampenHipJoint=0.95 +DampenRootJoint=0.95 +DampenTorsoJoint=0.9 +DampenTranslationJoint=0.95 +DampenWorldJoint=1 +DeathEntityResource=mechs\griffin_destroyed\griffin_destroyed.data +Decceleration=11.7 +DestroyedEffectResource=effects\mechdeath\mechdeath.data +DropJumpEffect=effects\jumpjet\dropjump.data +EjectEffectResource=effects\eject\generalmech_eject.data +ExternalHitScaleBeamDamage=3 +ExternalHitScaleHeatDamage=0 +ExternalHitScaleMissileDamage=3 +ExternalHitScaleProjectileDamage=3 +ExternalHitScaleSplashDamage=0.125 +EyeSpringConstant=30 30 30 +EyeSpringDrag=300 300 300 +EyeSpringMotionLimit=20 20 20 +EyeSpringStopThreshold=30 30 30 +FaceLighting=yes +FallAdjustmentDelaySeconds=0 +FallAdjustmentSeconds=1 +FootEffectsFile=effects\materialeffectholders\mech_foot_large.contents +FootReturnSeconds=0.5 +FullStopTurnRate=88 +GetUpAdjustmentDelaySeconds=1 +GetUpAdjustmentSeconds=1 +HeatManager=subsystems\heatmanager.data +HipHitSpringDeceleration=15 +HipHitSpringMotionLimit=14 +HipHitSpringReturnSpeed=40 +HipHitSpringSpeed=30 +HipScaleTakeHit=30 +InitialJumpJetEffect=effects\jumpjet\initialjumpjet.data +InternalHitScaleBeamDamage=1 +InternalHitScaleHeatDamage=0 +InternalHitScaleMissileDamage=15 +InternalHitScaleProjectileDamage=3 +InternalHitScaleSplashDamage=0.25 +InternalSpinHitScaleBeamDamage=1 +InternalSpinHitScaleHeatDamage=0 +InternalSpinHitScaleMissileDamage=3 +InternalSpinHitScaleProjectileDamage=2.5 +InternalSpinHitScaleSplashDamage=0.4 +JumpJetEffect=effects\jumpjet\jumpjet.data +JumpJetTonnage=3 +LeftJumpJetSiteName=site_lujetport +LightMapLighting=no +LookupLighting=yes +MaxGimpSpeed=5.75 +MaxHeat=36 +MaxReverseSpeed=-8.625 +MaxSpeed=27.2528 +MaxVehicleTonnage=55 +MechGlassRamEffect=effects\mech_ram\genericmechtoglass_hit.data +MechID=$(M_Griffin) +MechRamEffect=effects\mech_ram\genericmechtomech_hit.data +MinMaxSpeed=17.25 +MinReverseSpeed=-2.78 +MinSpeed=2.78 +MinStandTransitionSpeed=6.763 +MinimumDamageForHitAnimation=1.5 +MinimumDamageForInternalHitAnimation=1 +MoveTypeFlag=LEGJUMPMOVETYPE +NameIndex=$(IDS_Griffin) +OverHeatEffectResource=effects\heat\overheat.data +PartDestructionEffectResource=effects\mechpart_destruction\mechpart_destruction.data +PercentageOfSpeedToStartTilt=0.7 +PercentageOfTurnToStartTilt=0.7 +ReverseAccelerationMultiplier=0.8 +ReverseDeccelerationMultiplier=0.8 +RightJumpJetSiteName=site_rujetport +RootHitSpringDeceleration=20 +RootHitSpringMotionLimit=14 +RootHitSpringReturnSpeed=60 +RootHitSpringSpeed=40 +RootScaleTakeHit=30 +ScaleInternalTiltDegree=0.85 +SecondaryDeathEntityResource=mechs\griffin_destroyed\griffin_destroyed.data +SecondaryDestroyedEffectResource=effects\mechdeath\endmechdeath.data +Shadow={ +[shadow] +LightType=Shadow +InnerRadius=4.0 +OuterRadius=10.0 +BlobDistance=200.0 +ShadowMap=ShadowMask +Intensity=0.4 +} +SpinForceBeamDamage=0.01 +SpinForceHeatDamage=0.01 +SpinForceMissileDamage=0.01 +SpinForceProjectileDamage=0.01 +SpinForceSplashDamage=0.01 +SplashDamageAmount=73.75 +SplashDamageRadius=21 +SplashHeatAmount=5.25 +TechType=$(Tech_Clan) +TiltDegree=9.00002 +TiltSpeed=20 +TopSpeedTurnRate=26 +TorsoHitSpringDeceleration=35 +TorsoHitSpringMotionLimit=33 +TorsoHitSpringReturnSpeed=60 +TorsoHitSpringSpeed=60 +TorsoScaleTakeHit=30 +UndampenHipJoint=0.4 +UndampenRootJoint=1 +UndampenTorsoJoint=0.1 +UndampenTranslationJoint=0.1 +UndampenWorldJoint=1 +VehicleTonnage=12.5 +VertexLighting=yes +WakeEffectResource=effects\boatwake\mechwake.data +SolidOBB=griffin_skeleton_SOLID.obb +HierarchicalOBB=griffin_skeleton.obb +DefaultFootStepTexture=footsteps\griffin_default +FootStepTexture=footsteps\griffin_snow,Snow +FootStepTexture=footsteps\griffin_dirt,BrownDirt diff --git a/Gameleap/mw4/Content/Mechs/griffin/griffin.engine b/Gameleap/mw4/Content/Mechs/griffin/griffin.engine new file mode 100644 index 00000000..2254c656 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/griffin.engine @@ -0,0 +1,9 @@ +!include = Content\Subsystems\HeatSink.defines + +[GameData] +Class=Mechwarrior4::Engine +TotalCritLocations=2 +NumHeatSinks=9 +TonsPerUpgrade=0.5 +MPSPerUpgrade=1.66667 +HeatSinkEfficiency=0.075 diff --git a/Gameleap/mw4/Content/Mechs/griffin/griffin.instance b/Gameleap/mw4/Content/Mechs/griffin/griffin.instance new file mode 100644 index 00000000..c3d0f6a5 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/griffin.instance @@ -0,0 +1,15 @@ +[Griffin] +Model=griffin.data +ExecutionState=NeverExecuteState +Armature=griffin.contents +Subsystems=griffin.subsystems +DamageObjects=griffin.damage +Alignment=Player +CurrentHeat=0 +CurrentCoolant=30 +MaxCoolant=30 +DoesHaveInstanceName=yes +PowerRating=43 +ArmorRating=60 +SpeedRating=63 +HeatRating=55 diff --git a/Gameleap/mw4/Content/Mechs/griffin/griffin.subsystems b/Gameleap/mw4/Content/Mechs/griffin/griffin.subsystems new file mode 100644 index 00000000..d0642461 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/griffin.subsystems @@ -0,0 +1,108 @@ +[Engine] +Model=griffin.engine +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso +EngineUpgrades=3 + +[Armor] +Model=subsystems\armor.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso +ArmorType=Standard +InternalType=EndoSteel +LeftLeg=1.59375 +RightLeg=1.59375 +LeftArm=1.21875 +RightArm=1.21875 +LeftFrontTorso=1.40625 +RightFrontTorso=1.40625 +CenterFrontTorso=1.5 +CenterRearTorso=0.46875 +Head=0.375 + +[Sensor] +Model=subsystems\sensorsubsystem.data +ExecutionState=ActiveState +InternalLocation=Head + +[Torso] +Model=griffin.torso +ExecutionState=AlwaysExecuteState +InternalLocation=CenterTorso + +[SearchLight] +Model=subsystems\searchlightsubsystem.data +ExecutionState=AlwaysExecuteState +InternalLocation=CenterTorso +Site=site_light +CriticalHitsTaken=1 + +[ECM] +Model=subsystems\ecmsubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=Head + +[JumpJet1] +Model=subsystems\jumpjetsubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + +[HeatSink1] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + +[HeatSink2] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + +[HeatSink3] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + +[HeatSink4] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + +[HeatSink5] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + +[Beam1] +Model=weaponsubsystems\ppcweaponsubsystem\erppc.data +ExecutionState=NeverExecuteState +InternalLocation=RightArm +Site=site_rgunport +GroupIndex=1 +EjectSite=site_rshellport + +[Beam2] +Model=weaponsubsystems\pulselaserweaponsubsystem\mediumpulselaser.data +ExecutionState=NeverExecuteState +InternalLocation=LeftArm +Site=site_lgunport +GroupIndex=2 +EjectSite=site_lshellport + +[HeatSink6] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + +[HeatSink7] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + +[Missile1] +Model=weaponsubsystems\lrmweaponsubsystem\lrm15.data +ExecutionState=NeverExecuteState +InternalLocation=Special1 +Site=site_rtorsoport +GroupIndex=3 +AmmoCount=24 + diff --git a/Gameleap/mw4/Content/Mechs/griffin/griffin.torso b/Gameleap/mw4/Content/Mechs/griffin/griffin.torso new file mode 100644 index 00000000..c2a57cbb --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/griffin.torso @@ -0,0 +1,17 @@ +!include = Content\Defines\MechTorso.defines + +[GameData] +Class=MechWarrior4::Torso +TotalCritLocations=2 +TwistJointName=joint_torsobelow +PitchJointName=joint_hipbelow +LeftArmJointName=joint_lgunabove +RightArmJointName=joint_rgunabove +EyeJointName=site_eyepoint +ArmRatioAngle=40 +TwistSpeed=65 +PitchSpeed=40 +TwistRadius=120 +PitchRadius=40 +CageJointName=joint_cage +CageRatioAngle=0.5 diff --git a/Gameleap/mw4/Content/Mechs/griffin/griffin_cage.erf b/Gameleap/mw4/Content/Mechs/griffin/griffin_cage.erf new file mode 100644 index 00000000..2c6f88bb --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/griffin_cage.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7219a41a50e9c8d5997b3b76e21d65aac129b7779e8241de8d1d0eed47542adb +size 13884 diff --git a/Gameleap/mw4/Content/Mechs/griffin/griffin_skeleton.obb b/Gameleap/mw4/Content/Mechs/griffin/griffin_skeleton.obb new file mode 100644 index 00000000..db92942b --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/griffin_skeleton.obb @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7999c6e79da1ecc925cadf111fcabf4238938abcc5e44bb513711deaf33f04ea +size 6500 diff --git a/Gameleap/mw4/Content/Mechs/griffin/griffin_skeleton_SOLID.obb b/Gameleap/mw4/Content/Mechs/griffin/griffin_skeleton_SOLID.obb new file mode 100644 index 00000000..8dcc9fb8 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/griffin_skeleton_SOLID.obb @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8908eea64e62d40508a3be9da07c179e56f20f2ecb0c502d2872af8dd1ea85b +size 78 diff --git a/Gameleap/mw4/Content/Mechs/griffin/runninglights.erf b/Gameleap/mw4/Content/Mechs/griffin/runninglights.erf new file mode 100644 index 00000000..a2164fc4 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin/runninglights.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db4f973d5195e2ec2f0b0dd243048a53b058a7dcc7168b68aaa3c0a063245624 +size 541 diff --git a/Gameleap/mw4/Content/Mechs/griffin_destroyed/griffin_destroyed.data b/Gameleap/mw4/Content/Mechs/griffin_destroyed/griffin_destroyed.data new file mode 100644 index 00000000..9b09af42 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin_destroyed/griffin_destroyed.data @@ -0,0 +1,16 @@ +[GameData] +Class=MechWarrior4::DeathEntity +SolidOBB=griffin_destroyed_solid.obb +OBBCollides=false +Collider=false +CanBeShot=false +CanBeWalkedOn=false +VertexLighting=yes +FaceLighting=yes +LookupLighting=no +LightMapLighting=no +CraterName=crater1 + +[Renderers] +VideoRenderer=griffin_destroyed.video + diff --git a/Gameleap/mw4/Content/Mechs/griffin_destroyed/griffin_destroyed.erf b/Gameleap/mw4/Content/Mechs/griffin_destroyed/griffin_destroyed.erf new file mode 100644 index 00000000..23ac5cb6 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin_destroyed/griffin_destroyed.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1c909f3e167aebd4c924e528d1e8c9e8d9bedab0a1e2a1477caf5c4f3ffcb79 +size 16697 diff --git a/Gameleap/mw4/Content/Mechs/griffin_destroyed/griffin_destroyed.video b/Gameleap/mw4/Content/Mechs/griffin_destroyed/griffin_destroyed.video new file mode 100644 index 00000000..889187e2 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin_destroyed/griffin_destroyed.video @@ -0,0 +1,17 @@ +[lod] +Type=ShapeComponent +Geometry=griffin_destroyed.erf + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD + +[locator] +Child=DamageAppearance + diff --git a/Gameleap/mw4/Content/Mechs/griffin_destroyed/griffin_destroyed_solid.obb b/Gameleap/mw4/Content/Mechs/griffin_destroyed/griffin_destroyed_solid.obb new file mode 100644 index 00000000..f81df0c1 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/griffin_destroyed/griffin_destroyed_solid.obb @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07d4dae6803ce89320532ab372edd75f840c75ae7bcefbd8e2c550e06fe32fab +size 78 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/STATUS b/Gameleap/mw4/Content/Mechs/jenner2c/STATUS new file mode 100644 index 00000000..04c17904 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/STATUS @@ -0,0 +1,46 @@ +STAGED - complete source set, but NOT yet added to Content/core.build. + +have: .erf / .mw4anim / .obb source + jenner_2c.armature jenner_2c.contents jenner_2c.instance + jenner_2c.subsystems jenner_2c.data jenner_2c.damage + jenner_2c.torso jenner_2c.engine + + All eight decompiled from the V4H package and verified by round-tripping + the same decompiler over our own 64 chassis: + .data 8291/8306 keys .damage 6605/6605 keys + .contents 7480/7480 keys .instance 896/896 keys + .torso/.engine 1279/1280 keys .armature/.subsystems see sections 5, 8 + Every internal reference here resolves to a file that is present. + +before building: + 1. Add $(M_Jenner2c) to Content/ShellScripts/MechLabHeaders.h and $(IDS_Jenner2c) to + Content/Defines/MissionLang.defines. The .data references both. V4H's packages + store mech ids from an OLDER roster (shifted against ours), so the stored + integer was deliberately discarded - see DECOMPILING.md section 8c. + 2. Register the chassis through the rest of the chain in ADDING-A-MECH.md. + 3. REVIEW MOVEMENT TYPE. All six V4H chassis carry MoveTypeFlag=LEGMOVETYPE, so + none of them can jump - yet all six also carry JumpJetTonnage (2-4), four name + a real LeftJumpJetSiteName, and griffin + jenner2c have a JumpJetSubsystem + equipped in .subsystems. Our own roster is 84 LEGJUMPMOVETYPE vs 5 LEGMOVETYPE, + and those 5 have EMPTY jump-jet site names - internally consistent. V4H's are + not. This is decompiled faithfully; the inconsistency is in their source data. + Decide per chassis whether to set LEGJUMPMOVETYPE or strip the jump-jet gear. + dasher and marauder additionally have LeftJumpJetSiteName=';' - garbage. + 4. Only then add the .build entries to Content/core.build, one chassis at a time. + Until that happens these files are inert - the packer never visits them. + +decision (2026-08-08): USE THIS ONE. The repo's own Content/Mechs/jenner2c/ is + to be scrapped. Ours is unfinished scaffolding: .subsystems has NO weapons at + all, every armour value is the placeholder 0.1, EngineUpgrades=0, it uses + Mech_Foot_Large effects on a 35-ton light mech, and its .data references + content\mechs\jenner2c\jenner2c.animscript - a file that does not exist + anywhere in our tree. Zero art is shared between the two (prefix j2c_ vs jec_, + 0 of 27 comparable parts byte-identical). Ours is higher-poly (1065 KB vs + 250 KB; shipped light mechs run 390-490 KB), which is the only thing it had + going for it, and plausibly why it was never finished. + +notes: The .obb and .armature filenames are not stored in the package; the values + in .data / .contents were matched to the files actually present here. + Rename the file and the key together if you change either. + +see: MW4COMPARE/DECOMPILING.md sections 8c-8g and 11 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_back.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_back.mw4anim new file mode 100644 index 00000000..b7a498ff --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_back.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8501d615eabc50ba016c7f136e647f7a105a3fccbac613b78882d10880512ef7 +size 8219 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backd.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backd.mw4anim new file mode 100644 index 00000000..79a1b498 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backd.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7414af27f6c18c073a1f0315e72a4074c765f6f4359f2dbc10017e79e5c9e9a5 +size 8021 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backl.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backl.mw4anim new file mode 100644 index 00000000..b6041a1c --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backl.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce5bc8563a40e67025706e96fdce20fc769e0190f517c5c68e94b6f27400e102 +size 8001 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backr.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backr.mw4anim new file mode 100644 index 00000000..d8643937 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backr.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f69604f3e77a50612938845d42c3545a2eb66ca1782312aaebf9c62d29b273f +size 8561 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backstand.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backstand.mw4anim new file mode 100644 index 00000000..4fb6ce06 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backstand.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7404968307db0fb98404ee9a0da504b4b44a33d529d41b05fff7d3205a9f9d31 +size 4491 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backstandd.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backstandd.mw4anim new file mode 100644 index 00000000..853de5e0 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backstandd.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a738af6c4518defd098f6c3e93a2b1521394fb8e7835eb056874dc36489ef0f9 +size 4605 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backstandl.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backstandl.mw4anim new file mode 100644 index 00000000..418a8c6f --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backstandl.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a9452c4992199e6ae6bd6aab32fdb77717c9aaebf6d3cf0834c41b090554137 +size 4389 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backstandr.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backstandr.mw4anim new file mode 100644 index 00000000..3311c39c --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backstandr.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c903cda5ed13c7cd4d0d04071a7fd415c2d1494178aa81c2f234b3ff0054de4 +size 4249 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backstandrev.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backstandrev.mw4anim new file mode 100644 index 00000000..c72aaa3e --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backstandrev.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5f67b52e76e46f37fc7f2267e27faa1c78a401e28279895fd729b8646e3545a +size 4491 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backstandrevd.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backstandrevd.mw4anim new file mode 100644 index 00000000..85f19821 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backstandrevd.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ac5022e15111a506ab6366cdf3017a1ddca91a65dabab77b3b6aed1f8cccdb6 +size 4605 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backstandrevl.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backstandrevl.mw4anim new file mode 100644 index 00000000..3ec8fb8f --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backstandrevl.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d26bdd4932a407ac39e7fa35678fb525b059546542ae66f7d9ff5e6565ca85b1 +size 4249 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backstandrevr.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backstandrevr.mw4anim new file mode 100644 index 00000000..03820a6c --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backstandrevr.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0141f29176f0d7bd41d0b32ce6b07f374198e2a3101ee5178975c33ce4af352 +size 4389 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backstandrevu.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backstandrevu.mw4anim new file mode 100644 index 00000000..54fdbafb --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backstandrevu.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5f60ac44b98fde238d7e85c09e66601bd57da89114c159cb7e2bbd5c81dd4d8 +size 4665 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backstandu.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backstandu.mw4anim new file mode 100644 index 00000000..66e41944 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backstandu.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3ca764c6b7e4afbd922c9755e7ef0097d4b2d866d1c22c18de9b2aef7614a65 +size 4665 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backu.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backu.mw4anim new file mode 100644 index 00000000..ca8796d5 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_backu.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47becb97355938d9431a87d32628c5b1409938c19e66354c597dd26d9488d7cb +size 8665 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_fallback.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_fallback.mw4anim new file mode 100644 index 00000000..38207e05 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_fallback.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:112b3893be78bb8d28fd7dbd66160ca82deb4c6d41df613b4d632a4741ad829a +size 18365 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_fallforward.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_fallforward.mw4anim new file mode 100644 index 00000000..9bc85cae --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_fallforward.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f773db7a4b19c7e8cc15c1f3d554bbc71a7b40c2a117eda9ac3b58bb05024c43 +size 17909 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_fallleft.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_fallleft.mw4anim new file mode 100644 index 00000000..a975d439 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_fallleft.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93997c3862d8d49f4e5b00324e0d7cc32b02323eb5f855eabad04778e4216026 +size 18445 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_fallpose.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_fallpose.mw4anim new file mode 100644 index 00000000..e2f1ca63 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_fallpose.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad8c46e2f202b1e4c5143375eec2e8c988c841a9a5ae3bf5e51567c7b5e7dc2f +size 1377 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_fallright.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_fallright.mw4anim new file mode 100644 index 00000000..ca3433fc --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_fallright.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee3c7a88652293c3eead07f226f228af201ff386d419533df8fab6f6f960a51 +size 18445 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_getup.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_getup.mw4anim new file mode 100644 index 00000000..be8eb9cc --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_getup.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eea6002d8e557471f93ed1566cc0925c1775b9f9eb128f957fa7871b0fba3bac +size 13201 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_getupright.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_getupright.mw4anim new file mode 100644 index 00000000..33e23230 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_getupright.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4007a78ad80db5f7087712dcf5e6742c03965dce9a5f7e89c6a284f4cf409dd +size 13201 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_jump.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_jump.mw4anim new file mode 100644 index 00000000..024e7649 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_jump.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:956682cfc01a9e0818efdd60ecee2c62c86a200d685b94412450e6c22734138e +size 4181 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_landforward.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_landforward.mw4anim new file mode 100644 index 00000000..80bb1572 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_landforward.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:043d457e9b7db600f4b9d31206348d6cc0fb9f33db06a7e59743a794f226d643 +size 8067 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_landstand.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_landstand.mw4anim new file mode 100644 index 00000000..78bfb789 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_landstand.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f064aa6f7f8a4c469a07ef4ec0d71776f1b1d8e43fba5cb1ff70be1513296d9 +size 6143 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_landstandd.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_landstandd.mw4anim new file mode 100644 index 00000000..00d53b7c --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_landstandd.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b30761786577f41be62e87ccf44372fc509fe2f12102fd74865e9c3a4f493f9 +size 6223 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_landstandl.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_landstandl.mw4anim new file mode 100644 index 00000000..0d885086 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_landstandl.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dc8dd6bc357a278c2a29ec3e01da3b9bd14b9842dc0454b898b704d18d79a53 +size 6443 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_landstandr.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_landstandr.mw4anim new file mode 100644 index 00000000..b8c13102 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_landstandr.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88ff805df2072c2fd9ae87ee1df4260cb715176bd2328a4bb596ca0b1e6adc51 +size 6443 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_landstandu.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_landstandu.mw4anim new file mode 100644 index 00000000..b3297303 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_landstandu.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e82bb6a71e15bd21e4c4c7e83a0056be3f542a8f1fa5636d5f78183eea48bfdc +size 6163 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimp.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimp.mw4anim new file mode 100644 index 00000000..d99be9db --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimp.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40a04a7b4666ae8f32cc8c736e48eeb2b47dee6b695ace44b4bccc91a1dc86a3 +size 7991 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpd.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpd.mw4anim new file mode 100644 index 00000000..21851bfe --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpd.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae2f08c303aac326046e8c1ef12eebf547afd312caf3bd6dc2f764b64bfeca7 +size 8009 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpl.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpl.mw4anim new file mode 100644 index 00000000..b5b7c779 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpl.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e99acfbabd70a842c41618b7dec5684338a33165abf2a5f089aaf1b885a667e +size 7769 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimppose.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimppose.mw4anim new file mode 100644 index 00000000..9352039a --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimppose.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d017b280a874285ce04874451b3203e7a27f5de4356256d12b9518dc3efbeb7 +size 1543 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpposed.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpposed.mw4anim new file mode 100644 index 00000000..8c4a4a38 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpposed.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b826dd61b8a36da0facd66d24a5f95e94fd0ee675ebbb94c836ce4eb4ce2eca4 +size 1377 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpposel.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpposel.mw4anim new file mode 100644 index 00000000..46b4dce2 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpposel.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3606a516a448f0e66fd146423054225cbfcfc389ba42063870bfab0ff3be231d +size 1377 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpposer.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpposer.mw4anim new file mode 100644 index 00000000..d0fff94c --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpposer.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d01aac3c0777c271e5d6d2c413467bfb69b20016db3ff72f2948fe855890ee1 +size 1377 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpposeu.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpposeu.mw4anim new file mode 100644 index 00000000..e2be19ab --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpposeu.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8c3f7109cb89c4ff00b4148770e9cce8a7068ea1ab9924291f622375d554e2b +size 1377 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpr.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpr.mw4anim new file mode 100644 index 00000000..9499535d --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpr.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fab655cc1be10d6b5de5d1c18d537ebda43d280d99ca8ee47ea8aaf20013682 +size 7969 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpstand.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpstand.mw4anim new file mode 100644 index 00000000..1bc7a7ea --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpstand.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2bef4b4597dab6c15a6f51a15cba1591228fbd671eca15694c17988dc1ad600 +size 4247 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpstandd.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpstandd.mw4anim new file mode 100644 index 00000000..33444c4a --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpstandd.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c82cc53b524f05f4101baafb185caba431c9b2b6ae6eb2ef2f5ef4a991f20e8b +size 4277 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpstandl.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpstandl.mw4anim new file mode 100644 index 00000000..bf2704be --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpstandl.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a30b0a7b10b5ced58f237e8ab1da47ef3ad83c1d720f50304822101451df644 +size 4001 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpstandr.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpstandr.mw4anim new file mode 100644 index 00000000..2584e783 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpstandr.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0202cc601d176b5b08d07fba99aa6610a16ae9ef9c812eebab65b7e7bdba6e8 +size 4213 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpstandu.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpstandu.mw4anim new file mode 100644 index 00000000..b3ed275a --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpstandu.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aa1385c0867f926e2ca4c258a19834a52c4a70d8157edec19b71d0aa63975df +size 4237 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpturnleft.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpturnleft.mw4anim new file mode 100644 index 00000000..21f87f05 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpturnleft.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:656aac17918b14511362c4969cf18c1e6020d87ab35cdb2abf300b452853dff8 +size 4423 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpturnleftd.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpturnleftd.mw4anim new file mode 100644 index 00000000..3584eec4 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpturnleftd.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09a1dfd8c25bfdc02badb7f6d1991746bf9a96c1ccc37b22a2594fad41f79f80 +size 4241 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpturnleftl.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpturnleftl.mw4anim new file mode 100644 index 00000000..e28493c3 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpturnleftl.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c672a1b9f786a72db10cb7862870c287f7e69b03896463ea5b26fad857f43393 +size 4321 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpturnleftr.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpturnleftr.mw4anim new file mode 100644 index 00000000..7a824b1d --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpturnleftr.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52f5b23f7acfa92fd1f3003b77e0fd8cd82119c65679c19b1fe281aee2a97ddf +size 4241 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpturnleftu.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpturnleftu.mw4anim new file mode 100644 index 00000000..c8d0a88b --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpturnleftu.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa7b6067a73fdf19bfd654a7cb29db7e74dbbb0afe79c3c1d97044acd1f66369 +size 4241 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpturnright.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpturnright.mw4anim new file mode 100644 index 00000000..c9789ed6 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpturnright.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbe3c5fc2b40452f4327aa95a5cf3da4e0ae10f7fae6041d13801b8d9cf36024 +size 3895 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpturnrightd.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpturnrightd.mw4anim new file mode 100644 index 00000000..7d9bf618 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpturnrightd.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cb189b38b92d30eb074c7fef7c82ba71557ba3ca73d9c3e25cb207774fc252e +size 3789 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpturnrightl.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpturnrightl.mw4anim new file mode 100644 index 00000000..1371d2dd --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpturnrightl.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b34575eaf57522be7b9bf516b1d5378207e459e1daf7ce00282d41cc1286674 +size 3809 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpturnrightr.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpturnrightr.mw4anim new file mode 100644 index 00000000..3e3b9706 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpturnrightr.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0a05860b70a98b23303e5ef83cf701c78156ee9c09e5e51ed56d1de1e37dad0 +size 3749 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpturnrightu.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpturnrightu.mw4anim new file mode 100644 index 00000000..3967390a --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpturnrightu.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32975ce58c16f1d8f68969807e86324ffc1663070028219ea919a1bc0b72fa7e +size 3689 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpu.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpu.mw4anim new file mode 100644 index 00000000..eaf99003 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_lgimpu.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:209dd211c56ec5149a881c8b56bc58663720902b84c2a05bc4ac091212c083e8 +size 7989 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_powerdown.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_powerdown.mw4anim new file mode 100644 index 00000000..23c45571 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_powerdown.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2db8db38b2b0cbd3b0371835fbddedf9b7143af8a3aea63342b29624fac2b6e3 +size 3025 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_powerdownd.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_powerdownd.mw4anim new file mode 100644 index 00000000..48e6e361 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_powerdownd.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:698815a94d2a2f7aa595ec53d469de81e10541e2629d3790107356a1c99b596a +size 3025 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_powerdownl.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_powerdownl.mw4anim new file mode 100644 index 00000000..fff9ee50 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_powerdownl.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04bc11fe42c5dc3bf1a66ca608576df98caaea53fe997b179cd5508b7c7aa043 +size 3145 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_powerdownr.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_powerdownr.mw4anim new file mode 100644 index 00000000..b0d6b5fa --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_powerdownr.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11ec40aa826c7347933eade058cece8fb0caa8a160e9aa6c6ab02da37ce361a2 +size 3145 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_powerdownu.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_powerdownu.mw4anim new file mode 100644 index 00000000..9b57e145 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_powerdownu.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a77c9fa244bdf86d6c522d3d9cf691324af5e07f71eaac2a4a66a3929275a1d5 +size 3025 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_powerup.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_powerup.mw4anim new file mode 100644 index 00000000..fdced8b8 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_powerup.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:274a7c68add4b2fad5324314bb279a6c9c8b435745b582b4daa3c838d13bb998 +size 3025 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_powerupd.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_powerupd.mw4anim new file mode 100644 index 00000000..f8771f21 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_powerupd.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:203369a92aae217834704abf7874cceedf2e4aab373e25a722a9dbce4eed6906 +size 3045 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_powerupl.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_powerupl.mw4anim new file mode 100644 index 00000000..48570b8a --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_powerupl.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b47ae2781b7ee1e228a67a1895c025e2c2b324a5c7158cf9d8bd79668479fc67 +size 3165 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_powerupr.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_powerupr.mw4anim new file mode 100644 index 00000000..7e8bde11 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_powerupr.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1e728d238dba539bf3de27c85c9c02f1cd5c155fadc784df4c1847597478d96 +size 3165 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_powerupu.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_powerupu.mw4anim new file mode 100644 index 00000000..a0aea110 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_powerupu.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16f249182c24a7e78e5daab7053e75c328031830b9d678c59d86e45c0cdf7307 +size 3025 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimp.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimp.mw4anim new file mode 100644 index 00000000..0ef75955 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimp.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65ccc54b18eba152feb8c1953789795ed5c533a8904a4a16c46895cf882e7580 +size 7991 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpd.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpd.mw4anim new file mode 100644 index 00000000..4117090c --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpd.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74f71d1ccd73745cb7c8c432c50f1eaac984f85f7951a40d542e0b0ccc2a16c0 +size 8009 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpl.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpl.mw4anim new file mode 100644 index 00000000..d624ada5 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpl.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:428de076109f88ac81f3475f9926c554ca29ec850d471f6309651cd22c690a94 +size 7969 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimppose.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimppose.mw4anim new file mode 100644 index 00000000..2575f1b4 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimppose.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9871010d4a02de8730224c51507aee64bc8ab57fdae435268513538dcfcefbec +size 1543 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpposed.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpposed.mw4anim new file mode 100644 index 00000000..7d0b199e --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpposed.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f30042b9243ac57cf4fcb1ddbcd15021c3c96a581aa0a94d4bc13692bc9c6544 +size 1377 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpposel.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpposel.mw4anim new file mode 100644 index 00000000..96c5f0b2 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpposel.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a938ca1915ae3d21a2f975df508d6314f2d5d37384ca792fc1602015078a06b7 +size 1377 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpposer.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpposer.mw4anim new file mode 100644 index 00000000..7c6019bd --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpposer.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74b405f0f0769c21d843fe848572ef5a7e82b7a129e00f743925cb900b45be55 +size 1377 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpposeu.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpposeu.mw4anim new file mode 100644 index 00000000..5bf43b6e --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpposeu.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6fa244915b0a56a9410d3511da558b0e261104bee5189b39a451f5744a31972 +size 1377 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpr.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpr.mw4anim new file mode 100644 index 00000000..697a5348 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpr.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74915149bb04d1ea981da315f2f26737b0ef734ecac9dff89a281a45bd32c709 +size 7769 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpstand.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpstand.mw4anim new file mode 100644 index 00000000..7b4cfa36 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpstand.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:512f10677c60aadc615a16ea5b2eab27e5c8965928c6d4d36e9d432c33f12bae +size 4227 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpstandd.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpstandd.mw4anim new file mode 100644 index 00000000..8a3562da --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpstandd.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12a4aa2ebb782cd8ef5e0641f136fd8c0e0f178c0d8d0188661568997ab948a9 +size 4277 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpstandl.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpstandl.mw4anim new file mode 100644 index 00000000..72bda1b6 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpstandl.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2485649bd9e8880725ca781f511009e19861e72bbf6afc75912000536a73fcf +size 4213 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpstandr.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpstandr.mw4anim new file mode 100644 index 00000000..3a391ded --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpstandr.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb9d3facc59710f7230d8a3edb2a55869002306095081128805602bcdc77b261 +size 4001 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpstandu.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpstandu.mw4anim new file mode 100644 index 00000000..93d1cd66 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpstandu.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8f0ff332e7b00043f0de36368cc25fa714260fd345a6c05a4b60e21dd1ee6e7 +size 4237 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpturnleft.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpturnleft.mw4anim new file mode 100644 index 00000000..1801c75d --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpturnleft.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d7c3c6d46b6a7d693e1144d226d998e23de21e47dc42b8681e0744beee7c7d4 +size 3895 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpturnleftd.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpturnleftd.mw4anim new file mode 100644 index 00000000..0290501c --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpturnleftd.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2889f49a90c4add1ab7285db2ed38c5e97510d6178bcd867aaa22bf46d070bd +size 3789 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpturnleftl.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpturnleftl.mw4anim new file mode 100644 index 00000000..f71f278f --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpturnleftl.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da5d46cabfb9c72022c62d0613da346170dcff98e3e6b9ac72297b87ccb5338c +size 3749 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpturnleftr.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpturnleftr.mw4anim new file mode 100644 index 00000000..c95e6913 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpturnleftr.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f7bb8b8abb16e713fd8514a1f64299644b9cdff608441a453c6a4c7dddebb5b +size 3809 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpturnleftu.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpturnleftu.mw4anim new file mode 100644 index 00000000..46bd0d01 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpturnleftu.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60a0b73011a928620a7244222f38780676cb4eefb8663771d38595c4746c80ac +size 3689 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpturnright.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpturnright.mw4anim new file mode 100644 index 00000000..39b956dc --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpturnright.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:081deb06308545809cb58ba1d633618721dce53e3c4ffe1464c175397a78d01e +size 4423 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpturnrightd.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpturnrightd.mw4anim new file mode 100644 index 00000000..2d22b587 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpturnrightd.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:356c1128358dfb5f95a1cef13dca566e40f3d93f239dcd97b05664a8d6866812 +size 4241 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpturnrightl.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpturnrightl.mw4anim new file mode 100644 index 00000000..e92ef488 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpturnrightl.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21ca0cdbc457e9387f2d813f153972457a5949e453dbf6471f70222e2fc1a51a +size 4241 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpturnrightr.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpturnrightr.mw4anim new file mode 100644 index 00000000..b1648ab2 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpturnrightr.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baf9a427a9fd995301970e58fb17f39112f37fd434cd3cfd93b2c7dcddc00b4c +size 4321 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpturnrightu.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpturnrightu.mw4anim new file mode 100644 index 00000000..56a03c2b --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpturnrightu.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22a095cafc4e59a98bf91b51a1c314868716553c2d891c90e099ea1a5109b31e +size 4241 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpu.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpu.mw4anim new file mode 100644 index 00000000..cbd2940b --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rgimpu.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0189c640477bb2535b5c25bf0eca23eb3db3c9b1540f752316f8dbd4fdf65424 +size 7989 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_run.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_run.mw4anim new file mode 100644 index 00000000..315fad9d --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_run.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:073c03867a3f7ad077fa34f32b6a8de07722158ff93504c889e269c83f79e700 +size 8443 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rund.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rund.mw4anim new file mode 100644 index 00000000..7845d1ae --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_rund.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7122ae3e214794c2d5e37d52b83beadc0d0aed3b8c5ea0d8fdf7ca9d3db397a4 +size 7705 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_runl.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_runl.mw4anim new file mode 100644 index 00000000..822fdc89 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_runl.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de02639bc8a795a6ed02a8bd3f5bcc6161900d186837d16d34a23aa3283ee8bc +size 8089 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_runr.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_runr.mw4anim new file mode 100644 index 00000000..92971fff --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_runr.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb56d9d27b8768a8391841fcc53fb463a9668a2957563616e28be2014354735 +size 7849 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_runu.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_runu.mw4anim new file mode 100644 index 00000000..89e86a9c --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_runu.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4490e4971d251f8ed17a36ebcd2e18f862b05a02a88e5ce3613af113704aa6c0 +size 8209 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_squatdown.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_squatdown.mw4anim new file mode 100644 index 00000000..dfb7ad7d --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_squatdown.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25bcfe71ed0e07a57cdabc637aaf37b1a1992823598193cd23fb9709679c1580 +size 6813 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_squatdownd.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_squatdownd.mw4anim new file mode 100644 index 00000000..83759878 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_squatdownd.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09608948fd04d8ae5e3237fc788cd5702823cd6730d15bef924b5908b237fe62 +size 6713 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_squatdownl.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_squatdownl.mw4anim new file mode 100644 index 00000000..4c21325f --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_squatdownl.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5a1c764ee0cb169b639f2160612ca320b8c47625768b7cc7c5b7bd833399a44 +size 7293 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_squatdownr.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_squatdownr.mw4anim new file mode 100644 index 00000000..fe06b1c0 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_squatdownr.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46620ab148d89fe0561561f867815be82573a09babfc69d8ea1e9d4fc67c5398 +size 6853 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_squatdownu.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_squatdownu.mw4anim new file mode 100644 index 00000000..35687900 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_squatdownu.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00186138d8ad7f5373310022cbd8b6c1bd358f43b57f3febf350b66bc0508f63 +size 7153 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_squatup.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_squatup.mw4anim new file mode 100644 index 00000000..b26c13ba --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_squatup.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16efd71bc030f0fa0bb0ac9d77505f9d5863d8138ff7dd8961a695d12772a7c5 +size 6733 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_squatupd.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_squatupd.mw4anim new file mode 100644 index 00000000..2d05a362 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_squatupd.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bff4f1bb8c376be6dc74b3d5599efe31bf8fdde9d39d7368d6b7e471a13d1d13 +size 6653 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_squatupl.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_squatupl.mw4anim new file mode 100644 index 00000000..fc6f458f --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_squatupl.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d610c86431493d50b9bb64c77e7b1ed16e3d130b633455ae8d4721c3e6b4c5c +size 7173 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_squatupr.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_squatupr.mw4anim new file mode 100644 index 00000000..b7e23d2a --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_squatupr.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0618a2c69b5940bf22c0719242c7963926095371a7b7a7563ac51440c1e5ee68 +size 6733 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_squatupu.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_squatupu.mw4anim new file mode 100644 index 00000000..5de19950 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_squatupu.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70a3ed9c438e7a8481c66043cdce9ebe2b6e1dce5a1cb45de59f40ba562ad835 +size 7033 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standback.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standback.mw4anim new file mode 100644 index 00000000..b9d04377 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standback.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:053c8c4de4365fa5c8da1383c8f454da1b99d0c56059df499fdb694dbd78822c +size 4731 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standbackd.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standbackd.mw4anim new file mode 100644 index 00000000..766343d8 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standbackd.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5da36faab8c5bc01cdb17a90c4952077015c5d1dc055f25c9518af0e1e5af5b +size 4877 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standbackl.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standbackl.mw4anim new file mode 100644 index 00000000..7570d9e1 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standbackl.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56272f2820a56285ff6dee440899c3e71ad0230e63cca6037fba9257d854c583 +size 4669 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standbackr.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standbackr.mw4anim new file mode 100644 index 00000000..a3203a2a --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standbackr.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7c12ad1f89a731f5e7967c0121cdb54d14713e34026fd905c99f7b6e66e154 +size 4617 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standbacku.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standbacku.mw4anim new file mode 100644 index 00000000..b3e0fbde --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standbacku.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3673c6145d0bfe598593b772c573e536de5a3ed5517ae89603045f3bc4185cf5 +size 4557 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standlgimp.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standlgimp.mw4anim new file mode 100644 index 00000000..7af5b0c5 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standlgimp.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b5b1f9b806e3f712d79806615c91e198d6ff75dcc32a43be7c184c2a8b0d9ad +size 5007 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standlgimpd.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standlgimpd.mw4anim new file mode 100644 index 00000000..eac5281b --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standlgimpd.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:547ff43e206272e66844b74e49140eb6402b5bc1b4f610992607868dd04bfd8a +size 4733 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standlgimpl.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standlgimpl.mw4anim new file mode 100644 index 00000000..a2f79a35 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standlgimpl.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a746f31248da24a94a349094c175335b1f0fca10ff342ab9ea913e8d5bcb0c +size 4745 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standlgimpr.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standlgimpr.mw4anim new file mode 100644 index 00000000..da8025fe --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standlgimpr.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4daf5e9f2fe5cde1277c95e019108d851da9c1a62088c09b90555c383731bd2e +size 4861 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standlgimpu.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standlgimpu.mw4anim new file mode 100644 index 00000000..be2732dd --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standlgimpu.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ce2806fe3ed2d154d76f18d78d28976c2f9a3d18f1835833c0d878fd200cc0a +size 4909 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standpose.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standpose.mw4anim new file mode 100644 index 00000000..bd310c0a --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standpose.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43a2ed6bc3d19e4e8bbbf911e3306a92d5e1aa478caa65535a1521582fff3718 +size 1543 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standposed.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standposed.mw4anim new file mode 100644 index 00000000..bb0e7271 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standposed.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9833d63f681b8b7ffc9e3203f7c78af8848e7593cb203fa87715fa2ba128208 +size 1377 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standposel.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standposel.mw4anim new file mode 100644 index 00000000..513693a0 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standposel.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd5ae7743bfc43f7de1690a4d360d2c3c5059baf565d90e068060a5bc569531b +size 1377 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standposer.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standposer.mw4anim new file mode 100644 index 00000000..4edec4a5 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standposer.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5bdce5a7e1261910208a3ba06ddcc0e5b7ab7956d05f75589a3692f8631d864 +size 1377 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standposeu.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standposeu.mw4anim new file mode 100644 index 00000000..5929dc6c --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standposeu.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d247d09feeba8ca941d9617ec43aa97716f6f5d9c51a33bccb823af12b04173e +size 1377 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standrgimp.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standrgimp.mw4anim new file mode 100644 index 00000000..d0c6d0e8 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standrgimp.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7056fe2cb334cb843ebee5f7f378b4a0be73579f90901fc7526229139267fbff +size 5007 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standrgimpd.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standrgimpd.mw4anim new file mode 100644 index 00000000..2682009f --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standrgimpd.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81eca1854e4ba60a28dee63c3cd98542be8455340e43f8fbe5c330a6b3dcb8c1 +size 4733 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standrgimpl.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standrgimpl.mw4anim new file mode 100644 index 00000000..132bc412 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standrgimpl.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98cb738f0b06e49941f8741ef4b6cba21783e1d1d8fdd616c7a37b026571db45 +size 4861 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standrgimpr.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standrgimpr.mw4anim new file mode 100644 index 00000000..8f9015ff --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standrgimpr.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:405fb984ead938a491ff5ebc78478abed5229adb0b077dc625598512f654fea8 +size 4745 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standrgimpu.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standrgimpu.mw4anim new file mode 100644 index 00000000..abd10c4d --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standrgimpu.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6e0050f1827e9e873346dc2b167fde19073239320df54db41639c62d42e7f73 +size 4909 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standwalk.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standwalk.mw4anim new file mode 100644 index 00000000..dbe51217 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standwalk.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b1bdfeff7b43b283d64663d06352055157a7eb55f68edf1c3b389a86cc94be4 +size 4491 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standwalkd.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standwalkd.mw4anim new file mode 100644 index 00000000..da4edd8e --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standwalkd.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47a5ec54498fba4af249d73f49ed907672aeabd90e7679f74269064e62a67359 +size 4609 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standwalkl.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standwalkl.mw4anim new file mode 100644 index 00000000..c351d71b --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standwalkl.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03334e366db99d3a650d4195a35f568d0487fc7ba59d3cb734b1838a039cf4f9 +size 4369 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standwalkr.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standwalkr.mw4anim new file mode 100644 index 00000000..6177e9a2 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standwalkr.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21dee885c29bea1774a4d754e7fec4cafe0b94a9cb03d1f1a698293603aea4a6 +size 4229 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standwalku.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standwalku.mw4anim new file mode 100644 index 00000000..c082c403 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_standwalku.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a290714eaf93417da063eb4868d29cc4879747962cf71c326360fba1341e26a1 +size 4605 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_turnleft.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_turnleft.mw4anim new file mode 100644 index 00000000..84882792 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_turnleft.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa671c5c3d15d0d106d60211dc4360ab0fa9929015d85eaa161b475e6572efed +size 3795 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_turnleftd.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_turnleftd.mw4anim new file mode 100644 index 00000000..5176b7a4 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_turnleftd.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1e330a46e7ca035e0452d92c52245d46f8a4c5954642749c3686193177cbdf4 +size 3533 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_turnleftl.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_turnleftl.mw4anim new file mode 100644 index 00000000..247c4fa8 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_turnleftl.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c76c03731070f02d0026eefa4c759e4400af7911408a897885d12b3833258f6 +size 3733 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_turnleftr.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_turnleftr.mw4anim new file mode 100644 index 00000000..def85d9c --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_turnleftr.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a7d91308033b2c77e207e7463908b0fc1c45a16243e5f6e7bb5d39d2517d8b7 +size 3733 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_turnleftu.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_turnleftu.mw4anim new file mode 100644 index 00000000..35c7c0e9 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_turnleftu.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ff27af2e4d2a3b21adfee98d75008d9374f16208bd1d16ed221d9e598c371aa +size 3693 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_turnright.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_turnright.mw4anim new file mode 100644 index 00000000..744dba7f --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_turnright.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cd4fa005d5dbc7ed7f93cf2e4cbedfc6b488f6a6489075a34a85ee2d1587206 +size 3795 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_turnrightd.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_turnrightd.mw4anim new file mode 100644 index 00000000..c7c37c21 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_turnrightd.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8ebb409c528e7eedac378c851cd25d9a5de7d008113088eedcda7ce0c94f38a +size 3533 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_turnrightl.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_turnrightl.mw4anim new file mode 100644 index 00000000..705dbc81 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_turnrightl.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bab95a4add34a5331d909c3cabbe2de25c525d84c89c5920d58a04ca611b5c6 +size 3733 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_turnrightr.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_turnrightr.mw4anim new file mode 100644 index 00000000..503020c9 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_turnrightr.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0469a27975fec1e27aaa02767b1ad5cf85b3c6807edb3a540fe7b3a7f83762c6 +size 3733 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_turnrightu.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_turnrightu.mw4anim new file mode 100644 index 00000000..70118e01 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_turnrightu.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e73501bd816ea051e6bdd1557af551d608bb4c848910f8d9500a45bedb051419 +size 3693 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walk.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walk.mw4anim new file mode 100644 index 00000000..56c15363 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walk.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:915720633ea2e0b79b205c0b55e5d145cd43a85014c96c06e54eb82917be1658 +size 8783 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkd.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkd.mw4anim new file mode 100644 index 00000000..795f9d3a --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkd.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:447ee4261a5e7344ae4a8eccc77fef924742a8c5e76687a867422503969d5b48 +size 8693 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkl.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkl.mw4anim new file mode 100644 index 00000000..66fd6859 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkl.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba60715cc6f3f77b5c67e122a0a84f4fb8cae1ea35494f6d4883a197afe5743 +size 8589 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkr.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkr.mw4anim new file mode 100644 index 00000000..1159915f --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkr.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74fff7c3e6767ee668e4239d614c0ded1a7168cb06bc3a7b24e64a8493b44c88 +size 8585 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkstand.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkstand.mw4anim new file mode 100644 index 00000000..0fe99971 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkstand.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:779b71c06c661c00ca81b47db995aac2191c138412be2000027636e4366fc8b7 +size 4847 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkstandd.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkstandd.mw4anim new file mode 100644 index 00000000..34d1f3f4 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkstandd.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bd43b2a964134a666e72dc72bbe2ee456e0d97039375cff0a49c27175078c59 +size 4597 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkstandl.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkstandl.mw4anim new file mode 100644 index 00000000..1148e5ba --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkstandl.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4de087b089efbfe48e6148170a2b22287395ba32abcc6ced941af76eb4d5358f +size 4573 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkstandr.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkstandr.mw4anim new file mode 100644 index 00000000..0aeedc65 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkstandr.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e78f08b94a5112d95f7c9fc4d024daf1df3dd3f494518fb982d0840ba1f95c3 +size 4557 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkstandrev.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkstandrev.mw4anim new file mode 100644 index 00000000..be525d7f --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkstandrev.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb71176385046c4534e1aa160be68d5bf61ebe36ef3ed2b9a1ae87304cd69707 +size 4675 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkstandrevd.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkstandrevd.mw4anim new file mode 100644 index 00000000..180255c3 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkstandrevd.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c3e3283246fc3add8a58150818e1f3864ed50be1599ba614df2fd57b1084e2c +size 4597 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkstandrevl.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkstandrevl.mw4anim new file mode 100644 index 00000000..cedac125 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkstandrevl.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf8447c16f4aa46bca496f77603ef00fb5c8055ec4510b5a7e4e01b2ce7b11a9 +size 4557 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkstandrevr.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkstandrevr.mw4anim new file mode 100644 index 00000000..793ca148 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkstandrevr.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0734d43965a27cf4db82dc6c0bc3444811bd30590faaf14ea4c991621b0fe44 +size 4573 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkstandrevu.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkstandrevu.mw4anim new file mode 100644 index 00000000..add4a89b --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkstandrevu.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6434e30ef84ad56f0d4f450bd2c3dc0a4699c09837180fd6e8e7af4713f847e8 +size 4741 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkstandu.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkstandu.mw4anim new file mode 100644 index 00000000..ba134830 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walkstandu.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2340c8735a2f1fbcaf67f4257073bb7c9c661646f9b7bbf6553ff67e14f65375 +size 4761 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walku.mw4anim b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walku.mw4anim new file mode 100644 index 00000000..b9220ee6 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/animation/j2c_walku.mw4anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e82ba4721ee7301f441cd330fd0ae05ec16b391e3ac33decd978c1b6e42daff +size 8549 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_lbtoe.data b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_lbtoe.data deleted file mode 100644 index 3afdb8e5..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_lbtoe.data +++ /dev/null @@ -1,6 +0,0 @@ -[gamedata] -Class=MechWarrior4::MWMover - -[renderers] -VideoRenderer=armaturevideo\j2c_lbtoe.video - diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_ldleg.data b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_ldleg.data deleted file mode 100644 index c804f53a..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_ldleg.data +++ /dev/null @@ -1,6 +0,0 @@ -[gamedata] -Class=MechWarrior4::MWMover - -[renderers] -VideoRenderer=armaturevideo\j2c_ldleg.video - diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_lftoe.data b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_lftoe.data deleted file mode 100644 index 53c25148..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_lftoe.data +++ /dev/null @@ -1,6 +0,0 @@ -[gamedata] -Class=MechWarrior4::MWMover - -[renderers] -VideoRenderer=armaturevideo\j2c_lftoe.video - diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_luarm.data b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_luarm.data deleted file mode 100644 index 16681706..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_luarm.data +++ /dev/null @@ -1,6 +0,0 @@ -[gamedata] -Class=MechWarrior4::MWMover - -[renderers] -VideoRenderer=armaturevideo\j2c_luarm.video - diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_luleg.data b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_luleg.data deleted file mode 100644 index cb4ec16a..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_luleg.data +++ /dev/null @@ -1,6 +0,0 @@ -[gamedata] -Class=MechWarrior4::MWMover - -[renderers] -VideoRenderer=armaturevideo\j2c_luleg.video - diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_rbtoe.data b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_rbtoe.data deleted file mode 100644 index 6f3d1336..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_rbtoe.data +++ /dev/null @@ -1,6 +0,0 @@ -[gamedata] -Class=MechWarrior4::MWMover - -[renderers] -VideoRenderer=armaturevideo\j2c_rbtoe.video - diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_rdleg.data b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_rdleg.data deleted file mode 100644 index 211f72e8..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_rdleg.data +++ /dev/null @@ -1,6 +0,0 @@ -[gamedata] -Class=MechWarrior4::MWMover - -[renderers] -VideoRenderer=armaturevideo\j2c_rdleg.video - diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_rfoot.data b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_rfoot.data deleted file mode 100644 index 53f36b3d..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_rfoot.data +++ /dev/null @@ -1,6 +0,0 @@ -[gamedata] -Class=MechWarrior4::MWMover - -[renderers] -VideoRenderer=armaturevideo\j2c_rfoot.video - diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_rftoe.data b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_rftoe.data deleted file mode 100644 index f1080dbe..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_rftoe.data +++ /dev/null @@ -1,6 +0,0 @@ -[gamedata] -Class=MechWarrior4::MWMover - -[renderers] -VideoRenderer=armaturevideo\j2c_rftoe.video - diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_ruarm.data b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_ruarm.data deleted file mode 100644 index 697633e7..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_ruarm.data +++ /dev/null @@ -1,6 +0,0 @@ -[gamedata] -Class=MechWarrior4::MWMover - -[renderers] -VideoRenderer=armaturevideo\j2c_ruarm.video - diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_ruleg.data b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_ruleg.data deleted file mode 100644 index 56a4ec86..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_ruleg.data +++ /dev/null @@ -1,6 +0,0 @@ -[gamedata] -Class=MechWarrior4::MWMover - -[renderers] -VideoRenderer=armaturevideo\j2c_ruleg.video - diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_specialone.data b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_specialone.data deleted file mode 100644 index a668581d..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_specialone.data +++ /dev/null @@ -1,6 +0,0 @@ -[gamedata] -Class=MechWarrior4::MWMover - -[renderers] -VideoRenderer=armaturevideo\j2c_specialone.video - diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_torso.data b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_torso.data deleted file mode 100644 index f0be5c0c..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/j2c_torso.data +++ /dev/null @@ -1,6 +0,0 @@ -[gamedata] -Class=MechWarrior4::MWMover - -[renderers] -VideoRenderer=armaturevideo\j2c_torso.video - diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_hip.data b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_hip.data new file mode 100644 index 00000000..9c38c748 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_hip.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\jec_hip.video diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_lbtoe.data b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_lbtoe.data new file mode 100644 index 00000000..b6cb490a --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_lbtoe.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\jec_lbtoe.video diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_ldleg.data b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_ldleg.data new file mode 100644 index 00000000..e5f52ae1 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_ldleg.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\jec_ldleg.video diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_lfoot.data b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_lfoot.data new file mode 100644 index 00000000..01a9c747 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_lfoot.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\jec_lfoot.video diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_lftoe.data b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_lftoe.data new file mode 100644 index 00000000..152e90a7 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_lftoe.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\jec_lftoe.video diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_lgun.data b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_lgun.data new file mode 100644 index 00000000..d166449d --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_lgun.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\jec_lgun.video diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_luleg.data b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_luleg.data new file mode 100644 index 00000000..494fdd8f --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_luleg.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\jec_luleg.video diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_rbtoe.data b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_rbtoe.data new file mode 100644 index 00000000..a67317a6 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_rbtoe.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\jec_rbtoe.video diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_rdleg.data b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_rdleg.data new file mode 100644 index 00000000..3c3eb951 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_rdleg.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\jec_rdleg.video diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_rfoot.data b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_rfoot.data new file mode 100644 index 00000000..a9e81b52 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_rfoot.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\jec_rfoot.video diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_rftoe.data b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_rftoe.data new file mode 100644 index 00000000..088454fd --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_rftoe.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\jec_rftoe.video diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_rgun.data b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_rgun.data new file mode 100644 index 00000000..dac08d8b --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_rgun.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\jec_rgun.video diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_ruleg.data b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_ruleg.data new file mode 100644 index 00000000..3a66ae57 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_ruleg.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\jec_ruleg.video diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_torso.data b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_torso.data new file mode 100644 index 00000000..0a86c717 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/jec_torso.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\jec_torso.video diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/joint_cage.data b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/joint_cage.data index 38036248..77203bce 100644 --- a/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/joint_cage.data +++ b/Gameleap/mw4/Content/Mechs/jenner2c/armaturedata/joint_cage.data @@ -3,4 +3,3 @@ Class=MechWarrior4::MWMover [renderers] VideoRenderer=armaturevideo\joint_cage.video - diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_luarm.video b/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_luarm.video deleted file mode 100644 index 3a32e7ee..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_luarm.video +++ /dev/null @@ -1,24 +0,0 @@ -[lod] -Type=ShapeComponent -Geometry=j2c_luarm.erf -Unique=true - -[damlod] -Type=ShapeComponent -Geometry=j2c_luarm_DAM.erf -Unique=true - -[watcher] -Type=AttributeWatcherOfInt -Attribute=VisualRepresentation -SimulationShouldExecute=1 - -[damageappearance] -Type=SwitchComponent -Input=Watcher -Child=LOD -Child=DAMLOD - -[locator] -Child=DamageAppearance - diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_luleg.video b/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_luleg.video deleted file mode 100644 index 9047bf11..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_luleg.video +++ /dev/null @@ -1,24 +0,0 @@ -[lod] -Type=ShapeComponent -Geometry=j2c_luleg.erf -Unique=true - -[damlod] -Type=ShapeComponent -Geometry=j2c_luleg_DAM.erf -Unique=true - -[watcher] -Type=AttributeWatcherOfInt -Attribute=VisualRepresentation -SimulationShouldExecute=1 - -[damageappearance] -Type=SwitchComponent -Input=Watcher -Child=LOD -Child=DAMLOD - -[locator] -Child=DamageAppearance - diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_rbtoe.video b/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_rbtoe.video deleted file mode 100644 index 34d9eb63..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_rbtoe.video +++ /dev/null @@ -1,24 +0,0 @@ -[lod] -Type=ShapeComponent -Geometry=j2c_rbtoe.erf -Unique=true - -[damlod] -Type=ShapeComponent -Geometry=j2c_rbtoe_DAM.erf -Unique=true - -[watcher] -Type=AttributeWatcherOfInt -Attribute=VisualRepresentation -SimulationShouldExecute=1 - -[damageappearance] -Type=SwitchComponent -Input=Watcher -Child=LOD -Child=DAMLOD - -[locator] -Child=DamageAppearance - diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_rdleg.video b/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_rdleg.video deleted file mode 100644 index 7ab1a5fe..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_rdleg.video +++ /dev/null @@ -1,24 +0,0 @@ -[lod] -Type=ShapeComponent -Geometry=j2c_rdleg.erf -Unique=true - -[damlod] -Type=ShapeComponent -Geometry=j2c_rdleg_DAM.erf -Unique=true - -[watcher] -Type=AttributeWatcherOfInt -Attribute=VisualRepresentation -SimulationShouldExecute=1 - -[damageappearance] -Type=SwitchComponent -Input=Watcher -Child=LOD -Child=DAMLOD - -[locator] -Child=DamageAppearance - diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_rfoot.video b/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_rfoot.video deleted file mode 100644 index 61db35c5..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_rfoot.video +++ /dev/null @@ -1,24 +0,0 @@ -[lod] -Type=ShapeComponent -Geometry=j2c_rfoot.erf -Unique=true - -[damlod] -Type=ShapeComponent -Geometry=j2c_rfoot_DAM.erf -Unique=true - -[watcher] -Type=AttributeWatcherOfInt -Attribute=VisualRepresentation -SimulationShouldExecute=1 - -[damageappearance] -Type=SwitchComponent -Input=Watcher -Child=LOD -Child=DAMLOD - -[locator] -Child=DamageAppearance - diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_rftoe.video b/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_rftoe.video deleted file mode 100644 index 1a6f7016..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_rftoe.video +++ /dev/null @@ -1,24 +0,0 @@ -[lod] -Type=ShapeComponent -Geometry=j2c_rftoe.erf -Unique=true - -[damlod] -Type=ShapeComponent -Geometry=j2c_rftoe_DAM.erf -Unique=true - -[watcher] -Type=AttributeWatcherOfInt -Attribute=VisualRepresentation -SimulationShouldExecute=1 - -[damageappearance] -Type=SwitchComponent -Input=Watcher -Child=LOD -Child=DAMLOD - -[locator] -Child=DamageAppearance - diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_ruarm.video b/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_ruarm.video deleted file mode 100644 index 66e21e3e..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_ruarm.video +++ /dev/null @@ -1,24 +0,0 @@ -[lod] -Type=ShapeComponent -Geometry=j2c_ruarm.erf -Unique=true - -[damlod] -Type=ShapeComponent -Geometry=j2c_ruarm_DAM.erf -Unique=true - -[watcher] -Type=AttributeWatcherOfInt -Attribute=VisualRepresentation -SimulationShouldExecute=1 - -[damageappearance] -Type=SwitchComponent -Input=Watcher -Child=LOD -Child=DAMLOD - -[locator] -Child=DamageAppearance - diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_ruleg.video b/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_ruleg.video deleted file mode 100644 index 34ee4d80..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_ruleg.video +++ /dev/null @@ -1,24 +0,0 @@ -[lod] -Type=ShapeComponent -Geometry=j2c_ruleg.erf -Unique=true - -[damlod] -Type=ShapeComponent -Geometry=j2c_ruleg_DAM.erf -Unique=true - -[watcher] -Type=AttributeWatcherOfInt -Attribute=VisualRepresentation -SimulationShouldExecute=1 - -[damageappearance] -Type=SwitchComponent -Input=Watcher -Child=LOD -Child=DAMLOD - -[locator] -Child=DamageAppearance - diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_specialone.video b/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_specialone.video deleted file mode 100644 index 2cb0281d..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/j2c_specialone.video +++ /dev/null @@ -1,24 +0,0 @@ -[lod] -Type=ShapeComponent -Geometry=j2c_specialone.erf -Unique=true - -[damlod] -Type=ShapeComponent -Geometry=j2c_specialone_DAM.erf -Unique=true - -[watcher] -Type=AttributeWatcherOfInt -Attribute=VisualRepresentation -SimulationShouldExecute=1 - -[damageappearance] -Type=SwitchComponent -Input=Watcher -Child=LOD -Child=DAMLOD - -[locator] -Child=DamageAppearance - diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_hip.video b/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_hip.video new file mode 100644 index 00000000..97dff12e --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_hip.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=jec_hip.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=jec_hip_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_lbtoe.video b/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_lbtoe.video new file mode 100644 index 00000000..3b70d616 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_lbtoe.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=jec_lbtoe.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=jec_lbtoe_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_ldleg.video b/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_ldleg.video new file mode 100644 index 00000000..32845f8d --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_ldleg.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=jec_ldleg.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=jec_ldleg_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_lfoot.video b/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_lfoot.video new file mode 100644 index 00000000..0b3645c9 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_lfoot.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=jec_lfoot.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=jec_lfoot_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_lftoe.video b/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_lftoe.video new file mode 100644 index 00000000..8002c740 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_lftoe.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=jec_lftoe.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=jec_lftoe_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_lgun.video b/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_lgun.video new file mode 100644 index 00000000..d8d738a4 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_lgun.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=jec_lgun.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=jec_lgun_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_luleg.video b/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_luleg.video new file mode 100644 index 00000000..4fee359c --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_luleg.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=jec_luleg.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=jec_luleg_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_rbtoe.video b/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_rbtoe.video new file mode 100644 index 00000000..ed8e2c92 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_rbtoe.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=jec_rbtoe.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=jec_rbtoe_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_rdleg.video b/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_rdleg.video new file mode 100644 index 00000000..06036af3 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_rdleg.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=jec_rdleg.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=jec_rdleg_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_rfoot.video b/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_rfoot.video new file mode 100644 index 00000000..9ed1f09b --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_rfoot.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=jec_rfoot.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=jec_rfoot_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_rftoe.video b/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_rftoe.video new file mode 100644 index 00000000..b4df2a76 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_rftoe.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=jec_rftoe.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=jec_rftoe_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_rgun.video b/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_rgun.video new file mode 100644 index 00000000..756ddb22 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_rgun.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=jec_rgun.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=jec_rgun_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_ruleg.video b/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_ruleg.video new file mode 100644 index 00000000..e4a2d3ef --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_ruleg.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=jec_ruleg.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=jec_ruleg_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_torso.video b/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_torso.video new file mode 100644 index 00000000..7df0e276 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/jec_torso.video @@ -0,0 +1,39 @@ +[lightlod] +Type=ShapeComponent +Geometry=runninglights.erf +Unique=true + +[lightwatcher] +Type=AttributeWatcherOfInt +Attribute=IsDark +SimulationShouldExecute=1 + +[lightswitch] +Type=SwitchComponent +Input=LightWatcher +Child=LightLOD + +[lod] +Type=ShapeComponent +Geometry=jec_torso.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=jec_torso_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=LightSwitch +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/joint_cage.video b/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/joint_cage.video index 61bf7233..3dcf0036 100644 --- a/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/joint_cage.video +++ b/Gameleap/mw4/Content/Mechs/jenner2c/armaturevideo/joint_cage.video @@ -31,4 +31,3 @@ Child=DestroyedCage [locator] Child=DamageAppearance - diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_hip.erf b/Gameleap/mw4/Content/Mechs/jenner2c/j2c_hip.erf deleted file mode 100644 index feb30aab..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_hip.erf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7fbcdbd4a8cad62de4cc1c69cd9e5abc82682d9fc006c456949b13d559be835 -size 39178 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_hip_dam.erf b/Gameleap/mw4/Content/Mechs/jenner2c/j2c_hip_dam.erf deleted file mode 100644 index feb30aab..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_hip_dam.erf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7fbcdbd4a8cad62de4cc1c69cd9e5abc82682d9fc006c456949b13d559be835 -size 39178 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_lbtoe.erf b/Gameleap/mw4/Content/Mechs/jenner2c/j2c_lbtoe.erf deleted file mode 100644 index e574fe70..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_lbtoe.erf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9c0ce7b87b37e6de1699b1c3da3673c9278e6b7e47e2dc4f3228ac041246553 -size 15564 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_ldleg.erf b/Gameleap/mw4/Content/Mechs/jenner2c/j2c_ldleg.erf deleted file mode 100644 index 51e64a6a..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_ldleg.erf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99a88049170d9323a63c13635c6b73552e4cb37bab2ca6320fc1eb116d149bff -size 51218 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_ldleg_dam.erf b/Gameleap/mw4/Content/Mechs/jenner2c/j2c_ldleg_dam.erf deleted file mode 100644 index 51e64a6a..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_ldleg_dam.erf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99a88049170d9323a63c13635c6b73552e4cb37bab2ca6320fc1eb116d149bff -size 51218 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_lfoot.erf b/Gameleap/mw4/Content/Mechs/jenner2c/j2c_lfoot.erf deleted file mode 100644 index 41b84506..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_lfoot.erf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b8281d897dfef83f6220a6f6f9720a1822b6600fa2724f868ff813952595278 -size 13728 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_lfoot_dam.erf b/Gameleap/mw4/Content/Mechs/jenner2c/j2c_lfoot_dam.erf deleted file mode 100644 index 41b84506..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_lfoot_dam.erf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b8281d897dfef83f6220a6f6f9720a1822b6600fa2724f868ff813952595278 -size 13728 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_lftoe.erf b/Gameleap/mw4/Content/Mechs/jenner2c/j2c_lftoe.erf deleted file mode 100644 index 0637224f..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_lftoe.erf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:484f3cb95fd54b7496e14e8e488c70adb0c46e1e8c2efdb8a234ab7f976d66f8 -size 15532 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_lftoe_dam.erf b/Gameleap/mw4/Content/Mechs/jenner2c/j2c_lftoe_dam.erf deleted file mode 100644 index 0637224f..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_lftoe_dam.erf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:484f3cb95fd54b7496e14e8e488c70adb0c46e1e8c2efdb8a234ab7f976d66f8 -size 15532 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_lgun.erf b/Gameleap/mw4/Content/Mechs/jenner2c/j2c_lgun.erf deleted file mode 100644 index 5cdf1fe3..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_lgun.erf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94ad87d41a60a66d8d05596878a15d02fbd49f64709b9e2bfa3f0c3c5fade19b -size 70354 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_lgun_dam.erf b/Gameleap/mw4/Content/Mechs/jenner2c/j2c_lgun_dam.erf deleted file mode 100644 index 3d5e3d22..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_lgun_dam.erf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0eb8a9dd39f552368ef1a4fce7c5586c064687fd910140fc1eb357d12f040cee -size 4233 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_luarm.erf b/Gameleap/mw4/Content/Mechs/jenner2c/j2c_luarm.erf deleted file mode 100644 index b20b4bc6..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_luarm.erf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b92dafa795cdf849611e53c29ccd0f9806afc813f6dafca4d031104fa1e5888 -size 11346 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_luarm_dam.erf b/Gameleap/mw4/Content/Mechs/jenner2c/j2c_luarm_dam.erf deleted file mode 100644 index b20b4bc6..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_luarm_dam.erf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b92dafa795cdf849611e53c29ccd0f9806afc813f6dafca4d031104fa1e5888 -size 11346 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_luleg.erf b/Gameleap/mw4/Content/Mechs/jenner2c/j2c_luleg.erf deleted file mode 100644 index 4698804d..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_luleg.erf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78f93a9f68f915d3e180844dc67115971625ff92f47ef2b4e70f4bab5468638b -size 64330 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_luleg_dam.erf b/Gameleap/mw4/Content/Mechs/jenner2c/j2c_luleg_dam.erf deleted file mode 100644 index 4698804d..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_luleg_dam.erf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78f93a9f68f915d3e180844dc67115971625ff92f47ef2b4e70f4bab5468638b -size 64330 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_rbtoe.erf b/Gameleap/mw4/Content/Mechs/jenner2c/j2c_rbtoe.erf deleted file mode 100644 index aaebd812..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_rbtoe.erf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0a7f8132dedb853cc486ae0d4f4470122668550644e410cc14b167c7697e165 -size 15564 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_rbtoe_dam.erf b/Gameleap/mw4/Content/Mechs/jenner2c/j2c_rbtoe_dam.erf deleted file mode 100644 index aaebd812..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_rbtoe_dam.erf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0a7f8132dedb853cc486ae0d4f4470122668550644e410cc14b167c7697e165 -size 15564 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_rdleg.erf b/Gameleap/mw4/Content/Mechs/jenner2c/j2c_rdleg.erf deleted file mode 100644 index e0ef9447..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_rdleg.erf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e5c2ad831be9e7409049599ac16cd7f34b10275d2d452662a5c3e7c95d40c66 -size 51282 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_rdleg_dam.erf b/Gameleap/mw4/Content/Mechs/jenner2c/j2c_rdleg_dam.erf deleted file mode 100644 index e0ef9447..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_rdleg_dam.erf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e5c2ad831be9e7409049599ac16cd7f34b10275d2d452662a5c3e7c95d40c66 -size 51282 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_rfoot.erf b/Gameleap/mw4/Content/Mechs/jenner2c/j2c_rfoot.erf deleted file mode 100644 index 44faf7d2..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_rfoot.erf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:065bd9e8b9f0483b52dc99853ba392796a50fa37f90db45e2e676e39f41e8595 -size 13728 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_rfoot_dam.erf b/Gameleap/mw4/Content/Mechs/jenner2c/j2c_rfoot_dam.erf deleted file mode 100644 index 44faf7d2..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_rfoot_dam.erf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:065bd9e8b9f0483b52dc99853ba392796a50fa37f90db45e2e676e39f41e8595 -size 13728 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_rftoe.erf b/Gameleap/mw4/Content/Mechs/jenner2c/j2c_rftoe.erf deleted file mode 100644 index 1836ec2c..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_rftoe.erf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79b5190c9f1dc53290f4b574a9c0bd2dcc20bf1f3ebcf1217e0cf4ecc9d5fd70 -size 15532 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_rftoe_dam.erf b/Gameleap/mw4/Content/Mechs/jenner2c/j2c_rftoe_dam.erf deleted file mode 100644 index 1836ec2c..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_rftoe_dam.erf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79b5190c9f1dc53290f4b574a9c0bd2dcc20bf1f3ebcf1217e0cf4ecc9d5fd70 -size 15532 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_rgun.erf b/Gameleap/mw4/Content/Mechs/jenner2c/j2c_rgun.erf deleted file mode 100644 index 771b8a26..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_rgun.erf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9ba4f4dd4f35a97e235e26e6d9b5a4bca87924a5c89d1f2eb08d5da56bea201 -size 70354 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_rgun_dam.erf b/Gameleap/mw4/Content/Mechs/jenner2c/j2c_rgun_dam.erf deleted file mode 100644 index 922e3409..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_rgun_dam.erf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c34c53ce277d702e9a8f2824a9ea209aa821a952cb8a8ceebb894f287af91af -size 6321 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_ruarm.erf b/Gameleap/mw4/Content/Mechs/jenner2c/j2c_ruarm.erf deleted file mode 100644 index c5916bb4..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_ruarm.erf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7e349152f779efc0e10c14dce9fef82fcb6c2aa9cb43129d2afc6a8176b105e -size 11346 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_ruarm_dam.erf b/Gameleap/mw4/Content/Mechs/jenner2c/j2c_ruarm_dam.erf deleted file mode 100644 index c5916bb4..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_ruarm_dam.erf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7e349152f779efc0e10c14dce9fef82fcb6c2aa9cb43129d2afc6a8176b105e -size 11346 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_ruleg.erf b/Gameleap/mw4/Content/Mechs/jenner2c/j2c_ruleg.erf deleted file mode 100644 index 039a92cf..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_ruleg.erf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5a440acc2b9570b069d5c6126100d413db7874d6ad535b040e46dce2aeb8c22 -size 63812 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_ruleg_dam.erf b/Gameleap/mw4/Content/Mechs/jenner2c/j2c_ruleg_dam.erf deleted file mode 100644 index 039a92cf..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_ruleg_dam.erf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5a440acc2b9570b069d5c6126100d413db7874d6ad535b040e46dce2aeb8c22 -size 63812 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_specialone.erf b/Gameleap/mw4/Content/Mechs/jenner2c/j2c_specialone.erf deleted file mode 100644 index d41fef88..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_specialone.erf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:268a5fd6a69ff26deda2644ee858050ba75d165f953fdcdb1c145c5421181fc1 -size 43844 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_specialone_dam.erf b/Gameleap/mw4/Content/Mechs/jenner2c/j2c_specialone_dam.erf deleted file mode 100644 index a15976c1..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_specialone_dam.erf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93bc42a52645417090e6e13ef2a5451d386495e9278227c31555c14a89c84dc8 -size 5205 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_torso.erf b/Gameleap/mw4/Content/Mechs/jenner2c/j2c_torso.erf deleted file mode 100644 index 901b4614..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_torso.erf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49215a6b3317c9070242d11bd2d6726f04925b788ec1f10b2a70631ec69c3eb9 -size 57932 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_torso_dam.erf b/Gameleap/mw4/Content/Mechs/jenner2c/j2c_torso_dam.erf deleted file mode 100644 index 901b4614..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/j2c_torso_dam.erf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49215a6b3317c9070242d11bd2d6726f04925b788ec1f10b2a70631ec69c3eb9 -size 57932 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/jec_hip.erf b/Gameleap/mw4/Content/Mechs/jenner2c/jec_hip.erf new file mode 100644 index 00000000..25c2145d --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/jec_hip.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c58724fa9a0f02ca77f52c39c1a33e7aed2f27398406678b86565ca8bcbcf15 +size 3936 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/jec_hip_dam.erf b/Gameleap/mw4/Content/Mechs/jenner2c/jec_hip_dam.erf new file mode 100644 index 00000000..25c2145d --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/jec_hip_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c58724fa9a0f02ca77f52c39c1a33e7aed2f27398406678b86565ca8bcbcf15 +size 3936 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/jec_lbtoe.erf b/Gameleap/mw4/Content/Mechs/jenner2c/jec_lbtoe.erf new file mode 100644 index 00000000..85b48dc2 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/jec_lbtoe.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a0acc9e907a1ae7577315b4ebdeeb3f4a893cf42676ec244d6da39d05112ec4 +size 3191 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/jec_lbtoe_dam.erf b/Gameleap/mw4/Content/Mechs/jenner2c/jec_lbtoe_dam.erf new file mode 100644 index 00000000..85b48dc2 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/jec_lbtoe_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a0acc9e907a1ae7577315b4ebdeeb3f4a893cf42676ec244d6da39d05112ec4 +size 3191 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/jec_ldleg.erf b/Gameleap/mw4/Content/Mechs/jenner2c/jec_ldleg.erf new file mode 100644 index 00000000..a989099f --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/jec_ldleg.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:944b41b4d5d2dc7805db51504bc79f5fe95f182853ecfa47caf8a1c4c2a9c8a5 +size 8438 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/jec_ldleg_dam.erf b/Gameleap/mw4/Content/Mechs/jenner2c/jec_ldleg_dam.erf new file mode 100644 index 00000000..a989099f --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/jec_ldleg_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:944b41b4d5d2dc7805db51504bc79f5fe95f182853ecfa47caf8a1c4c2a9c8a5 +size 8438 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/jec_lfoot.erf b/Gameleap/mw4/Content/Mechs/jenner2c/jec_lfoot.erf new file mode 100644 index 00000000..8899c40a --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/jec_lfoot.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ccdbb687236416348409af0ccdd3eca4c1365e9cd05187e8ef36d9f798c993 +size 2667 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/jec_lfoot_dam.erf b/Gameleap/mw4/Content/Mechs/jenner2c/jec_lfoot_dam.erf new file mode 100644 index 00000000..8899c40a --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/jec_lfoot_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ccdbb687236416348409af0ccdd3eca4c1365e9cd05187e8ef36d9f798c993 +size 2667 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/jec_lftoe.erf b/Gameleap/mw4/Content/Mechs/jenner2c/jec_lftoe.erf new file mode 100644 index 00000000..4cf76732 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/jec_lftoe.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5c6f5917fdcc0c97eea409f02a43cc304eb564e3ba253d95c7a45a2887a66dc +size 3599 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/jec_lftoe_dam.erf b/Gameleap/mw4/Content/Mechs/jenner2c/jec_lftoe_dam.erf new file mode 100644 index 00000000..4cf76732 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/jec_lftoe_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5c6f5917fdcc0c97eea409f02a43cc304eb564e3ba253d95c7a45a2887a66dc +size 3599 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/jec_lgun.erf b/Gameleap/mw4/Content/Mechs/jenner2c/jec_lgun.erf new file mode 100644 index 00000000..f8627f84 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/jec_lgun.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67611a63d0bac9ad8115aa540138ede91de6a66897031cf7078703ace649a3cf +size 5943 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/jec_lgun_dam.erf b/Gameleap/mw4/Content/Mechs/jenner2c/jec_lgun_dam.erf new file mode 100644 index 00000000..d00fc6e5 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/jec_lgun_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b117d91b18b984b6d0061e7ffea2d804704cef4718e5d51c612ae1a33953cfb +size 5847 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/jec_luleg.erf b/Gameleap/mw4/Content/Mechs/jenner2c/jec_luleg.erf new file mode 100644 index 00000000..fc6f1c46 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/jec_luleg.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a7a5c1e3584862b9c0aff62259ddf2d3336e8308513c0130c3ba5d525c44aae +size 13003 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/jec_luleg_dam.erf b/Gameleap/mw4/Content/Mechs/jenner2c/jec_luleg_dam.erf new file mode 100644 index 00000000..fc6f1c46 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/jec_luleg_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a7a5c1e3584862b9c0aff62259ddf2d3336e8308513c0130c3ba5d525c44aae +size 13003 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/jec_rbtoe.erf b/Gameleap/mw4/Content/Mechs/jenner2c/jec_rbtoe.erf new file mode 100644 index 00000000..47339392 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/jec_rbtoe.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b10d1cf6e2d944d416ffc7a115615c3387bd1b35bcfd3043ac35d248221fa1e1 +size 3191 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/jec_rbtoe_dam.erf b/Gameleap/mw4/Content/Mechs/jenner2c/jec_rbtoe_dam.erf new file mode 100644 index 00000000..47339392 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/jec_rbtoe_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b10d1cf6e2d944d416ffc7a115615c3387bd1b35bcfd3043ac35d248221fa1e1 +size 3191 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/jec_rdleg.erf b/Gameleap/mw4/Content/Mechs/jenner2c/jec_rdleg.erf new file mode 100644 index 00000000..8659eba8 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/jec_rdleg.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16272ee7c517d1962c73a1b06380cb7b8b0874810f2bf39ea478f7d8d025665a +size 8438 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/jec_rdleg_dam.erf b/Gameleap/mw4/Content/Mechs/jenner2c/jec_rdleg_dam.erf new file mode 100644 index 00000000..8659eba8 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/jec_rdleg_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16272ee7c517d1962c73a1b06380cb7b8b0874810f2bf39ea478f7d8d025665a +size 8438 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/jec_rfoot.erf b/Gameleap/mw4/Content/Mechs/jenner2c/jec_rfoot.erf new file mode 100644 index 00000000..068b393c --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/jec_rfoot.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce1fa240c1a86bc21d3b4fde604526bb9549548eb1a71357600d56221b323dab +size 2667 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/jec_rfoot_dam.erf b/Gameleap/mw4/Content/Mechs/jenner2c/jec_rfoot_dam.erf new file mode 100644 index 00000000..068b393c --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/jec_rfoot_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce1fa240c1a86bc21d3b4fde604526bb9549548eb1a71357600d56221b323dab +size 2667 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/jec_rftoe.erf b/Gameleap/mw4/Content/Mechs/jenner2c/jec_rftoe.erf new file mode 100644 index 00000000..d53f80e5 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/jec_rftoe.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f469277dd23242a832a920a6f1f452253b851360404f06e4baf6f74b59cd285 +size 3599 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/jec_rftoe_dam.erf b/Gameleap/mw4/Content/Mechs/jenner2c/jec_rftoe_dam.erf new file mode 100644 index 00000000..d53f80e5 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/jec_rftoe_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f469277dd23242a832a920a6f1f452253b851360404f06e4baf6f74b59cd285 +size 3599 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/jec_rgun.erf b/Gameleap/mw4/Content/Mechs/jenner2c/jec_rgun.erf new file mode 100644 index 00000000..b8bb48e7 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/jec_rgun.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cee0a806e6c6c51edb60473b301ad26c8878cb88c45316645e02de7eb92b306 +size 5943 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/jec_rgun_dam.erf b/Gameleap/mw4/Content/Mechs/jenner2c/jec_rgun_dam.erf new file mode 100644 index 00000000..fccc7193 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/jec_rgun_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad591524a734a6151907959a0b9e0e705424efe43d84972be81a9211e06a3f0d +size 6287 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/jec_ruleg.erf b/Gameleap/mw4/Content/Mechs/jenner2c/jec_ruleg.erf new file mode 100644 index 00000000..362b26f5 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/jec_ruleg.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce8915250a8fd9aee75b1b6c82fbb1829d396792d6ebf0d36103ba41d58ca3fd +size 13003 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/jec_ruleg_dam.erf b/Gameleap/mw4/Content/Mechs/jenner2c/jec_ruleg_dam.erf new file mode 100644 index 00000000..362b26f5 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/jec_ruleg_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce8915250a8fd9aee75b1b6c82fbb1829d396792d6ebf0d36103ba41d58ca3fd +size 13003 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/jec_torso.erf b/Gameleap/mw4/Content/Mechs/jenner2c/jec_torso.erf new file mode 100644 index 00000000..1f48a8a4 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/jec_torso.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a305a39e8c04618821f36886b71773d1cae7220857242383118b04dc18ab283 +size 39244 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/jec_torso_dam.erf b/Gameleap/mw4/Content/Mechs/jenner2c/jec_torso_dam.erf new file mode 100644 index 00000000..1f48a8a4 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/jec_torso_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a305a39e8c04618821f36886b71773d1cae7220857242383118b04dc18ab283 +size 39244 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c.animscript b/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c.animscript new file mode 100644 index 00000000..6ce020ce --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c.animscript @@ -0,0 +1,1355 @@ +//############################################# +//######### Animation Defines +//############################################# + +!MECH=jenner2c +!MC=j2c +!PATH=content\mechs + +!Back=$(PATH)\$(MECH)\animation\$(MC)_back +!BackUp=$(PATH)\$(MECH)\animation\$(MC)_backU +!BackDown=$(PATH)\$(MECH)\animation\$(MC)_backd +!BackLeft=$(PATH)\$(MECH)\animation\$(MC)_backl +!BackRight=$(PATH)\$(MECH)\animation\$(MC)_backr + +!Walk=$(PATH)\$(MECH)\animation\$(MC)_walk +!WalkUp=$(PATH)\$(MECH)\animation\$(MC)_walku +!WalkDown=$(PATH)\$(MECH)\animation\$(MC)_walkd +!WalkLeft=$(PATH)\$(MECH)\animation\$(MC)_walkl +!WalkRight=$(PATH)\$(MECH)\animation\$(MC)_walkr + +!Run=$(PATH)\$(MECH)\animation\$(MC)_run +!RunUp=$(PATH)\$(MECH)\animation\$(MC)_runu +!RunDown=$(PATH)\$(MECH)\animation\$(MC)_rund +!RunLeft=$(PATH)\$(MECH)\animation\$(MC)_runl +!RunRight=$(PATH)\$(MECH)\animation\$(MC)_runr + +!StandPose=$(PATH)\$(MECH)\animation\$(MC)_standpose +!StandUpPose=$(PATH)\$(MECH)\animation\$(MC)_standposeU +!StandDownPose=$(PATH)\$(MECH)\animation\$(MC)_standposeD +!StandLeftPose=$(PATH)\$(MECH)\animation\$(MC)_standposeL +!StandRightPose=$(PATH)\$(MECH)\animation\$(MC)_standposeR + +!GimpLeftPose=$(PATH)\$(MECH)\animation\$(MC)_lgimppose +!GimpLeftUpPose=$(PATH)\$(MECH)\animation\$(MC)_lgimpposeu +!GimpLeftDownPose=$(PATH)\$(MECH)\animation\$(MC)_lgimpposed +!GimpLeftLeftPose=$(PATH)\$(MECH)\animation\$(MC)_lgimpposel +!GimpLeftRightPose=$(PATH)\$(MECH)\animation\$(MC)_lgimpposer + +!GimpRightPose=$(PATH)\$(MECH)\animation\$(MC)_rgimppose +!GimpRightUpPose=$(PATH)\$(MECH)\animation\$(MC)_rgimpposeu +!GimpRightDownPose=$(PATH)\$(MECH)\animation\$(MC)_rgimpposed +!GimpRightLeftPose=$(PATH)\$(MECH)\animation\$(MC)_rgimpposer +!GimpRightRightPose=$(PATH)\$(MECH)\animation\$(MC)_rgimpposel + +!GimpLeft=$(PATH)\$(MECH)\animation\$(MC)_lgimp +!GimpLeftUp=$(PATH)\$(MECH)\animation\$(MC)_lgimpu +!GimpLeftDown=$(PATH)\$(MECH)\animation\$(MC)_lgimpd +!GimpLeftRight=$(PATH)\$(MECH)\animation\$(MC)_lgimpr +!GimpLeftLeft=$(PATH)\$(MECH)\animation\$(MC)_lgimpl + +!GimpRight=$(PATH)\$(MECH)\animation\$(MC)_rgimp +!GimpRightUp=$(PATH)\$(MECH)\animation\$(MC)_rgimpu +!GimpRightDown=$(PATH)\$(MECH)\animation\$(MC)_rgimpd +!GimpRightRight=$(PATH)\$(MECH)\animation\$(MC)_rgimpr +!GimpRightLeft=$(PATH)\$(MECH)\animation\$(MC)_rgimpl + +!WalkStand=$(PATH)\$(MECH)\animation\$(MC)_walkstand +!WalkStandUp=$(PATH)\$(MECH)\animation\$(MC)_walkstandu +!WalkStandDown=$(PATH)\$(MECH)\animation\$(MC)_walkstandd +!WalkStandLeft=$(PATH)\$(MECH)\animation\$(MC)_walkstandl +!WalkStandRight=$(PATH)\$(MECH)\animation\$(MC)_walkstandr + +!WalkStandHalf=$(PATH)\$(MECH)\animation\$(MC)_walkstandrev +!WalkStandHalfUp=$(PATH)\$(MECH)\animation\$(MC)_walkstandrevu +!WalkStandHalfDown=$(PATH)\$(MECH)\animation\$(MC)_walkstandrevd +!WalkStandHalfLeft=$(PATH)\$(MECH)\animation\$(MC)_walkstandrevl +!WalkStandHalfRight=$(PATH)\$(MECH)\animation\$(MC)_walkstandrevr + +!StandWalk=$(PATH)\$(MECH)\animation\$(MC)_standwalk +!StandWalkUp=$(PATH)\$(MECH)\animation\$(MC)_standwalku +!StandWalkDown=$(PATH)\$(MECH)\animation\$(MC)_standwalkd +!StandWalkLeft=$(PATH)\$(MECH)\animation\$(MC)_standwalkl +!StandWalkRight=$(PATH)\$(MECH)\animation\$(MC)_standwalkr + +!BackStand=$(PATH)\$(MECH)\animation\$(MC)_backstand +!BackStandUp=$(PATH)\$(MECH)\animation\$(MC)_backstandu +!BackStandDown=$(PATH)\$(MECH)\animation\$(MC)_backstandd +!BackStandLeft=$(PATH)\$(MECH)\animation\$(MC)_backstandl +!BackStandRight=$(PATH)\$(MECH)\animation\$(MC)_backstandr + +!BackStandHalf=$(PATH)\$(MECH)\animation\$(MC)_backstandrev +!BackStandHalfUp=$(PATH)\$(MECH)\animation\$(MC)_backstandrevu +!BackStandHalfDown=$(PATH)\$(MECH)\animation\$(MC)_backstandrevd +!BackStandHalfLeft=$(PATH)\$(MECH)\animation\$(MC)_backstandrevl +!BackStandHalfRight=$(PATH)\$(MECH)\animation\$(MC)_backstandrevr + +!StandBack=$(PATH)\$(MECH)\animation\$(MC)_standback +!StandBackUp=$(PATH)\$(MECH)\animation\$(MC)_standbacku +!StandBackDown=$(PATH)\$(MECH)\animation\$(MC)_standbackd +!StandBackLeft=$(PATH)\$(MECH)\animation\$(MC)_standbackl +!StandBackRight=$(PATH)\$(MECH)\animation\$(MC)_standbackr + +!GimpLeftStand=$(PATH)\$(MECH)\animation\$(MC)_lgimpstand +!GimpLeftStandUp=$(PATH)\$(MECH)\animation\$(MC)_lgimpstandu +!GimpLeftStandDown=$(PATH)\$(MECH)\animation\$(MC)_lgimpstandd +!GimpLeftStandLeft=$(PATH)\$(MECH)\animation\$(MC)_lgimpstandl +!GimpLeftStandRight=$(PATH)\$(MECH)\animation\$(MC)_lgimpstandr + +!StandGimpLeft=$(PATH)\$(MECH)\animation\$(MC)_standlgimp +!StandGimpLeftUp=$(PATH)\$(MECH)\animation\$(MC)_standlgimpu +!StandGimpLeftDown=$(PATH)\$(MECH)\animation\$(MC)_standlgimpd +!StandGimpLeftLeft=$(PATH)\$(MECH)\animation\$(MC)_standlgimpl +!StandGimpLeftRight=$(PATH)\$(MECH)\animation\$(MC)_standlgimpr + +!GimpRightStand=$(PATH)\$(MECH)\animation\$(MC)_rgimpstand +!GimpRightStandUp=$(PATH)\$(MECH)\animation\$(MC)_rgimpstandu +!GimpRightStandDown=$(PATH)\$(MECH)\animation\$(MC)_rgimpstandd +!GimpRightStandLeft=$(PATH)\$(MECH)\animation\$(MC)_rgimpstandl +!GimpRightStandRight=$(PATH)\$(MECH)\animation\$(MC)_rgimpstandr + +!StandGimpRight=$(PATH)\$(MECH)\animation\$(MC)_standrgimp +!StandGimpRightUp=$(PATH)\$(MECH)\animation\$(MC)_standrgimpu +!StandGimpRightDown=$(PATH)\$(MECH)\animation\$(MC)_standrgimpd +!StandGimpRightLeft=$(PATH)\$(MECH)\animation\$(MC)_standrgimpl +!StandGimpRightRight=$(PATH)\$(MECH)\animation\$(MC)_standrgimpr + +!PowerDown=$(PATH)\$(MECH)\animation\$(MC)_powerdown +!PowerDownUp=$(PATH)\$(MECH)\animation\$(MC)_powerdownU +!PowerDownDown=$(PATH)\$(MECH)\animation\$(MC)_powerdownD +!PowerDownLeft=$(PATH)\$(MECH)\animation\$(MC)_powerdownL +!PowerDownRight=$(PATH)\$(MECH)\animation\$(MC)_powerdownR + +!PowerUp=$(PATH)\$(MECH)\animation\$(MC)_powerup +!PowerUpUp=$(PATH)\$(MECH)\animation\$(MC)_powerupU +!PowerUpDown=$(PATH)\$(MECH)\animation\$(MC)_powerupD +!PowerUpLeft=$(PATH)\$(MECH)\animation\$(MC)_powerupL +!PowerUpRight=$(PATH)\$(MECH)\animation\$(MC)_powerupR + +!SquatDown=$(PATH)\$(MECH)\animation\$(MC)_squatdown +!SquatDownUp=$(PATH)\$(MECH)\animation\$(MC)_squatdownU +!SquatDownDown=$(PATH)\$(MECH)\animation\$(MC)_squatdownD +!SquatDownLeft=$(PATH)\$(MECH)\animation\$(MC)_squatdownL +!SquatDownRight=$(PATH)\$(MECH)\animation\$(MC)_squatdownR + +!SquatUp=$(PATH)\$(MECH)\animation\$(MC)_squatup +!SquatUpUp=$(PATH)\$(MECH)\animation\$(MC)_squatupU +!SquatUpDown=$(PATH)\$(MECH)\animation\$(MC)_squatupD +!SquatUpLeft=$(PATH)\$(MECH)\animation\$(MC)_squatupL +!SquatUpRight=$(PATH)\$(MECH)\animation\$(MC)_squatupR + +!LandForward=$(PATH)\$(MECH)\animation\$(MC)_landforward + +!LandStand=$(PATH)\$(MECH)\animation\$(MC)_landstand +!LandStandUp=$(PATH)\$(MECH)\animation\$(MC)_landstandU +!LandStandDown=$(PATH)\$(MECH)\animation\$(MC)_landstandD +!LandStandLeft=$(PATH)\$(MECH)\animation\$(MC)_landstandL +!LandStandRight=$(PATH)\$(MECH)\animation\$(MC)_landstandR + +!FallForward=$(PATH)\$(MECH)\animation\$(MC)_fallforward +!FallBackward=$(PATH)\$(MECH)\animation\$(MC)_fallback +!FallLeft=$(PATH)\$(MECH)\animation\$(MC)_fallleft +!FallRight=$(PATH)\$(MECH)\animation\$(MC)_fallright + +!GetUp=$(PATH)\$(MECH)\animation\$(MC)_getup +!GetUpRight=$(PATH)\$(MECH)\animation\$(MC)_getupright + +!Fly=$(PATH)\$(MECH)\animation\$(MC)_jump + +!TurnLeft=$(PATH)\$(MECH)\animation\$(MC)_turnLeft +!TurnLeftUp=$(PATH)\$(MECH)\animation\$(MC)_turnLeftU +!TurnLeftDown=$(PATH)\$(MECH)\animation\$(MC)_turnLeftD +!TurnLeftLeft=$(PATH)\$(MECH)\animation\$(MC)_turnLeftL +!TurnLeftRight=$(PATH)\$(MECH)\animation\$(MC)_turnLeftR + +!TurnRight=$(PATH)\$(MECH)\animation\$(MC)_turnRight +!TurnRightUp=$(PATH)\$(MECH)\animation\$(MC)_turnRightU +!TurnRightDown=$(PATH)\$(MECH)\animation\$(MC)_turnRightD +!TurnRightLeft=$(PATH)\$(MECH)\animation\$(MC)_turnRightL +!TurnRightRight=$(PATH)\$(MECH)\animation\$(MC)_turnRightR + +!LGimpTurnLeft=$(PATH)\$(MECH)\animation\$(MC)_LGimpTurnLeft +!LGimpTurnLeftUp=$(PATH)\$(MECH)\animation\$(MC)_LGimpTurnLeftU +!LGimpTurnLeftDown=$(PATH)\$(MECH)\animation\$(MC)_LGimpTurnLeftD +!LGimpTurnLeftLeft=$(PATH)\$(MECH)\animation\$(MC)_LGimpTurnLeftL +!LGimpTurnLeftRight=$(PATH)\$(MECH)\animation\$(MC)_LGimpTurnLeftR + +!LGimpTurnRight=$(PATH)\$(MECH)\animation\$(MC)_LGimpTurnRight +!LGimpTurnRightUp=$(PATH)\$(MECH)\animation\$(MC)_LGimpTurnRightU +!LGimpTurnRightDown=$(PATH)\$(MECH)\animation\$(MC)_LGimpTurnRightD +!LGimpTurnRightLeft=$(PATH)\$(MECH)\animation\$(MC)_LGimpTurnRightL +!LGimpTurnRightRight=$(PATH)\$(MECH)\animation\$(MC)_LGimpTurnRightR + +!RGimpTurnLeft=$(PATH)\$(MECH)\animation\$(MC)_RGimpTurnLeft +!RGimpTurnLeftUp=$(PATH)\$(MECH)\animation\$(MC)_RGimpTurnLeftU +!RGimpTurnLeftDown=$(PATH)\$(MECH)\animation\$(MC)_RGimpTurnLeftD +!RGimpTurnLeftLeft=$(PATH)\$(MECH)\animation\$(MC)_RGimpTurnLeftL +!RGimpTurnLeftRight=$(PATH)\$(MECH)\animation\$(MC)_RGimpTurnLeftR + +!RGimpTurnRight=$(PATH)\$(MECH)\animation\$(MC)_RGimpTurnRight +!RGimpTurnRightUp=$(PATH)\$(MECH)\animation\$(MC)_RGimpTurnRightU +!RGimpTurnRightDown=$(PATH)\$(MECH)\animation\$(MC)_RGimpTurnRightD +!RGimpTurnRightLeft=$(PATH)\$(MECH)\animation\$(MC)_RGimpTurnRightL +!RGimpTurnRightRight=$(PATH)\$(MECH)\animation\$(MC)_RGimpTurnRightR + +//############################################# +//######### Curve Defines +//############################################# + +!LinearUpCurve=0 +!CubedCurve=1 +!EaseUpCurve=2 +!EdgeCurve=3 +!BumpCurve=4 +!EaseUpSplineCurve=5 +!CurveUpCurve=6 +!SpikeUpCurve=7 +!BellCurveCurve=8 +!SpikeCurve=9 +!LongBumpCurve=10 +!BumpSpikeCurve=11 +!SpikeBell=12 + + +//############################################# +//######### States +//############################################# + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +[StandState] + AnimType=FullHeightPoseHolderType + Start=0.0 + Position=0.0 + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(StandUpPose) + DownAnim=$(StandDownPose) + EvenAnim=$(StandPose) + LeftAnim=$(StandLeftPose) + RightAnim=$(StandRightPose) + +[StandHalfState] + AnimType=FullHeightPoseHolderType + Start=0.0 + Position=0.0 + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(StandUpPose) + DownAnim=$(StandDownPose) + EvenAnim=$(StandPose) + LeftAnim=$(StandLeftPose) + RightAnim=$(StandRightPose) + +[Stand_1_8_thState] + AnimType=FullHeightPoseHolderType + Start=0.0 + Position=0.0 + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(StandUpPose) + DownAnim=$(StandDownPose) + EvenAnim=$(StandPose) + LeftAnim=$(StandLeftPose) + RightAnim=$(StandRightPose) + +[Stand_2_8_thState] + AnimType=FullHeightPoseHolderType + Start=0.0 + Position=0.0 + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(StandUpPose) + DownAnim=$(StandDownPose) + EvenAnim=$(StandPose) + LeftAnim=$(StandLeftPose) + RightAnim=$(StandRightPose) + +[Stand_3_8_thState] + AnimType=FullHeightPoseHolderType + Start=0.0 + Position=0.0 + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(StandUpPose) + DownAnim=$(StandDownPose) + EvenAnim=$(StandPose) + LeftAnim=$(StandLeftPose) + RightAnim=$(StandRightPose) + +[Stand_5_8_thState] + AnimType=FullHeightPoseHolderType + Start=0.0 + Position=0.0 + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(StandUpPose) + DownAnim=$(StandDownPose) + EvenAnim=$(StandPose) + LeftAnim=$(StandLeftPose) + RightAnim=$(StandRightPose) + +[Stand_6_8_thState] + AnimType=FullHeightPoseHolderType + Start=0.0 + Position=0.0 + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(StandUpPose) + DownAnim=$(StandDownPose) + EvenAnim=$(StandPose) + LeftAnim=$(StandLeftPose) + RightAnim=$(StandRightPose) + +[Stand_7_8_thState] + AnimType=FullHeightPoseHolderType + Start=0.0 + Position=0.0 + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(StandUpPose) + DownAnim=$(StandDownPose) + EvenAnim=$(StandPose) + LeftAnim=$(StandLeftPose) + RightAnim=$(StandRightPose) + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +[ForwardState] + AnimType=FullHeightSpeedBlenderCycleType + Start=0.0 + Position=0.0 + + SpeedAttrib=CurrentSpeedMPS + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + + SlowUpAnim=$(WalkUp) + SlowDownAnim=$(WalkDown) + SlowEvenAnim=$(Walk) + SlowLeftAnim=$(WalkLeft) + SlowRightAnim=$(WalkRight) + FastUpAnim=$(RunUp) + FastDownAnim=$(RunDown) + FastEvenAnim=$(Run) + FastLeftAnim=$(RunLeft) + FastRightAnim=$(RunRight) + +[StandState::ForwardState] + TransitionStart=0.0 + PlayOldStateTill=0.0 + StartNewState=1.0 + OverrideNewStatePosition=default + StartOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 1 0 + + + AnimType=FullHeightBlenderCycleType + Start=0.0 + Position=0.0 + SpeedAttrib=CurrentSpeedMPS + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(StandWalkUp) + DownAnim=$(StandWalkDown) + EvenAnim=$(StandWalk) + LeftAnim=$(StandWalkLeft) + RightAnim=$(StandWalkRight) + + + + + +[ForwardState::StandState] + TransitionStart=0.0 + PlayOldStateTill=0.0 + StartNewState=1.0 + OverrideNewStatePosition=default + StartOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 1 0 + + + AnimType=FullHeightBlenderCycleType + Start=0.0 + Position=0.0 + SpeedAttrib=CurrentSpeedMPS + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(WalkStandUp) + DownAnim=$(WalkStandDown) + EvenAnim=$(WalkStand) + LeftAnim=$(WalkStandLeft) + RightAnim=$(WalkStandRight) + + +[ForwardState::Stand_1_8_thState] + TransitionStart=0.125 + PlayOldStateTill=0.5 + StartNewState=1.0 + OverrideNewStatePosition=default + StartOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 1 0 + + AnimType=FullHeightBlenderCycleType + Start=0.0 + Position=0.250 + SpeedAttrib=CurrentSpeedMPS + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(WalkStandUp) + DownAnim=$(WalkStandDown) + EvenAnim=$(WalkStand) + LeftAnim=$(WalkStandLeft) + RightAnim=$(WalkStandRight) + +[ForwardState::Stand_2_8_thState] + TransitionStart=0.250 + PlayOldStateTill=0.6 + StartNewState=1.0 + OverrideNewStatePosition=default + StartOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 1 0 + + AnimType=FullHeightBlenderCycleType + Start=0.0 + Position=0.5 + SpeedAttrib=CurrentSpeedMPS + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(WalkStandUp) + DownAnim=$(WalkStandDown) + EvenAnim=$(WalkStand) + LeftAnim=$(WalkStandLeft) + RightAnim=$(WalkStandRight) + +[ForwardState::Stand_3_8_thState] + TransitionStart=0.375 + PlayOldStateTill=0.9 + StartNewState=1.0 + OverrideNewStatePosition=default + StartOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 1 0 + + AnimType=FullHeightBlenderCycleType + Start=0.0 + Position=0.7 + SpeedAttrib=CurrentSpeedMPS + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(WalkStandUp) + DownAnim=$(WalkStandDown) + EvenAnim=$(WalkStand) + LeftAnim=$(WalkStandLeft) + RightAnim=$(WalkStandRight) + + +[ForwardState::StandHalfState] + TransitionStart=0.5 + PlayOldStateTill=0.0 + StartNewState=1.0 + OverrideNewStatePosition=default + StartOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 1 0 + + AnimType=FullHeightBlenderCycleType + Start=0.0 + Position=0.0 + SpeedAttrib=CurrentSpeedMPS + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(WalkStandHalfUp) + DownAnim=$(WalkStandHalfDown) + EvenAnim=$(WalkStandHalf) + LeftAnim=$(WalkStandHalfLeft) + RightAnim=$(WalkStandHalfRight) + + +[ForwardState::Stand_5_8_thState] + TransitionStart=0.625 + PlayOldStateTill=0.5 + StartNewState=1.0 + OverrideNewStatePosition=default + StartOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 1 0 + + AnimType=FullHeightBlenderCycleType + Start=0.0 + Position=0.250 + SpeedAttrib=CurrentSpeedMPS + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(WalkStandHalfUp) + DownAnim=$(WalkStandHalfDown) + EvenAnim=$(WalkStandHalf) + LeftAnim=$(WalkStandHalfLeft) + RightAnim=$(WalkStandHalfRight) + +[ForwardState::Stand_6_8_thState] + TransitionStart=0.750 + PlayOldStateTill=0.6 + StartNewState=1.0 + OverrideNewStatePosition=default + StartOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 1 0 + + AnimType=FullHeightBlenderCycleType + Start=0.0 + Position=0.5 + SpeedAttrib=CurrentSpeedMPS + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(WalkStandHalfUp) + DownAnim=$(WalkStandHalfDown) + EvenAnim=$(WalkStandHalf) + LeftAnim=$(WalkStandHalfLeft) + RightAnim=$(WalkStandHalfRight) + +[ForwardState::Stand_7_8_thState] + TransitionStart=0.875 + PlayOldStateTill=0.9 + StartNewState=1.0 + OverrideNewStatePosition=default + StartOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 1 0 + + AnimType=FullHeightBlenderCycleType + Start=0.0 + Position=0.700 + SpeedAttrib=CurrentSpeedMPS + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(WalkStandHalfUp) + DownAnim=$(WalkStandHalfDown) + EvenAnim=$(WalkStandHalf) + LeftAnim=$(WalkStandHalfLeft) + RightAnim=$(WalkStandHalfRight) + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +[BackwardState] + AnimType=FullHeightBlenderCycleType + Start=0.0 + Position=0.0 + + SpeedAttrib=CurrentSpeedMPS + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + + UpAnim=$(BackDown) + DownAnim=$(BackUp) + EvenAnim=$(Back) + LeftAnim=$(BackLeft) + RightAnim=$(BackRight) + +[StandState::BackwardState] + TransitionStart=0.0 + PlayOldStateTill=0.0 + StartNewState=1.0 + OverrideNewStatePosition=default + StartOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 1 0 + + AnimType=FullHeightBlenderCycleType + Start=0.0 + Position=0.0 + SpeedAttrib=CurrentSpeedMPS + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(StandBackDown) + DownAnim=$(StandBackUp) + EvenAnim=$(StandBack) + LeftAnim=$(StandBackLeft) + RightAnim=$(StandBackRight) + + + +[BackwardState::StandState] + TransitionStart=0.0 + PlayOldStateTill=0.0 + StartNewState=1.0 + OverrideNewStatePosition=default + StartOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 1 0 + + + AnimType=FullHeightBlenderCycleType + Start=0.0 + Position=0.0 + SpeedAttrib=CurrentSpeedMPS + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(BackStandDown) + DownAnim=$(BackStandUp) + EvenAnim=$(BackStand) + LeftAnim=$(BackStandLeft) + RightAnim=$(BackStandRight) + + +[BackwardState::Stand_1_8_thState] + TransitionStart=0.125 + PlayOldStateTill=0.5 + StartNewState=1.0 + OverrideNewStatePosition=default + StartOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 1 0 + + AnimType=FullHeightBlenderCycleType + Start=0.0 + Position=0.250 + SpeedAttrib=CurrentSpeedMPS + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(BackStandDown) + DownAnim=$(BackStandUp) + EvenAnim=$(BackStand) + LeftAnim=$(BackStandLeft) + RightAnim=$(BackStandRight) + +[BackwardState::Stand_2_8_thState] + TransitionStart=0.250 + PlayOldStateTill=0.6 + StartNewState=1.0 + OverrideNewStatePosition=default + StartOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 1 0 + + AnimType=FullHeightBlenderCycleType + Start=0.0 + Position=0.5 + SpeedAttrib=CurrentSpeedMPS + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(BackStandDown) + DownAnim=$(BackStandUp) + EvenAnim=$(BackStand) + LeftAnim=$(BackStandLeft) + RightAnim=$(BackStandRight) + +[BackwardState::Stand_3_8_thState] + TransitionStart=0.375 + PlayOldStateTill=0.9 + StartNewState=1.0 + OverrideNewStatePosition=default + StartOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 1 0 + + AnimType=FullHeightBlenderCycleType + Start=0.0 + Position=0.7 + SpeedAttrib=CurrentSpeedMPS + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(BackStandDown) + DownAnim=$(BackStandUp) + EvenAnim=$(BackStand) + LeftAnim=$(BackStandLeft) + RightAnim=$(BackStandRight) + + +[BackwardState::StandHalfState] + TransitionStart=0.5 + PlayOldStateTill=0.0 + StartNewState=1.0 + OverrideNewStatePosition=default + StartOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 1 0 + + AnimType=FullHeightBlenderCycleType + Start=0.0 + Position=0.0 + SpeedAttrib=CurrentSpeedMPS + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(BackStandHalfDown) + DownAnim=$(BackStandHalfUp) + EvenAnim=$(BackStandHalf) + LeftAnim=$(BackStandHalfLeft) + RightAnim=$(BackStandHalfRight) + + +[BackwardState::Stand_5_8_thState] + TransitionStart=0.625 + PlayOldStateTill=0.5 + StartNewState=1.0 + OverrideNewStatePosition=default + StartOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 1 0 + + AnimType=FullHeightBlenderCycleType + Start=0.0 + Position=0.250 + SpeedAttrib=CurrentSpeedMPS + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(BackStandHalfDown) + DownAnim=$(BackStandHalfUp) + EvenAnim=$(BackStandHalf) + LeftAnim=$(BackStandHalfLeft) + RightAnim=$(BackStandHalfRight) + +[BackwardState::Stand_6_8_thState] + TransitionStart=0.750 + PlayOldStateTill=0.6 + StartNewState=1.0 + OverrideNewStatePosition=default + StartOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 1 0 + + AnimType=FullHeightBlenderCycleType + Start=0.0 + Position=0.5 + SpeedAttrib=CurrentSpeedMPS + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(BackStandHalfDown) + DownAnim=$(BackStandHalfUp) + EvenAnim=$(BackStandHalf) + LeftAnim=$(BackStandHalfLeft) + RightAnim=$(BackStandHalfRight) + +[BackwardState::Stand_7_8_thState] + TransitionStart=0.875 + PlayOldStateTill=0.9 + StartNewState=1.0 + OverrideNewStatePosition=default + StartOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 1 0 + + AnimType=FullHeightBlenderCycleType + Start=0.0 + Position=0.700 + SpeedAttrib=CurrentSpeedMPS + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(BackStandHalfDown) + DownAnim=$(BackStandHalfUp) + EvenAnim=$(BackStandHalf) + LeftAnim=$(BackStandHalfLeft) + RightAnim=$(BackStandHalfRight) + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +[GimpStandLeftState] + AnimType=FullHeightPoseHolderType + Start=0.0 + Position=0.0 + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(GimpLeftUpPose) + DownAnim=$(GimpLeftDownPose) + EvenAnim=$(GimpLeftPose) + LeftAnim=$(GimpLeftLeftPose) + RightAnim=$(GimpLeftRightPose) + +[GimpForwardLeftState] + AnimType=FullHeightBlenderCycleType + Start=0.0 + Position=0.0 + SpeedAttrib=CurrentSpeedMPS + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(GimpLeftUp) + DownAnim=$(GimpLeftDown) + EvenAnim=$(GimpLeft) + LeftAnim=$(GimpLeftLeft) + RightAnim=$(GimpLeftRight) + +[GimpStandLeftState::GimpForwardLeftState] + TransitionStart=0.0 + PlayOldStateTill=0.0 + StartNewState=1.0 + OverrideNewStatePosition=default + StartOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 1 0 + + AnimType=FullHeightBlenderCycleType + Start=0.0 + Position=0.0 + SpeedAttrib=CurrentSpeedMPS + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(StandGimpLeftUp) + DownAnim=$(StandGimpLeftDown) + EvenAnim=$(StandGimpLeft) + LeftAnim=$(StandGimpLeftLeft) + RightAnim=$(StandGimpLeftRight) + + +[GimpForwardLeftState::GimpStandLeftState] + TransitionStart=0.0 + PlayOldStateTill=0.0 + StartNewState=1.0 + OverrideNewStatePosition=default + StartOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 1 0 + + AnimType=FullHeightBlenderCycleType + Start=0.0 + Position=0.0 + SpeedAttrib=CurrentSpeedMPS + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(GimpLeftStandUp) + DownAnim=$(GimpLeftStandDown) + EvenAnim=$(GimpLeftStand) + LeftAnim=$(GimpLeftStandLeft) + RightAnim=$(GimpLeftStandRight) + + +[::GimpForwardLeftState] + TransitionStart=0.0 + PlayOldStateTill=0.3 + StartNewState=1.0 + OverrideNewStatePosition=default + StartOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 1 0 + + AnimType=FullHeightBlenderCycleType + Start=0.0 + Position=0.0 + SpeedAttrib=CurrentSpeedMPS + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(GimpLeftUp) + DownAnim=$(GimpLeftDown) + EvenAnim=$(GimpLeft) + LeftAnim=$(GimpLeftLeft) + RightAnim=$(GimpLeftRight) + + + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +[GimpStandRightState] + AnimType=FullHeightPoseHolderType + Start=0.0 + Position=0.0 + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(GimpRightUpPose) + DownAnim=$(GimpRightDownPose) + EvenAnim=$(GimpRightPose) + RightAnim=$(GimpRightLeftPose) + LeftAnim=$(GimpRightRightPose) + +[GimpForwardRightState] + AnimType=FullHeightBlenderCycleType + Start=0.0 + Position=0.0 + SpeedAttrib=CurrentSpeedMPS + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(GimpRightUp) + DownAnim=$(GimpRightDown) + EvenAnim=$(GimpRight) + LeftAnim=$(GimpRightLeft) + RightAnim=$(GimpRightRight) + +[GimpStandRightState::GimpForwardRightState] + TransitionStart=0.0 + PlayOldStateTill=0.0 + StartNewState=1.0 + OverrideNewStatePosition=default + StartOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 1 0 + + AnimType=FullHeightBlenderCycleType + Start=0.0 + Position=0.0 + SpeedAttrib=CurrentSpeedMPS + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(StandGimpRightUp) + DownAnim=$(StandGimpRightDown) + EvenAnim=$(StandGimpRight) + LeftAnim=$(StandGimpRightLeft) + RightAnim=$(StandGimpRightRight) + + +[GimpForwardRightState::GimpStandRightState] + TransitionStart=0.0 + PlayOldStateTill=0.0 + StartNewState=1.0 + OverrideNewStatePosition=default + StartOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 1 0 + + AnimType=FullHeightBlenderCycleType + Start=0.0 + Position=0.0 + SpeedAttrib=CurrentSpeedMPS + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(GimpRightStandUp) + DownAnim=$(GimpRightStandDown) + EvenAnim=$(GimpRightStand) + LeftAnim=$(GimpRightStandLeft) + RightAnim=$(GimpRightStandRight) + +[::GimpForwardRightState] + TransitionStart=0.5 + PlayOldStateTill=0.3 + StartNewState=1.0 + OverrideNewStatePosition=default + StartOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 1 0 + + AnimType=FullHeightBlenderCycleType + Start=0.0 + Position=0.0 + SpeedAttrib=CurrentSpeedMPS + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(GimpRightUp) + DownAnim=$(GimpRightDown) + EvenAnim=$(GimpRight) + LeftAnim=$(GimpRightLeft) + RightAnim=$(GimpRightRight) + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +[FallForwardState] + AnimType=PoseType + Start=0.0 + Position=1.0 + Anim=$(FallForward) + +[StandState::FallForwardState] + TransitionStart=any + PlayOldStateTill=0.0 + StartNewState=1.0 + OverrideNewStatePosition=default + StartOverlapCurve=$(CubedCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(CubedCurve) 0.0 1.0 0.0 1.0 1 0 + + AnimType=CycleType + Start=0.0 + Position=0.0 + Anim=$(FallForward) + +[::FallForwardState] + TransitionStart=any + PlayOldStateTill=0.2 + StartNewState=1.0 + OverrideNewStatePosition=default + StartOverlapCurve=$(CubedCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(CubedCurve) 0.0 1.0 0.0 1.0 1 0 + + AnimType=CycleType + Start=0.0 + Position=0.0 + Anim=$(FallForward) + +[FallForwardState::StandState] + TransitionStart=0.0 + PlayOldStateTill=0.0 + StartNewState=0.6 + OverrideNewStatePosition=default + StartOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 1 0 + + AnimType=CycleType + Start=0.0 + Position=0.0 + Anim=$(GetUp) + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +[FallBackwardState] + AnimType=PoseType + Start=0.0 + Position=1.0 + Anim=$(FallBackward) + +[StandState::FallBackwardState] + TransitionStart=any + PlayOldStateTill=0.0 + StartNewState=1.0 + OverrideNewStatePosition=default + StartOverlapCurve=$(CubedCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(CubedCurve) 0.0 1.0 0.0 1.0 1 0 + + AnimType=CycleType + Start=0.0 + Position=0.0 + Anim=$(FallBackward) + +[::FallBackwardState] + TransitionStart=any + PlayOldStateTill=0.2 + StartNewState=1.0 + OverrideNewStatePosition=default + StartOverlapCurve=$(CubedCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(CubedCurve) 0.0 1.0 0.0 1.0 1 0 + + AnimType=CycleType + Start=0.0 + Position=0.0 + Anim=$(FallBackward) + +[FallBackwardState::StandState] + TransitionStart=0.0 + PlayOldStateTill=0.0 + StartNewState=0.6 + OverrideNewStatePosition=default + StartOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 1 0 + + AnimType=CycleType + Start=0.0 + Position=0.0 + Anim=$(GetUp) + + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +[FallLeftState] + AnimType=PoseType + Start=0.0 + Position=1.0 + Anim=$(FallLeft) + +[StandState::FallLeftState] + TransitionStart=any + PlayOldStateTill=0.0 + StartNewState=1.0 + OverrideNewStatePosition=default + StartOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 1 0 + + AnimType=CycleType + Start=0.0 + Position=0.0 + Anim=$(FallLeft) + +[::FallLeftState] + TransitionStart=any + PlayOldStateTill=0.2 + StartNewState=1.0 + OverrideNewStatePosition=default + StartOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 1 0 + + AnimType=CycleType + Start=0.0 + Position=0.0 + Anim=$(FallLeft) + +[FallLeftState::StandState] + TransitionStart=0.0 + PlayOldStateTill=0.0 + StartNewState=0.6 + OverrideNewStatePosition=default + StartOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 1 0 + + AnimType=CycleType + Start=0.0 + Position=0.0 + Anim=$(GetUp) + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +[FallRightState] + AnimType=PoseType + Start=0.0 + Position=1.0 + Anim=$(FallRight) + +[StandState::FallRightState] + TransitionStart=any + PlayOldStateTill=0.0 + StartNewState=1.0 + OverrideNewStatePosition=default + StartOverlapCurve=$(CubedCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(CubedCurve) 0.0 1.0 0.0 1.0 1 0 + + AnimType=CycleType + Start=0.0 + Position=0.0 + Anim=$(FallRight) + +[::FallRightState] + TransitionStart=any + PlayOldStateTill=0.2 + StartNewState=1.0 + OverrideNewStatePosition=default + StartOverlapCurve=$(CubedCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(CubedCurve) 0.0 1.0 0.0 1.0 1 0 + + AnimType=CycleType + Start=0.0 + Position=0.0 + Anim=$(FallRight) + +[FallRightState::StandState] + TransitionStart=0.0 + PlayOldStateTill=0.0 + StartNewState=0.6 + OverrideNewStatePosition=default + StartOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 1 0 + + AnimType=CycleType + Start=0.0 + Position=0.0 + Anim=$(GetUpRight) + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +[PowerDownState] + AnimType=FullHeightPoseHolderType + Start=0.0 + Position=0.0 + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(PowerUpUp) + DownAnim=$(PowerUpDown) + EvenAnim=$(PowerUp) + LeftAnim=$(PowerUpLeft) + RightAnim=$(PowerUpRight) + +[StandState::PowerDownState] + TransitionStart=0.0 + PlayOldStateTill=0.0 + StartNewState=1.0 + OverrideNewStatePosition=default + StartOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 1 0 + + AnimType=FullHeightBlenderCycleType + Start=0.0 + Position=0.0 + SpeedAttrib=CurrentSpeedMPS + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(PowerDownUp) + DownAnim=$(PowerDownDown) + EvenAnim=$(PowerDown) + LeftAnim=$(PowerDownLeft) + RightAnim=$(PowerDownRight) + +[PowerDownState::StandState] + TransitionStart=0.0 + PlayOldStateTill=0.0 + StartNewState=1.0 + OverrideNewStatePosition=default + StartOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 1 0 + + AnimType=FullHeightBlenderCycleType + Start=0.0 + Position=0.0 + SpeedAttrib=CurrentSpeedMPS + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(PowerUpUp) + DownAnim=$(PowerUpDown) + EvenAnim=$(PowerUp) + LeftAnim=$(PowerUpLeft) + RightAnim=$(PowerUpRight) + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +[CrouchState] + AnimType=FullHeightPoseHolderType + Start=0.0 + Position=0.0 + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(SquatUpUp) + DownAnim=$(SquatUpDown) + EvenAnim=$(SquatUp) + LeftAnim=$(SquatUpLeft) + RightAnim=$(SquatUpRight) + + +[StandState::CrouchState] + TransitionStart=0.0 + PlayOldStateTill=0.0 + StartNewState=1.0 + OverrideNewStatePosition=default + StartOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 1 0 + + AnimType=FullHeightBlenderCycleType + Start=0.0 + Position=0.0 + SpeedAttrib=CurrentSpeedMPS + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(SquatDownUp) + DownAnim=$(SquatDownDown) + EvenAnim=$(SquatDown) + LeftAnim=$(SquatDownLeft) + RightAnim=$(SquatDownRight) + + + +[CrouchState::StandState] + TransitionStart=0.0 + PlayOldStateTill=0.0 + StartNewState=1.0 + OverrideNewStatePosition=default + StartOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 1 0 + + AnimType=FullHeightBlenderCycleType + Start=0.0 + Position=0.0 + SpeedAttrib=CurrentSpeedMPS + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(SquatUpUp) + DownAnim=$(SquatUpDown) + EvenAnim=$(SquatUp) + LeftAnim=$(SquatUpLeft) + RightAnim=$(SquatUpRight) + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +[TurnLeftState] + AnimType=FullHeightBlenderCycleType + carryover=false + Start=0.0 + Position=0.0 + SpeedAttrib=CurrentSpeedMPS + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(TurnLeftUp) + DownAnim=$(TurnLeftDown) + EvenAnim=$(TurnLeft) + LeftAnim=$(TurnLeftLeft) + RightAnim=$(TurnLeftRight) + +[TurnRightState] + AnimType=FullHeightBlenderCycleType + carryover=false + Start=0.0 + Position=0.0 + SpeedAttrib=CurrentSpeedMPS + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(TurnRightUp) + DownAnim=$(TurnRightDown) + EvenAnim=$(TurnRight) + LeftAnim=$(TurnRightLeft) + RightAnim=$(TurnRightRight) + +[LGimpTurnLeftState] + AnimType=FullHeightBlenderCycleType + carryover=false + Start=0.0 + Position=0.0 + SpeedAttrib=CurrentSpeedMPS + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(LGimpTurnLeftUp) + DownAnim=$(LGimpTurnLeftDown) + EvenAnim=$(LGimpTurnLeft) + LeftAnim=$(LGimpTurnLeftLeft) + RightAnim=$(LGimpTurnLeftRight) + +[LGimpTurnRightState] + AnimType=FullHeightBlenderCycleType + carryover=false + Start=0.0 + Position=0.0 + SpeedAttrib=CurrentSpeedMPS + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(LGimpTurnRightUp) + DownAnim=$(LGimpTurnRightDown) + EvenAnim=$(LGimpTurnRight) + LeftAnim=$(LGimpTurnRightLeft) + RightAnim=$(LGimpTurnRightRight) + +[RGimpTurnLeftState] + AnimType=FullHeightBlenderCycleType + carryover=false + Start=0.0 + Position=0.0 + SpeedAttrib=CurrentSpeedMPS + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(RGimpTurnLeftUp) + DownAnim=$(RGimpTurnLeftDown) + EvenAnim=$(RGimpTurnLeft) + LeftAnim=$(RGimpTurnLeftLeft) + RightAnim=$(RGimpTurnLeftRight) + +[RGimpTurnRightState] + AnimType=FullHeightBlenderCycleType + carryover=false + Start=0.0 + Position=0.0 + SpeedAttrib=CurrentSpeedMPS + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(RGimpTurnRightUp) + DownAnim=$(RGimpTurnRightDown) + EvenAnim=$(RGimpTurnRight) + LeftAnim=$(RGimpTurnRightLeft) + RightAnim=$(RGimpTurnRightRight) +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +[FlyState] + AnimType=CycleType + Start=0.0 + Position=0.0 + Anim=$(Fly) + +[::FlyState] + TransitionStart=any + PlayOldStateTill=1.0 + StartNewState=1.0 + OverrideNewStatePosition=default + StartOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 1 0 + + AnimType=LerpCycleType + Start=0.0 + Position=0.0 + LerpTime=0.8 + Anim=$(Fly) + +[FlyState::ForwardState] + TransitionStart=any + PlayOldStateTill=0.19 + StartNewState=0.2 + OverrideNewStatePosition=0.2 + StartOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 1 0 + + AnimType=CycleType + Start=0.0 + Position=0.0 + Anim=$(LandForward) + + +[FlyState::StandState] + TransitionStart=any + PlayOldStateTill=0.1 + StartNewState=1.0 + OverrideNewStatePosition=default + StartOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 0 0 + EndOverlapCurve=$(LinearUpCurve) 0.0 1.0 0.0 1.0 1 0 + + AnimType=FullHeightBlenderCycleType + Start=0.0 + Position=0.0 + SpeedAttrib=CurrentSpeedMPS + PitchAttrib=LocalGroundPitch + RollAttrib=LocalGroundRoll + UpAnim=$(LandStandUp) + DownAnim=$(LandStandDown) + EvenAnim=$(LandStand) + LeftAnim=$(LandStandLeft) + RightAnim=$(LandStandRight) diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c.armature b/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c.armature index 8f76344a..9a81bce9 100644 --- a/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c.armature +++ b/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c.armature @@ -1,659 +1,269 @@ -[site_light] -Rotation=0.000000 0.000000 0.000000 -Translation=0.000004 -0.942300 -0.672117 - -[site_cageright] -Rotation=0.000000 -89.999983 0.000000 -Translation=-1.020101 -1.010499 3.060099 - -[site_cageleft] -Rotation=0.000000 -89.999983 0.000000 -Translation=1.020005 -1.010492 3.060091 - - -[joint_cage] -Rotation=0.000000 0.000000 0.000000 -Translation=-0.000002 0.960694 2.901988 -Child=site_light -Child=site_cageright -Child=site_cageleft - -[site_lmissile] -Rotation=0.000000 0.000000 0.000000 -Translation=1.003312 0.256305 1.138528 - -[site_lshellport] -Rotation=180.000020 0.000000 0.000000 -Translation=0.850073 -0.855878 -1.073190 - -[site_ldgunport] -Rotation=0.000000 0.000000 0.000000 -Translation=1.268069 -0.754699 1.756918 - -[site_lugunport] -Rotation=0.000000 0.000000 0.000000 -Translation=1.519903 -0.384355 1.605281 - -[site_loexhaust] -Rotation=180.000020 10.000004 0.000000 -Translation=0.559211 0.390911 -1.292639 - - -[joint_lgun] -Rotation=0.000000 0.000000 0.000000 -Translation=0.000005 -0.020281 0.055435 -Child=site_lmissile -Child=site_lshellport -Child=site_ldgunport -Child=site_lugunport -Child=site_loexhaust - - -[joint_lgunabove] -Rotation=0.000000 0.000000 0.000000 -Translation=-0.005840 0.020673 -0.018407 -Child=joint_lgun - - -[joint_luarm] -Rotation=0.000000 0.000000 0.000000 -Translation=1.244945 0.577373 0.015325 -Child=joint_lgunabove - -[site_rmissile] -Rotation=0.000000 0.000000 0.000000 -Translation=-0.945033 0.265020 1.176418 - -[site_rdgunport] -Rotation=0.000000 0.000000 0.000000 -Translation=-1.225649 -0.735231 1.797342 - -[site_rugunport] -Rotation=0.000000 0.000000 0.000000 -Translation=-1.470024 -0.368238 1.642985 - -[site_rshellport] -Rotation=180.000020 0.000000 0.000000 -Translation=-0.816450 -0.853390 -1.035433 - - -[joint_rgun] -Rotation=0.000000 0.000000 0.000000 -Translation=0.000000 0.016676 0.018470 -Child=site_rmissile -Child=site_rdgunport -Child=site_rugunport -Child=site_rshellport - - -[joint_rgunabove] -Rotation=0.000000 0.000000 0.000000 -Translation=-0.010052 -0.020280 0.003056 -Child=joint_rgun - - -[joint_ruarm] -Rotation=0.000000 0.000000 0.000000 -Translation=-1.279480 0.569229 -0.004927 -Child=joint_rgunabove - - -[joint_head] - - -[joint_centertorsorear] - -[site_rtorsoport] -Rotation=0.000000 0.000000 0.000000 -Translation=-0.447609 0.647382 3.419884 - - -[joint_righttorsofront] -Child=site_rtorsoport - -[site_ltorsoport] -Rotation=0.000000 0.000000 0.000000 -Translation=0.366658 0.646950 3.413908 - - -[joint_lefttorsofront] -Child=site_ltorsoport - - -[joint_centertorsofront] - -[site_lmissileport] -Rotation=0.000000 0.000000 0.000000 -Translation=0.342911 1.983471 0.419632 - -[site_rmissileport] -Rotation=0.000000 0.000000 0.000000 -Translation=-0.308989 1.987181 0.424879 - - -[joint_specialone] -Rotation=0.000000 0.000000 0.000000 -Translation=-0.004940 -0.004203 0.022175 -Child=site_lmissileport -Child=site_rmissileport - - -[site_eyepoint] -Rotation=0.000000 0.000000 0.000000 -Translation=-0.000001 0.973841 2.897429 - -[site_lexhaust] -Rotation=180.000020 0.000000 0.000000 -Translation=0.060188 -0.031873 -1.607116 - -[site_rujetport] -Rotation=-135.040136 48.626699 27.704629 -Translation=-0.547558 0.323843 -1.842233 - -[site_lujetport] -Rotation=135.040136 48.626757 -27.704629 -Translation=0.610725 0.322562 -1.823795 - -[site_jcjetport04] -Rotation=-149.999725 69.999973 0.000000 -Translation=-1.526841 -1.894280 -3.048203 - -[site_jcjetport03] -Rotation=149.999780 69.999973 0.000000 -Translation=1.525953 -1.894269 -3.048213 - -[site_jcjetport02] -Rotation=30.000015 69.999973 0.000000 -Translation=1.525960 -1.894286 2.236441 - -[site_jcjetport01] -Rotation=-30.000015 69.999973 0.000000 -Translation=-1.526857 -1.894296 2.236445 - -[site_jcattach] -Rotation=0.000000 0.000000 0.000000 -Translation=-0.018476 -1.208951 -0.413211 - -[site_coolantflush] -Rotation=180.000020 0.000000 0.000000 -Translation=-0.000004 0.850003 -1.699927 - -[site_eject] -Rotation=0.000000 -89.999983 0.000000 -Translation=-0.000005 1.374437 2.940554 - - -[joint_torsoabove] -Rotation=0.000000 0.000000 0.000000 -Translation=0.000453 0.178947 -0.044752 -Child=joint_cage -Child=joint_luarm -Child=joint_ruarm -Child=joint_head -Child=joint_centertorsorear -Child=joint_righttorsofront -Child=joint_lefttorsofront -Child=joint_centertorsofront -Child=joint_specialone -Child=site_eyepoint -Child=site_lexhaust -Child=site_rujetport -Child=site_lujetport -Child=site_jcjetport04 -Child=site_jcjetport03 -Child=site_jcjetport02 -Child=site_jcjetport01 -Child=site_jcattach -Child=site_coolantflush -Child=site_eject - - -[joint_torso] -Child=joint_torsoabove - - -[joint_torsobelow] -Rotation=0.000000 0.000000 0.000000 -Translation=0.000000 0.510000 0.000000 -Child=joint_torso - - -[joint_hipabove] -Child=joint_torsobelow - - -[joint_hip] -Child=joint_hipabove - - -[joint_hipbelow] -Child=joint_hip - - -[site_rfoot] -Rotation=0.000000 0.000000 0.000000 -Translation=-0.000003 -0.850003 0.170001 - - -[joint_rftoe] -Rotation=0.000000 0.000000 0.000000 -Translation=-0.042503 -0.510000 0.510003 - - -[joint_rbtoe] -Rotation=0.000000 0.000000 0.000000 -Translation=0.000004 -0.587282 -0.765009 - - -[joint_ritoe] -Rotation=0.000000 0.000000 0.000000 -Translation=0.254999 -0.510001 0.000001 - - -[joint_rotoe] -Rotation=0.000000 0.000000 0.000000 -Translation=-0.255001 -0.510001 -0.000002 - -[site_rfoot] -Rotation=0.000000 89.999983 0.000000 -Translation=-0.000003 -0.850003 0.170001 - - -[joint_rbelowankle] -Child=site_rfoot -Child=joint_rftoe -Child=joint_rbtoe -Child=joint_ritoe -Child=joint_rotoe -Child=site_rfoot - - -[joint_rankle] -Rotation=0.000000 0.000000 0.000000 -Translation=-0.002403 -2.040021 1.529974 -Child=joint_rbelowankle - - -[joint_rdleg] -Rotation=0.000000 0.000000 0.000000 -Translation=-0.593402 -1.446158 -1.189398 -Child=joint_rankle - - -[joint_ruleg] -Rotation=0.000000 0.000000 0.000000 -Translation=-0.722500 0.000000 0.000000 -Child=joint_rdleg - +[site_eject2] +Rotation=0.000000 -90.000003 0.000000 +Translation=0.000000 4.904985 2.257239 [site_lfoot] -Rotation=0.000000 0.000000 0.000000 -Translation=0.000000 -0.850011 0.170010 - +Rotation=0.000000 90.000003 0.000000 +Translation=-0.130823 -0.803400 0.028754 [joint_lftoe] Rotation=0.000000 0.000000 0.000000 -Translation=0.042498 -0.510000 0.510058 - +Translation=0.000000 -0.550000 0.450000 [joint_lbtoe] Rotation=0.000000 0.000000 0.000000 -Translation=0.000017 -0.587292 -0.745778 - - -[joint_litoe] -Rotation=0.000000 0.000000 0.000000 -Translation=-0.255002 -0.510006 0.000002 - - -[joint_lotoe] -Rotation=0.000000 0.000000 0.000000 -Translation=0.334094 -0.509558 -0.077298 - -[site_lfoot] -Rotation=0.000000 89.999983 0.000000 -Translation=0.000000 -0.850011 0.170010 - +Translation=0.000000 -0.550000 -0.536939 [joint_lbelowankle] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 -0.000000 0.000000 Child=site_lfoot Child=joint_lftoe Child=joint_lbtoe -Child=joint_litoe -Child=joint_lotoe -Child=site_lfoot - [joint_lankle] Rotation=0.000000 0.000000 0.000000 -Translation=-0.001977 -2.039116 1.531299 +Translation=0.085829 -1.671578 1.540875 Child=joint_lbelowankle - [joint_ldleg] Rotation=0.000000 0.000000 0.000000 -Translation=0.595002 -1.445000 -1.189999 +Translation=0.442368 -1.428422 -0.940828 Child=joint_lankle - [joint_luleg] Rotation=0.000000 0.000000 0.000000 -Translation=0.722500 0.000000 0.000000 +Translation=1.047535 0.000000 -0.306947 Child=joint_ldleg - -[joint_root] -Child=joint_hipbelow -Child=joint_ruleg -Child=joint_luleg - - -[joint_vel] -Rotation=0.000000 0.000000 0.000000 -Translation=0.000000 4.335000 0.000000 -Child=joint_root - - -[joint_world] -Child=joint_vel - -[site_eyepoint] -Rotation=0.000000 0.000000 0.000000 -Translation=0.004068 1.679715 1.436116 - -[site_light] -Rotation=0.000000 0.000000 0.000000 -Translation=0.019911 -1.263735 0.182012 - -[site_cageright] -Rotation=0.000000 -89.999983 0.000000 -Translation=-0.716188 -0.642600 1.511647 - -[site_cageleft] -Rotation=0.000000 -89.999983 0.000000 -Translation=0.716200 -0.642600 1.511644 - - -[joint_cage] -Rotation=0.000000 0.000000 0.000000 -Translation=0.004067 1.321608 1.078460 -Child=site_light -Child=site_cageright -Child=site_cageleft - -[site_lugunport] -Rotation=0.000000 0.000000 0.000000 -Translation=0.061235 -0.880020 3.074824 - -[site_lshellport] -Rotation=180.000020 0.000000 0.000000 -Translation=0.000002 -1.334341 -0.140694 - -[site_ldgunport] -Rotation=0.000000 0.000000 0.000000 -Translation=0.064950 -0.877935 3.075629 - - -[joint_lgun] -Child=site_lugunport -Child=site_lshellport -Child=site_ldgunport - - -[joint_lgunabove] -Rotation=0.000000 0.000000 0.000000 -Translation=0.622668 -1.014181 -0.031895 -Child=joint_lgun - - -[joint_luarm] -Rotation=0.000000 0.000000 0.000000 -Translation=1.692612 1.593896 -0.516345 -Child=joint_lgunabove - -[site_rtorsoport] -Rotation=0.000000 0.000000 0.000000 -Translation=-1.397806 0.006678 0.953980 - - -[joint_specialtwo] -Child=site_rtorsoport - -[site_rugunport] -Rotation=0.000000 0.000000 0.000000 -Translation=0.019826 -0.921011 3.110635 - -[site_rshellport] -Rotation=180.000020 0.000000 0.000000 -Translation=0.022517 -1.344691 -0.124188 - -[site_rdgunport] -Rotation=0.000000 0.000000 0.000000 -Translation=-0.022252 -0.917122 3.095980 - - -[joint_rgun] -Child=site_rugunport -Child=site_rshellport -Child=site_rdgunport - - -[joint_rgunabove] -Rotation=0.000000 0.000000 0.000000 -Translation=-0.552594 -0.985644 -0.030227 -Child=joint_rgun - -[site_rexhaust] -Rotation=180.000020 0.000000 0.000000 -Translation=0.300744 0.107246 -1.009781 - - -[joint_ruarm] -Rotation=0.000000 0.000000 0.000000 -Translation=-1.794340 1.576614 -0.516337 -Child=joint_rgunabove -Child=site_rexhaust - -[site_ltorsoport] -Rotation=0.000000 0.000000 0.000000 -Translation=1.395528 0.007880 0.956448 - - -[joint_specialone] -Child=site_ltorsoport - - -[joint_head] - - -[joint_centertorsorear] - - -[joint_righttorsofront] - - -[joint_lefttorsofront] - -[site_cmissile] -Rotation=0.000000 0.000000 0.000000 -Translation=-0.000026 0.770484 1.376709 - - -[joint_centertorsofront] -Child=site_cmissile - -[site_lmissile] -Rotation=0.000000 0.000000 0.000000 -Translation=0.000001 0.778403 1.366909 - -[site_rujetport] -Rotation=-135.040136 48.626699 27.704629 -Translation=-0.725156 0.286273 -1.884016 - -[site_lujetport] -Rotation=135.040136 48.626757 -27.704629 -Translation=0.738709 0.285426 -1.893176 - - -[joint_torsoabove] -Child=site_eyepoint -Child=joint_cage -Child=joint_luarm -Child=joint_specialtwo -Child=joint_ruarm -Child=joint_specialone -Child=joint_head -Child=joint_centertorsorear -Child=joint_righttorsofront -Child=joint_lefttorsofront -Child=joint_centertorsofront -Child=site_lmissile -Child=site_rujetport -Child=site_lujetport - -[site_lexhaust] -Rotation=180.000020 0.000000 0.000000 -Translation=1.106840 1.182956 -1.212680 - -[site_eject] -Rotation=0.000000 -89.999983 0.000000 -Translation=-0.014631 2.428350 0.540211 - -[site_coolantflush] -Rotation=180.000020 0.000000 0.000000 -Translation=0.013090 1.733582 -2.072073 - - -[joint_torso] -Child=joint_torsoabove -Child=site_lexhaust -Child=site_eject -Child=site_coolantflush - - -[joint_torsobelow] -Rotation=0.000000 0.000000 0.000000 -Translation=0.003229 0.894136 0.095066 -Child=joint_torso - - -[joint_hipabove] -Child=joint_torsobelow - - -[joint_hip] -Child=joint_hipabove - - -[joint_hipbelow] -Rotation=0.000000 0.000000 0.000000 -Translation=0.000000 0.000000 -0.095121 -Child=joint_hip - - [site_rfoot] +Rotation=0.000000 90.000003 0.000000 +Translation=0.123849 -0.803400 0.028754 + +[joint_rftoe] Rotation=0.000000 0.000000 0.000000 -Translation=0.002153 -1.179958 -0.006298 +Translation=0.000000 -0.525259 0.426096 - -[joint_rfoot] +[joint_rbtoe] Rotation=0.000000 0.000000 0.000000 -Translation=-0.000446 -0.422982 -0.279722 - - -[joint_rtoe] -Rotation=0.000000 0.000000 0.000000 -Translation=-0.000445 -0.700734 0.457699 - -[site_rfoot] -Rotation=0.000000 89.999983 0.000000 -Translation=0.002153 -1.179958 -0.006298 - +Translation=0.000000 -0.525259 -0.508418 [joint_rbelowankle] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 -0.000001 0.000000 Child=site_rfoot -Child=joint_rfoot -Child=joint_rtoe -Child=site_rfoot - +Child=joint_rftoe +Child=joint_rbtoe [joint_rankle] Rotation=0.000000 0.000000 0.000000 -Translation=0.000945 -1.597120 -0.304289 +Translation=-0.100037 -1.725713 1.586026 Child=joint_rbelowankle - [joint_rdleg] Rotation=0.000000 0.000000 0.000000 -Translation=-0.342020 -1.332472 0.170317 +Translation=-0.442368 -1.428422 -0.940828 Child=joint_rankle - [joint_ruleg] Rotation=0.000000 0.000000 0.000000 -Translation=-0.971353 0.000000 -0.095121 +Translation=-1.047535 -0.000000 -0.306947 Child=joint_rdleg +[site_jcattach] +Rotation=0.000000 -0.000000 0.000000 +Translation=0.000000 -1.076916 0.313938 -[site_lfoot] +[site_jcjetport01] +Rotation=-30.004598 70.010812 -0.000091 +Translation=-1.796232 -2.231031 3.431203 + +[site_jcjetport02] +Rotation=30.004546 70.010832 0.000091 +Translation=1.795091 -2.231028 3.431203 + +[site_jcjetport03] +Rotation=150.006322 70.003012 0.000089 +Translation=1.795091 -2.231030 -2.786067 + +[site_jcjetport04] +Rotation=-150.006377 70.002882 -0.000086 +Translation=-1.796232 -2.231029 -2.786067 + +[site_eject] +Rotation=-0.000042 -89.993650 0.000001 +Translation=-0.000000 0.327640 2.884414 + +[site_coolantflush] +Rotation=-180.002245 -40.000508 -0.000244 +Translation=0.000000 0.235920 -0.705750 + +[site_rujetport] +Rotation=-176.908497 52.133888 4.042789 +Translation=-0.371929 0.522255 -1.197415 + +[site_lujetport] +Rotation=176.907992 52.133833 -4.042674 +Translation=0.371929 0.522254 -1.197415 + +[site_gunport] +Rotation=0.000000 -0.000000 0.000000 +Translation=0.000000 2.009870 -0.673244 + +[joint_centertorsofront] Rotation=0.000000 0.000000 0.000000 -Translation=0.000000 -1.179502 0.000000 +Translation=0.000000 0.000000 -0.000000 - -[joint_ltoe] +[joint_lefttorsofront] Rotation=0.000000 0.000000 0.000000 -Translation=0.000000 -0.700287 0.457697 +Translation=0.000000 0.000000 -0.000000 - -[joint_lfoot] +[joint_righttorsofront] Rotation=0.000000 0.000000 0.000000 -Translation=0.000000 -0.422323 -0.279725 +Translation=0.000000 0.000000 -0.000000 -[site_lfoot] -Rotation=0.000000 89.999983 0.000000 -Translation=0.000000 -1.179502 0.000000 - - -[joint_lbelowankle] -Child=site_lfoot -Child=joint_ltoe -Child=joint_lfoot -Child=site_lfoot - - -[joint_lankle] +[joint_centertorsorear] Rotation=0.000000 0.000000 0.000000 -Translation=-0.000448 -1.597584 -0.304387 -Child=joint_lbelowankle +Translation=0.000000 0.000000 -0.000000 +[site_lutorsoport] +Rotation=0.000000 -0.000000 0.000000 +Translation=0.000000 -0.616811 3.359629 -[joint_ldleg] +[joint_head] Rotation=0.000000 0.000000 0.000000 -Translation=0.342883 -1.332141 0.170993 -Child=joint_lankle +Translation=0.000000 0.000000 -0.000000 +Child=site_lutorsoport - -[joint_luleg] +[site_rmissleport] Rotation=0.000000 0.000000 0.000000 -Translation=0.971353 0.000000 -0.094897 -Child=joint_ldleg +Translation=-0.397147 0.168629 1.176302 +[joint_rgun] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=site_rmissleport + +[joint_rgunabove] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=joint_rgun + +[joint_ruarm] +Rotation=0.000000 0.000000 0.000000 +Translation=-1.941858 0.608398 -1.144508 +Child=joint_rgunabove + +[site_lshellport] +Rotation=90.000003 80.000011 0.000000 +Translation=0.329924 -0.656575 0.026001 + +[site_lgunport] +Rotation=0.000000 0.000000 0.000000 +Translation=0.229764 0.164840 1.176302 + +[joint_lgun] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=site_lshellport +Child=site_lgunport + +[joint_lgunabove] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=joint_lgun + +[joint_luarm] +Rotation=0.000000 0.000000 0.000000 +Translation=1.941858 0.608398 -1.144508 +Child=joint_lgunabove + +[site_cageleft] +Rotation=0.000000 -90.000003 0.000000 +Translation=0.700000 -0.560167 1.278753 + +[site_cageright] +Rotation=0.000000 -90.000003 0.000000 +Translation=-0.700000 -0.560167 1.278753 + +[site_light] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.439941 1.370070 -1.851610 + +[joint_cage] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 1.098826 2.852819 +Child=site_cageleft +Child=site_cageright +Child=site_light + +[site_eyepoint] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 1.171497 2.962159 + +[joint_torsoabove] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 -0.000000 +Child=site_jcattach +Child=site_jcjetport01 +Child=site_jcjetport02 +Child=site_jcjetport03 +Child=site_jcjetport04 +Child=site_eject +Child=site_coolantflush +Child=site_rujetport +Child=site_lujetport +Child=site_gunport +Child=joint_centertorsofront +Child=joint_lefttorsofront +Child=joint_righttorsofront +Child=joint_centertorsorear +Child=joint_head +Child=joint_ruarm +Child=joint_luarm +Child=joint_cage +Child=site_eyepoint + +[joint_torso] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 -0.000000 0.000000 +Child=joint_torsoabove + +[joint_torsobelow] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.677346 -0.227174 +Child=joint_torso + +[joint_hipabove] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=joint_torsobelow + +[joint_hip] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=joint_hipabove + +[joint_hipbelow] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=joint_hip [joint_root] -Child=joint_hipbelow -Child=joint_ruleg +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 Child=joint_luleg - +Child=joint_ruleg +Child=joint_hipbelow [joint_vel] Rotation=0.000000 0.000000 0.000000 -Translation=0.000000 4.109225 0.000000 +Translation=0.000000 3.900000 -0.400000 Child=joint_root - [joint_world] -Child=joint_vel -AttachedToRoot=true +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 Child=site_eject2 +Child=joint_vel -!concatenate=true diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c.contents b/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c.contents index bbc70a73..f9316014 100644 --- a/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c.contents +++ b/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c.contents @@ -1,99 +1,99 @@ [includes] !include=jenner2c.armature -[site_light] +[joint_hipabove] +Model=armaturedata\jec_hip.data +ExecutionState=AlwaysExecuteState + +[joint_torsobelow] Model=basic.data ExecutionState=AlwaysExecuteState -[site_cageright] +[joint_hip] Model=basic.data ExecutionState=AlwaysExecuteState -[site_cageleft] +[joint_lbelowankle] +Model=armaturedata\jec_lfoot.data +ExecutionState=AlwaysExecuteState + +[joint_lftoe] +Model=armaturedata\jec_lftoe.data +ExecutionState=AlwaysExecuteState + +[joint_lbtoe] +Model=armaturedata\jec_lbtoe.data +ExecutionState=AlwaysExecuteState + +[site_lfoot] Model=basic.data ExecutionState=AlwaysExecuteState -[joint_cage] -Model=armaturedata\joint_cage.data -ExecutionState=AlwaysExecuteState - -[site_lmissile] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[site_lshellport] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[site_ldgunport] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[site_lugunport] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[site_loexhaust] +[joint_lankle] Model=basic.data ExecutionState=AlwaysExecuteState [joint_lgun] -Model=armaturedata\j2c_lgun.data +Model=armaturedata\jec_lgun.data ExecutionState=AlwaysExecuteState [joint_lgunabove] Model=basic.data ExecutionState=AlwaysExecuteState -[joint_luarm] -Model=armaturedata\j2c_luarm.data +[joint_ldleg] +Model=armaturedata\jec_ldleg.data ExecutionState=AlwaysExecuteState -[site_rmissile] +[joint_rbelowankle] +Model=armaturedata\jec_rfoot.data +ExecutionState=AlwaysExecuteState + +[joint_rftoe] +Model=armaturedata\jec_rftoe.data +ExecutionState=AlwaysExecuteState + +[joint_rbtoe] +Model=armaturedata\jec_rbtoe.data +ExecutionState=AlwaysExecuteState + +[site_rfoot] Model=basic.data ExecutionState=AlwaysExecuteState -[site_rdgunport] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[site_rugunport] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[site_rshellport] +[joint_rankle] Model=basic.data ExecutionState=AlwaysExecuteState [joint_rgun] -Model=armaturedata\j2c_rgun.data +Model=armaturedata\jec_rgun.data +ExecutionState=AlwaysExecuteState + +[joint_luleg] +Model=armaturedata\jec_luleg.data +ExecutionState=AlwaysExecuteState + +[joint_ruleg] +Model=armaturedata\jec_ruleg.data +ExecutionState=AlwaysExecuteState + +[joint_hipbelow] +Model=basic.data ExecutionState=AlwaysExecuteState [joint_rgunabove] Model=basic.data ExecutionState=AlwaysExecuteState -[joint_ruarm] -Model=armaturedata\j2c_ruarm.data +[joint_rdleg] +Model=armaturedata\jec_rdleg.data ExecutionState=AlwaysExecuteState -[joint_head] -Model=basic.data +[joint_torsoabove] +Model=armaturedata\jec_torso.data ExecutionState=AlwaysExecuteState -[joint_centertorsorear] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[site_rtorsoport] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[joint_righttorsofront] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[site_ltorsoport] +[joint_centertorsofront] Model=basic.data ExecutionState=AlwaysExecuteState @@ -101,51 +101,75 @@ ExecutionState=AlwaysExecuteState Model=basic.data ExecutionState=AlwaysExecuteState -[joint_centertorsofront] +[joint_righttorsofront] Model=basic.data ExecutionState=AlwaysExecuteState -[site_lmissileport] +[joint_centertorsorear] Model=basic.data ExecutionState=AlwaysExecuteState -[site_rmissileport] +[joint_head] Model=basic.data ExecutionState=AlwaysExecuteState -[joint_specialone] -Model=armaturedata\j2c_specialone.data +[joint_ruarm] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_luarm] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_cage] +Model=armaturedata\joint_cage.data ExecutionState=AlwaysExecuteState [site_eyepoint] Model=basic.data ExecutionState=AlwaysExecuteState -[site_lexhaust] +[joint_torso] Model=basic.data ExecutionState=AlwaysExecuteState -[site_rujetport] +[joint_root] Model=basic.data ExecutionState=AlwaysExecuteState -[site_lujetport] +[joint_vel] Model=basic.data ExecutionState=AlwaysExecuteState -[site_jcjetport04] +[joint_world] Model=basic.data ExecutionState=AlwaysExecuteState -[site_jcjetport03] +[site_cageleft] Model=basic.data ExecutionState=AlwaysExecuteState -[site_jcjetport02] +[site_cageright] Model=basic.data ExecutionState=AlwaysExecuteState -[site_jcjetport01] +[site_light] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_lutorsoport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_lshellport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_lgunport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_rmissleport] Model=basic.data ExecutionState=AlwaysExecuteState @@ -153,7 +177,19 @@ ExecutionState=AlwaysExecuteState Model=basic.data ExecutionState=AlwaysExecuteState -[site_coolantflush] +[site_jcjetport01] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_jcjetport02] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_jcjetport03] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_jcjetport04] Model=basic.data ExecutionState=AlwaysExecuteState @@ -161,235 +197,7 @@ ExecutionState=AlwaysExecuteState Model=basic.data ExecutionState=AlwaysExecuteState -[joint_torsoabove] -Model=armaturedata\j2c_torso.data -ExecutionState=AlwaysExecuteState - -[joint_torso] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[joint_torsobelow] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[joint_hipabove] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[joint_hip] -Model=armaturedata\j2c_hip.data -ExecutionState=AlwaysExecuteState - -[joint_hipbelow] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[site_rfoot] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[joint_rftoe] -Model=armaturedata\j2c_rftoe.data -ExecutionState=AlwaysExecuteState - -[joint_rbtoe] -Model=armaturedata\j2c_rbtoe.data -ExecutionState=AlwaysExecuteState - -[joint_ritoe] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[joint_rotoe] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[site_rfoot] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[joint_rbelowankle] -Model=armaturedata\j2c_rfoot.data -ExecutionState=AlwaysExecuteState - -[joint_rankle] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[joint_rdleg] -Model=armaturedata\j2c_rdleg.data -ExecutionState=AlwaysExecuteState - -[joint_ruleg] -Model=armaturedata\j2c_ruleg.data -ExecutionState=AlwaysExecuteState - -[site_lfoot] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[joint_lftoe] -Model=armaturedata\j2c_lftoe.data -ExecutionState=AlwaysExecuteState - -[joint_lbtoe] -Model=armaturedata\j2c_lbtoe.data -ExecutionState=AlwaysExecuteState - -[joint_litoe] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[joint_lotoe] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[site_lfoot] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[joint_lbelowankle] -Model=armaturedata\j2c_lfoot.data -ExecutionState=AlwaysExecuteState - -[joint_lankle] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[joint_ldleg] -Model=armaturedata\j2c_ldleg.data -ExecutionState=AlwaysExecuteState - -[joint_luleg] -Model=armaturedata\j2c_luleg.data -ExecutionState=AlwaysExecuteState - -[joint_root] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[joint_vel] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[joint_world] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[site_eyepoint] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[site_light] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[site_cageright] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[site_cageleft] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[joint_cage] -Model=armaturedata\joint_cage.data -ExecutionState=AlwaysExecuteState - -[site_lugunport] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[site_lshellport] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[site_ldgunport] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[joint_lgun] -Model=armaturedata\dug_lgun.data -ExecutionState=AlwaysExecuteState - -[joint_lgunabove] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[joint_luarm] -Model=armaturedata\dug_luarm.data -ExecutionState=AlwaysExecuteState - -[site_rtorsoport] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[joint_specialtwo] -Model=armaturedata\dug_specialtwo.data -ExecutionState=AlwaysExecuteState - -[site_rugunport] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[site_rshellport] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[site_rdgunport] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[joint_rgun] -Model=armaturedata\dug_rgun.data -ExecutionState=AlwaysExecuteState - -[joint_rgunabove] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[site_rexhaust] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[joint_ruarm] -Model=armaturedata\dug_ruarm.data -ExecutionState=AlwaysExecuteState - -[site_ltorsoport] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[joint_specialone] -Model=armaturedata\dug_specialone.data -ExecutionState=AlwaysExecuteState - -[joint_head] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[joint_centertorsorear] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[joint_righttorsofront] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[joint_lefttorsofront] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[site_cmissile] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[joint_centertorsofront] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[site_lmissile] +[site_coolantflush] Model=basic.data ExecutionState=AlwaysExecuteState @@ -401,115 +209,10 @@ ExecutionState=AlwaysExecuteState Model=basic.data ExecutionState=AlwaysExecuteState -[joint_torsoabove] -Model=armaturedata\dug_torso.data -ExecutionState=AlwaysExecuteState - -[site_lexhaust] +[site_gunport] Model=basic.data ExecutionState=AlwaysExecuteState -[site_eject] +[site_eject2] Model=basic.data ExecutionState=AlwaysExecuteState - -[site_coolantflush] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[joint_torso] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[joint_torsobelow] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[joint_hipabove] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[joint_hip] -Model=armaturedata\dug_hip.data -ExecutionState=AlwaysExecuteState - -[joint_hipbelow] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[site_rfoot] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[joint_rfoot] -Model=armaturedata\dug_rfoot.data -ExecutionState=AlwaysExecuteState - -[joint_rtoe] -Model=armaturedata\dug_rtoe.data -ExecutionState=AlwaysExecuteState - -[site_rfoot] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[joint_rbelowankle] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[joint_rankle] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[joint_rdleg] -Model=armaturedata\dug_rdleg.data -ExecutionState=AlwaysExecuteState - -[joint_ruleg] -Model=armaturedata\dug_ruleg.data -ExecutionState=AlwaysExecuteState - -[site_lfoot] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[joint_ltoe] -Model=armaturedata\dug_ltoe.data -ExecutionState=AlwaysExecuteState - -[joint_lfoot] -Model=armaturedata\dug_lfoot.data -ExecutionState=AlwaysExecuteState - -[site_lfoot] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[joint_lbelowankle] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[joint_lankle] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[joint_ldleg] -Model=armaturedata\dug_ldleg.data -ExecutionState=AlwaysExecuteState - -[joint_luleg] -Model=armaturedata\dug_luleg.data -ExecutionState=AlwaysExecuteState - -[joint_root] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[joint_vel] -Model=basic.data -ExecutionState=AlwaysExecuteState - -[joint_world] -Model=basic.data -ExecutionState=AlwaysExecuteState - diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c.damage b/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c.damage index 4833d9eb..6aece811 100644 --- a/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c.damage +++ b/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c.damage @@ -1,10 +1,6 @@ -!include Content\Defines\Internal_damage_defines.txt - -//This file is order dependant. The Arms must come first. The legs must then follow. -//The center Torso comes next followed by the other torso pieces. [joint_luarm] BaseArmorValue=1.0 -MaxArmorValue=21.0 +MaxArmorValue=27.0 ScaleSplashDamage=0.14 InternalDamageZone=LeftArm ArmorZone=LeftArm @@ -12,18 +8,18 @@ ArmorZone=LeftArm [LeftArmInternal] DamageZone=LeftArm BaseInternalDamage=9.0 -DamageEffect=Effects\InternalStructure_Hit\InternalStructure_Hit_A.data,.99 -DamageEffect=Effects\InternalStructure_Hit\InternalStructure_Hit_B.data,.75 -DamageEffect=Effects\InternalStructure_Hit\InternalStructure_Hit_C.data,.50 -DamageEffect=Effects\InternalStructure_Hit\InternalStructure_Hit_D.data,.25 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 DamageMode=DetachableDamageMode ParentEntityName=joint_luarm -MissileSlots=2 -BeamSlots=2 +MissileSlots=1 +BeamSlots=1 [joint_ruarm] BaseArmorValue=1.0 -MaxArmorValue=21.0 +MaxArmorValue=27.0 ScaleSplashDamage=0.14 InternalDamageZone=RightArm ArmorZone=RightArm @@ -31,14 +27,14 @@ ArmorZone=RightArm [RightArmInternal] DamageZone=RightArm BaseInternalDamage=9.0 -DamageEffect=Effects\InternalStructure_Hit\InternalStructure_Hit_A.data,.99 -DamageEffect=Effects\InternalStructure_Hit\InternalStructure_Hit_B.data,.75 -DamageEffect=Effects\InternalStructure_Hit\InternalStructure_Hit_C.data,.50 -DamageEffect=Effects\InternalStructure_Hit\InternalStructure_Hit_D.data,.25 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 DamageMode=DetachableDamageMode ParentEntityName=joint_ruarm -MissileSlots=2 -BeamSlots=2 +MissileSlots=1 +BeamSlots=1 [joint_luleg] BaseArmorValue=1.0 @@ -50,13 +46,13 @@ ArmorZone=LeftLeg [LeftLegInternal] DamageZone=LeftLeg BaseInternalDamage=21.0 -DamageEffect=Effects\InternalStructure_Hit\InternalStructure_Hit_A.data,.99 -DamageEffect=Effects\InternalStructure_Hit\InternalStructure_Hit_B.data,.75 -DamageEffect=Effects\InternalStructure_Hit\InternalStructure_Hit_C.data,.50 -DamageEffect=Effects\InternalStructure_Hit\InternalStructure_Hit_D.data,.25 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 DamageMode=GimpLeftDamageMode ParentEntityName=joint_luleg -DamagePropagationZone=RightLeg +DamagePropagationZone=CenterTorso [joint_ruleg] BaseArmorValue=1.0 @@ -68,91 +64,71 @@ ArmorZone=RightLeg [RightLegInternal] DamageZone=RightLeg BaseInternalDamage=21.0 -DamageEffect=Effects\InternalStructure_Hit\InternalStructure_Hit_A.data,.99 -DamageEffect=Effects\InternalStructure_Hit\InternalStructure_Hit_B.data,.75 -DamageEffect=Effects\InternalStructure_Hit\InternalStructure_Hit_C.data,.50 -DamageEffect=Effects\InternalStructure_Hit\InternalStructure_Hit_D.data,.25 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 DamageMode=GimpRightDamageMode ParentEntityName=joint_ruleg -DamagePropagationZone=LeftLeg +DamagePropagationZone=CenterTorso [joint_head] BaseArmorValue=1.0 MaxArmorValue=9.0 -ScaleSplashDamage=0.00 +ScaleSplashDamage=0 InternalDamageZone=Head ArmorZone=Head [HeadInternal] DamageZone=Head BaseInternalDamage=3.0 -DamageEffect=Effects\InternalStructure_Hit\InternalStructure_Hit_A.data,.99 -DamageEffect=Effects\InternalStructure_Hit\InternalStructure_Hit_B.data,.75 -DamageEffect=Effects\InternalStructure_Hit\InternalStructure_Hit_C.data,.50 -DamageEffect=Effects\InternalStructure_Hit\InternalStructure_Hit_D.data,.25 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 DamageMode=HeadShotDamageMode ParentEntityName=joint_head +MissileSlots=1 +ProjectileSlots=1 [joint_righttorsofront] BaseArmorValue=1.0 -MaxArmorValue=24.0 -ScaleSplashDamage=0.30 +MaxArmorValue=30.0 +ScaleSplashDamage=0.3 InternalDamageZone=RightTorso ArmorZone=RightTorso [RightTorsoInternal] DamageZone=RightTorso BaseInternalDamage=12.0 -DamageEffect=Effects\InternalStructure_Hit\InternalStructure_Hit_A.data,.99 -DamageEffect=Effects\InternalStructure_Hit\InternalStructure_Hit_B.data,.75 -DamageEffect=Effects\InternalStructure_Hit\InternalStructure_Hit_C.data,.50 -DamageEffect=Effects\InternalStructure_Hit\InternalStructure_Hit_D.data,.25 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 ParentEntityName=joint_righttorsofront DamagePropagationZone=CenterTorso [joint_lefttorsofront] BaseArmorValue=1.0 -MaxArmorValue=24.0 -ScaleSplashDamage=0.30 +MaxArmorValue=30.0 +ScaleSplashDamage=0.3 InternalDamageZone=LeftTorso ArmorZone=LeftTorso [LeftTorsoInternal] DamageZone=LeftTorso BaseInternalDamage=12.0 -DamageEffect=Effects\InternalStructure_Hit\InternalStructure_Hit_A.data,.99 -DamageEffect=Effects\InternalStructure_Hit\InternalStructure_Hit_B.data,.75 -DamageEffect=Effects\InternalStructure_Hit\InternalStructure_Hit_C.data,.50 -DamageEffect=Effects\InternalStructure_Hit\InternalStructure_Hit_D.data,.25 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 ParentEntityName=joint_lefttorsofront DamagePropagationZone=CenterTorso -[joint_specialone] -BaseArmorValue=18.0 -MaxArmorValue=18.0 -ScaleSplashDamage=0.14 -InternalDamageZone=Special1 -ArmorZone=Special1 -SpecialAttachedToZone=CenterTorso - - -[Special1Internal] -DamageZone=Special1 -BaseInternalDamage=1.0 -DamageEffect=Effects\InternalStructure_Hit\InternalStructure_Hit_A.data,.99 -DamageEffect=Effects\InternalStructure_Hit\InternalStructure_Hit_B.data,.75 -DamageEffect=Effects\InternalStructure_Hit\InternalStructure_Hit_C.data,.50 -DamageEffect=Effects\InternalStructure_Hit\InternalStructure_Hit_D.data,.25 -DamageMode=DetachableDamageMode -ParentEntityName=joint_specialone -DamagePropagationZone=CenterTorso -SpecialAttachedToZone=CenterTorso -MissileSlots=3 - [joint_hipbelow] BaseArmorValue=1.0 -MaxArmorValue=42.0 -ScaleSplashDamage=0.30 +MaxArmorValue=36.0 +ScaleSplashDamage=0.3 InternalDamageZone=CenterTorso ArmorZone=CenterTorso @@ -166,10 +142,10 @@ ArmorZone=CenterRearTorso [CenterTorsoInternal] DamageZone=CenterTorso BaseInternalDamage=24.0 -DamageEffect=Effects\InternalStructure_Hit\InternalStructure_Hit_A.data,.99 -DamageEffect=Effects\InternalStructure_Hit\InternalStructure_Hit_B.data,.75 -DamageEffect=Effects\InternalStructure_Hit\InternalStructure_Hit_C.data,.50 -DamageEffect=Effects\InternalStructure_Hit\InternalStructure_Hit_D.data,.25 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 DamageMode=DestructionDamageMode ParentEntityName=joint_hipbelow - +MissileSlots=1 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c.data b/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c.data index 3b8c2dab..926a3e70 100644 --- a/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c.data +++ b/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c.data @@ -1,187 +1,104 @@ -!Include=Content\ProjectSpecific.include - [GameData] -Class=MechWarrior4::Mech -MechID=$(M_jenner2c) -TechType=$(Tech_Clan) -NameIndex=$(IDS_jenner2c) - -VehicleTonnage=10.000000 -MaxVehicleTonnage=35.000000 -VehicleTradeValue=4800000 -DragoonValue=155 -BattleKillBonus=450 -BattleDamageRatio=2.70 - -HeatManager=Subsystems\HeatManager.data -MaxHeat=31.700001 - -CanLoadJumpJets=Yes -JumpJetTonnage=2.0 -CanLoadECM=Yes -CanLoadBeagle=No -CanLoadLightAmp=Yes -CanLoadAMS=No -CanLoadLAMS=Yes -CanLoadIFF_Jammer=No -//merc:CanLoadEnhancedOptics=Yes -CanLoadAdvancedGyro=No -AdvancedGyroTonnage=0.5 - -DeathEntityResource=mechs\jenner2c_destroyed\jenner2c_destroyed.data -SecondaryDeathEntityResource=mechs\jenner2c_destroyed\jenner2c_destroyed.data -Cradle=vehicles\jump_cradle\jump_cradle.data -JumpJetEffect=Content\effects\jumpjet\jumpjet.data -CradleDeathEffect=Content\effects\cradle_death\cradle_death.data - -CraterName=crater01 - - -//Collision -SolidOBB=jenner2c_Skeleton_SOLID.obb -HierarchicalOBB=jenner2c_Skeleton.obb -Collider=true -CanBeShot=true - - -//Lighting -VertexLighting=yes -FaceLighting=yes -LookupLighting=yes -LightMapLighting=no - - -//effects -DropJumpEffect=Content\Effects\JumpJet\DropJump.data -WakeEffectResource=Content\Effects\BoatWake\MechWake.data -MechRamEffect=Content\Effects\Mech_Ram\GenericMechToMech_hit.data -MechGlassRamEffect=Content\Effects\Mech_Ram\GenericMechToGlass_hit.data -CoolantEffectResource=Content\Effects\Coolant\GeneralMech_Coolant.data -DestroyedEffectResource=Content\Effects\MechDeath\MechDeath.data -SecondaryDestroyedEffectResource=Content\Effects\MechDeath\EndMechDeath.data -PartDestructionEffectResource=Content\Effects\MechPart_Destruction\MechPart_Destruction.data -EjectEffectResource=Content\Effects\Eject\GeneralMech_Eject.data -OverHeatEffectResource=Content\effects\heat\overheat.data - -FootEffectsFile=Content\Effects\MaterialEffectHolders\Mech_Foot_Large.contents -DefaultFootStepTexture=FootSteps\jenner2c_default -FootStepTexture=FootSteps\jenner2c_snow,Snow -FootStepTexture=FootSteps\jenner2c_dirt,BrownDirt - -CageDamageEffect=Content\Effects\Mech_Cage\Mech_Cage_Hit.data -DamageNeededForCageEffect=7.0 - -LeftJumpJetSiteName=site_lujetport -RightJumpJetSiteName=site_rujetport -JumpJetEffect=Content\Effects\JumpJet\JumpJet.data -InitialJumpJetEffect=Content\Effects\JumpJet\InitialJumpJet.data - -//movement -MoveTypeFlag=LEGJUMPMOVETYPE - -FullStopTurnRate=75.0 -// 180/pi or pi/180 -TopSpeedTurnRate=45.0 -// 180/pi or pi/180 - -MaxSpeed=40.000000 -MinMaxSpeed=25.000000 -MinSpeed=2.780000 - -MaxReverseSpeed=-11.810000 -MinReverseSpeed=-2.780000 - -MaxGimpSpeed=7.790000 - -Acceleration=15.740000 -Decceleration=23.610001 - -MinStandTransitionSpeed=7.647000 - -ReverseAccelerationMultiplier=0.800000 -ReverseDeccelerationMultiplier=0.800000 - -//animation +Acceleration=11.5 +AdvancedGyroTonnage=0 AnimationScript=content\mechs\jenner2c\jenner2c.animscript - -TiltSpeed=20.000008 -TiltDegree=9.000021 -PercentageOfSpeedToStartTilt=0.700000 -PercentageOfTurnToStartTilt=0.700000 -ScaleInternalTiltDegree=0.850000 - -FootReturnSeconds=0.5 - -FallAdjustmentSeconds=1.0 -GetUpAdjustmentSeconds=1.0 -FallAdjustmentDelaySeconds=0.0 -GetUpAdjustmentDelaySeconds=1.0 - -DampenWorldJoint=1.00 -DampenRootJoint=0.95 -DampenTranslationJoint=0.95 -DampenTorsoJoint=0.90 +CageDamageEffect=effects\mech_cage\mech_cage_hit.data +CanBeShot=true +CanLoadAMS=No +CanLoadAdvancedGyro=Yes +CanLoadBeagle=Yes +CanLoadECM=Yes +CanLoadIFF_Jammer=Yes +CanLoadJumpJets=Yes +CanLoadLAMS=No +CanLoadLightAmp=Yes +Class=MechWarrior4::Mech +Collider=true +CoolantEffectResource=effects\coolant\generalmech_coolant.data +Cradle=vehicles\jump_cradle\jump_cradle.data +CradleDeathEffect=effects\cradle_death\cradle_death.data +CraterName=crater01 +DamageNeededForCageEffect=7 DampenHipJoint=0.95 - -UndampenWorldJoint=1.00 -UndampenRootJoint=1.00 -UndampenTranslationJoint=0.10 -UndampenTorsoJoint=0.10 -UndampenHipJoint=0.40 - -MinimumDamageForHitAnimation=1.00 -MinimumDamageForInternalHitAnimation=0.50 - -TorsoScaleTakeHit=30.000000 -HipScaleTakeHit=30.000000 -RootScaleTakeHit=30.000000 - -TorsoHitSpringMotionLimit=44.999991 -TorsoHitSpringDeceleration=34.999986 -TorsoHitSpringReturnSpeed=60.000030 -TorsoHitSpringSpeed=79.999978 - -HipHitSpringMotionLimit=20.000008 -HipHitSpringDeceleration=14.999978 -HipHitSpringReturnSpeed=40.000016 -HipHitSpringSpeed=30.000015 - -RootHitSpringMotionLimit=20.000008 -RootHitSpringDeceleration=20.000008 -RootHitSpringReturnSpeed=60.000030 -RootHitSpringSpeed=40.000016 - -ExternalHitScaleBeamDamage=3.000000 -ExternalHitScaleMissileDamage=3.000000 -ExternalHitScaleProjectileDamage=3.000000 -ExternalHitScaleSplashDamage=0.125000 -ExternalHitScaleHeatDamage=0.000000 - -// Veritcal Rock -InternalHitScaleBeamDamage=1.000000 -InternalHitScaleMissileDamage=15.000000 -InternalHitScaleProjectileDamage=3.000000 -InternalHitScaleSplashDamage=0.250000 -InternalHitScaleHeatDamage=0.000000 - -EyeSpringMotionLimit=20.0 20.0 20.0 -EyeSpringConstant=30.0 30.0 30.0 -EyeSpringDrag=300.0 300.0 300.0 -EyeSpringStopThreshold=30.0 30.0 30.0 - -// Horizontal Rock -InternalSpinHitScaleBeamDamage=1.000000 -InternalSpinHitScaleMissileDamage=3.000000 -InternalSpinHitScaleProjectileDamage=2.500000 -InternalSpinHitScaleSplashDamage=0.400000 -InternalSpinHitScaleHeatDamage=0.000000 - -SpinForceBeamDamage=0.010000 -SpinForceMissileDamage=0.010000 -SpinForceProjectileDamage=0.010000 -SpinForceSplashDamage=0.010000 -SpinForceHeatDamage=0.010000 - +DampenRootJoint=0.95 +DampenTorsoJoint=0.9 +DampenTranslationJoint=0.95 +DampenWorldJoint=1 +DeathEntityResource=mechs\jenner2c_destroyed\jenner2c_destroyed.data +Decceleration=17.2 +DestroyedEffectResource=effects\mechdeath\mechdeath.data +DropJumpEffect=effects\jumpjet\dropjump.data +EjectEffectResource=effects\eject\generalmech_eject.data +ExternalHitScaleBeamDamage=3 +ExternalHitScaleHeatDamage=0 +ExternalHitScaleMissileDamage=3 +ExternalHitScaleProjectileDamage=3 +ExternalHitScaleSplashDamage=0.125 +EyeSpringConstant=30 30 30 +EyeSpringDrag=300 300 300 +EyeSpringMotionLimit=20 20 20 +EyeSpringStopThreshold=30 30 30 +FaceLighting=yes +FallAdjustmentDelaySeconds=0 +FallAdjustmentSeconds=1 +FootEffectsFile=effects\materialeffectholders\mech_foot_small.contents +FootReturnSeconds=0.5 +FullStopTurnRate=92 +GetUpAdjustmentDelaySeconds=1 +GetUpAdjustmentSeconds=1 +HeatManager=subsystems\heatmanager.data +HipHitSpringDeceleration=15 +HipHitSpringMotionLimit=18 +HipHitSpringReturnSpeed=40 +HipHitSpringSpeed=30 +HipScaleTakeHit=30 +InitialJumpJetEffect=effects\jumpjet\initialjumpjet.data +InternalHitScaleBeamDamage=1 +InternalHitScaleHeatDamage=0 +InternalHitScaleMissileDamage=15 +InternalHitScaleProjectileDamage=3 +InternalHitScaleSplashDamage=0.25 +InternalSpinHitScaleBeamDamage=1 +InternalSpinHitScaleHeatDamage=0 +InternalSpinHitScaleMissileDamage=3 +InternalSpinHitScaleProjectileDamage=2.5 +InternalSpinHitScaleSplashDamage=0.4 +JumpJetEffect=effects\jumpjet\jumpjet.data +JumpJetTonnage=2 +LeftJumpJetSiteName=site_lujetport +LightMapLighting=no +LookupLighting=yes +MaxGimpSpeed=10.25 +MaxHeat=32 +MaxReverseSpeed=-15.375 +MaxSpeed=37.4194 +MaxVehicleTonnage=35 +MechGlassRamEffect=effects\mech_ram\genericmechtoglass_hit.data +MechID=$(M_Jenner2c) +MechRamEffect=effects\mech_ram\genericmechtomech_hit.data +MinMaxSpeed=30.75 +MinReverseSpeed=-2.78 +MinSpeed=2.78 +MinStandTransitionSpeed=10.108 +MinimumDamageForHitAnimation=1 +MinimumDamageForInternalHitAnimation=1 +MoveTypeFlag=LEGJUMPMOVETYPE +NameIndex=$(IDS_Jenner2c) +OverHeatEffectResource=effects\heat\overheat.data +PartDestructionEffectResource=effects\mechpart_destruction\mechpart_destruction.data +PercentageOfSpeedToStartTilt=0.7 +PercentageOfTurnToStartTilt=0.7 +ReverseAccelerationMultiplier=0.8 +ReverseDeccelerationMultiplier=0.8 +RightJumpJetSiteName=site_rujetport +RootHitSpringDeceleration=20 +RootHitSpringMotionLimit=18 +RootHitSpringReturnSpeed=60 +RootHitSpringSpeed=40 +RootScaleTakeHit=30 +ScaleInternalTiltDegree=0.85 +SecondaryDeathEntityResource=mechs\jenner2c_destroyed\jenner2c_destroyed.data +SecondaryDestroyedEffectResource=effects\mechdeath\endmechdeath.data Shadow={ [shadow] LightType=Shadow @@ -191,7 +108,33 @@ BlobDistance=200.0 ShadowMap=ShadowMask Intensity=0.4 } -//splash -SplashDamageAmount=35.000000 -SplashDamageRadius=17.750000 -SplashHeatAmount=2.100000 +SpinForceBeamDamage=0.01 +SpinForceHeatDamage=0.01 +SpinForceMissileDamage=0.01 +SpinForceProjectileDamage=0.01 +SpinForceSplashDamage=0.01 +SplashDamageAmount=66.875 +SplashDamageRadius=17 +SplashHeatAmount=5.875 +TechType=$(Tech_Clan) +TiltDegree=9.00002 +TiltSpeed=20 +TopSpeedTurnRate=27 +TorsoHitSpringDeceleration=35 +TorsoHitSpringMotionLimit=43 +TorsoHitSpringReturnSpeed=60 +TorsoHitSpringSpeed=60 +TorsoScaleTakeHit=30 +UndampenHipJoint=0.4 +UndampenRootJoint=1 +UndampenTorsoJoint=0.1 +UndampenTranslationJoint=0.1 +UndampenWorldJoint=1 +VehicleTonnage=12.5 +VertexLighting=yes +WakeEffectResource=effects\boatwake\mechwake.data +SolidOBB=jenner2c_skeleton_SOLID.obb +HierarchicalOBB=jenner2c_skeleton.obb +DefaultFootStepTexture=footsteps\jenner2c_default +FootStepTexture=footsteps\jenner2c_snow,Snow +FootStepTexture=footsteps\jenner2c_dirt,BrownDirt diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c.engine b/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c.engine index 06aabaaa..e3c82f25 100644 --- a/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c.engine +++ b/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c.engine @@ -1,8 +1,9 @@ !include = Content\Subsystems\HeatSink.defines + [GameData] Class=Mechwarrior4::Engine TotalCritLocations=2 -NumHeatSinks=10 -TonsPerUpgrade=0.250000 -MPSPerUpgrade=1.940000 -HeatSinkEfficiency=$(SINK_EFFICIENCY) +NumHeatSinks=6 +TonsPerUpgrade=0.25 +MPSPerUpgrade=1.11111 +HeatSinkEfficiency=0.09 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c.instance b/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c.instance index 2e7ed5e3..e5ae0640 100644 --- a/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c.instance +++ b/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c.instance @@ -5,13 +5,11 @@ Armature=jenner2c.contents Subsystems=jenner2c.subsystems DamageObjects=jenner2c.damage Alignment=Player -CollideeType=Zone -CollisionMask=-1 CurrentHeat=0 -CurrentCoolant=79.199997 -MaxCoolant=79.199997 +CurrentCoolant=75 +MaxCoolant=75 DoesHaveInstanceName=yes -PowerRating=35 -ArmorRating=35 -SpeedRating=90 -HeatRating=43 +PowerRating=30 +ArmorRating=30 +SpeedRating=29 +HeatRating=100 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c.subsystems b/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c.subsystems index 5d8a65e9..91a6e90e 100644 --- a/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c.subsystems +++ b/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c.subsystems @@ -1,41 +1,87 @@ - - [Engine] Model=jenner2c.engine ExecutionState=NeverExecuteState InternalLocation=CenterTorso -EngineUpgrades=0 +EngineUpgrades=6 [Armor] -Model=Subsystems\Armor.data +Model=subsystems\armor.data ExecutionState=NeverExecuteState InternalLocation=CenterTorso -ArmorType=FerroFiberus -InternalType=Standard -LeftArm=0.1 -RightArm=0.1 -LeftLeg=0.1 -RightLeg=0.1 -LeftFrontTorso=0.1 -RightFrontTorso=0.1 -CenterFrontTorso=0.1 -CenterRearTorso=0.1 -Head=0.1 +ArmorType=Standard +InternalType=EndoSteel +LeftLeg=1.04375 +RightLeg=1.04375 +LeftArm=0.65625 +RightArm=0.65625 +LeftFrontTorso=0.85625 +RightFrontTorso=0.85625 +CenterFrontTorso=1.0375 +CenterRearTorso=0.28125 +Head=0.28125 + +[Sensor] +Model=subsystems\sensorsubsystem.data +ExecutionState=ActiveState +InternalLocation=Head [Torso] Model=jenner2c.torso ExecutionState=AlwaysExecuteState InternalLocation=CenterTorso -[Sensor] -Model=Subsystems\SensorSubsystem.data -ExecutionState=ActiveState -InternalLocation=Head - [SearchLight] -Model=Subsystems\SearchLightSubsystem.data +Model=subsystems\searchlightsubsystem.data ExecutionState=AlwaysExecuteState -CriticalHitsTaken=1 +InternalLocation=CenterTorso Site=site_light +CriticalHitsTaken=1 + +[JumpJet1] +Model=subsystems\jumpjetsubsystem.data +ExecutionState=NeverExecuteState InternalLocation=CenterTorso +[HeatSink1] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + +[HeatSink2] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + +[Ballistic1] +Model=weaponsubsystems\machinegunweaponsubsystem\machinegun.data +ExecutionState=NeverExecuteState +InternalLocation=Head +Site=site_lutorsoport +GroupIndex=2 +AmmoCount=200 + +[Missile1] +Model=weaponsubsystems\lrmweaponsubsystem\lrm5.data +ExecutionState=NeverExecuteState +InternalLocation=RightArm +Site=site_rmissleport +GroupIndex=3 +AmmoCount=48 + +[Missile2] +Model=weaponsubsystems\srmweaponsubsystem\srm4.data +ExecutionState=NeverExecuteState +InternalLocation=LeftArm +Site=site_lgunport +GroupIndex=2 +AmmoCount=50 +EjectSite=site_lshellport + +[Subsystem1] +Model=weaponsubsystems\flareweaponsubsystem\flare.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso +Site=site_gunport +GroupIndex=1 +AmmoCount=10 + diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c.torso b/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c.torso index e29a5152..87e28039 100644 --- a/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c.torso +++ b/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c.torso @@ -8,12 +8,10 @@ PitchJointName=joint_hipbelow LeftArmJointName=joint_lgunabove RightArmJointName=joint_rgunabove EyeJointName=site_eyepoint -ArmRatioAngle=40.000016 - -TwistSpeed=69.999973 -PitchSpeed=40.000016 -TwistRadius=139.999946 -PitchRadius=50.000021 - +ArmRatioAngle=40 +TwistSpeed=$(QUICK_TSPEED) +PitchSpeed=40 +TwistRadius=130 +PitchRadius=$(SLOW_TSPEED) CageJointName=joint_cage -CageRatioAngle=0.500000 +CageRatioAngle=0.5 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c_cage.erf b/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c_cage.erf new file mode 100644 index 00000000..1a120896 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c_cage.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb79e018387e5c02a3fab5f59f6be868f9e1ee452f5ae152347c00aa116f45ae +size 13103 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c_skeleton.obb b/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c_skeleton.obb index a843724a..9d0742df 100644 --- a/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c_skeleton.obb +++ b/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c_skeleton.obb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2f223b4ad345bf8f80e4461b8e30478cfd2711108e7398ce8417fd2acf63edf1 -size 6710 +oid sha256:3b193d00ea4d857fc11b43c594a05bc0659a31d34cada78e2172b4f60a498e54 +size 4943 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c_skeleton_SOLID.obb b/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c_skeleton_SOLID.obb index e9eeb888..9a1972d5 100644 --- a/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c_skeleton_SOLID.obb +++ b/Gameleap/mw4/Content/Mechs/jenner2c/jenner2c_skeleton_SOLID.obb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3d85453da32bba401b327d8443cbcebe8ee3a7447f0a8db61fec933303be7f87 +oid sha256:6befe78df9d57d21cb7129d06718d9dc085f22e44bc56d14dda31c67922a89f7 size 78 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/runninglights.erf b/Gameleap/mw4/Content/Mechs/jenner2c/runninglights.erf new file mode 100644 index 00000000..d2a47a45 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/jenner2c/runninglights.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da8b8c6df99bf9a5e61bb8074244954b3209fffc72a267d0f7b9a7d03f152966 +size 3062 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c/runninglights__.erf b/Gameleap/mw4/Content/Mechs/jenner2c/runninglights__.erf deleted file mode 100644 index 03dccab5..00000000 --- a/Gameleap/mw4/Content/Mechs/jenner2c/runninglights__.erf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d74a0eb2a378098bdd2601d5a5345061f6346bec076bb99225e07ddc0f90a656 -size 541 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c_destroyed/jenner2c_Destroyed.data b/Gameleap/mw4/Content/Mechs/jenner2c_destroyed/jenner2c_Destroyed.data index b27b4848..d7a0750a 100644 --- a/Gameleap/mw4/Content/Mechs/jenner2c_destroyed/jenner2c_Destroyed.data +++ b/Gameleap/mw4/Content/Mechs/jenner2c_destroyed/jenner2c_Destroyed.data @@ -1,6 +1,6 @@ [GameData] Class=MechWarrior4::DeathEntity -SolidOBB=jenner2c_Destroyed_SOLID.obb +SolidOBB=jenner2c_destroyed_solid.obb OBBCollides=false Collider=false CanBeShot=false @@ -13,3 +13,4 @@ CraterName=crater1 [Renderers] VideoRenderer=jenner2c_Destroyed.video + diff --git a/Gameleap/mw4/Content/Mechs/jenner2c_destroyed/jenner2c_Destroyed.video b/Gameleap/mw4/Content/Mechs/jenner2c_destroyed/jenner2c_Destroyed.video index 6344dff4..9dcf829e 100644 --- a/Gameleap/mw4/Content/Mechs/jenner2c_destroyed/jenner2c_Destroyed.video +++ b/Gameleap/mw4/Content/Mechs/jenner2c_destroyed/jenner2c_Destroyed.video @@ -14,3 +14,4 @@ Child=LOD [locator] Child=DamageAppearance + diff --git a/Gameleap/mw4/Content/Mechs/jenner2c_destroyed/jenner2c_destroyed.erf b/Gameleap/mw4/Content/Mechs/jenner2c_destroyed/jenner2c_destroyed.erf index e698d1bc..794d4de7 100644 --- a/Gameleap/mw4/Content/Mechs/jenner2c_destroyed/jenner2c_destroyed.erf +++ b/Gameleap/mw4/Content/Mechs/jenner2c_destroyed/jenner2c_destroyed.erf @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:34e9f1c87177361206e06730f79b079397eedf39c2fc530abc40f7416aef19b2 -size 26588 +oid sha256:35d2c3e51c939e9bb75d6949ceff3b6460b8c75f42f2359d012044dbc7748377 +size 11866 diff --git a/Gameleap/mw4/Content/Mechs/jenner2c_destroyed/jenner2c_destroyed_solid.obb b/Gameleap/mw4/Content/Mechs/jenner2c_destroyed/jenner2c_destroyed_solid.obb index 0cf25f94..eecd2762 100644 --- a/Gameleap/mw4/Content/Mechs/jenner2c_destroyed/jenner2c_destroyed_solid.obb +++ b/Gameleap/mw4/Content/Mechs/jenner2c_destroyed/jenner2c_destroyed_solid.obb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:117b7772369e52a33e112933ac4bd6758b34744efc051d60227d61be9303a630 +oid sha256:85fcad8c1edf9dbc9b6f31d9cbd90ca52382b44d75c516445adb8f4fa3370500 size 78 diff --git a/Gameleap/mw4/Content/Mechs/marauder/STATUS b/Gameleap/mw4/Content/Mechs/marauder/STATUS new file mode 100644 index 00000000..bab91dbb --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/STATUS @@ -0,0 +1,36 @@ +STAGED - complete source set, but NOT yet added to Content/core.build. + +have: .erf / .mw4anim / .obb source + marauder.armature marauder.contents marauder.instance + marauder.subsystems marauder.data marauder.damage + marauder.torso marauder.engine + + All eight decompiled from the V4H package and verified by round-tripping + the same decompiler over our own 64 chassis: + .data 8291/8306 keys .damage 6605/6605 keys + .contents 7480/7480 keys .instance 896/896 keys + .torso/.engine 1279/1280 keys .armature/.subsystems see sections 5, 8 + Every internal reference here resolves to a file that is present. + +before building: + 1. Add $(M_Marauder) to Content/ShellScripts/MechLabHeaders.h and $(IDS_Marauder) to + Content/Defines/MissionLang.defines. The .data references both. V4H's packages + store mech ids from an OLDER roster (shifted against ours), so the stored + integer was deliberately discarded - see DECOMPILING.md section 8c. + 2. Register the chassis through the rest of the chain in ADDING-A-MECH.md. + 3. REVIEW MOVEMENT TYPE. All six V4H chassis carry MoveTypeFlag=LEGMOVETYPE, so + none of them can jump - yet all six also carry JumpJetTonnage (2-4), four name + a real LeftJumpJetSiteName, and griffin + jenner2c have a JumpJetSubsystem + equipped in .subsystems. Our own roster is 84 LEGJUMPMOVETYPE vs 5 LEGMOVETYPE, + and those 5 have EMPTY jump-jet site names - internally consistent. V4H's are + not. This is decompiled faithfully; the inconsistency is in their source data. + Decide per chassis whether to set LEGJUMPMOVETYPE or strip the jump-jet gear. + dasher and marauder additionally have LeftJumpJetSiteName=';' - garbage. + 4. Only then add the .build entries to Content/core.build, one chassis at a time. + Until that happens these files are inert - the packer never visits them. + +notes: The .obb and .armature filenames are not stored in the package; the values + in .data / .contents were matched to the files actually present here. + Rename the file and the key together if you change either. + +see: MW4COMPARE/DECOMPILING.md sections 8c-8g and 11 diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturedata/joint_cage.data b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/joint_cage.data new file mode 100644 index 00000000..77203bce --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/joint_cage.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\joint_cage.video diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_hip.data b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_hip.data new file mode 100644 index 00000000..9ac9dc97 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_hip.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\mar_hip.video diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_lbtoe.data b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_lbtoe.data new file mode 100644 index 00000000..fd760a37 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_lbtoe.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\mar_lbtoe.video diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_ldleg.data b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_ldleg.data new file mode 100644 index 00000000..1b6e2784 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_ldleg.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\mar_ldleg.video diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_lfoot.data b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_lfoot.data new file mode 100644 index 00000000..a5b5f1b1 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_lfoot.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\mar_lfoot.video diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_lgun.data b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_lgun.data new file mode 100644 index 00000000..3dcb9057 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_lgun.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\mar_lgun.video diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_litoe.data b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_litoe.data new file mode 100644 index 00000000..5ca9f404 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_litoe.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\mar_litoe.video diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_lotoe.data b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_lotoe.data new file mode 100644 index 00000000..772a3f56 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_lotoe.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\mar_lotoe.video diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_luarm.data b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_luarm.data new file mode 100644 index 00000000..c9c4f7cd --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_luarm.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\mar_luarm.video diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_luleg.data b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_luleg.data new file mode 100644 index 00000000..150df3dd --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_luleg.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\mar_luleg.video diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_rbtoe.data b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_rbtoe.data new file mode 100644 index 00000000..800f07cf --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_rbtoe.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\mar_rbtoe.video diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_rdleg.data b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_rdleg.data new file mode 100644 index 00000000..05422080 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_rdleg.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\mar_rdleg.video diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_rfoot.data b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_rfoot.data new file mode 100644 index 00000000..2320c3a8 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_rfoot.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\mar_rfoot.video diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_rgun.data b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_rgun.data new file mode 100644 index 00000000..687d6265 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_rgun.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\mar_rgun.video diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_ritoe.data b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_ritoe.data new file mode 100644 index 00000000..cddb494f --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_ritoe.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\mar_ritoe.video diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_rotoe.data b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_rotoe.data new file mode 100644 index 00000000..e737c245 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_rotoe.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\mar_rotoe.video diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_ruarm.data b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_ruarm.data new file mode 100644 index 00000000..4c452169 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_ruarm.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\mar_ruarm.video diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_ruleg.data b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_ruleg.data new file mode 100644 index 00000000..4ca699c2 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_ruleg.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\mar_ruleg.video diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_specialone.data b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_specialone.data new file mode 100644 index 00000000..cd34da17 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_specialone.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\mar_specialone.video diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_specialtwo.data b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_specialtwo.data new file mode 100644 index 00000000..fb0a1b11 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_specialtwo.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\mar_specialtwo.video diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_torso.data b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_torso.data new file mode 100644 index 00000000..555da334 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturedata/mar_torso.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\mar_torso.video diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/joint_cage.video b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/joint_cage.video new file mode 100644 index 00000000..9f01602f --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/joint_cage.video @@ -0,0 +1,33 @@ +[fake1] +Type=GroupComponent + +[fake2] +Type=GroupComponent + +[cage] +Type=ShapeComponent +Geometry=marauder_cage.erf +Unique=true +DisableShadow=true + +[destroyedcage] +Type=ShapeComponent +Geometry=marauder_cage.erf +Unique=true +DisableShadow=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=Fake1 +Child=Fake2 +Child=Cage +Child=DestroyedCage + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_hip.video b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_hip.video new file mode 100644 index 00000000..4c028f23 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_hip.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=mar_hip.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=mar_hip_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_lbtoe.video b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_lbtoe.video new file mode 100644 index 00000000..e3c40247 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_lbtoe.video @@ -0,0 +1,17 @@ +[lod] +Type=ShapeComponent +Geometry=mar_lbtoe.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_ldleg.video b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_ldleg.video new file mode 100644 index 00000000..73739765 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_ldleg.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=mar_ldleg.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=mar_ldleg_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_lfoot.video b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_lfoot.video new file mode 100644 index 00000000..ad6d576d --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_lfoot.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=mar_lfoot.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=mar_lfoot_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_lgun.video b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_lgun.video new file mode 100644 index 00000000..f838838f --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_lgun.video @@ -0,0 +1,17 @@ +[lod] +Type=ShapeComponent +Geometry=mar_lgun.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_litoe.video b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_litoe.video new file mode 100644 index 00000000..21841288 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_litoe.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=mar_litoe.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=mar_litoe_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_lotoe.video b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_lotoe.video new file mode 100644 index 00000000..03361deb --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_lotoe.video @@ -0,0 +1,17 @@ +[lod] +Type=ShapeComponent +Geometry=mar_lotoe.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_luarm.video b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_luarm.video new file mode 100644 index 00000000..d6b72a24 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_luarm.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=mar_luarm.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=mar_luarm_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_luleg.video b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_luleg.video new file mode 100644 index 00000000..6bd75fc1 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_luleg.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=mar_luleg.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=mar_luleg_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_rbtoe.video b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_rbtoe.video new file mode 100644 index 00000000..55a97f9c --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_rbtoe.video @@ -0,0 +1,17 @@ +[lod] +Type=ShapeComponent +Geometry=mar_rbtoe.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_rdleg.video b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_rdleg.video new file mode 100644 index 00000000..2e329ba3 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_rdleg.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=mar_rdleg.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=mar_rdleg_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_rfoot.video b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_rfoot.video new file mode 100644 index 00000000..9b21b439 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_rfoot.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=mar_rfoot.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=mar_rfoot_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_rgun.video b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_rgun.video new file mode 100644 index 00000000..c98efb2f --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_rgun.video @@ -0,0 +1,17 @@ +[lod] +Type=ShapeComponent +Geometry=mar_rgun.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_ritoe.video b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_ritoe.video new file mode 100644 index 00000000..423db3b4 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_ritoe.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=mar_ritoe.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=mar_ritoe_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_rotoe.video b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_rotoe.video new file mode 100644 index 00000000..77e958fa --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_rotoe.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=mar_rotoe.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=mar_rotoe_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_ruarm.video b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_ruarm.video new file mode 100644 index 00000000..999515ed --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_ruarm.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=mar_ruarm.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=mar_ruarm_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_ruleg.video b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_ruleg.video new file mode 100644 index 00000000..f2b356f7 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_ruleg.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=mar_ruleg.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=mar_ruleg_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_specialone.video b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_specialone.video new file mode 100644 index 00000000..71846a5f --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_specialone.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=mar_specialone.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=mar_specialone_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_specialtwo.video b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_specialtwo.video new file mode 100644 index 00000000..1da39da2 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_specialtwo.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=mar_specialtwo.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=mar_specialtwo_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_torso.video b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_torso.video new file mode 100644 index 00000000..d185c883 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/armaturevideo/mar_torso.video @@ -0,0 +1,39 @@ +[lightlod] +Type=ShapeComponent +Geometry=runninglights.erf +Unique=true + +[lightwatcher] +Type=AttributeWatcherOfInt +Attribute=IsDark +SimulationShouldExecute=1 + +[lightswitch] +Type=SwitchComponent +Input=LightWatcher +Child=LightLOD + +[lod] +Type=ShapeComponent +Geometry=mar_torso.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=mar_torso_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=LightSwitch +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/marauder/mar_hip.erf b/Gameleap/mw4/Content/Mechs/marauder/mar_hip.erf new file mode 100644 index 00000000..d5288d7f --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/mar_hip.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db1c0b0ac639dd93bb0ce7ca57069b93c9ab4be78380dea85e4151f6524abf48 +size 22691 diff --git a/Gameleap/mw4/Content/Mechs/marauder/mar_hip_dam.erf b/Gameleap/mw4/Content/Mechs/marauder/mar_hip_dam.erf new file mode 100644 index 00000000..3a2dcd8a --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/mar_hip_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2da39da24e39c48eea88db210bba6ed696e96353097268182c12f0a2c295728a +size 6571 diff --git a/Gameleap/mw4/Content/Mechs/marauder/mar_lbtoe.erf b/Gameleap/mw4/Content/Mechs/marauder/mar_lbtoe.erf new file mode 100644 index 00000000..3928b554 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/mar_lbtoe.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4abbf5b953a90155f912c0d604c9b49a1dc169a393f319fd5d25262bec2906e5 +size 7962 diff --git a/Gameleap/mw4/Content/Mechs/marauder/mar_ldleg.erf b/Gameleap/mw4/Content/Mechs/marauder/mar_ldleg.erf new file mode 100644 index 00000000..9d271425 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/mar_ldleg.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddba5af1d21f5d7e930b67168bc76d7dd886d305a887d17c33289ef1e5219af0 +size 39714 diff --git a/Gameleap/mw4/Content/Mechs/marauder/mar_ldleg_dam.erf b/Gameleap/mw4/Content/Mechs/marauder/mar_ldleg_dam.erf new file mode 100644 index 00000000..636c7166 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/mar_ldleg_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52eb6fc8e7b08b7ed5ff80106db9306d0082a39e6c98b2bb55db88323c65fb57 +size 11612 diff --git a/Gameleap/mw4/Content/Mechs/marauder/mar_lfoot.erf b/Gameleap/mw4/Content/Mechs/marauder/mar_lfoot.erf new file mode 100644 index 00000000..4971c0be --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/mar_lfoot.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24982f873e994eedb07ac1e239a8aa0f50864ae82449f1066e09685f4040c937 +size 9492 diff --git a/Gameleap/mw4/Content/Mechs/marauder/mar_lfoot_dam.erf b/Gameleap/mw4/Content/Mechs/marauder/mar_lfoot_dam.erf new file mode 100644 index 00000000..7be5e1bd --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/mar_lfoot_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:696faef5805e3e536f150236f9416917b95b46febf71c6528c79ac7b7f51eb80 +size 2755 diff --git a/Gameleap/mw4/Content/Mechs/marauder/mar_lgun.erf b/Gameleap/mw4/Content/Mechs/marauder/mar_lgun.erf new file mode 100644 index 00000000..d0d7585e --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/mar_lgun.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9293307eb4da5d6c4207be93a000c1664c42a149a59826bc12b8b3ae2462aa86 +size 18985 diff --git a/Gameleap/mw4/Content/Mechs/marauder/mar_litoe.erf b/Gameleap/mw4/Content/Mechs/marauder/mar_litoe.erf new file mode 100644 index 00000000..4aa14bb4 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/mar_litoe.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd2f2c470208eac0f4fea4a5942be598714d1e94a85d051433101a163c67d9fd +size 4394 diff --git a/Gameleap/mw4/Content/Mechs/marauder/mar_litoe_dam.erf b/Gameleap/mw4/Content/Mechs/marauder/mar_litoe_dam.erf new file mode 100644 index 00000000..29e2496f --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/mar_litoe_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ab4613ba80ab81d4adb447e60e663f1107f24b8302adbdf582d68ead32d0d7c +size 1345 diff --git a/Gameleap/mw4/Content/Mechs/marauder/mar_lotoe.erf b/Gameleap/mw4/Content/Mechs/marauder/mar_lotoe.erf new file mode 100644 index 00000000..6b19cf46 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/mar_lotoe.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee20e1f296938298597c34644f63eea92b0af46eba23c652a501269fe26ff287 +size 4394 diff --git a/Gameleap/mw4/Content/Mechs/marauder/mar_luarm.erf b/Gameleap/mw4/Content/Mechs/marauder/mar_luarm.erf new file mode 100644 index 00000000..8054a0f2 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/mar_luarm.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc80d1c3d9db92b653c0f5d96e7d30bc45973b7aaaec6b11a2fad684cd0bf206 +size 11161 diff --git a/Gameleap/mw4/Content/Mechs/marauder/mar_luarm_dam.erf b/Gameleap/mw4/Content/Mechs/marauder/mar_luarm_dam.erf new file mode 100644 index 00000000..948d6a1a --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/mar_luarm_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c9b53cabd20b683528ae48fd66f1d7c706170740902c7dfbab97f199449006f +size 9173 diff --git a/Gameleap/mw4/Content/Mechs/marauder/mar_luleg.erf b/Gameleap/mw4/Content/Mechs/marauder/mar_luleg.erf new file mode 100644 index 00000000..ae027698 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/mar_luleg.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bac254cab4d3900bda32784ce0511c5f8ead852286f2898d9351ac9f6edeb35c +size 8672 diff --git a/Gameleap/mw4/Content/Mechs/marauder/mar_luleg_dam.erf b/Gameleap/mw4/Content/Mechs/marauder/mar_luleg_dam.erf new file mode 100644 index 00000000..2c508c82 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/mar_luleg_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0938ed4c3bdc2e450ad365a74d8f77e60779eb3a1afdc1da5664cefb1ed6c8dc +size 2499 diff --git a/Gameleap/mw4/Content/Mechs/marauder/mar_rbtoe.erf b/Gameleap/mw4/Content/Mechs/marauder/mar_rbtoe.erf new file mode 100644 index 00000000..de1893a3 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/mar_rbtoe.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3a4e0a5b5a889487a6203a3795357ea3b146e0c0793cec2ec588718dd3fddb +size 7962 diff --git a/Gameleap/mw4/Content/Mechs/marauder/mar_rdleg.erf b/Gameleap/mw4/Content/Mechs/marauder/mar_rdleg.erf new file mode 100644 index 00000000..1bf704ff --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/mar_rdleg.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e64476d3886c0fc8f234fad624b7aa4b08f5c22c74c73c35763384c924326cf +size 38879 diff --git a/Gameleap/mw4/Content/Mechs/marauder/mar_rdleg_dam.erf b/Gameleap/mw4/Content/Mechs/marauder/mar_rdleg_dam.erf new file mode 100644 index 00000000..b71605a4 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/mar_rdleg_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d8bf27db3c35a0da1c82d52b9a2150635fbe953f67be4c07157449954524b92 +size 11676 diff --git a/Gameleap/mw4/Content/Mechs/marauder/mar_rfoot.erf b/Gameleap/mw4/Content/Mechs/marauder/mar_rfoot.erf new file mode 100644 index 00000000..af530c60 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/mar_rfoot.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01792f855e51b4ad5ef1bd5aab831fdce308bc1570ef6e84e0b2d1686a65d2d7 +size 9594 diff --git a/Gameleap/mw4/Content/Mechs/marauder/mar_rfoot_dam.erf b/Gameleap/mw4/Content/Mechs/marauder/mar_rfoot_dam.erf new file mode 100644 index 00000000..2218ba6f --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/mar_rfoot_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8349d15082e0ce15097b4731e0d6665f83a8d20c76ebff3dc28082c62e7deea +size 2755 diff --git a/Gameleap/mw4/Content/Mechs/marauder/mar_rgun.erf b/Gameleap/mw4/Content/Mechs/marauder/mar_rgun.erf new file mode 100644 index 00000000..6cceec9b --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/mar_rgun.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4dbfa15342048b05c74cd18fec6847dd2155a76590bb1b8393e088f5b72bd1a +size 18341 diff --git a/Gameleap/mw4/Content/Mechs/marauder/mar_ritoe.erf b/Gameleap/mw4/Content/Mechs/marauder/mar_ritoe.erf new file mode 100644 index 00000000..d1ff7035 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/mar_ritoe.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feb05eb2caa3767247fe06b356a8718c642caba5aa799bab5b32f85f112ea259 +size 4394 diff --git a/Gameleap/mw4/Content/Mechs/marauder/mar_ritoe_dam.erf b/Gameleap/mw4/Content/Mechs/marauder/mar_ritoe_dam.erf new file mode 100644 index 00000000..9a90d63b --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/mar_ritoe_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f2daa15a85aa69f835610cb146e66475409909686c4d6a0602e669977c0a2d4 +size 1345 diff --git a/Gameleap/mw4/Content/Mechs/marauder/mar_rotoe.erf b/Gameleap/mw4/Content/Mechs/marauder/mar_rotoe.erf new file mode 100644 index 00000000..83ef6994 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/mar_rotoe.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c71337a9830d7adc5fd38be84bf29daff0a068d7108362f8bc7f91144bdb712 +size 4394 diff --git a/Gameleap/mw4/Content/Mechs/marauder/mar_rotoe_dam.erf b/Gameleap/mw4/Content/Mechs/marauder/mar_rotoe_dam.erf new file mode 100644 index 00000000..23f40174 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/mar_rotoe_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da7203f8c1159fe214b9b0e6378c916268ff00cb7e1b0f111847aca95e40f6ef +size 1345 diff --git a/Gameleap/mw4/Content/Mechs/marauder/mar_ruarm.erf b/Gameleap/mw4/Content/Mechs/marauder/mar_ruarm.erf new file mode 100644 index 00000000..351e51f6 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/mar_ruarm.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4db35e6520558402e45b53d5a28355f6d2535c74cdca245ed6af91c7b446bf29 +size 11008 diff --git a/Gameleap/mw4/Content/Mechs/marauder/mar_ruarm_dam.erf b/Gameleap/mw4/Content/Mechs/marauder/mar_ruarm_dam.erf new file mode 100644 index 00000000..9477c2de --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/mar_ruarm_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f5362474da3d88cd11d4265835f7f0d7b99a39ce5bb4b422089c571df8d77fb +size 5875 diff --git a/Gameleap/mw4/Content/Mechs/marauder/mar_ruleg.erf b/Gameleap/mw4/Content/Mechs/marauder/mar_ruleg.erf new file mode 100644 index 00000000..eb3df065 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/mar_ruleg.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a330e212229f8e1b46cac0063d9618d8df947d6e1a752c8e371751b7a1a43a62 +size 8672 diff --git a/Gameleap/mw4/Content/Mechs/marauder/mar_ruleg_dam.erf b/Gameleap/mw4/Content/Mechs/marauder/mar_ruleg_dam.erf new file mode 100644 index 00000000..efc6fc17 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/mar_ruleg_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:344c02c6a3b0e2eac81f2821b0ce516964d0ab2d164844a6c4fa7f64e9715ddf +size 2499 diff --git a/Gameleap/mw4/Content/Mechs/marauder/mar_specialone.erf b/Gameleap/mw4/Content/Mechs/marauder/mar_specialone.erf new file mode 100644 index 00000000..4c9e54d0 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/mar_specialone.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4bcc215f7159395315130db6aa679bb03d254031af773173e4e215633d5b28a +size 21560 diff --git a/Gameleap/mw4/Content/Mechs/marauder/mar_specialone_dam.erf b/Gameleap/mw4/Content/Mechs/marauder/mar_specialone_dam.erf new file mode 100644 index 00000000..3852204e --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/mar_specialone_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9486fe2c69d482a19cb7955040fbb0cae42dceb0aab1cf7209a8af9b5c1dedcd +size 7325 diff --git a/Gameleap/mw4/Content/Mechs/marauder/mar_specialtwo.erf b/Gameleap/mw4/Content/Mechs/marauder/mar_specialtwo.erf new file mode 100644 index 00000000..2a896316 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/mar_specialtwo.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8e6023210ff4fc3170f3b60bcf1da1cd02031451a1d4cbe00f3239a19d61130 +size 15696 diff --git a/Gameleap/mw4/Content/Mechs/marauder/mar_specialtwo_dam.erf b/Gameleap/mw4/Content/Mechs/marauder/mar_specialtwo_dam.erf new file mode 100644 index 00000000..c9df3033 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/mar_specialtwo_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9cd4e5a05e38b4d9b8e2fa893c5a7b6f8f8162b82ac9bdc8ab4493d63c9c5cf +size 4731 diff --git a/Gameleap/mw4/Content/Mechs/marauder/mar_torso.erf b/Gameleap/mw4/Content/Mechs/marauder/mar_torso.erf new file mode 100644 index 00000000..0347c5ee --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/mar_torso.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be4ec16ad63e5d6cbdbf3383facedd6df971dc74ab995ef3ea95047503f54ca8 +size 54047 diff --git a/Gameleap/mw4/Content/Mechs/marauder/mar_torso_dam.erf b/Gameleap/mw4/Content/Mechs/marauder/mar_torso_dam.erf new file mode 100644 index 00000000..7d612521 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/mar_torso_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58788b13f168a02a3582de35fc4650ea1ff9d7faa156ddf77487262c10d5ee70 +size 13479 diff --git a/Gameleap/mw4/Content/Mechs/marauder/marauder.armature b/Gameleap/mw4/Content/Mechs/marauder/marauder.armature new file mode 100644 index 00000000..c005fbb1 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/marauder.armature @@ -0,0 +1,324 @@ +[site_eject2] +Rotation=0.000000 -79.999970 0.000000 +Translation=0.026939 9.402081 -0.351965 + +[site_lfoot] +Rotation=0.000000 89.999982 0.000000 +Translation=-0.120006 -1.707356 0.596939 + +[joint_litoe] +Rotation=0.000000 0.000000 0.000000 +Translation=-1.017578 -1.240412 0.274436 + +[joint_lbtoe] +Rotation=0.000000 0.000000 0.000000 +Translation=0.013475 -1.229480 1.146115 + +[joint_lotoe] +Rotation=0.000000 0.000000 0.000000 +Translation=1.072098 -1.226520 0.308065 + +[joint_lbelowankle] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=site_lfoot +Child=joint_litoe +Child=joint_lbtoe +Child=joint_lotoe + +[joint_lankle] +Rotation=0.000000 0.000000 0.000000 +Translation=0.531755 -2.457425 1.920309 +Child=joint_lbelowankle + +[joint_ldleg] +Rotation=0.000000 0.000000 0.000000 +Translation=1.425000 -1.234999 -1.995001 +Child=joint_lankle + +[joint_luleg] +Rotation=0.000000 0.000000 0.000000 +Translation=0.570000 0.000000 0.000000 +Child=joint_ldleg + +[site_rfoot] +Rotation=0.000000 89.999982 0.000000 +Translation=0.152458 -1.707541 0.596393 + +[joint_ritoe] +Rotation=0.000000 0.000000 0.000000 +Translation=1.017559 -1.240391 0.274420 + +[joint_rbtoe] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.013471 -1.229454 1.146105 + +[joint_rotoe] +Rotation=0.000000 0.000000 0.000000 +Translation=-1.072059 -1.226504 0.308042 + +[joint_rbelowankle] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=site_rfoot +Child=joint_ritoe +Child=joint_rbtoe +Child=joint_rotoe + +[joint_rankle] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.531743 -2.457428 1.920306 +Child=joint_rbelowankle + +[joint_rdleg] +Rotation=0.000000 0.000000 0.000000 +Translation=-1.425001 -1.234999 -1.995000 +Child=joint_rankle + +[joint_ruleg] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.570000 0.000000 -0.000000 +Child=joint_rdleg + +[site_eject] +Rotation=0.000000 -89.999982 0.000000 +Translation=-0.007526 1.959030 2.708349 + +[site_coolantflush] +Rotation=180.000019 0.000000 0.000000 +Translation=0.026062 1.572816 -2.341386 + +[site_rexhaust] +Rotation=180.000019 0.000000 0.000000 +Translation=-0.979308 2.441671 -2.139675 + +[site_lexhaust] +Rotation=180.000019 0.000000 0.000000 +Translation=1.085351 2.442417 -2.166440 + +[site_jcattach] +Rotation=0.000000 0.000000 0.000000 +Translation=0.054284 -1.700191 -0.052390 + +[site_jcjetport01] +Rotation=-30.000014 69.999972 0.000000 +Translation=-1.706396 -1.525178 2.909421 + +[site_jcjetport02] +Rotation=30.000014 69.999972 0.000000 +Translation=1.705471 -1.525195 2.909415 + +[site_jcjetport03] +Rotation=149.999779 69.999972 0.000000 +Translation=1.705433 -1.525592 -2.997969 + +[site_jcjetport04] +Rotation=-149.999724 69.999972 0.000000 +Translation=-1.706457 -1.525588 -2.997956 + +[site_rujetport] +Rotation=-135.040135 48.626699 27.704629 +Translation=-0.625372 -0.161637 -1.342159 + +[site_lujetport] +Rotation=135.040135 48.626757 -27.704629 +Translation=0.625310 -0.161633 -1.350205 + +[site_eyepoint] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000019 1.122560 2.505780 + +[joint_centertorsofront] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 + +[site_ltorsoport] +Rotation=0.000000 0.000000 0.000000 +Translation=0.831284 0.912176 3.353414 + +[joint_lefttorsofront] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=site_ltorsoport + +[site_rtorsoport] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.542871 0.772614 4.076885 + +[joint_righttorsofront] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=site_rtorsoport + +[joint_centertorsorear] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 + +[joint_head] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 + +[site_rmissile] +Rotation=0.000000 0.000000 0.000000 +Translation=0.002926 -0.258405 5.493476 + +[joint_specialone] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.000002 3.763767 -1.357379 +Child=site_rmissile + +[site_lmissile] +Rotation=0.000000 0.000000 0.000000 +Translation=0.027471 0.016232 1.856092 + +[joint_specialtwo] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000016 -0.596990 2.850325 +Child=site_lmissile + +[site_rshellport] +Rotation=180.000019 0.000000 0.000000 +Translation=0.000000 -0.651413 0.295521 + +[site_rdgunport] +Rotation=0.000000 0.000000 0.000000 +Translation=0.023809 -0.444153 2.748690 + +[site_rugunport] +Rotation=0.000000 0.000000 0.000000 +Translation=0.023768 0.193700 2.775755 + +[joint_rgun] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.052778 -0.555640 0.542900 +Child=site_rshellport +Child=site_rdgunport +Child=site_rugunport + +[joint_rgunabove] +Rotation=0.000000 0.000000 0.000000 +Translation=-1.503885 -0.889638 0.489711 +Child=joint_rgun + +[joint_ruarm] +Rotation=0.000000 0.000000 0.000000 +Translation=-1.752215 0.754922 0.810019 +Child=joint_rgunabove + +[site_lshellport] +Rotation=180.000019 0.000000 0.000000 +Translation=0.000000 -0.663538 0.272675 + +[site_ldgunport] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.023633 -0.443946 2.737848 + +[site_lugunport] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.023622 0.198177 2.764232 + +[joint_lgun] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000003 -0.538302 0.558123 +Child=site_lshellport +Child=site_ldgunport +Child=site_lugunport + +[joint_lgunabove] +Rotation=0.000000 0.000000 0.000000 +Translation=1.430323 -0.930962 0.488632 +Child=joint_lgun + +[joint_luarm] +Rotation=0.000000 0.000000 0.000000 +Translation=1.894343 0.757314 0.865421 +Child=joint_lgunabove + +[site_cageleft] +Rotation=0.000000 -89.999982 0.000000 +Translation=1.592055 -0.010952 1.269936 + +[site_cageright] +Rotation=0.000000 -89.999982 0.000000 +Translation=-1.618621 -0.014944 1.276355 + +[site_light] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.000004 -1.634499 -0.861029 + +[joint_cage] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000021 0.523096 3.787198 +Child=site_cageleft +Child=site_cageright +Child=site_light + +[joint_torsoabove] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=site_eject +Child=site_coolantflush +Child=site_rexhaust +Child=site_lexhaust +Child=site_jcattach +Child=site_jcjetport01 +Child=site_jcjetport02 +Child=site_jcjetport03 +Child=site_jcjetport04 +Child=site_rujetport +Child=site_lujetport +Child=site_eyepoint +Child=joint_centertorsofront +Child=joint_lefttorsofront +Child=joint_righttorsofront +Child=joint_centertorsorear +Child=joint_head +Child=joint_specialone +Child=joint_specialtwo +Child=joint_ruarm +Child=joint_luarm +Child=joint_cage + +[joint_torso] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=joint_torsoabove + +[joint_torsobelow] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.000427 0.042073 -0.020356 +Child=joint_torso + +[joint_hipabove] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=joint_torsobelow + +[joint_hip] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=joint_hipabove + +[joint_hipbelow] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 1.596820 0.000003 +Child=joint_hip + +[joint_root] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.158334 +Child=joint_luleg +Child=joint_ruleg +Child=joint_hipbelow + +[joint_vel] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 5.415000 -0.475000 +Child=joint_root + +[joint_world] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=site_eject2 +Child=joint_vel + diff --git a/Gameleap/mw4/Content/Mechs/marauder/marauder.contents b/Gameleap/mw4/Content/Mechs/marauder/marauder.contents new file mode 100644 index 00000000..6caac4af --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/marauder.contents @@ -0,0 +1,262 @@ +[includes] +!include=marauder.armature + +[joint_hipabove] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_torsobelow] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_hip] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_lbelowankle] +Model=armaturedata\mar_lfoot.data +ExecutionState=AlwaysExecuteState + +[joint_litoe] +Model=armaturedata\mar_litoe.data +ExecutionState=AlwaysExecuteState + +[joint_lbtoe] +Model=armaturedata\mar_lbtoe.data +ExecutionState=AlwaysExecuteState + +[joint_lotoe] +Model=armaturedata\mar_lotoe.data +ExecutionState=AlwaysExecuteState + +[site_lfoot] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_lankle] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_lgun] +Model=armaturedata\mar_lgun.data +ExecutionState=AlwaysExecuteState + +[joint_lgunabove] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_ldleg] +Model=armaturedata\mar_ldleg.data +ExecutionState=AlwaysExecuteState + +[joint_rbelowankle] +Model=armaturedata\mar_rfoot.data +ExecutionState=AlwaysExecuteState + +[joint_ritoe] +Model=armaturedata\mar_ritoe.data +ExecutionState=AlwaysExecuteState + +[joint_rbtoe] +Model=armaturedata\mar_rbtoe.data +ExecutionState=AlwaysExecuteState + +[joint_rotoe] +Model=armaturedata\mar_rotoe.data +ExecutionState=AlwaysExecuteState + +[site_rfoot] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_rankle] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_rgun] +Model=armaturedata\mar_rgun.data +ExecutionState=AlwaysExecuteState + +[joint_luleg] +Model=armaturedata\mar_luleg.data +ExecutionState=AlwaysExecuteState + +[joint_ruleg] +Model=armaturedata\mar_ruleg.data +ExecutionState=AlwaysExecuteState + +[joint_hipbelow] +Model=armaturedata\mar_hip.data +ExecutionState=AlwaysExecuteState + +[joint_rgunabove] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_rdleg] +Model=armaturedata\mar_rdleg.data +ExecutionState=AlwaysExecuteState + +[joint_torsoabove] +Model=armaturedata\mar_torso.data +ExecutionState=AlwaysExecuteState + +[site_eyepoint] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_centertorsofront] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_lefttorsofront] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_righttorsofront] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_centertorsorear] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_head] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_specialone] +Model=armaturedata\mar_specialone.data +ExecutionState=AlwaysExecuteState + +[joint_specialtwo] +Model=armaturedata\mar_specialtwo.data +ExecutionState=AlwaysExecuteState + +[joint_ruarm] +Model=armaturedata\mar_ruarm.data +ExecutionState=AlwaysExecuteState + +[joint_luarm] +Model=armaturedata\mar_luarm.data +ExecutionState=AlwaysExecuteState + +[joint_cage] +Model=armaturedata\joint_cage.data +ExecutionState=AlwaysExecuteState + +[joint_torso] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_root] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_vel] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_world] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_cageleft] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_cageright] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_light] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_ltorsoport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_lshellport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_ldgunport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_lugunport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_rshellport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_rdgunport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_rugunport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_rtorsoport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_rmissile] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_lmissile] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_eject] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_coolantflush] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_rexhaust] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_lexhaust] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_jcattach] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_jcjetport01] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_jcjetport02] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_jcjetport03] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_jcjetport04] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_rujetport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_lujetport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_eject2] +Model=basic.data +ExecutionState=AlwaysExecuteState diff --git a/Gameleap/mw4/Content/Mechs/marauder/marauder.damage b/Gameleap/mw4/Content/Mechs/marauder/marauder.damage new file mode 100644 index 00000000..dd65d432 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/marauder.damage @@ -0,0 +1,188 @@ +[joint_luarm] +BaseArmorValue=1.0 +MaxArmorValue=51.0 +ScaleSplashDamage=0.14 +InternalDamageZone=LeftArm +ArmorZone=LeftArm + +[LeftArmInternal] +DamageZone=LeftArm +BaseInternalDamage=27.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +DamageMode=DetachableDamageMode +ParentEntityName=joint_luarm +BeamSlots=12 + +[joint_ruarm] +BaseArmorValue=1.0 +MaxArmorValue=51.0 +ScaleSplashDamage=0.14 +InternalDamageZone=RightArm +ArmorZone=RightArm + +[RightArmInternal] +DamageZone=RightArm +BaseInternalDamage=27.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +DamageMode=DetachableDamageMode +ParentEntityName=joint_ruarm +BeamSlots=12 + +[joint_luleg] +BaseArmorValue=1.0 +MaxArmorValue=66.0 +ScaleSplashDamage=0.24 +InternalDamageZone=LeftLeg +ArmorZone=LeftLeg + +[LeftLegInternal] +DamageZone=LeftLeg +BaseInternalDamage=51.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +DamageMode=GimpLeftDamageMode +ParentEntityName=joint_luleg +DamagePropagationZone=CenterTorso + +[joint_ruleg] +BaseArmorValue=1.0 +MaxArmorValue=66.0 +ScaleSplashDamage=0.24 +InternalDamageZone=RightLeg +ArmorZone=RightLeg + +[RightLegInternal] +DamageZone=RightLeg +BaseInternalDamage=51.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +DamageMode=GimpRightDamageMode +ParentEntityName=joint_ruleg +DamagePropagationZone=CenterTorso + +[joint_head] +BaseArmorValue=1.0 +MaxArmorValue=18.0 +ScaleSplashDamage=0 +InternalDamageZone=Head +ArmorZone=Head + +[HeadInternal] +DamageZone=Head +BaseInternalDamage=6.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +DamageMode=HeadShotDamageMode +ParentEntityName=joint_head + +[joint_righttorsofront] +BaseArmorValue=1.0 +MaxArmorValue=54.0 +ScaleSplashDamage=0.3 +InternalDamageZone=RightTorso +ArmorZone=RightTorso + +[RightTorsoInternal] +DamageZone=RightTorso +BaseInternalDamage=42.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +ParentEntityName=joint_righttorsofront +DamagePropagationZone=CenterTorso + +[joint_lefttorsofront] +BaseArmorValue=1.0 +MaxArmorValue=54.0 +ScaleSplashDamage=0.3 +InternalDamageZone=LeftTorso +ArmorZone=LeftTorso + +[LeftTorsoInternal] +DamageZone=LeftTorso +BaseInternalDamage=42.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +ParentEntityName=joint_lefttorsofront +DamagePropagationZone=CenterTorso + +[joint_specialone] +BaseArmorValue=45.0 +MaxArmorValue=45.0 +ScaleSplashDamage=0.14 +InternalDamageZone=Special1 +ArmorZone=Special1 +SpecialAttachedToZone=CenterTorso + +[Special1Internal] +DamageZone=Special1 +BaseInternalDamage=1.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +DamageMode=DetachableDamageMode +ParentEntityName=joint_specialone +DamagePropagationZone=CenterTorso +SpecialAttachedToZone=CenterTorso +ProjectileSlots=7 + +[joint_specialtwo] +BaseArmorValue=30.0 +MaxArmorValue=30.0 +ScaleSplashDamage=0.14 +InternalDamageZone=Special2 +ArmorZone=Special2 +SpecialAttachedToZone=CenterTorso + +[Special2Internal] +DamageZone=Special2 +BaseInternalDamage=1.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +DamageMode=DetachableDamageMode +ParentEntityName=joint_specialtwo +DamagePropagationZone=CenterTorso +SpecialAttachedToZone=CenterTorso +BeamSlots=6 + +[joint_hipbelow] +BaseArmorValue=1.0 +MaxArmorValue=66.0 +ScaleSplashDamage=0.3 +InternalDamageZone=CenterTorso +ArmorZone=CenterTorso + +[joint_centertorsorear] +BaseArmorValue=1.0 +MaxArmorValue=24.0 +ScaleSplashDamage=0.12 +InternalDamageZone=CenterTorso +ArmorZone=CenterRearTorso + +[CenterTorsoInternal] +DamageZone=CenterTorso +BaseInternalDamage=69.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +DamageMode=DestructionDamageMode +ParentEntityName=joint_hipbelow diff --git a/Gameleap/mw4/Content/Mechs/marauder/marauder.data b/Gameleap/mw4/Content/Mechs/marauder/marauder.data new file mode 100644 index 00000000..73be2e0b --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/marauder.data @@ -0,0 +1,140 @@ +[GameData] +Acceleration=4.7 +AdvancedGyroTonnage=0 +AnimationScript=content\mechs\hauptmann\hauptmann.animscript +CageDamageEffect=effects\mech_cage\mech_cage_hit.data +CanBeShot=true +CanLoadAMS=Yes +CanLoadAdvancedGyro=Yes +CanLoadBeagle=Yes +CanLoadECM=No +CanLoadIFF_Jammer=Yes +CanLoadJumpJets=No +CanLoadLAMS=No +CanLoadLightAmp=No +Class=MechWarrior4::Mech +Collider=true +CoolantEffectResource=effects\coolant\generalmech_coolant.data +Cradle=vehicles\jump_cradle\jump_cradle.data +CradleDeathEffect=effects\cradle_death\cradle_death.data +CraterName=crater01 +DamageNeededForCageEffect=7 +DampenHipJoint=0.95 +DampenRootJoint=0.95 +DampenTorsoJoint=0.9 +DampenTranslationJoint=0.95 +DampenWorldJoint=1 +DeathEntityResource=mechs\marauder_destroyed\marauder_destroyed.data +Decceleration=7 +DestroyedEffectResource=effects\mechdeath\mechdeath.data +DropJumpEffect=effects\jumpjet\dropjump.data +EjectEffectResource=effects\eject\generalmech_eject.data +ExternalHitScaleBeamDamage=3 +ExternalHitScaleHeatDamage=0 +ExternalHitScaleMissileDamage=3 +ExternalHitScaleProjectileDamage=3 +ExternalHitScaleSplashDamage=0.125 +EyeSpringConstant=30 30 30 +EyeSpringDrag=300 300 300 +EyeSpringMotionLimit=20 20 20 +EyeSpringStopThreshold=30 30 30 +FaceLighting=yes +FallAdjustmentDelaySeconds=0 +FallAdjustmentSeconds=1 +FootEffectsFile=effects\materialeffectholders\mech_foot_large.contents +FootReturnSeconds=0.5 +FullStopTurnRate=76 +GetUpAdjustmentDelaySeconds=1 +GetUpAdjustmentSeconds=1 +HeatManager=subsystems\heatmanager.data +HipHitSpringDeceleration=15 +HipHitSpringMotionLimit=10 +HipHitSpringReturnSpeed=40 +HipHitSpringSpeed=30 +HipScaleTakeHit=30 +InitialJumpJetEffect=resource\core.mw4 +InternalHitScaleBeamDamage=1 +InternalHitScaleHeatDamage=0 +InternalHitScaleMissileDamage=15 +InternalHitScaleProjectileDamage=3 +InternalHitScaleSplashDamage=0.25 +InternalSpinHitScaleBeamDamage=1 +InternalSpinHitScaleHeatDamage=0 +InternalSpinHitScaleMissileDamage=3 +InternalSpinHitScaleProjectileDamage=2.5 +InternalSpinHitScaleSplashDamage=0.4 +JumpJetEffect=effects\jumpjet\jumpjet.data +JumpJetTonnage=4 +LeftJumpJetSiteName=; +LightMapLighting=no +LookupLighting=yes +MaxGimpSpeed=5.25 +MaxHeat=54 +MaxReverseSpeed=-7.875 +MaxSpeed=22.975 +MaxVehicleTonnage=75 +MechGlassRamEffect=effects\mech_ram\genericmechtoglass_hit.data +MechID=$(M_Marauder) +MechRamEffect=effects\mech_ram\genericmechtomech_hit.data +MinMaxSpeed=15.75 +MinReverseSpeed=-2.78 +MinSpeed=2.78 +MinStandTransitionSpeed=5.6 +MinimumDamageForHitAnimation=2 +MinimumDamageForInternalHitAnimation=1 +MoveTypeFlag=LEGMOVETYPE +NameIndex=$(IDS_Marauder) +OverHeatEffectResource=effects\heat\overheat.data +PartDestructionEffectResource=effects\mechpart_destruction\mechpart_destruction.data +PercentageOfSpeedToStartTilt=0.7 +PercentageOfTurnToStartTilt=0.7 +ReverseAccelerationMultiplier=0.8 +ReverseDeccelerationMultiplier=0.8 +RightJumpJetSiteName=; +RootHitSpringDeceleration=20 +RootHitSpringMotionLimit=10 +RootHitSpringReturnSpeed=60 +RootHitSpringSpeed=40 +RootScaleTakeHit=30 +ScaleInternalTiltDegree=0.85 +SecondaryDeathEntityResource=mechs\marauder_destroyed\marauder_destroyed.data +SecondaryDestroyedEffectResource=effects\mechdeath\endmechdeath.data +Shadow={ +[shadow] +LightType=Shadow +InnerRadius=4.0 +OuterRadius=10.0 +BlobDistance=200.0 +ShadowMap=ShadowMask +Intensity=0.4 +} +SpinForceBeamDamage=0.01 +SpinForceHeatDamage=0.01 +SpinForceMissileDamage=0.01 +SpinForceProjectileDamage=0.01 +SpinForceSplashDamage=0.01 +SplashDamageAmount=89.375 +SplashDamageRadius=25 +SplashHeatAmount=6.375 +TechType=$(Tech_IS) +TiltDegree=9.00002 +TiltSpeed=20 +TopSpeedTurnRate=22 +TorsoHitSpringDeceleration=35 +TorsoHitSpringMotionLimit=23 +TorsoHitSpringReturnSpeed=60 +TorsoHitSpringSpeed=60 +TorsoScaleTakeHit=30 +UndampenHipJoint=0.4 +UndampenRootJoint=1 +UndampenTorsoJoint=0.1 +UndampenTranslationJoint=0.1 +UndampenWorldJoint=1 +VehicleTonnage=23 +VertexLighting=yes +WakeEffectResource=effects\boatwake\mechwake.data +SolidOBB=marauder_skeleton_SOLID.obb +HierarchicalOBB=marauder_skeleton.obb +DefaultFootStepTexture=footsteps\marauder_default +FootStepTexture=footsteps\marauder_snow,Snow +FootStepTexture=footsteps\marauder_dirt,BrownDirt diff --git a/Gameleap/mw4/Content/Mechs/marauder/marauder.engine b/Gameleap/mw4/Content/Mechs/marauder/marauder.engine new file mode 100644 index 00000000..76f358ea --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/marauder.engine @@ -0,0 +1,9 @@ +!include = Content\Subsystems\HeatSink.defines + +[GameData] +Class=Mechwarrior4::Engine +TotalCritLocations=2 +NumHeatSinks=12 +TonsPerUpgrade=2 +MPSPerUpgrade=1.80556 +HeatSinkEfficiency=0.075 diff --git a/Gameleap/mw4/Content/Mechs/marauder/marauder.instance b/Gameleap/mw4/Content/Mechs/marauder/marauder.instance new file mode 100644 index 00000000..b611f50c --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/marauder.instance @@ -0,0 +1,15 @@ +[marauder] +Model=marauder.data +ExecutionState=NeverExecuteState +Armature=marauder.contents +Subsystems=marauder.subsystems +DamageObjects=marauder.damage +Alignment=Player +CurrentHeat=0 +CurrentCoolant=100 +MaxCoolant=100 +DoesHaveInstanceName=yes +PowerRating=76 +ArmorRating=54 +SpeedRating=56 +HeatRating=48 diff --git a/Gameleap/mw4/Content/Mechs/marauder/marauder.subsystems b/Gameleap/mw4/Content/Mechs/marauder/marauder.subsystems new file mode 100644 index 00000000..7b7ad532 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/marauder.subsystems @@ -0,0 +1,144 @@ +[Engine] +Model=marauder.engine +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso +EngineUpgrades=1 + +[Armor] +Model=subsystems\armor.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso +ArmorType=Standard +InternalType=Standard +LeftLeg=1.6875 +RightLeg=1.6875 +LeftArm=1.21875 +RightArm=1.21875 +LeftFrontTorso=1.21875 +RightFrontTorso=1.21875 +CenterFrontTorso=1.6875 +CenterRearTorso=0.75 +Head=0.5625 + +[Torso] +Model=marauder.torso +ExecutionState=AlwaysExecuteState +InternalLocation=CenterTorso + +[Sensor] +Model=subsystems\sensorsubsystem.data +ExecutionState=ActiveState +InternalLocation=Head + +[SearchLight] +Model=subsystems\searchlightsubsystem.data +ExecutionState=AlwaysExecuteState +InternalLocation=CenterTorso +Site=site_light +CriticalHitsTaken=1 + +[Beam1] +Model=weaponsubsystems\ppcweaponsubsystem\ppc.data +ExecutionState=NeverExecuteState +InternalLocation=LeftArm +Site=site_ldgunport +GroupIndex=2 +EjectSite=site_lshellport + +[Beam2] +Model=weaponsubsystems\ppcweaponsubsystem\ppc.data +ExecutionState=NeverExecuteState +InternalLocation=RightArm +Site=site_rdgunport +GroupIndex=2 +EjectSite=site_rshellport + +[Beam3] +Model=weaponsubsystems\laserweaponsubsystem\mediumlaser.data +ExecutionState=NeverExecuteState +InternalLocation=LeftArm +Site=site_lugunport +GroupIndex=1 +EjectSite=site_lshellport + +[Beam4] +Model=weaponsubsystems\laserweaponsubsystem\mediumlaser.data +ExecutionState=NeverExecuteState +InternalLocation=RightArm +Site=site_rugunport +GroupIndex=1 +EjectSite=site_rshellport + +[Ballistic1] +Model=weaponsubsystems\acweaponsubsystem\ac5.data +ExecutionState=NeverExecuteState +InternalLocation=Special1 +Site=site_rmissile +GroupIndex=3 +AmmoCount=60 + +[HeatSink1] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + +[HeatSink2] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + +[HeatSink3] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + +[HeatSink4] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + +[HeatSink5] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + +[HeatSink6] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + +[HeatSink7] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + +[HeatSink8] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + +[HeatSink9] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + +[HeatSink10] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + +[HeatSink11] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + +[HeatSink12] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + +[HeatSink13] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + diff --git a/Gameleap/mw4/Content/Mechs/marauder/marauder.torso b/Gameleap/mw4/Content/Mechs/marauder/marauder.torso new file mode 100644 index 00000000..6e3e59b8 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/marauder.torso @@ -0,0 +1,17 @@ +!include = Content\Defines\MechTorso.defines + +[GameData] +Class=MechWarrior4::Torso +TotalCritLocations=2 +TwistJointName=joint_torsobelow +PitchJointName=joint_hipbelow +LeftArmJointName=joint_lgunabove +RightArmJointName=joint_rgunabove +EyeJointName=site_eyepoint +ArmRatioAngle=40 +TwistSpeed=60 +PitchSpeed=40 +TwistRadius=110 +PitchRadius=30 +CageJointName=joint_cage +CageRatioAngle=0.5 diff --git a/Gameleap/mw4/Content/Mechs/marauder/marauder_cage.erf b/Gameleap/mw4/Content/Mechs/marauder/marauder_cage.erf new file mode 100644 index 00000000..6b21b889 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/marauder_cage.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d083bce26070a19d2bb900aa407394b55794c64d80f3adcc991ebfdc9649e43 +size 22678 diff --git a/Gameleap/mw4/Content/Mechs/marauder/marauder_skeleton.obb b/Gameleap/mw4/Content/Mechs/marauder/marauder_skeleton.obb new file mode 100644 index 00000000..ae7266ae --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/marauder_skeleton.obb @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b31747fc85aa6833edd1b9b177f8ba791666355c857608fdbeb06ef0c56a20e1 +size 7322 diff --git a/Gameleap/mw4/Content/Mechs/marauder/marauder_skeleton_SOLID.obb b/Gameleap/mw4/Content/Mechs/marauder/marauder_skeleton_SOLID.obb new file mode 100644 index 00000000..06b2d85a --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/marauder_skeleton_SOLID.obb @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b28572da10a63daaaa48f446f45d8450f24a631a67b1749d9681cbca499816 +size 78 diff --git a/Gameleap/mw4/Content/Mechs/marauder/runninglights.erf b/Gameleap/mw4/Content/Mechs/marauder/runninglights.erf new file mode 100644 index 00000000..3547eebe --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder/runninglights.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f66ca5e4656408b3f4eac8d4c14a088e930d216265d39397037417451bbacf4 +size 541 diff --git a/Gameleap/mw4/Content/Mechs/marauder_destroyed/marauder_destroyed.data b/Gameleap/mw4/Content/Mechs/marauder_destroyed/marauder_destroyed.data new file mode 100644 index 00000000..e1638434 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder_destroyed/marauder_destroyed.data @@ -0,0 +1,16 @@ +[GameData] +Class=MechWarrior4::DeathEntity +SolidOBB=marauder_destroyed_solid.obb +OBBCollides=false +Collider=false +CanBeShot=false +CanBeWalkedOn=false +VertexLighting=yes +FaceLighting=yes +LookupLighting=no +LightMapLighting=no +CraterName=crater1 + +[Renderers] +VideoRenderer=marauder_destroyed.video + diff --git a/Gameleap/mw4/Content/Mechs/marauder_destroyed/marauder_destroyed.erf b/Gameleap/mw4/Content/Mechs/marauder_destroyed/marauder_destroyed.erf new file mode 100644 index 00000000..12fcf9b1 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder_destroyed/marauder_destroyed.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93409a3e673c0cfe57f0bface19ca74e73a0449aa77788462e28086639c00377 +size 18503 diff --git a/Gameleap/mw4/Content/Mechs/marauder_destroyed/marauder_destroyed.video b/Gameleap/mw4/Content/Mechs/marauder_destroyed/marauder_destroyed.video new file mode 100644 index 00000000..f40c99d2 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder_destroyed/marauder_destroyed.video @@ -0,0 +1,17 @@ +[lod] +Type=ShapeComponent +Geometry=marauder_destroyed.erf + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD + +[locator] +Child=DamageAppearance + diff --git a/Gameleap/mw4/Content/Mechs/marauder_destroyed/marauder_destroyed_solid.obb b/Gameleap/mw4/Content/Mechs/marauder_destroyed/marauder_destroyed_solid.obb new file mode 100644 index 00000000..0c3b13e6 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/marauder_destroyed/marauder_destroyed_solid.obb @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ec57867bbdb9f1bde9268d3e5623560e058136339cc2fa60da43e10d622f779 +size 78 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/STATUS b/Gameleap/mw4/Content/Mechs/thunderbolt/STATUS new file mode 100644 index 00000000..f5938e6b --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/STATUS @@ -0,0 +1,36 @@ +STAGED - complete source set, but NOT yet added to Content/core.build. + +have: .erf / .mw4anim / .obb source + thunderbolt.armature thunderbolt.contents thunderbolt.instance + thunderbolt.subsystems thunderbolt.data thunderbolt.damage + thunderbolt.torso thunderbolt.engine + + All eight decompiled from the V4H package and verified by round-tripping + the same decompiler over our own 64 chassis: + .data 8291/8306 keys .damage 6605/6605 keys + .contents 7480/7480 keys .instance 896/896 keys + .torso/.engine 1279/1280 keys .armature/.subsystems see sections 5, 8 + Every internal reference here resolves to a file that is present. + +before building: + 1. Add $(M_Thunderbolt) to Content/ShellScripts/MechLabHeaders.h and $(IDS_Thunderbolt) to + Content/Defines/MissionLang.defines. The .data references both. V4H's packages + store mech ids from an OLDER roster (shifted against ours), so the stored + integer was deliberately discarded - see DECOMPILING.md section 8c. + 2. Register the chassis through the rest of the chain in ADDING-A-MECH.md. + 3. REVIEW MOVEMENT TYPE. All six V4H chassis carry MoveTypeFlag=LEGMOVETYPE, so + none of them can jump - yet all six also carry JumpJetTonnage (2-4), four name + a real LeftJumpJetSiteName, and griffin + jenner2c have a JumpJetSubsystem + equipped in .subsystems. Our own roster is 84 LEGJUMPMOVETYPE vs 5 LEGMOVETYPE, + and those 5 have EMPTY jump-jet site names - internally consistent. V4H's are + not. This is decompiled faithfully; the inconsistency is in their source data. + Decide per chassis whether to set LEGJUMPMOVETYPE or strip the jump-jet gear. + dasher and marauder additionally have LeftJumpJetSiteName=';' - garbage. + 4. Only then add the .build entries to Content/core.build, one chassis at a time. + Until that happens these files are inert - the packer never visits them. + +notes: The .obb and .armature filenames are not stored in the package; the values + in .data / .contents were matched to the files actually present here. + Rename the file and the key together if you change either. + +see: MW4COMPARE/DECOMPILING.md sections 8c-8g and 11 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/joint_cage.data b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/joint_cage.data new file mode 100644 index 00000000..77203bce --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/joint_cage.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\joint_cage.video diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_hip.data b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_hip.data new file mode 100644 index 00000000..2f49059b --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_hip.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\thu_hip.video diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_lbtoe.data b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_lbtoe.data new file mode 100644 index 00000000..ad5ef0a3 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_lbtoe.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\thu_lbtoe.video diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_ldleg.data b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_ldleg.data new file mode 100644 index 00000000..cdb6e1fd --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_ldleg.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\thu_ldleg.video diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_lfoot.data b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_lfoot.data new file mode 100644 index 00000000..0afbbd8c --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_lfoot.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\thu_lfoot.video diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_lftoe.data b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_lftoe.data new file mode 100644 index 00000000..79cedfc6 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_lftoe.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\thu_lftoe.video diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_lgun.data b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_lgun.data new file mode 100644 index 00000000..2548f47f --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_lgun.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\thu_lgun.video diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_luarm.data b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_luarm.data new file mode 100644 index 00000000..84af16f8 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_luarm.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\thu_luarm.video diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_luleg.data b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_luleg.data new file mode 100644 index 00000000..2509fdbc --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_luleg.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\thu_luleg.video diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_rbtoe.data b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_rbtoe.data new file mode 100644 index 00000000..f0e5a167 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_rbtoe.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\thu_rbtoe.video diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_rdleg.data b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_rdleg.data new file mode 100644 index 00000000..022ee8a6 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_rdleg.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\thu_rdleg.video diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_rfoot.data b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_rfoot.data new file mode 100644 index 00000000..2d06eb3b --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_rfoot.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\thu_rfoot.video diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_rftoe.data b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_rftoe.data new file mode 100644 index 00000000..3b756960 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_rftoe.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\thu_rftoe.video diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_rgun.data b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_rgun.data new file mode 100644 index 00000000..49774545 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_rgun.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\thu_rgun.video diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_ruarm.data b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_ruarm.data new file mode 100644 index 00000000..1fe8fea3 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_ruarm.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\thu_ruarm.video diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_ruleg.data b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_ruleg.data new file mode 100644 index 00000000..f6bc447f --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_ruleg.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\thu_ruleg.video diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_specialone.data b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_specialone.data new file mode 100644 index 00000000..49c5e76f --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_specialone.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\thu_specialone.video diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_torso.data b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_torso.data new file mode 100644 index 00000000..62c570f2 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturedata/thu_torso.data @@ -0,0 +1,5 @@ +[gamedata] +Class=MechWarrior4::MWMover + +[renderers] +VideoRenderer=armaturevideo\thu_torso.video diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/joint_cage.video b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/joint_cage.video new file mode 100644 index 00000000..04b2eba5 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/joint_cage.video @@ -0,0 +1,33 @@ +[fake1] +Type=GroupComponent + +[fake2] +Type=GroupComponent + +[cage] +Type=ShapeComponent +Geometry=thunderbolt_cage.erf +Unique=true +DisableShadow=true + +[destroyedcage] +Type=ShapeComponent +Geometry=thunderbolt_cage.erf +Unique=true +DisableShadow=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=Fake1 +Child=Fake2 +Child=Cage +Child=DestroyedCage + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_hip.video b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_hip.video new file mode 100644 index 00000000..e4cb3bc9 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_hip.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=thu_hip.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=thu_hip_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_lbtoe.video b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_lbtoe.video new file mode 100644 index 00000000..35bdfc23 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_lbtoe.video @@ -0,0 +1,17 @@ +[lod] +Type=ShapeComponent +Geometry=thu_lbtoe.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_ldleg.video b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_ldleg.video new file mode 100644 index 00000000..4c541a6f --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_ldleg.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=thu_ldleg.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=thu_ldleg_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_lfoot.video b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_lfoot.video new file mode 100644 index 00000000..a7f8bfb8 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_lfoot.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=thu_lfoot.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=thu_lfoot_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_lftoe.video b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_lftoe.video new file mode 100644 index 00000000..ae6a0e36 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_lftoe.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=thu_lftoe.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=thu_lftoe_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_lgun.video b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_lgun.video new file mode 100644 index 00000000..5d861b5d --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_lgun.video @@ -0,0 +1,17 @@ +[lod] +Type=ShapeComponent +Geometry=thu_lgun.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_luarm.video b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_luarm.video new file mode 100644 index 00000000..e11ab56f --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_luarm.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=thu_luarm.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=thu_luarm_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_luleg.video b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_luleg.video new file mode 100644 index 00000000..24581329 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_luleg.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=thu_luleg.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=thu_luleg_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_rbtoe.video b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_rbtoe.video new file mode 100644 index 00000000..3bc447d1 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_rbtoe.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=thu_rbtoe.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=thu_rbtoe_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_rdleg.video b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_rdleg.video new file mode 100644 index 00000000..67844ee9 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_rdleg.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=thu_rdleg.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=thu_rdleg_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_rfoot.video b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_rfoot.video new file mode 100644 index 00000000..6bb89484 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_rfoot.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=thu_rfoot.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=thu_rfoot_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_rftoe.video b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_rftoe.video new file mode 100644 index 00000000..84b2690e --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_rftoe.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=thu_rftoe.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=thu_rftoe_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_rgun.video b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_rgun.video new file mode 100644 index 00000000..5fc94c8c --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_rgun.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=thu_rgun.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=thu_rgun_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_ruarm.video b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_ruarm.video new file mode 100644 index 00000000..1be9c61c --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_ruarm.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=thu_ruarm.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=thu_ruarm_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_ruleg.video b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_ruleg.video new file mode 100644 index 00000000..68781ef0 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_ruleg.video @@ -0,0 +1,23 @@ +[lod] +Type=ShapeComponent +Geometry=thu_ruleg.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=thu_ruleg_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_specialone.video b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_specialone.video new file mode 100644 index 00000000..bfdb9cbf --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_specialone.video @@ -0,0 +1,17 @@ +[lod] +Type=ShapeComponent +Geometry=thu_specialone.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD + +[locator] +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_torso.video b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_torso.video new file mode 100644 index 00000000..fc472f0a --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/armaturevideo/thu_torso.video @@ -0,0 +1,39 @@ +[lightlod] +Type=ShapeComponent +Geometry=runninglights.erf +Unique=true + +[lightwatcher] +Type=AttributeWatcherOfInt +Attribute=IsDark +SimulationShouldExecute=1 + +[lightswitch] +Type=SwitchComponent +Input=LightWatcher +Child=LightLOD + +[lod] +Type=ShapeComponent +Geometry=thu_torso.erf +Unique=true + +[damlod] +Type=ShapeComponent +Geometry=thu_torso_DAM.erf +Unique=true + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD +Child=DAMLOD + +[locator] +Child=LightSwitch +Child=DamageAppearance diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/runninglights.erf b/Gameleap/mw4/Content/Mechs/thunderbolt/runninglights.erf new file mode 100644 index 00000000..46859394 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/runninglights.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7b2a6c3679ea33c6e1665e3820ac63c1cc750ef4dad0778fe718625fe39bbff +size 3062 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thu_hip.erf b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_hip.erf new file mode 100644 index 00000000..be0263c5 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_hip.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:865d8cfa8cceb688e0db42837e2faeb6fc5fb0e9765d73e21b60fc23427908bd +size 5811 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thu_hip_dam.erf b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_hip_dam.erf new file mode 100644 index 00000000..be0263c5 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_hip_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:865d8cfa8cceb688e0db42837e2faeb6fc5fb0e9765d73e21b60fc23427908bd +size 5811 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thu_lbtoe.erf b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_lbtoe.erf new file mode 100644 index 00000000..0993bdf5 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_lbtoe.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41aed606ff8a47340181c062132c0917c32367357251f343661c024d0bc45dcf +size 2723 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thu_ldleg.erf b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_ldleg.erf new file mode 100644 index 00000000..5d0953a5 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_ldleg.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e27c409da2849cdba5dbd88136cb321ca17e622d39b71d9107bcf873d465d393 +size 9171 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thu_ldleg_dam.erf b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_ldleg_dam.erf new file mode 100644 index 00000000..5d0953a5 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_ldleg_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e27c409da2849cdba5dbd88136cb321ca17e622d39b71d9107bcf873d465d393 +size 9171 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thu_lfoot.erf b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_lfoot.erf new file mode 100644 index 00000000..2cc1a172 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_lfoot.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c293fc32ab8833105e36dc2f6e26ca9c21120321aaa081200e87081d4a8224d9 +size 1441 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thu_lfoot_dam.erf b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_lfoot_dam.erf new file mode 100644 index 00000000..2cc1a172 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_lfoot_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c293fc32ab8833105e36dc2f6e26ca9c21120321aaa081200e87081d4a8224d9 +size 1441 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thu_lftoe.erf b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_lftoe.erf new file mode 100644 index 00000000..0cf5871a --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_lftoe.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0093684313f53391bdeaa9aae5c78a5c8b9e955b9a6475da0cefc8e51d1f3ee +size 2555 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thu_lftoe_dam.erf b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_lftoe_dam.erf new file mode 100644 index 00000000..0cf5871a --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_lftoe_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0093684313f53391bdeaa9aae5c78a5c8b9e955b9a6475da0cefc8e51d1f3ee +size 2555 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thu_lgun.erf b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_lgun.erf new file mode 100644 index 00000000..25fe22b1 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_lgun.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11be75cd1414eaa7face802971d332b33224ce0c986d4373ef37cc36692aabf1 +size 10687 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thu_luarm.erf b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_luarm.erf new file mode 100644 index 00000000..280c8b80 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_luarm.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:177613c90817bd19979083a26d194fdc7629a5194edfe8eb4c38905fbaef681b +size 2569 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thu_luarm_dam.erf b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_luarm_dam.erf new file mode 100644 index 00000000..280c8b80 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_luarm_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:177613c90817bd19979083a26d194fdc7629a5194edfe8eb4c38905fbaef681b +size 2569 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thu_luleg.erf b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_luleg.erf new file mode 100644 index 00000000..58c41108 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_luleg.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c8e8f3f57ec0ad7a3ec6ad44a0b28dd927eff96cdfb02574ea054e25c94f56e +size 6794 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thu_luleg_dam.erf b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_luleg_dam.erf new file mode 100644 index 00000000..58c41108 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_luleg_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c8e8f3f57ec0ad7a3ec6ad44a0b28dd927eff96cdfb02574ea054e25c94f56e +size 6794 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thu_rbtoe.erf b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_rbtoe.erf new file mode 100644 index 00000000..2619f3ac --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_rbtoe.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9199b504833b7a1a6b13f9bae51f876722076fcf5d1cd1ae8a7589634f1aad33 +size 2723 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thu_rbtoe_dam.erf b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_rbtoe_dam.erf new file mode 100644 index 00000000..2619f3ac --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_rbtoe_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9199b504833b7a1a6b13f9bae51f876722076fcf5d1cd1ae8a7589634f1aad33 +size 2723 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thu_rdleg.erf b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_rdleg.erf new file mode 100644 index 00000000..065e55ec --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_rdleg.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f36d24d9b67cd0d77329f1c02a2ef21ba62abe700c68931caeb504372d4fb91c +size 9171 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thu_rdleg_dam.erf b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_rdleg_dam.erf new file mode 100644 index 00000000..065e55ec --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_rdleg_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f36d24d9b67cd0d77329f1c02a2ef21ba62abe700c68931caeb504372d4fb91c +size 9171 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thu_rfoot.erf b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_rfoot.erf new file mode 100644 index 00000000..75c2153a --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_rfoot.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:779cdb5d921a1854768999ec0afb0a4baa3c400e53000700c77ab1b05abca917 +size 1441 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thu_rfoot_dam.erf b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_rfoot_dam.erf new file mode 100644 index 00000000..75c2153a --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_rfoot_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:779cdb5d921a1854768999ec0afb0a4baa3c400e53000700c77ab1b05abca917 +size 1441 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thu_rftoe.erf b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_rftoe.erf new file mode 100644 index 00000000..73309513 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_rftoe.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23fc94bee2d69dd0325580cc4690dd2d60c2dd76e33c60d2c05e2ba58b72e645 +size 2555 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thu_rftoe_dam.erf b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_rftoe_dam.erf new file mode 100644 index 00000000..73309513 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_rftoe_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23fc94bee2d69dd0325580cc4690dd2d60c2dd76e33c60d2c05e2ba58b72e645 +size 2555 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thu_rgun.erf b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_rgun.erf new file mode 100644 index 00000000..0f7b3636 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_rgun.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cc3a650f6de2a17cd091138fe5b5f2dae6743f961a23b35b165379bdae76e3b +size 12097 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thu_rgun_dam.erf b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_rgun_dam.erf new file mode 100644 index 00000000..0f7b3636 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_rgun_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cc3a650f6de2a17cd091138fe5b5f2dae6743f961a23b35b165379bdae76e3b +size 12097 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thu_ruarm.erf b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_ruarm.erf new file mode 100644 index 00000000..1aa24758 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_ruarm.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb4e8fd1aa830c6e708f83f7bb11bcc1e9c8dcd76fcdf9d7aa8210c239c0fd2e +size 2569 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thu_ruarm_dam.erf b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_ruarm_dam.erf new file mode 100644 index 00000000..1aa24758 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_ruarm_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb4e8fd1aa830c6e708f83f7bb11bcc1e9c8dcd76fcdf9d7aa8210c239c0fd2e +size 2569 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thu_ruleg.erf b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_ruleg.erf new file mode 100644 index 00000000..97aa99e4 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_ruleg.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66a728e3cc60d01dc62665069f37a58a9f6752fb43dcc3f9032d62559a5b56f8 +size 6794 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thu_ruleg_dam.erf b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_ruleg_dam.erf new file mode 100644 index 00000000..97aa99e4 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_ruleg_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66a728e3cc60d01dc62665069f37a58a9f6752fb43dcc3f9032d62559a5b56f8 +size 6794 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thu_specialone.erf b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_specialone.erf new file mode 100644 index 00000000..38870538 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_specialone.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea3c3834965c43ba65ee5bc82402ffd4e9dcba4ebed70c819db1e28ca10ddd05 +size 4371 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thu_torso.erf b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_torso.erf new file mode 100644 index 00000000..400ab755 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_torso.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b9d49256bea6a2826105d2a514b3f8cf35079803c7ce203cfc120ada3417c9b +size 12695 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thu_torso_dam.erf b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_torso_dam.erf new file mode 100644 index 00000000..400ab755 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thu_torso_dam.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b9d49256bea6a2826105d2a514b3f8cf35079803c7ce203cfc120ada3417c9b +size 12695 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt.armature b/Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt.armature new file mode 100644 index 00000000..d2cb40d3 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt.armature @@ -0,0 +1,299 @@ +[site_eject2] +Rotation=0.000000 -79.999970 0.000000 +Translation=0.026939 9.402081 -0.351965 + +[site_rfoot] +Rotation=-0.000000 89.993644 0.000000 +Translation=0.006936 -1.504130 0.100416 + +[joint_rftoe] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 -0.899993 0.250030 + +[joint_rbtoe] +Rotation=0.000000 0.000000 0.000000 +Translation=0.024999 -0.975025 -0.749967 + +[joint_rbelowankle] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=site_rfoot +Child=joint_rftoe +Child=joint_rbtoe + +[joint_rankle] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.073112 -2.038790 -0.173769 +Child=joint_rbelowankle + +[joint_rdleg] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.570712 -2.440364 0.088527 +Child=joint_rankle + +[joint_ruleg] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.650000 0.000000 -0.000753 +Child=joint_rdleg + +[site_lfoot] +Rotation=-0.000000 89.993644 0.000000 +Translation=-0.006935 -1.504130 0.100415 + +[joint_lftoe] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 -0.899993 0.250030 + +[joint_lbtoe] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.025000 -0.975025 -0.749967 + +[joint_lbelowankle] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=site_lfoot +Child=joint_lftoe +Child=joint_lbtoe + +[joint_lankle] +Rotation=0.000000 0.000000 0.000000 +Translation=0.073112 -2.038790 -0.173769 +Child=joint_lbelowankle + +[joint_ldleg] +Rotation=0.000000 0.000000 0.000000 +Translation=0.570712 -2.440364 0.088527 +Child=joint_lankle + +[joint_luleg] +Rotation=0.000000 0.000000 0.000000 +Translation=0.650000 0.000000 -0.000753 +Child=joint_ldleg + +[site_eject] +Rotation=-0.000000 -89.993644 -0.000000 +Translation=1.123001 3.948267 0.174532 + +[site_rujetport] +Rotation=179.994227 64.997890 0.000003 +Translation=-1.162578 1.400000 -1.621931 + +[site_coolantflush] +Rotation=180.005783 -0.000000 0.000000 +Translation=0.037423 2.099999 -1.871931 + +[site_lujetport] +Rotation=179.994227 64.997890 0.000003 +Translation=1.237423 1.400000 -1.621931 + +[site_jcjetport01] +Rotation=-30.004632 70.010791 -0.000091 +Translation=-1.758809 -1.847017 3.045334 + +[site_jcjetport02] +Rotation=30.004642 70.010791 0.000091 +Translation=1.832514 -1.847017 3.045334 + +[site_jcjetport03] +Rotation=150.006336 70.003032 0.000090 +Translation=1.832514 -1.847017 -3.171938 + +[site_jcjetport04] +Rotation=-150.006336 70.003025 -0.000089 +Translation=-1.758808 -1.847017 -3.171938 + +[site_jcattach] +Rotation=0.000000 -0.000000 0.000000 +Translation=0.037423 -0.692904 -0.071931 + +[site_exhaust] +Rotation=180.005783 -0.000000 0.000000 +Translation=-0.025000 0.500000 -0.950000 + +[site_missileport] +Rotation=0.000000 -0.000000 0.000000 +Translation=-0.025000 0.139850 2.138695 + +[joint_specialone] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.904460 3.425000 -0.462652 +Child=site_exhaust +Child=site_missileport + +[site_eyepoint] +Rotation=0.000000 0.000000 0.000000 +Translation=1.044218 3.440540 1.202102 + +[joint_centertorsofront] +Rotation=0.000000 0.000000 0.000000 +Translation=0.037423 0.000000 -0.071931 + +[site_ltorsoport] +Rotation=0.000000 -0.000000 0.000000 +Translation=0.980906 1.704423 2.113435 + +[joint_lefttorsofront] +Rotation=0.000000 0.000000 0.000000 +Translation=0.037423 0.000000 -0.071931 +Child=site_ltorsoport + +[site_rtorsoport] +Rotation=0.000000 -0.000000 0.000000 +Translation=-1.266148 1.746168 1.620441 + +[joint_righttorsofront] +Rotation=0.000000 0.000000 0.000000 +Translation=0.037423 0.000000 -0.071931 +Child=site_rtorsoport + +[joint_centertorsorear] +Rotation=0.000000 0.000000 0.000000 +Translation=0.037423 0.000000 -0.071931 + +[joint_head] +Rotation=0.000000 0.000000 0.000000 +Translation=0.037423 0.000000 -0.071931 + +[site_rugunport] +Rotation=0.000070 0.000038 -0.000179 +Translation=-0.894056 -0.745003 2.407949 + +[site_rdgunport] +Rotation=0.000070 0.000038 -0.000179 +Translation=0.011357 -1.629147 4.679771 + +[site_rshellport] +Rotation=-179.997341 89.998746 -0.000153 +Translation=0.027964 -1.675004 0.545912 + +[joint_rgun] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=site_rugunport +Child=site_rdgunport +Child=site_rshellport + +[joint_rgunabove] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.749024 -0.900000 0.065486 +Child=joint_rgun + +[joint_ruarm] +Rotation=0.000000 0.000000 0.000000 +Translation=-1.812598 2.358435 -0.423375 +Child=joint_rgunabove + +[site_lugunport] +Rotation=0.000070 0.000038 -0.000179 +Translation=0.170913 -1.560140 2.946292 + +[site_ldgunport] +Rotation=0.000070 0.000038 -0.000179 +Translation=-0.110955 -1.577980 2.725868 + +[site_lshellport] +Rotation=-179.997341 89.998746 -0.000153 +Translation=0.067551 -1.498218 0.546674 + +[joint_lgun] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=site_lugunport +Child=site_ldgunport +Child=site_lshellport + +[joint_lgunabove] +Rotation=0.000000 0.000000 0.000000 +Translation=0.749024 -0.900000 0.065486 +Child=joint_lgun + +[joint_luarm] +Rotation=0.000000 0.000000 0.000000 +Translation=1.887442 2.358435 -0.423375 +Child=joint_lgunabove + +[site_cageleft] +Rotation=-0.000000 -89.993644 -0.000000 +Translation=0.999998 -0.503907 1.949999 + +[site_cageright] +Rotation=-0.000000 -89.993644 -0.000000 +Translation=-1.000001 -0.503907 1.949999 + +[site_light] +Rotation=0.000000 -0.000000 -0.000000 +Translation=-0.998027 -1.266416 1.256315 + +[joint_cage] +Rotation=0.000000 0.000000 0.000000 +Translation=1.075403 3.435901 1.180481 +Child=site_cageleft +Child=site_cageright +Child=site_light + +[joint_torsoabove] +Rotation=0.000000 0.000000 0.000000 +Translation=-0.037423 0.000000 0.071931 +Child=site_eject +Child=site_rujetport +Child=site_coolantflush +Child=site_lujetport +Child=site_jcjetport01 +Child=site_jcjetport02 +Child=site_jcjetport03 +Child=site_jcjetport04 +Child=site_jcattach +Child=joint_specialone +Child=site_eyepoint +Child=joint_centertorsofront +Child=joint_lefttorsofront +Child=joint_righttorsofront +Child=joint_centertorsorear +Child=joint_head +Child=joint_ruarm +Child=joint_luarm +Child=joint_cage + +[joint_torso] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=joint_torsoabove + +[joint_torsobelow] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.775000 -0.000000 +Child=joint_torso + +[joint_hipabove] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=joint_torsobelow + +[joint_hip] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=joint_hipabove + +[joint_hipbelow] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=joint_hip + +[joint_root] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=joint_ruleg +Child=joint_luleg +Child=joint_hipbelow + +[joint_vel] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 6.000000 -0.000000 +Child=joint_root + +[joint_world] +Rotation=0.000000 0.000000 0.000000 +Translation=0.000000 0.000000 0.000000 +Child=site_eject2 +Child=joint_vel + diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt.contents b/Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt.contents new file mode 100644 index 00000000..16f491b0 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt.contents @@ -0,0 +1,242 @@ +[includes] +!include=thunderbolt.armature + +[joint_hipabove] +Model=armaturedata\thu_hip.data +ExecutionState=AlwaysExecuteState + +[joint_torsobelow] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_hip] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_lbelowankle] +Model=armaturedata\thu_lfoot.data +ExecutionState=AlwaysExecuteState + +[joint_lftoe] +Model=armaturedata\thu_lftoe.data +ExecutionState=AlwaysExecuteState + +[joint_lbtoe] +Model=armaturedata\thu_lbtoe.data +ExecutionState=AlwaysExecuteState + +[site_lfoot] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_lankle] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_lgun] +Model=armaturedata\thu_lgun.data +ExecutionState=AlwaysExecuteState + +[joint_lgunabove] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_ldleg] +Model=armaturedata\thu_ldleg.data +ExecutionState=AlwaysExecuteState + +[joint_rbelowankle] +Model=armaturedata\thu_rfoot.data +ExecutionState=AlwaysExecuteState + +[joint_rftoe] +Model=armaturedata\thu_rftoe.data +ExecutionState=AlwaysExecuteState + +[joint_rbtoe] +Model=armaturedata\thu_rbtoe.data +ExecutionState=AlwaysExecuteState + +[site_rfoot] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_rankle] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_rgun] +Model=armaturedata\thu_rgun.data +ExecutionState=AlwaysExecuteState + +[joint_ruleg] +Model=armaturedata\thu_ruleg.data +ExecutionState=AlwaysExecuteState + +[joint_luleg] +Model=armaturedata\thu_luleg.data +ExecutionState=AlwaysExecuteState + +[joint_hipbelow] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_rgunabove] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_rdleg] +Model=armaturedata\thu_rdleg.data +ExecutionState=AlwaysExecuteState + +[joint_torsoabove] +Model=armaturedata\thu_torso.data +ExecutionState=AlwaysExecuteState + +[joint_specialone] +Model=armaturedata\thu_specialone.data +ExecutionState=AlwaysExecuteState + +[site_eyepoint] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_centertorsofront] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_lefttorsofront] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_righttorsofront] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_centertorsorear] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_head] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_ruarm] +Model=armaturedata\thu_ruarm.data +ExecutionState=AlwaysExecuteState + +[joint_luarm] +Model=armaturedata\thu_luarm.data +ExecutionState=AlwaysExecuteState + +[joint_cage] +Model=armaturedata\joint_cage.data +ExecutionState=AlwaysExecuteState + +[joint_torso] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_root] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_vel] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[joint_world] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_cageleft] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_cageright] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_light] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_ltorsoport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_lugunport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_ldgunport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_lshellport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_rugunport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_rdgunport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_rshellport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_rtorsoport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_exhaust] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_missileport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_eject] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_rujetport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_coolantflush] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_lujetport] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_jcjetport01] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_jcjetport02] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_jcjetport03] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_jcjetport04] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_jcattach] +Model=basic.data +ExecutionState=AlwaysExecuteState + +[site_eject2] +Model=basic.data +ExecutionState=AlwaysExecuteState diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt.damage b/Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt.damage new file mode 100644 index 00000000..02378111 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt.damage @@ -0,0 +1,169 @@ +[joint_luarm] +BaseArmorValue=1.0 +MaxArmorValue=45.0 +ScaleSplashDamage=0.14 +InternalDamageZone=LeftArm +ArmorZone=LeftArm + +[LeftArmInternal] +DamageZone=LeftArm +BaseInternalDamage=18.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +DamageMode=DetachableDamageMode +ParentEntityName=joint_luarm +ProjectileSlots=5 + +[joint_ruarm] +BaseArmorValue=1.0 +MaxArmorValue=45.0 +ScaleSplashDamage=0.14 +InternalDamageZone=RightArm +ArmorZone=RightArm + +[RightArmInternal] +DamageZone=RightArm +BaseInternalDamage=18.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +DamageMode=DetachableDamageMode +ParentEntityName=joint_ruarm +OmniSlots=5 + +[joint_luleg] +BaseArmorValue=1.0 +MaxArmorValue=60.0 +ScaleSplashDamage=0.24 +InternalDamageZone=LeftLeg +ArmorZone=LeftLeg + +[LeftLegInternal] +DamageZone=LeftLeg +BaseInternalDamage=36.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +DamageMode=GimpLeftDamageMode +ParentEntityName=joint_luleg +DamagePropagationZone=CenterTorso + +[joint_ruleg] +BaseArmorValue=1.0 +MaxArmorValue=60.0 +ScaleSplashDamage=0.24 +InternalDamageZone=RightLeg +ArmorZone=RightLeg + +[RightLegInternal] +DamageZone=RightLeg +BaseInternalDamage=36.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +DamageMode=GimpRightDamageMode +ParentEntityName=joint_ruleg +DamagePropagationZone=CenterTorso + +[joint_head] +BaseArmorValue=1.0 +MaxArmorValue=18.0 +ScaleSplashDamage=0 +InternalDamageZone=Head +ArmorZone=Head + +[HeadInternal] +DamageZone=Head +BaseInternalDamage=6.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +DamageMode=HeadShotDamageMode +ParentEntityName=joint_head + +[joint_righttorsofront] +BaseArmorValue=1.0 +MaxArmorValue=48.0 +ScaleSplashDamage=0.3 +InternalDamageZone=RightTorso +ArmorZone=RightTorso + +[RightTorsoInternal] +DamageZone=RightTorso +BaseInternalDamage=36.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +ParentEntityName=joint_righttorsofront +DamagePropagationZone=CenterTorso + +[joint_lefttorsofront] +BaseArmorValue=1.0 +MaxArmorValue=48.0 +ScaleSplashDamage=0.3 +InternalDamageZone=LeftTorso +ArmorZone=LeftTorso + +[LeftTorsoInternal] +DamageZone=LeftTorso +BaseInternalDamage=36.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +ParentEntityName=joint_lefttorsofront +DamagePropagationZone=CenterTorso +MissileSlots=2 +BeamSlots=3 + +[joint_specialone] +BaseArmorValue=39.0 +MaxArmorValue=39.0 +ScaleSplashDamage=0.14 +InternalDamageZone=Special1 +ArmorZone=Special1 +SpecialAttachedToZone=RightTorso + +[Special1Internal] +DamageZone=Special1 +BaseInternalDamage=1.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +DamageMode=DetachableDamageMode +ParentEntityName=joint_specialone +DamagePropagationZone=RightTorso +SpecialAttachedToZone=RightTorso +MissileSlots=4 + +[joint_hipbelow] +BaseArmorValue=1.0 +MaxArmorValue=60.0 +ScaleSplashDamage=0.3 +InternalDamageZone=CenterTorso +ArmorZone=CenterTorso + +[joint_centertorsorear] +BaseArmorValue=1.0 +MaxArmorValue=21.0 +ScaleSplashDamage=0.12 +InternalDamageZone=CenterTorso +ArmorZone=CenterRearTorso + +[CenterTorsoInternal] +DamageZone=CenterTorso +BaseInternalDamage=63.0 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_a.data,0.99 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_b.data,0.75 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_c.data,0.5 +DamageEffect=effects\internalstructure_hit\internalstructure_hit_d.data,0.25 +DamageMode=DestructionDamageMode +ParentEntityName=joint_hipbelow diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt.data b/Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt.data new file mode 100644 index 00000000..a83ed235 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt.data @@ -0,0 +1,140 @@ +[GameData] +Acceleration=5.7 +AdvancedGyroTonnage=0 +AnimationScript=content\mechs\loki\loki.animscript +CageDamageEffect=effects\mech_cage\mech_cage_hit.data +CanBeShot=true +CanLoadAMS=Yes +CanLoadAdvancedGyro=No +CanLoadBeagle=No +CanLoadECM=Yes +CanLoadIFF_Jammer=Yes +CanLoadJumpJets=Yes +CanLoadLAMS=Yes +CanLoadLightAmp=Yes +Class=MechWarrior4::Mech +Collider=true +CoolantEffectResource=effects\coolant\generalmech_coolant.data +Cradle=vehicles\jump_cradle\jump_cradle.data +CradleDeathEffect=effects\cradle_death\cradle_death.data +CraterName=crater01 +DamageNeededForCageEffect=7 +DampenHipJoint=0.95 +DampenRootJoint=0.95 +DampenTorsoJoint=0.9 +DampenTranslationJoint=0.95 +DampenWorldJoint=1 +DeathEntityResource=mechs\thunderbolt_destroyed\thunderbolt_destroyed.data +Decceleration=8.5 +DestroyedEffectResource=effects\mechdeath\mechdeath.data +DropJumpEffect=effects\jumpjet\dropjump.data +EjectEffectResource=effects\eject\generalmech_eject.data +ExternalHitScaleBeamDamage=3 +ExternalHitScaleHeatDamage=0 +ExternalHitScaleMissileDamage=3 +ExternalHitScaleProjectileDamage=3 +ExternalHitScaleSplashDamage=0.125 +EyeSpringConstant=30 30 30 +EyeSpringDrag=300 300 300 +EyeSpringMotionLimit=20 20 20 +EyeSpringStopThreshold=30 30 30 +FaceLighting=yes +FallAdjustmentDelaySeconds=0 +FallAdjustmentSeconds=1 +FootEffectsFile=effects\materialeffectholders\mech_foot_large.contents +FootReturnSeconds=0.5 +FullStopTurnRate=79 +GetUpAdjustmentDelaySeconds=1 +GetUpAdjustmentSeconds=1 +HeatManager=subsystems\heatmanager.data +HipHitSpringDeceleration=15 +HipHitSpringMotionLimit=12 +HipHitSpringReturnSpeed=40 +HipHitSpringSpeed=30 +HipScaleTakeHit=30 +InitialJumpJetEffect=effects\jumpjet\initialjumpjet.data +InternalHitScaleBeamDamage=1 +InternalHitScaleHeatDamage=0 +InternalHitScaleMissileDamage=15 +InternalHitScaleProjectileDamage=3 +InternalHitScaleSplashDamage=0.25 +InternalSpinHitScaleBeamDamage=1 +InternalSpinHitScaleHeatDamage=0 +InternalSpinHitScaleMissileDamage=3 +InternalSpinHitScaleProjectileDamage=2.5 +InternalSpinHitScaleSplashDamage=0.4 +JumpJetEffect=effects\jumpjet\jumpjet.data +JumpJetTonnage=4 +LeftJumpJetSiteName=site_lujetport +LightMapLighting=no +LookupLighting=yes +MaxGimpSpeed=5.75 +MaxHeat=51 +MaxReverseSpeed=-8.625 +MaxSpeed=23.3639 +MaxVehicleTonnage=65 +MechGlassRamEffect=effects\mech_ram\genericmechtoglass_hit.data +MechID=$(M_Thunderbolt) +MechRamEffect=effects\mech_ram\genericmechtomech_hit.data +MinMaxSpeed=17.25 +MinReverseSpeed=-2.78 +MinSpeed=2.78 +MinStandTransitionSpeed=9.763 +MinimumDamageForHitAnimation=2 +MinimumDamageForInternalHitAnimation=1 +MoveTypeFlag=LEGJUMPMOVETYPE +NameIndex=$(IDS_Thunderbolt) +OverHeatEffectResource=effects\heat\overheat.data +PartDestructionEffectResource=effects\mechpart_destruction\mechpart_destruction.data +PercentageOfSpeedToStartTilt=0.7 +PercentageOfTurnToStartTilt=0.7 +ReverseAccelerationMultiplier=0.8 +ReverseDeccelerationMultiplier=0.8 +RightJumpJetSiteName=site_rujetport +RootHitSpringDeceleration=20 +RootHitSpringMotionLimit=12 +RootHitSpringReturnSpeed=60 +RootHitSpringSpeed=40 +RootScaleTakeHit=30 +ScaleInternalTiltDegree=0.85 +SecondaryDeathEntityResource=mechs\thunderbolt_destroyed\thunderbolt_destroyed.data +SecondaryDestroyedEffectResource=effects\mechdeath\endmechdeath.data +Shadow={ +[shadow] +LightType=Shadow +InnerRadius=4.0 +OuterRadius=10.0 +BlobDistance=200.0 +ShadowMap=ShadowMask +Intensity=0.4 +} +SpinForceBeamDamage=0.01 +SpinForceHeatDamage=0.01 +SpinForceMissileDamage=0.01 +SpinForceProjectileDamage=0.01 +SpinForceSplashDamage=0.01 +SplashDamageAmount=83.125 +SplashDamageRadius=23 +SplashHeatAmount=6.125 +TechType=$(Tech_IS) +TiltDegree=9.00002 +TiltSpeed=20 +TopSpeedTurnRate=23 +TorsoHitSpringDeceleration=35 +TorsoHitSpringMotionLimit=28 +TorsoHitSpringReturnSpeed=60 +TorsoHitSpringSpeed=60 +TorsoScaleTakeHit=30 +UndampenHipJoint=0.4 +UndampenRootJoint=1 +UndampenTorsoJoint=0.1 +UndampenTranslationJoint=0.1 +UndampenWorldJoint=1 +VehicleTonnage=18.5 +VertexLighting=yes +WakeEffectResource=effects\boatwake\mechwake.data +SolidOBB=thunderbolt_skeleton_SOLID.obb +HierarchicalOBB=thunderbolt_skeleton.obb +DefaultFootStepTexture=footsteps\thunderbolt_default +FootStepTexture=footsteps\thunderbolt_snow,Snow +FootStepTexture=footsteps\thunderbolt_dirt,BrownDirt diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt.engine b/Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt.engine new file mode 100644 index 00000000..e0aeadfb --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt.engine @@ -0,0 +1,9 @@ +!include = Content\Subsystems\HeatSink.defines + +[GameData] +Class=Mechwarrior4::Engine +TotalCritLocations=2 +NumHeatSinks=12 +TonsPerUpgrade=1.5 +MPSPerUpgrade=1.52778 +HeatSinkEfficiency=0.075 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt.instance b/Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt.instance new file mode 100644 index 00000000..b70e4582 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt.instance @@ -0,0 +1,15 @@ +[thunderbolt] +Model=thunderbolt.data +ExecutionState=NeverExecuteState +Armature=thunderbolt.contents +Subsystems=thunderbolt.subsystems +DamageObjects=thunderbolt.damage +Alignment=Player +CurrentHeat=0 +CurrentCoolant=100 +MaxCoolant=100 +DoesHaveInstanceName=yes +PowerRating=73 +ArmorRating=44 +SpeedRating=28 +HeatRating=88 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt.subsystems b/Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt.subsystems new file mode 100644 index 00000000..a2129c75 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt.subsystems @@ -0,0 +1,187 @@ +[Engine] +Model=thunderbolt.engine +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso +EngineUpgrades=3 + +[Armor] +Model=subsystems\armor.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso +ArmorType=FerroFiberus +InternalType=Standard +LeftLeg=1.4 +RightLeg=1.4 +LeftArm=1.18421 +RightArm=1.18421 +LeftFrontTorso=1.26316 +RightFrontTorso=1.26316 +CenterFrontTorso=1.55 +CenterRearTorso=0.552632 +Head=0.4 + +[Sensor] +Model=subsystems\sensorsubsystem.data +ExecutionState=ActiveState +InternalLocation=Head + +[Torso] +Model=thunderbolt.torso +ExecutionState=AlwaysExecuteState +InternalLocation=CenterTorso + +[SearchLight] +Model=subsystems\searchlightsubsystem.data +ExecutionState=AlwaysExecuteState +InternalLocation=CenterTorso +Site=site_light +CriticalHitsTaken=1 + +[ECM] +Model=subsystems\ecmsubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=Head + +[HeatSink1] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=LeftTorso + +[HeatSink2] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=LeftTorso + +[HeatSink3] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=LeftTorso + +[HeatSink4] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=LeftTorso + +[HeatSink5] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=LeftTorso + +[HeatSink6] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + +[HeatSink7] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + +[HeatSink8] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + +[HeatSink9] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + +[HeatSink10] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + +[HeatSink11] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + +[HeatSink12] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=RightTorso + +[HeatSink13] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=RightTorso + +[Missile1] +Model=weaponsubsystems\lrmweaponsubsystem\lrm15.data +ExecutionState=NeverExecuteState +InternalLocation=Special1 +Site=site_missileport +GroupIndex=3 +AmmoCount=8 + +[Ballistic1] +Model=weaponsubsystems\machinegunweaponsubsystem\machinegun.data +ExecutionState=NeverExecuteState +InternalLocation=LeftArm +Site=site_ldgunport +GroupIndex=1 +AmmoCount=400 +EjectSite=site_lshellport + +[Ballistic2] +Model=weaponsubsystems\machinegunweaponsubsystem\machinegun.data +ExecutionState=NeverExecuteState +InternalLocation=LeftArm +Site=site_lugunport +GroupIndex=1 +AmmoCount=400 +EjectSite=site_lshellport + +[Beam1] +Model=weaponsubsystems\laserweaponsubsystem\erlargelaser.data +ExecutionState=NeverExecuteState +InternalLocation=RightArm +Site=site_rugunport +GroupIndex=2 +EjectSite=site_rshellport + +[HeatSink14] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + +[HeatSink15] +Model=subsystems\heatsinksubsystem.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + +[LAMS] +Model=subsystems\lams.data +ExecutionState=NeverExecuteState +InternalLocation=CenterTorso + +[Beam2] +Model=weaponsubsystems\laserweaponsubsystem\mediumlaser.data +ExecutionState=NeverExecuteState +InternalLocation=LeftTorso +Site=site_ltorsoport +GroupIndex=1 + +[Beam3] +Model=weaponsubsystems\laserweaponsubsystem\mediumlaser.data +ExecutionState=NeverExecuteState +InternalLocation=LeftTorso +Site=site_ltorsoport +GroupIndex=1 + +[Beam4] +Model=weaponsubsystems\laserweaponsubsystem\mediumlaser.data +ExecutionState=NeverExecuteState +InternalLocation=LeftTorso +Site=site_ltorsoport +GroupIndex=1 + +[Missile2] +Model=weaponsubsystems\ssrmweaponsubsystem\ssrm2.data +ExecutionState=NeverExecuteState +InternalLocation=LeftTorso +Site=site_ltorsoport +GroupIndex=1 +AmmoCount=50 + diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt.torso b/Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt.torso new file mode 100644 index 00000000..a71665ec --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt.torso @@ -0,0 +1,17 @@ +!include = Content\Defines\MechTorso.defines + +[GameData] +Class=MechWarrior4::Torso +TotalCritLocations=2 +TwistJointName=joint_torsobelow +PitchJointName=joint_hipbelow +LeftArmJointName=joint_lgunabove +RightArmJointName=joint_rgunabove +EyeJointName=site_eyepoint +ArmRatioAngle=40 +TwistSpeed=$(QUICK_TSPEED) +PitchSpeed=40 +TwistRadius=110 +PitchRadius=40 +CageJointName=joint_cage +CageRatioAngle=0.5 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt_cage.erf b/Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt_cage.erf new file mode 100644 index 00000000..395132c1 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt_cage.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaec728c3a49243fa5bd2fa4aa06c689140902570bca37b4cae3271621a6512a +size 20919 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt_skeleton.obb b/Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt_skeleton.obb new file mode 100644 index 00000000..4cf1affa --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt_skeleton.obb @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1838153e9dfd10e680216dac23b865ed82d397f878d6b17624467419d4036e04 +size 5800 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt_skeleton_SOLID.obb b/Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt_skeleton_SOLID.obb new file mode 100644 index 00000000..19fcb8c5 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt/thunderbolt_skeleton_SOLID.obb @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c7852dc876910816a247b59ace4c169ff16625f06bb08c2db5fe74d2e368fbd +size 78 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt_destroyed/thunderbolt_destroyed.data b/Gameleap/mw4/Content/Mechs/thunderbolt_destroyed/thunderbolt_destroyed.data new file mode 100644 index 00000000..4a58d45a --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt_destroyed/thunderbolt_destroyed.data @@ -0,0 +1,16 @@ +[GameData] +Class=MechWarrior4::DeathEntity +SolidOBB=thunderbolt_destroyed_solid.obb +OBBCollides=false +Collider=false +CanBeShot=false +CanBeWalkedOn=false +VertexLighting=yes +FaceLighting=yes +LookupLighting=no +LightMapLighting=no +CraterName=crater1 + +[Renderers] +VideoRenderer=thunderbolt_destroyed.video + diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt_destroyed/thunderbolt_destroyed.erf b/Gameleap/mw4/Content/Mechs/thunderbolt_destroyed/thunderbolt_destroyed.erf new file mode 100644 index 00000000..73be7e0f --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt_destroyed/thunderbolt_destroyed.erf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:613e7a6d49d13641fa642ecf375476e2b6080eaf7fe26cfbb83a290b47da0f68 +size 12593 diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt_destroyed/thunderbolt_destroyed.video b/Gameleap/mw4/Content/Mechs/thunderbolt_destroyed/thunderbolt_destroyed.video new file mode 100644 index 00000000..c808ed75 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt_destroyed/thunderbolt_destroyed.video @@ -0,0 +1,17 @@ +[lod] +Type=ShapeComponent +Geometry=thunderbolt_destroyed.erf + +[watcher] +Type=AttributeWatcherOfInt +Attribute=VisualRepresentation +SimulationShouldExecute=1 + +[damageappearance] +Type=SwitchComponent +Input=Watcher +Child=LOD + +[locator] +Child=DamageAppearance + diff --git a/Gameleap/mw4/Content/Mechs/thunderbolt_destroyed/thunderbolt_destroyed_solid.obb b/Gameleap/mw4/Content/Mechs/thunderbolt_destroyed/thunderbolt_destroyed_solid.obb new file mode 100644 index 00000000..6b0657f4 --- /dev/null +++ b/Gameleap/mw4/Content/Mechs/thunderbolt_destroyed/thunderbolt_destroyed_solid.obb @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:330632832e1ce72e36657b74fb854486e2560e2d83af05439df71b98ec0acc30 +size 78 diff --git a/Gameleap/mw4/Content/textures/@achp0.tga b/Gameleap/mw4/Content/textures/@achp0.tga new file mode 100644 index 00000000..b70d5cc0 --- /dev/null +++ b/Gameleap/mw4/Content/textures/@achp0.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b375bea0603b710254e7c1ad342edc67aeea56f3c2a3d5618db5a915e436a2c +size 1048594 diff --git a/Gameleap/mw4/Content/textures/@achp1.tga b/Gameleap/mw4/Content/textures/@achp1.tga new file mode 100644 index 00000000..88affee5 --- /dev/null +++ b/Gameleap/mw4/Content/textures/@achp1.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fec5da1dbde19e26ea17ec259fb889ee2145f5dca2e95d01872afc2694ba7d70 +size 262162 diff --git a/Gameleap/mw4/Content/textures/@achp2.tga b/Gameleap/mw4/Content/textures/@achp2.tga new file mode 100644 index 00000000..6efe51a3 --- /dev/null +++ b/Gameleap/mw4/Content/textures/@achp2.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed85cf5f3e2bb9ae16e8f622654f149b35bd69458556abecc67a40fe213191b6 +size 65554 diff --git a/Gameleap/mw4/Content/textures/@achp3.tga b/Gameleap/mw4/Content/textures/@achp3.tga new file mode 100644 index 00000000..4363d298 --- /dev/null +++ b/Gameleap/mw4/Content/textures/@achp3.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18c1a25941bcd701d7d222b12f2e7839fee48626ccf1a36ac0e9ff16421b418d +size 16402 diff --git a/Gameleap/mw4/Content/textures/@achp4.tga b/Gameleap/mw4/Content/textures/@achp4.tga new file mode 100644 index 00000000..a4b52835 --- /dev/null +++ b/Gameleap/mw4/Content/textures/@achp4.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7a35dfd8e68b483079336e29335617ac75df8d698e23b3caaf10dcb70fafaae +size 4114 diff --git a/Gameleap/mw4/Content/textures/@achp5.tga b/Gameleap/mw4/Content/textures/@achp5.tga new file mode 100644 index 00000000..e8b504f9 --- /dev/null +++ b/Gameleap/mw4/Content/textures/@achp5.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:576f77b51dcc4281be1cebac3e720c26f741694e15e1c715f4a38da3c1927da9 +size 1042 diff --git a/Gameleap/mw4/Content/textures/@agrf0.tga b/Gameleap/mw4/Content/textures/@agrf0.tga new file mode 100644 index 00000000..d3323efb --- /dev/null +++ b/Gameleap/mw4/Content/textures/@agrf0.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:186cd916bedbbc438304116248e468af515ce8b6150adf80ca7f0cbf72827f0d +size 1048594 diff --git a/Gameleap/mw4/Content/textures/@agrf1.tga b/Gameleap/mw4/Content/textures/@agrf1.tga new file mode 100644 index 00000000..f5a71df6 --- /dev/null +++ b/Gameleap/mw4/Content/textures/@agrf1.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f23de21bdb475eed2359efafc8279e2644a91f7eb761c8a57d54d7e3fef5c4bd +size 262162 diff --git a/Gameleap/mw4/Content/textures/@agrf2.tga b/Gameleap/mw4/Content/textures/@agrf2.tga new file mode 100644 index 00000000..0b66944d --- /dev/null +++ b/Gameleap/mw4/Content/textures/@agrf2.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9faab37389d82039d2bca4e12fd4ed656b8b5e145b550603165c225b24684893 +size 65554 diff --git a/Gameleap/mw4/Content/textures/@agrf3.tga b/Gameleap/mw4/Content/textures/@agrf3.tga new file mode 100644 index 00000000..88fd408d --- /dev/null +++ b/Gameleap/mw4/Content/textures/@agrf3.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77ead110c628e2b6bb5d4eea37354256d3cde5436f460a8a429d25c0da305d9e +size 16402 diff --git a/Gameleap/mw4/Content/textures/@agrf4.tga b/Gameleap/mw4/Content/textures/@agrf4.tga new file mode 100644 index 00000000..4e6fe322 --- /dev/null +++ b/Gameleap/mw4/Content/textures/@agrf4.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d26d99e08932ad3e2a9df23a2f61c3079d8fc980f0b3d60930a76f9dfe87a707 +size 4114 diff --git a/Gameleap/mw4/Content/textures/@agrf5.tga b/Gameleap/mw4/Content/textures/@agrf5.tga new file mode 100644 index 00000000..d567d0ef --- /dev/null +++ b/Gameleap/mw4/Content/textures/@agrf5.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6838ee985809d3e71acc90871f119b270a9ce71787ef906fb7c39120bea72fe +size 1042 diff --git a/Gameleap/mw4/Content/textures/@ajec0.tga b/Gameleap/mw4/Content/textures/@ajec0.tga new file mode 100644 index 00000000..888d6122 --- /dev/null +++ b/Gameleap/mw4/Content/textures/@ajec0.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:989b0218db691d54674bcbf73f09aa255a9f72c83f5c9db91becd146a714bdcb +size 1048594 diff --git a/Gameleap/mw4/Content/textures/@ajec1.tga b/Gameleap/mw4/Content/textures/@ajec1.tga new file mode 100644 index 00000000..907d0a64 --- /dev/null +++ b/Gameleap/mw4/Content/textures/@ajec1.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2198752e3258b8b4aaee37d3ec36201ab5bed62ac9d60fa78a03360988bf0018 +size 262162 diff --git a/Gameleap/mw4/Content/textures/@ajec2.tga b/Gameleap/mw4/Content/textures/@ajec2.tga new file mode 100644 index 00000000..8c8eca0f --- /dev/null +++ b/Gameleap/mw4/Content/textures/@ajec2.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4edee0145dda834d676d5f36a0b812f9963266aa9aa9eb632a38e4c66ccf2ca +size 65554 diff --git a/Gameleap/mw4/Content/textures/@ajec3.tga b/Gameleap/mw4/Content/textures/@ajec3.tga new file mode 100644 index 00000000..3ac032a6 --- /dev/null +++ b/Gameleap/mw4/Content/textures/@ajec3.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:780ee709e62c3a97d48dfb7ddd1e87a1340a4ab51e482ef3801811910f00a00c +size 16402 diff --git a/Gameleap/mw4/Content/textures/@ajec4.tga b/Gameleap/mw4/Content/textures/@ajec4.tga new file mode 100644 index 00000000..56d23bb3 --- /dev/null +++ b/Gameleap/mw4/Content/textures/@ajec4.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76c5df544ece136dc5ef2f41b9b7b555ad1c02109304547a872abe5730cdeb45 +size 4114 diff --git a/Gameleap/mw4/Content/textures/@ajec5.tga b/Gameleap/mw4/Content/textures/@ajec5.tga new file mode 100644 index 00000000..4173055d --- /dev/null +++ b/Gameleap/mw4/Content/textures/@ajec5.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e49321e5dbaf06e631314ed04941e44b971c173f652195a4cd5de526740ec5 +size 1042 diff --git a/Gameleap/mw4/Content/textures/@amar0.tga b/Gameleap/mw4/Content/textures/@amar0.tga new file mode 100644 index 00000000..6873d559 --- /dev/null +++ b/Gameleap/mw4/Content/textures/@amar0.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc3729665b8002857a45c4ad1b751f8657a2375ffa12a25eae1881b3608e733 +size 926350 diff --git a/Gameleap/mw4/Content/textures/@amar1.tga b/Gameleap/mw4/Content/textures/@amar1.tga new file mode 100644 index 00000000..7b940934 --- /dev/null +++ b/Gameleap/mw4/Content/textures/@amar1.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:235e0834811d068da39a297e26aec31d0bd7249686aaf2a92234a56d3e1d4d2e +size 247836 diff --git a/Gameleap/mw4/Content/textures/@amar2.tga b/Gameleap/mw4/Content/textures/@amar2.tga new file mode 100644 index 00000000..8a542880 --- /dev/null +++ b/Gameleap/mw4/Content/textures/@amar2.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ac344c8f45e727c92750e823900dd5f91c0c23d3b02dddc1166c7967288cd25 +size 66075 diff --git a/Gameleap/mw4/Content/textures/@amar3.tga b/Gameleap/mw4/Content/textures/@amar3.tga new file mode 100644 index 00000000..446be684 --- /dev/null +++ b/Gameleap/mw4/Content/textures/@amar3.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58c23e236249a5f02a79c03f93e03fad7c971f89a65050815b350850a53b1b0b +size 16923 diff --git a/Gameleap/mw4/Content/textures/@amar4.tga b/Gameleap/mw4/Content/textures/@amar4.tga new file mode 100644 index 00000000..5a2ac55c --- /dev/null +++ b/Gameleap/mw4/Content/textures/@amar4.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1904673473c882061b21ebabb7997910e80be81cfa3a5d253632673cb651f818 +size 4635 diff --git a/Gameleap/mw4/Content/textures/@amar5.tga b/Gameleap/mw4/Content/textures/@amar5.tga new file mode 100644 index 00000000..7dbb5a95 --- /dev/null +++ b/Gameleap/mw4/Content/textures/@amar5.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b628f986595e4e42999874333f1ed3a84d35048fb166fdc398044f15ae7bfb4 +size 1563 diff --git a/Gameleap/mw4/Content/textures/@athu0.tga b/Gameleap/mw4/Content/textures/@athu0.tga new file mode 100644 index 00000000..b129958e --- /dev/null +++ b/Gameleap/mw4/Content/textures/@athu0.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b376fb4d29c302124f5b51d12b2736d8c2198bdc212783d9def9cf1f24276bc +size 1048594 diff --git a/Gameleap/mw4/Content/textures/@athu1.tga b/Gameleap/mw4/Content/textures/@athu1.tga new file mode 100644 index 00000000..4711d508 --- /dev/null +++ b/Gameleap/mw4/Content/textures/@athu1.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e8b7564d35dbee31337399f61a13a0743889bddc141e433619d98299253613c +size 262162 diff --git a/Gameleap/mw4/Content/textures/@athu2.tga b/Gameleap/mw4/Content/textures/@athu2.tga new file mode 100644 index 00000000..d5983446 --- /dev/null +++ b/Gameleap/mw4/Content/textures/@athu2.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:078793256e9a4e649ba8882c8eda82a0da9403ecc8ba4249ee19d9554f80e57a +size 65554 diff --git a/Gameleap/mw4/Content/textures/@athu3.tga b/Gameleap/mw4/Content/textures/@athu3.tga new file mode 100644 index 00000000..426dc61e --- /dev/null +++ b/Gameleap/mw4/Content/textures/@athu3.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd1d21aa848f7724579dce835ee2f1a65b9ff82d2abcaed1a4a92d084c3d5b7b +size 16402 diff --git a/Gameleap/mw4/Content/textures/@athu4.tga b/Gameleap/mw4/Content/textures/@athu4.tga new file mode 100644 index 00000000..6a5b354a --- /dev/null +++ b/Gameleap/mw4/Content/textures/@athu4.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be1462f56e093d1d534a1af5842f2ff460ac08289abc1718c9e394d8398dee2e +size 4114 diff --git a/Gameleap/mw4/Content/textures/@athu5.tga b/Gameleap/mw4/Content/textures/@athu5.tga new file mode 100644 index 00000000..965ae0cb --- /dev/null +++ b/Gameleap/mw4/Content/textures/@athu5.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c6229af0a6e92d9b01e359c92d5dcd9df2a7707ceed6259cf7f566ee0268e5b +size 1042 diff --git a/Gameleap/mw4/Content/textures/FootSteps/champion_default.tga b/Gameleap/mw4/Content/textures/FootSteps/champion_default.tga new file mode 100644 index 00000000..26f069e2 --- /dev/null +++ b/Gameleap/mw4/Content/textures/FootSteps/champion_default.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cc7a6bbda30eb63ab4f63a0fe985f158f781d517e1033a5a5e62a17e7e5cf51 +size 16428 diff --git a/Gameleap/mw4/Content/textures/FootSteps/champion_dirt.tga b/Gameleap/mw4/Content/textures/FootSteps/champion_dirt.tga new file mode 100644 index 00000000..061bb537 --- /dev/null +++ b/Gameleap/mw4/Content/textures/FootSteps/champion_dirt.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45483e5a24c78af1379f750ff9ed12d4fa89501052042e6e485df799ff1232ab +size 16923 diff --git a/Gameleap/mw4/Content/textures/FootSteps/champion_snow.tga b/Gameleap/mw4/Content/textures/FootSteps/champion_snow.tga new file mode 100644 index 00000000..e493a261 --- /dev/null +++ b/Gameleap/mw4/Content/textures/FootSteps/champion_snow.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44507e782523a09261d9d6de1b9925eb03eeaf8e3cce939176bf7d12baf978bc +size 16923 diff --git a/Gameleap/mw4/Content/textures/FootSteps/griffin_default.tga b/Gameleap/mw4/Content/textures/FootSteps/griffin_default.tga new file mode 100644 index 00000000..3c4cfd56 --- /dev/null +++ b/Gameleap/mw4/Content/textures/FootSteps/griffin_default.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf0b5048d6c5766956a9ac5eb0c0f42c9107993d5c486259e2894159490e4fc0 +size 16428 diff --git a/Gameleap/mw4/Content/textures/FootSteps/griffin_dirt.tga b/Gameleap/mw4/Content/textures/FootSteps/griffin_dirt.tga new file mode 100644 index 00000000..ed0ce7e5 --- /dev/null +++ b/Gameleap/mw4/Content/textures/FootSteps/griffin_dirt.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:746effa69c6e49410b46937a0444f13ce4807debb51074563ce11272f0e0b734 +size 16923 diff --git a/Gameleap/mw4/Content/textures/FootSteps/griffin_snow.tga b/Gameleap/mw4/Content/textures/FootSteps/griffin_snow.tga new file mode 100644 index 00000000..29a1e387 --- /dev/null +++ b/Gameleap/mw4/Content/textures/FootSteps/griffin_snow.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bf40fec747f2d10a89ed0c0eee6851ec19789ed049524ccb1af7c457394cf74 +size 16923 diff --git a/Gameleap/mw4/Content/textures/FootSteps/jenner2c_default.tga b/Gameleap/mw4/Content/textures/FootSteps/jenner2c_default.tga new file mode 100644 index 00000000..07bd3639 --- /dev/null +++ b/Gameleap/mw4/Content/textures/FootSteps/jenner2c_default.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:124601b3704c20999660ebcbdd1b32420b15b7828b6530dd5b68bef00925be70 +size 16428 diff --git a/Gameleap/mw4/Content/textures/FootSteps/jenner2c_dirt.tga b/Gameleap/mw4/Content/textures/FootSteps/jenner2c_dirt.tga new file mode 100644 index 00000000..fb41a8d0 --- /dev/null +++ b/Gameleap/mw4/Content/textures/FootSteps/jenner2c_dirt.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dcc1864da1116c34e66b4dc94bbf91f417d07f4cc1da48f2bf535088c40c758 +size 16428 diff --git a/Gameleap/mw4/Content/textures/FootSteps/jenner2c_snow.tga b/Gameleap/mw4/Content/textures/FootSteps/jenner2c_snow.tga new file mode 100644 index 00000000..4a6bf283 --- /dev/null +++ b/Gameleap/mw4/Content/textures/FootSteps/jenner2c_snow.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f31b63751c0d0d133b3bf5e0fad10aac546da221f3a3a5788fb1d774a99a41a6 +size 16428 diff --git a/Gameleap/mw4/Content/textures/FootSteps/marauder_default.tga b/Gameleap/mw4/Content/textures/FootSteps/marauder_default.tga new file mode 100644 index 00000000..c84c93b2 --- /dev/null +++ b/Gameleap/mw4/Content/textures/FootSteps/marauder_default.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:693864963bf0015fa343d518da82798aedf2d1168ba7994ffcdee554bad629c5 +size 16923 diff --git a/Gameleap/mw4/Content/textures/FootSteps/marauder_dirt.tga b/Gameleap/mw4/Content/textures/FootSteps/marauder_dirt.tga new file mode 100644 index 00000000..32f39fdc --- /dev/null +++ b/Gameleap/mw4/Content/textures/FootSteps/marauder_dirt.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a5a0133dceb98b983099eb73db29f8d35a3a2f249c9e81a981fd905674006bd +size 16923 diff --git a/Gameleap/mw4/Content/textures/FootSteps/marauder_snow.tga b/Gameleap/mw4/Content/textures/FootSteps/marauder_snow.tga new file mode 100644 index 00000000..e43480d9 --- /dev/null +++ b/Gameleap/mw4/Content/textures/FootSteps/marauder_snow.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9af8435c04ed6979b4b458d8f6a898b78fb5b2e945630c57efda8c717fa0c2a +size 16923 diff --git a/Gameleap/mw4/Content/textures/FootSteps/thunderbolt_default.tga b/Gameleap/mw4/Content/textures/FootSteps/thunderbolt_default.tga new file mode 100644 index 00000000..3ef8785c --- /dev/null +++ b/Gameleap/mw4/Content/textures/FootSteps/thunderbolt_default.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a147bf60f1da57083a92006234a5e4c84535649a780b2539ff82de3565e4ac3 +size 16428 diff --git a/Gameleap/mw4/Content/textures/FootSteps/thunderbolt_dirt.tga b/Gameleap/mw4/Content/textures/FootSteps/thunderbolt_dirt.tga new file mode 100644 index 00000000..c8a9d8fb --- /dev/null +++ b/Gameleap/mw4/Content/textures/FootSteps/thunderbolt_dirt.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3ce799a4fa3dd4f6f72d87fcb701e6734a73cebe8f2846b5ab0bd3c9fcb75a7 +size 16428 diff --git a/Gameleap/mw4/Content/textures/FootSteps/thunderbolt_snow.tga b/Gameleap/mw4/Content/textures/FootSteps/thunderbolt_snow.tga new file mode 100644 index 00000000..13da36bb --- /dev/null +++ b/Gameleap/mw4/Content/textures/FootSteps/thunderbolt_snow.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:642a7202417bfa81c1ec180ed787cfb37e43e1e1bb3202de366e25b5c1d4797e +size 16428 diff --git a/Gameleap/mw4/Content/textures/textures.hint b/Gameleap/mw4/Content/textures/textures.hint index 96c7ddcd..fcecfdc1 100644 --- a/Gameleap/mw4/Content/textures/textures.hint +++ b/Gameleap/mw4/Content/textures/textures.hint @@ -60936,3 +60936,657 @@ readonly=true resourcify=true bias=0 +[@ACHP0] +pagesize=512 512 +champion1=0 0 +champion2=256 0 +champion3=0 256 +champion4=256 256 +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +mipmap=explicit +pageout=default +readonly=true +resourcify=true +bias=0 + +[@achp1] +mipmap=explicit +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +pageout=default +readonly=true +resourcify=true +bias=0 + +[@achp2] +mipmap=explicit +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +pageout=default +readonly=true +resourcify=true +bias=0 + +[@achp3] +mipmap=explicit +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +pageout=default +readonly=true +resourcify=true +bias=0 + +[@achp4] +mipmap=explicit +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +pageout=default +readonly=true +resourcify=true +bias=0 + +[@achp5] +mipmap=explicit +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +pageout=default +readonly=true +resourcify=true +bias=0 + +[@AGRF0] +pagesize=512 512 +griffin1=0 0 +griffin2=256 0 +griffin3=0 256 +griffin4=256 256 +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +mipmap=explicit +pageout=default +readonly=true +resourcify=true +bias=0 + +[@agrf1] +mipmap=explicit +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +pageout=default +readonly=true +resourcify=true +bias=0 + +[@agrf2] +mipmap=explicit +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +pageout=default +readonly=true +resourcify=true +bias=0 + +[@agrf3] +mipmap=explicit +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +pageout=default +readonly=true +resourcify=true +bias=0 + +[@agrf4] +mipmap=explicit +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +pageout=default +readonly=true +resourcify=true +bias=0 + +[@agrf5] +mipmap=explicit +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +pageout=default +readonly=true +resourcify=true +bias=0 + +[@AJEC0] +pagesize=512 512 +jenner2c1=0 0 +jenner2c2=256 0 +jenner2c3=0 256 +jenner2c4=256 256 +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +mipmap=explicit +pageout=default +readonly=true +resourcify=true +bias=0 + +[@ajec1] +mipmap=explicit +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +pageout=default +readonly=true +resourcify=true +bias=0 + +[@ajec2] +mipmap=explicit +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +pageout=default +readonly=true +resourcify=true +bias=0 + +[@ajec3] +mipmap=explicit +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +pageout=default +readonly=true +resourcify=true +bias=0 + +[@ajec4] +mipmap=explicit +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +pageout=default +readonly=true +resourcify=true +bias=0 + +[@ajec5] +mipmap=explicit +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +pageout=default +readonly=true +resourcify=true +bias=0 + +[@AMAR0] +pagesize=512 512 +marauder1=0 0 +marauder2=256 0 +marauder3=0 256 +marauder4=256 256 +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +mipmap=explicit +pageout=default +readonly=true +resourcify=true +bias=0 + +[@amar1] +mipmap=explicit +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +pageout=default +readonly=true +resourcify=true +bias=0 + +[@amar2] +mipmap=explicit +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +pageout=default +readonly=true +resourcify=true +bias=0 + +[@amar3] +mipmap=explicit +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +pageout=default +readonly=true +resourcify=true +bias=0 + +[@amar4] +mipmap=explicit +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +pageout=default +readonly=true +resourcify=true +bias=0 + +[@amar5] +mipmap=explicit +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +pageout=default +readonly=true +resourcify=true +bias=0 + +[@ATHU0] +pagesize=512 512 +thunderbolt1=0 0 +thunderbolt2=256 0 +thunderbolt3=0 256 +thunderbolt4=256 256 +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +mipmap=explicit +pageout=default +readonly=true +resourcify=true +bias=0 + +[@athu1] +mipmap=explicit +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +pageout=default +readonly=true +resourcify=true +bias=0 + +[@athu2] +mipmap=explicit +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +pageout=default +readonly=true +resourcify=true +bias=0 + +[@athu3] +mipmap=explicit +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +pageout=default +readonly=true +resourcify=true +bias=0 + +[@athu4] +mipmap=explicit +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +pageout=default +readonly=true +resourcify=true +bias=0 + +[@athu5] +mipmap=explicit +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +pageout=default +readonly=true +resourcify=true +bias=0 + +[footsteps\champion_default] +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +mipmap=default +pageout=default +readonly=true +resourcify=true +bias=0 + +[footsteps\champion_dirt] +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +mipmap=default +pageout=default +readonly=true +resourcify=true +bias=0 + +[footsteps\champion_snow] +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +mipmap=default +pageout=default +readonly=true +resourcify=true +bias=0 + +[footsteps\griffin_default] +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +mipmap=default +pageout=default +readonly=true +resourcify=true +bias=0 + +[footsteps\griffin_dirt] +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +mipmap=default +pageout=default +readonly=true +resourcify=true +bias=0 + +[footsteps\griffin_snow] +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +mipmap=default +pageout=default +readonly=true +resourcify=true +bias=0 + +[footsteps\jenner2c_default] +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +mipmap=default +pageout=default +readonly=true +resourcify=true +bias=0 + +[footsteps\jenner2c_dirt] +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +mipmap=default +pageout=default +readonly=true +resourcify=true +bias=0 + +[footsteps\jenner2c_snow] +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +mipmap=default +pageout=default +readonly=true +resourcify=true +bias=0 + +[footsteps\marauder_default] +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +mipmap=default +pageout=default +readonly=true +resourcify=true +bias=0 + +[footsteps\marauder_dirt] +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +mipmap=default +pageout=default +readonly=true +resourcify=true +bias=0 + +[footsteps\marauder_snow] +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +mipmap=default +pageout=default +readonly=true +resourcify=true +bias=0 + +[footsteps\thunderbolt_default] +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +mipmap=default +pageout=default +readonly=true +resourcify=true +bias=0 + +[footsteps\thunderbolt_dirt] +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +mipmap=default +pageout=default +readonly=true +resourcify=true +bias=0 + +[footsteps\thunderbolt_snow] +nogamma=false +memory=default +blueisalpha=false +format=alpha +pinkisalpha=false +mipfilter=box +reloadfromdisk=false +mipmap=default +pageout=default +readonly=true +resourcify=true +bias=0 diff --git a/Gameleap/mw4/hsh/Mechs/champion.bmp b/Gameleap/mw4/hsh/Mechs/champion.bmp new file mode 100644 index 00000000..233e3522 --- /dev/null +++ b/Gameleap/mw4/hsh/Mechs/champion.bmp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42aa55628061a66699a392d2c1d9e03946a1e4ca50296a504d09e65166879efd +size 600054 diff --git a/Gameleap/mw4/hsh/Mechs/dasher.bmp b/Gameleap/mw4/hsh/Mechs/dasher.bmp new file mode 100644 index 00000000..c34f59d4 --- /dev/null +++ b/Gameleap/mw4/hsh/Mechs/dasher.bmp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e36fb0fe310d15b90de71b7ab8c6db6e5f79843439735d910fe672a3b8609bb +size 600054 diff --git a/Gameleap/mw4/hsh/Mechs/griffin.bmp b/Gameleap/mw4/hsh/Mechs/griffin.bmp new file mode 100644 index 00000000..ae0c7121 --- /dev/null +++ b/Gameleap/mw4/hsh/Mechs/griffin.bmp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaf2ec34db8ab77e71dc66a75637f8359e392fc88d55b943fcb9917870ae3b48 +size 600054 diff --git a/Gameleap/mw4/hsh/Mechs/jenner2c.bmp b/Gameleap/mw4/hsh/Mechs/jenner2c.bmp new file mode 100644 index 00000000..df161c00 --- /dev/null +++ b/Gameleap/mw4/hsh/Mechs/jenner2c.bmp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b6cf8343d2a155865a3ab7c489e03e57da3e8a35141e400316f1eea5000bd50 +size 600054 diff --git a/Gameleap/mw4/hsh/Mechs/marauder.bmp b/Gameleap/mw4/hsh/Mechs/marauder.bmp new file mode 100644 index 00000000..4742f280 --- /dev/null +++ b/Gameleap/mw4/hsh/Mechs/marauder.bmp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6613465890e00eed24a874fcb69a8e206fe1e309ec05eaff332765226ecae7e2 +size 600054 diff --git a/Gameleap/mw4/hsh/Mechs/thunderbolt.bmp b/Gameleap/mw4/hsh/Mechs/thunderbolt.bmp new file mode 100644 index 00000000..52fd9352 --- /dev/null +++ b/Gameleap/mw4/hsh/Mechs/thunderbolt.bmp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9b38c7ec8b13a49a1232a4d50f61aa165141820465ec0233e6d30e73090bf8f +size 600054 diff --git a/Gameleap/mw4/hsh/hud/generic.bmp b/Gameleap/mw4/hsh/hud/generic.bmp new file mode 100644 index 00000000..3a23eb4d --- /dev/null +++ b/Gameleap/mw4/hsh/hud/generic.bmp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d24aa9d87ab988485a7066b1aad9abe1eed739549d0f9aa1c09324e9a3fddaf8 +size 263222 diff --git a/Gameleap/mw4/hsh/radar/hud/generic.bmp b/Gameleap/mw4/hsh/radar/hud/generic.bmp new file mode 100644 index 00000000..504b0bae --- /dev/null +++ b/Gameleap/mw4/hsh/radar/hud/generic.bmp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62484fd4d64a0cc56beb08baa2139d4fe4c036f74eceb38213e4c221a4f3e9b9 +size 263222