Tooling built to recover editable source for six 'Mech chassis that exist
in the parallel FS_Build_V4H build but not in this repo. Reverse-engineers
every compiled record type in the .mw4 package format back to the .data /
.instance / .subsystems / .damage / .contents / .torso / .engine /
.armature sources the content pipeline consumes.
Nothing here is wired into the game build. It is a standalone analysis
harness run from Linux.
Package format
--------------
"#VBD" container. Directory records are [len][name][FILETIME][origSize]
[storedSize][offset], payload base at dword 0x0C. A record is stored raw
when storedSize == origSize, otherwise LZW (9->12-bit LSB-first codes,
256=clear, 257=EOF, dict from 258), per Database.cpp:451.
GameModel records are flat /Zp4 structs following the C++ inheritance
chain Entity(0) -> Mover(28) -> MWObject(80) -> Vehicle(664) -> Mech(756),
1636 bytes total. CreateMessage records follow Replicator -> Entity ->
Mover -> MWMover -> MWObject -> Vehicle -> Mech from start=16 (the
undeclared Connection__Message header), ending at 341 and padded to 344.
tools/decompile/
----------------
datamap.py header-driven layout engine; CHAIN + ANCHORS
{Vehicle:664, Mech:756} assert the struct offsets
mw4msg.py CreateMessage reader/walker
data.py .data constants.py define/table symbol resolution
damage.py .damage contents.py .contents
smallmodel.py .torso + .engine instance.py .instance
armature.py / armature_parts.py .armature + armaturedata/armaturevideo
assembly.py joint hierarchy renderer
make_generic_doll.py builds generic MFD/Radar damage dolls
verify_*.py per-type round-trip verifiers
Verified round-trip across all 64 shared chassis:
.armature 2938/2976 pages .subsystems 7579/7585 keys
.data map 6071/6071 values .data trip 8291/8306 keys
.damage 6605/6605 keys .contents 7480/7480 keys
.torso+.engine 1280/1280 keys .instance 896/896 keys, 64/64 pages
armature_parts 1202/1202 .data, 1149/1202 .video
Layout-discovery lessons (documented in DECOMPILING.md)
-------------------------------------------------------
- Never let a field map be discovered by the values that verify it. A
value-matching pass reported 4288/4288 while mis-assigning 34 keys. The
map was rebuilt from header declaration order, anchored on uniquely
resolved fields.
- Read the factory, not the data. 12 .data fields and 5 Torso fields are
declared plain Stuff::Scalar but multiplied by Radians_Per_Degree in
Mech_Tool.cpp:889 / Torso_Tool.cpp.
- Strip typedefs before walking a header. A stray `typedef int AttributeID;`
masked a missing ClassID - two 4-byte errors cancelling out, caught only
by the ANCHORS assertion.
- A verifier that silently narrows its own input reports success. Braced
blocks must be hidden before splitting pages, replacing both CR and LF,
because a `Shadow={...}` block contains a line reading `[shadow]` and
splitlines() also splits on bare CR.
- NSWIZZLE is undefined, so the #else branch is live and orders members
differently. bool is 1 byte; char x[MaxStringLength] is 256.
- V4H carries stale Mech IDs (their Atlas is 5, ours 6), so 64 of 65 shared
chassis are off by one; --retarget-ids emits $(M_<Chassis>)/$(IDS_<Chassis>).
reports/ holds generated diffs. The two ~5 MB manifest-*.tsv intermediates
are gitignored; regenerate everything with run-comparison.sh.
Co-authored-by: Claude Opus 5 (Anthropic) <noreply@anthropic.com>
Co-authored-by: GitHub Copilot <copilot@github.com>
1189 lines
72 KiB
Plaintext
1189 lines
72 KiB
Plaintext
# entries: A=12709 B=11955 A_only=754 B_only=0 decoded-differ=433
|
|
+A mechs/champion/armaturedata/chp_hip.data 12B
|
|
+A mechs/champion/armaturedata/chp_hip.data{element} 100B
|
|
+A mechs/champion/armaturedata/chp_hip.data{gamemodel} 80B
|
|
+A mechs/champion/armaturedata/chp_lbtoe.data 12B
|
|
+A mechs/champion/armaturedata/chp_lbtoe.data{element} 100B
|
|
+A mechs/champion/armaturedata/chp_lbtoe.data{gamemodel} 80B
|
|
+A mechs/champion/armaturedata/chp_ldleg.data 12B
|
|
+A mechs/champion/armaturedata/chp_ldleg.data{element} 100B
|
|
+A mechs/champion/armaturedata/chp_ldleg.data{gamemodel} 80B
|
|
+A mechs/champion/armaturedata/chp_lfoot.data 12B
|
|
+A mechs/champion/armaturedata/chp_lfoot.data{element} 100B
|
|
+A mechs/champion/armaturedata/chp_lfoot.data{gamemodel} 80B
|
|
+A mechs/champion/armaturedata/chp_lftoe.data 12B
|
|
+A mechs/champion/armaturedata/chp_lftoe.data{element} 100B
|
|
+A mechs/champion/armaturedata/chp_lftoe.data{gamemodel} 80B
|
|
+A mechs/champion/armaturedata/chp_lgun.data 12B
|
|
+A mechs/champion/armaturedata/chp_lgun.data{element} 100B
|
|
+A mechs/champion/armaturedata/chp_lgun.data{gamemodel} 80B
|
|
+A mechs/champion/armaturedata/chp_luarm.data 12B
|
|
+A mechs/champion/armaturedata/chp_luarm.data{element} 100B
|
|
+A mechs/champion/armaturedata/chp_luarm.data{gamemodel} 80B
|
|
+A mechs/champion/armaturedata/chp_luleg.data 12B
|
|
+A mechs/champion/armaturedata/chp_luleg.data{element} 100B
|
|
+A mechs/champion/armaturedata/chp_luleg.data{gamemodel} 80B
|
|
+A mechs/champion/armaturedata/chp_rbtoe.data 12B
|
|
+A mechs/champion/armaturedata/chp_rbtoe.data{element} 100B
|
|
+A mechs/champion/armaturedata/chp_rbtoe.data{gamemodel} 80B
|
|
+A mechs/champion/armaturedata/chp_rdleg.data 12B
|
|
+A mechs/champion/armaturedata/chp_rdleg.data{element} 100B
|
|
+A mechs/champion/armaturedata/chp_rdleg.data{gamemodel} 80B
|
|
+A mechs/champion/armaturedata/chp_rfoot.data 12B
|
|
+A mechs/champion/armaturedata/chp_rfoot.data{element} 100B
|
|
+A mechs/champion/armaturedata/chp_rfoot.data{gamemodel} 80B
|
|
+A mechs/champion/armaturedata/chp_rftoe.data 12B
|
|
+A mechs/champion/armaturedata/chp_rftoe.data{element} 100B
|
|
+A mechs/champion/armaturedata/chp_rftoe.data{gamemodel} 80B
|
|
+A mechs/champion/armaturedata/chp_rgun.data 12B
|
|
+A mechs/champion/armaturedata/chp_rgun.data{element} 100B
|
|
+A mechs/champion/armaturedata/chp_rgun.data{gamemodel} 80B
|
|
+A mechs/champion/armaturedata/chp_ruarm.data 12B
|
|
+A mechs/champion/armaturedata/chp_ruarm.data{element} 100B
|
|
+A mechs/champion/armaturedata/chp_ruarm.data{gamemodel} 80B
|
|
+A mechs/champion/armaturedata/chp_ruleg.data 12B
|
|
+A mechs/champion/armaturedata/chp_ruleg.data{element} 100B
|
|
+A mechs/champion/armaturedata/chp_ruleg.data{gamemodel} 80B
|
|
+A mechs/champion/armaturedata/chp_specialone.data 12B
|
|
+A mechs/champion/armaturedata/chp_specialone.data{element} 100B
|
|
+A mechs/champion/armaturedata/chp_specialone.data{gamemodel} 80B
|
|
+A mechs/champion/armaturedata/chp_specialtwo.data 12B
|
|
+A mechs/champion/armaturedata/chp_specialtwo.data{element} 100B
|
|
+A mechs/champion/armaturedata/chp_specialtwo.data{gamemodel} 80B
|
|
+A mechs/champion/armaturedata/chp_torso.data 12B
|
|
+A mechs/champion/armaturedata/chp_torso.data{element} 100B
|
|
+A mechs/champion/armaturedata/chp_torso.data{gamemodel} 80B
|
|
+A mechs/champion/armaturedata/joint_cage.data 12B
|
|
+A mechs/champion/armaturedata/joint_cage.data{element} 100B
|
|
+A mechs/champion/armaturedata/joint_cage.data{gamemodel} 80B
|
|
+A mechs/champion/armaturevideo/chp_hip.video 406B
|
|
+A mechs/champion/armaturevideo/chp_lbtoe.video 406B
|
|
+A mechs/champion/armaturevideo/chp_ldleg.video 406B
|
|
+A mechs/champion/armaturevideo/chp_lfoot.video 406B
|
|
+A mechs/champion/armaturevideo/chp_lftoe.video 406B
|
|
+A mechs/champion/armaturevideo/chp_lgun.video 285B
|
|
+A mechs/champion/armaturevideo/chp_luarm.video 406B
|
|
+A mechs/champion/armaturevideo/chp_luleg.video 406B
|
|
+A mechs/champion/armaturevideo/chp_rbtoe.video 406B
|
|
+A mechs/champion/armaturevideo/chp_rdleg.video 406B
|
|
+A mechs/champion/armaturevideo/chp_rfoot.video 406B
|
|
+A mechs/champion/armaturevideo/chp_rftoe.video 406B
|
|
+A mechs/champion/armaturevideo/chp_rgun.video 285B
|
|
+A mechs/champion/armaturevideo/chp_ruarm.video 406B
|
|
+A mechs/champion/armaturevideo/chp_ruleg.video 406B
|
|
+A mechs/champion/armaturevideo/chp_specialone.video 406B
|
|
+A mechs/champion/armaturevideo/chp_specialtwo.video 406B
|
|
+A mechs/champion/armaturevideo/chp_torso.video 683B
|
|
+A mechs/champion/armaturevideo/joint_cage.video 646B
|
|
+A mechs/champion/champion.contents 282B
|
|
+A mechs/champion/champion.contents[joint_cage]{sites} 124B
|
|
+A mechs/champion/champion.contents[joint_hip]{armature} 282B
|
|
+A mechs/champion/champion.contents[joint_hipabove]{armature} 282B
|
|
+A mechs/champion/champion.contents[joint_hipbelow]{armature} 282B
|
|
+A mechs/champion/champion.contents[joint_lankle]{armature} 282B
|
|
+A mechs/champion/champion.contents[joint_lbelowankle]{armature} 842B
|
|
+A mechs/champion/champion.contents[joint_lbelowankle]{sites} 39B
|
|
+A mechs/champion/champion.contents[joint_ldleg]{armature} 282B
|
|
+A mechs/champion/champion.contents[joint_ldleg]{sites} 43B
|
|
+A mechs/champion/champion.contents[joint_lefttorsofront]{sites} 44B
|
|
+A mechs/champion/champion.contents[joint_lgun]{sites} 86B
|
|
+A mechs/champion/champion.contents[joint_lgunabove]{armature} 282B
|
|
+A mechs/champion/champion.contents[joint_luarm]{armature} 282B
|
|
+A mechs/champion/champion.contents[joint_luleg]{armature} 282B
|
|
+A mechs/champion/champion.contents[joint_rankle]{armature} 282B
|
|
+A mechs/champion/champion.contents[joint_rbelowankle]{armature} 842B
|
|
+A mechs/champion/champion.contents[joint_rbelowankle]{sites} 39B
|
|
+A mechs/champion/champion.contents[joint_rdleg]{armature} 282B
|
|
+A mechs/champion/champion.contents[joint_rdleg]{sites} 43B
|
|
+A mechs/champion/champion.contents[joint_rgun]{sites} 130B
|
|
+A mechs/champion/champion.contents[joint_rgunabove]{armature} 282B
|
|
+A mechs/champion/champion.contents[joint_righttorsofront]{sites} 44B
|
|
+A mechs/champion/champion.contents[joint_root]{armature} 842B
|
|
+A mechs/champion/champion.contents[joint_ruarm]{armature} 282B
|
|
+A mechs/champion/champion.contents[joint_ruleg]{armature} 282B
|
|
+A mechs/champion/champion.contents[joint_specialone]{sites} 46B
|
|
+A mechs/champion/champion.contents[joint_specialtwo]{sites} 46B
|
|
+A mechs/champion/champion.contents[joint_torso]{armature} 282B
|
|
+A mechs/champion/champion.contents[joint_torsoabove]{armature} 3082B
|
|
+A mechs/champion/champion.contents[joint_torsoabove]{sites} 521B
|
|
+A mechs/champion/champion.contents[joint_torsobelow]{armature} 282B
|
|
+A mechs/champion/champion.contents[joint_vel]{armature} 282B
|
|
+A mechs/champion/champion.contents[joint_world]{armature} 282B
|
|
+A mechs/champion/champion.contents[joint_world]{sites} 40B
|
|
+A mechs/champion/champion.damage 1688B
|
|
+A mechs/champion/champion.data 12B
|
|
+A mechs/champion/champion.data[shadow] 117B
|
|
+A mechs/champion/champion.data{element} 100B
|
|
+A mechs/champion/champion.data{footsteps} 96B
|
|
+A mechs/champion/champion.data{gamemodel} 1636B
|
|
+A mechs/champion/champion.data{hierarchicalobb} 5607B
|
|
+A mechs/champion/champion.data{solidobb} 78B
|
|
+A mechs/champion/champion.engine 12B
|
|
+A mechs/champion/champion.engine{element} 100B
|
|
+A mechs/champion/champion.engine{gamemodel} 64B
|
|
+A mechs/champion/champion.instance 344B
|
|
+A mechs/champion/champion.subsystems 4698B
|
|
+A mechs/champion/champion.torso 12B
|
|
+A mechs/champion/champion.torso{element} 100B
|
|
+A mechs/champion/champion.torso{gamemodel} 1608B
|
|
+A mechs/champion_destroyed/champion_stroyed.data 12B
|
|
+A mechs/champion_destroyed/champion_stroyed.data{element} 100B
|
|
+A mechs/champion_destroyed/champion_stroyed.data{gamemodel} 32B
|
|
+A mechs/champion_destroyed/champion_stroyed.video 285B
|
|
+A mechs/champion_destroyed/champion_stroyed_solid.obb 78B
|
|
+A mechs/dasher/armaturedata/das_hip.data 12B
|
|
+A mechs/dasher/armaturedata/das_hip.data{element} 100B
|
|
+A mechs/dasher/armaturedata/das_hip.data{gamemodel} 80B
|
|
+A mechs/dasher/armaturedata/das_ldleg.data 12B
|
|
+A mechs/dasher/armaturedata/das_ldleg.data{element} 100B
|
|
+A mechs/dasher/armaturedata/das_ldleg.data{gamemodel} 80B
|
|
+A mechs/dasher/armaturedata/das_lfoot.data 12B
|
|
+A mechs/dasher/armaturedata/das_lfoot.data{element} 100B
|
|
+A mechs/dasher/armaturedata/das_lfoot.data{gamemodel} 80B
|
|
+A mechs/dasher/armaturedata/das_lgun.data 12B
|
|
+A mechs/dasher/armaturedata/das_lgun.data{element} 100B
|
|
+A mechs/dasher/armaturedata/das_lgun.data{gamemodel} 80B
|
|
+A mechs/dasher/armaturedata/das_ltoe.data 12B
|
|
+A mechs/dasher/armaturedata/das_ltoe.data{element} 100B
|
|
+A mechs/dasher/armaturedata/das_ltoe.data{gamemodel} 80B
|
|
+A mechs/dasher/armaturedata/das_luarm.data 12B
|
|
+A mechs/dasher/armaturedata/das_luarm.data{element} 100B
|
|
+A mechs/dasher/armaturedata/das_luarm.data{gamemodel} 80B
|
|
+A mechs/dasher/armaturedata/das_luleg.data 12B
|
|
+A mechs/dasher/armaturedata/das_luleg.data{element} 100B
|
|
+A mechs/dasher/armaturedata/das_luleg.data{gamemodel} 80B
|
|
+A mechs/dasher/armaturedata/das_rdleg.data 12B
|
|
+A mechs/dasher/armaturedata/das_rdleg.data{element} 100B
|
|
+A mechs/dasher/armaturedata/das_rdleg.data{gamemodel} 80B
|
|
+A mechs/dasher/armaturedata/das_rfoot.data 12B
|
|
+A mechs/dasher/armaturedata/das_rfoot.data{element} 100B
|
|
+A mechs/dasher/armaturedata/das_rfoot.data{gamemodel} 80B
|
|
+A mechs/dasher/armaturedata/das_rgun.data 12B
|
|
+A mechs/dasher/armaturedata/das_rgun.data{element} 100B
|
|
+A mechs/dasher/armaturedata/das_rgun.data{gamemodel} 80B
|
|
+A mechs/dasher/armaturedata/das_rtoe.data 12B
|
|
+A mechs/dasher/armaturedata/das_rtoe.data{element} 100B
|
|
+A mechs/dasher/armaturedata/das_rtoe.data{gamemodel} 80B
|
|
+A mechs/dasher/armaturedata/das_ruarm.data 12B
|
|
+A mechs/dasher/armaturedata/das_ruarm.data{element} 100B
|
|
+A mechs/dasher/armaturedata/das_ruarm.data{gamemodel} 80B
|
|
+A mechs/dasher/armaturedata/das_ruleg.data 12B
|
|
+A mechs/dasher/armaturedata/das_ruleg.data{element} 100B
|
|
+A mechs/dasher/armaturedata/das_ruleg.data{gamemodel} 80B
|
|
+A mechs/dasher/armaturedata/das_torso.data 12B
|
|
+A mechs/dasher/armaturedata/das_torso.data{element} 100B
|
|
+A mechs/dasher/armaturedata/das_torso.data{gamemodel} 80B
|
|
+A mechs/dasher/armaturedata/joint_cage.data 12B
|
|
+A mechs/dasher/armaturedata/joint_cage.data{element} 100B
|
|
+A mechs/dasher/armaturedata/joint_cage.data{gamemodel} 80B
|
|
+A mechs/dasher/armaturevideo/das_hip.video 406B
|
|
+A mechs/dasher/armaturevideo/das_ldleg.video 406B
|
|
+A mechs/dasher/armaturevideo/das_lfoot.video 406B
|
|
+A mechs/dasher/armaturevideo/das_lgun.video 406B
|
|
+A mechs/dasher/armaturevideo/das_ltoe.video 406B
|
|
+A mechs/dasher/armaturevideo/das_luarm.video 406B
|
|
+A mechs/dasher/armaturevideo/das_luleg.video 406B
|
|
+A mechs/dasher/armaturevideo/das_rdleg.video 406B
|
|
+A mechs/dasher/armaturevideo/das_rfoot.video 406B
|
|
+A mechs/dasher/armaturevideo/das_rgun.video 285B
|
|
+A mechs/dasher/armaturevideo/das_rtoe.video 406B
|
|
+A mechs/dasher/armaturevideo/das_ruarm.video 406B
|
|
+A mechs/dasher/armaturevideo/das_ruleg.video 406B
|
|
+A mechs/dasher/armaturevideo/das_torso.video 683B
|
|
+A mechs/dasher/armaturevideo/joint_cage.video 646B
|
|
+A mechs/dasher/dasher.contents 282B
|
|
+A mechs/dasher/dasher.contents[joint_cage]{sites} 124B
|
|
+A mechs/dasher/dasher.contents[joint_head]{sites} 41B
|
|
+A mechs/dasher/dasher.contents[joint_hip]{armature} 282B
|
|
+A mechs/dasher/dasher.contents[joint_hipabove]{armature} 282B
|
|
+A mechs/dasher/dasher.contents[joint_hipbelow]{armature} 282B
|
|
+A mechs/dasher/dasher.contents[joint_lankle]{armature} 282B
|
|
+A mechs/dasher/dasher.contents[joint_lbelowankle]{armature} 562B
|
|
+A mechs/dasher/dasher.contents[joint_lbelowankle]{sites} 39B
|
|
+A mechs/dasher/dasher.contents[joint_ldleg]{armature} 282B
|
|
+A mechs/dasher/dasher.contents[joint_lefttorsofront]{sites} 44B
|
|
+A mechs/dasher/dasher.contents[joint_lgun]{sites} 172B
|
|
+A mechs/dasher/dasher.contents[joint_lgunabove]{armature} 282B
|
|
+A mechs/dasher/dasher.contents[joint_luarm]{armature} 282B
|
|
+A mechs/dasher/dasher.contents[joint_luleg]{armature} 282B
|
|
+A mechs/dasher/dasher.contents[joint_rankle]{armature} 282B
|
|
+A mechs/dasher/dasher.contents[joint_rbelowankle]{armature} 562B
|
|
+A mechs/dasher/dasher.contents[joint_rbelowankle]{sites} 39B
|
|
+A mechs/dasher/dasher.contents[joint_rdleg]{armature} 282B
|
|
+A mechs/dasher/dasher.contents[joint_rgun]{sites} 172B
|
|
+A mechs/dasher/dasher.contents[joint_rgunabove]{armature} 282B
|
|
+A mechs/dasher/dasher.contents[joint_righttorsofront]{sites} 44B
|
|
+A mechs/dasher/dasher.contents[joint_root]{armature} 842B
|
|
+A mechs/dasher/dasher.contents[joint_ruarm]{armature} 282B
|
|
+A mechs/dasher/dasher.contents[joint_ruleg]{armature} 282B
|
|
+A mechs/dasher/dasher.contents[joint_torso]{armature} 282B
|
|
+A mechs/dasher/dasher.contents[joint_torsoabove]{armature} 2802B
|
|
+A mechs/dasher/dasher.contents[joint_torsoabove]{sites} 393B
|
|
+A mechs/dasher/dasher.contents[joint_torsobelow]{armature} 282B
|
|
+A mechs/dasher/dasher.contents[joint_vel]{armature} 282B
|
|
+A mechs/dasher/dasher.contents[joint_world]{armature} 282B
|
|
+A mechs/dasher/dasher.contents[joint_world]{sites} 40B
|
|
+A mechs/dasher/dasher.damage 1356B
|
|
+A mechs/dasher/dasher.data 12B
|
|
+A mechs/dasher/dasher.data[shadow] 117B
|
|
+A mechs/dasher/dasher.data{element} 100B
|
|
+A mechs/dasher/dasher.data{footsteps} 96B
|
|
+A mechs/dasher/dasher.data{gamemodel} 1636B
|
|
+A mechs/dasher/dasher.data{hierarchicalobb} 4928B
|
|
+A mechs/dasher/dasher.data{solidobb} 78B
|
|
+A mechs/dasher/dasher.engine 12B
|
|
+A mechs/dasher/dasher.engine{element} 100B
|
|
+A mechs/dasher/dasher.engine{gamemodel} 64B
|
|
+A mechs/dasher/dasher.instance 344B
|
|
+A mechs/dasher/dasher.subsystems 2238B
|
|
+A mechs/dasher/dasher.torso 12B
|
|
+A mechs/dasher/dasher.torso{element} 100B
|
|
+A mechs/dasher/dasher.torso{gamemodel} 1608B
|
|
+A mechs/dasher_destroyed/dasher_destroyed.data 12B
|
|
+A mechs/dasher_destroyed/dasher_destroyed.data{element} 100B
|
|
+A mechs/dasher_destroyed/dasher_destroyed.data{gamemodel} 32B
|
|
+A mechs/dasher_destroyed/dasher_destroyed.video 285B
|
|
+A mechs/dasher_destroyed/dasher_destroyed_solid.obb 78B
|
|
+A mechs/griffin/armaturedata/grf_hip.data 12B
|
|
+A mechs/griffin/armaturedata/grf_hip.data{element} 100B
|
|
+A mechs/griffin/armaturedata/grf_hip.data{gamemodel} 80B
|
|
+A mechs/griffin/armaturedata/grf_lbtoe.data 12B
|
|
+A mechs/griffin/armaturedata/grf_lbtoe.data{element} 100B
|
|
+A mechs/griffin/armaturedata/grf_lbtoe.data{gamemodel} 80B
|
|
+A mechs/griffin/armaturedata/grf_ldleg.data 12B
|
|
+A mechs/griffin/armaturedata/grf_ldleg.data{element} 100B
|
|
+A mechs/griffin/armaturedata/grf_ldleg.data{gamemodel} 80B
|
|
+A mechs/griffin/armaturedata/grf_lfoot.data 12B
|
|
+A mechs/griffin/armaturedata/grf_lfoot.data{element} 100B
|
|
+A mechs/griffin/armaturedata/grf_lfoot.data{gamemodel} 80B
|
|
+A mechs/griffin/armaturedata/grf_lftoe.data 12B
|
|
+A mechs/griffin/armaturedata/grf_lftoe.data{element} 100B
|
|
+A mechs/griffin/armaturedata/grf_lftoe.data{gamemodel} 80B
|
|
+A mechs/griffin/armaturedata/grf_lgun.data 12B
|
|
+A mechs/griffin/armaturedata/grf_lgun.data{element} 100B
|
|
+A mechs/griffin/armaturedata/grf_lgun.data{gamemodel} 80B
|
|
+A mechs/griffin/armaturedata/grf_luarm.data 12B
|
|
+A mechs/griffin/armaturedata/grf_luarm.data{element} 100B
|
|
+A mechs/griffin/armaturedata/grf_luarm.data{gamemodel} 80B
|
|
+A mechs/griffin/armaturedata/grf_luleg.data 12B
|
|
+A mechs/griffin/armaturedata/grf_luleg.data{element} 100B
|
|
+A mechs/griffin/armaturedata/grf_luleg.data{gamemodel} 80B
|
|
+A mechs/griffin/armaturedata/grf_rbtoe.data 12B
|
|
+A mechs/griffin/armaturedata/grf_rbtoe.data{element} 100B
|
|
+A mechs/griffin/armaturedata/grf_rbtoe.data{gamemodel} 80B
|
|
+A mechs/griffin/armaturedata/grf_rdleg.data 12B
|
|
+A mechs/griffin/armaturedata/grf_rdleg.data{element} 100B
|
|
+A mechs/griffin/armaturedata/grf_rdleg.data{gamemodel} 80B
|
|
+A mechs/griffin/armaturedata/grf_rfoot.data 12B
|
|
+A mechs/griffin/armaturedata/grf_rfoot.data{element} 100B
|
|
+A mechs/griffin/armaturedata/grf_rfoot.data{gamemodel} 80B
|
|
+A mechs/griffin/armaturedata/grf_rftoe.data 12B
|
|
+A mechs/griffin/armaturedata/grf_rftoe.data{element} 100B
|
|
+A mechs/griffin/armaturedata/grf_rftoe.data{gamemodel} 80B
|
|
+A mechs/griffin/armaturedata/grf_rgun.data 12B
|
|
+A mechs/griffin/armaturedata/grf_rgun.data{element} 100B
|
|
+A mechs/griffin/armaturedata/grf_rgun.data{gamemodel} 80B
|
|
+A mechs/griffin/armaturedata/grf_ruarm.data 12B
|
|
+A mechs/griffin/armaturedata/grf_ruarm.data{element} 100B
|
|
+A mechs/griffin/armaturedata/grf_ruarm.data{gamemodel} 80B
|
|
+A mechs/griffin/armaturedata/grf_ruleg.data 12B
|
|
+A mechs/griffin/armaturedata/grf_ruleg.data{element} 100B
|
|
+A mechs/griffin/armaturedata/grf_ruleg.data{gamemodel} 80B
|
|
+A mechs/griffin/armaturedata/grf_specialone.data 12B
|
|
+A mechs/griffin/armaturedata/grf_specialone.data{element} 100B
|
|
+A mechs/griffin/armaturedata/grf_specialone.data{gamemodel} 80B
|
|
+A mechs/griffin/armaturedata/grf_specialtwo.data 12B
|
|
+A mechs/griffin/armaturedata/grf_specialtwo.data{element} 100B
|
|
+A mechs/griffin/armaturedata/grf_specialtwo.data{gamemodel} 80B
|
|
+A mechs/griffin/armaturedata/grf_torso.data 12B
|
|
+A mechs/griffin/armaturedata/grf_torso.data{element} 100B
|
|
+A mechs/griffin/armaturedata/grf_torso.data{gamemodel} 80B
|
|
+A mechs/griffin/armaturedata/joint_cage.data 12B
|
|
+A mechs/griffin/armaturedata/joint_cage.data{element} 100B
|
|
+A mechs/griffin/armaturedata/joint_cage.data{gamemodel} 80B
|
|
+A mechs/griffin/armaturevideo/grf_hip.video 406B
|
|
+A mechs/griffin/armaturevideo/grf_lbtoe.video 406B
|
|
+A mechs/griffin/armaturevideo/grf_ldleg.video 406B
|
|
+A mechs/griffin/armaturevideo/grf_lfoot.video 406B
|
|
+A mechs/griffin/armaturevideo/grf_lftoe.video 406B
|
|
+A mechs/griffin/armaturevideo/grf_lgun.video 285B
|
|
+A mechs/griffin/armaturevideo/grf_luarm.video 406B
|
|
+A mechs/griffin/armaturevideo/grf_luleg.video 406B
|
|
+A mechs/griffin/armaturevideo/grf_rbtoe.video 406B
|
|
+A mechs/griffin/armaturevideo/grf_rdleg.video 406B
|
|
+A mechs/griffin/armaturevideo/grf_rfoot.video 406B
|
|
+A mechs/griffin/armaturevideo/grf_rftoe.video 406B
|
|
+A mechs/griffin/armaturevideo/grf_rgun.video 285B
|
|
+A mechs/griffin/armaturevideo/grf_ruarm.video 406B
|
|
+A mechs/griffin/armaturevideo/grf_ruleg.video 406B
|
|
+A mechs/griffin/armaturevideo/grf_specialone.video 406B
|
|
+A mechs/griffin/armaturevideo/grf_specialtwo.video 406B
|
|
+A mechs/griffin/armaturevideo/grf_torso.video 406B
|
|
+A mechs/griffin/armaturevideo/joint_cage.video 646B
|
|
+A mechs/griffin/griffin.contents 282B
|
|
+A mechs/griffin/griffin.contents[joint_cage]{sites} 124B
|
|
+A mechs/griffin/griffin.contents[joint_centertorsofront]{sites} 88B
|
|
+A mechs/griffin/griffin.contents[joint_hip]{armature} 282B
|
|
+A mechs/griffin/griffin.contents[joint_hipabove]{armature} 282B
|
|
+A mechs/griffin/griffin.contents[joint_hipbelow]{armature} 282B
|
|
+A mechs/griffin/griffin.contents[joint_lankle]{armature} 282B
|
|
+A mechs/griffin/griffin.contents[joint_lbelowankle]{armature} 842B
|
|
+A mechs/griffin/griffin.contents[joint_lbelowankle]{sites} 39B
|
|
+A mechs/griffin/griffin.contents[joint_ldleg]{armature} 282B
|
|
+A mechs/griffin/griffin.contents[joint_ldleg]{sites} 43B
|
|
+A mechs/griffin/griffin.contents[joint_lefttorsofront]{sites} 46B
|
|
+A mechs/griffin/griffin.contents[joint_lgun]{sites} 129B
|
|
+A mechs/griffin/griffin.contents[joint_lgunabove]{armature} 282B
|
|
+A mechs/griffin/griffin.contents[joint_luarm]{armature} 282B
|
|
+A mechs/griffin/griffin.contents[joint_luleg]{armature} 282B
|
|
+A mechs/griffin/griffin.contents[joint_rankle]{armature} 282B
|
|
+A mechs/griffin/griffin.contents[joint_rbelowankle]{armature} 842B
|
|
+A mechs/griffin/griffin.contents[joint_rbelowankle]{sites} 39B
|
|
+A mechs/griffin/griffin.contents[joint_rdleg]{armature} 282B
|
|
+A mechs/griffin/griffin.contents[joint_rdleg]{sites} 43B
|
|
+A mechs/griffin/griffin.contents[joint_rgun]{armature} 282B
|
|
+A mechs/griffin/griffin.contents[joint_rgun]{sites} 86B
|
|
+A mechs/griffin/griffin.contents[joint_rgunabove]{armature} 282B
|
|
+A mechs/griffin/griffin.contents[joint_righttorsofront]{sites} 46B
|
|
+A mechs/griffin/griffin.contents[joint_root]{armature} 842B
|
|
+A mechs/griffin/griffin.contents[joint_ruarm]{armature} 282B
|
|
+A mechs/griffin/griffin.contents[joint_ruarm]{sites} 42B
|
|
+A mechs/griffin/griffin.contents[joint_ruleg]{armature} 282B
|
|
+A mechs/griffin/griffin.contents[joint_specialone]{sites} 44B
|
|
+A mechs/griffin/griffin.contents[joint_specialtwo]{sites} 86B
|
|
+A mechs/griffin/griffin.contents[joint_torso]{armature} 282B
|
|
+A mechs/griffin/griffin.contents[joint_torsoabove]{armature} 2802B
|
|
+A mechs/griffin/griffin.contents[joint_torsoabove]{sites} 477B
|
|
+A mechs/griffin/griffin.contents[joint_torsobelow]{armature} 282B
|
|
+A mechs/griffin/griffin.contents[joint_vel]{armature} 282B
|
|
+A mechs/griffin/griffin.contents[joint_world]{armature} 282B
|
|
+A mechs/griffin/griffin.contents[joint_world]{sites} 40B
|
|
+A mechs/griffin/griffin.damage 1522B
|
|
+A mechs/griffin/griffin.data 12B
|
|
+A mechs/griffin/griffin.data[shadow] 117B
|
|
+A mechs/griffin/griffin.data{element} 100B
|
|
+A mechs/griffin/griffin.data{footsteps} 99B
|
|
+A mechs/griffin/griffin.data{gamemodel} 1636B
|
|
+A mechs/griffin/griffin.data{hierarchicalobb} 6500B
|
|
+A mechs/griffin/griffin.data{solidobb} 78B
|
|
+A mechs/griffin/griffin.engine 12B
|
|
+A mechs/griffin/griffin.engine{element} 100B
|
|
+A mechs/griffin/griffin.engine{gamemodel} 64B
|
|
+A mechs/griffin/griffin.instance 344B
|
|
+A mechs/griffin/griffin.subsystems 2818B
|
|
+A mechs/griffin/griffin.torso 12B
|
|
+A mechs/griffin/griffin.torso{element} 100B
|
|
+A mechs/griffin/griffin.torso{gamemodel} 1608B
|
|
+A mechs/griffin_destroyed/griffin_destroyed.data 12B
|
|
+A mechs/griffin_destroyed/griffin_destroyed.data{element} 100B
|
|
+A mechs/griffin_destroyed/griffin_destroyed.data{gamemodel} 32B
|
|
+A mechs/griffin_destroyed/griffin_destroyed.video 285B
|
|
+A mechs/griffin_destroyed/griffin_destroyed_solid.obb 78B
|
|
+A mechs/jenner2c/armaturedata/jec_hip.data 12B
|
|
+A mechs/jenner2c/armaturedata/jec_hip.data{element} 100B
|
|
+A mechs/jenner2c/armaturedata/jec_hip.data{gamemodel} 80B
|
|
+A mechs/jenner2c/armaturedata/jec_lbtoe.data 12B
|
|
+A mechs/jenner2c/armaturedata/jec_lbtoe.data{element} 100B
|
|
+A mechs/jenner2c/armaturedata/jec_lbtoe.data{gamemodel} 80B
|
|
+A mechs/jenner2c/armaturedata/jec_ldleg.data 12B
|
|
+A mechs/jenner2c/armaturedata/jec_ldleg.data{element} 100B
|
|
+A mechs/jenner2c/armaturedata/jec_ldleg.data{gamemodel} 80B
|
|
+A mechs/jenner2c/armaturedata/jec_lfoot.data 12B
|
|
+A mechs/jenner2c/armaturedata/jec_lfoot.data{element} 100B
|
|
+A mechs/jenner2c/armaturedata/jec_lfoot.data{gamemodel} 80B
|
|
+A mechs/jenner2c/armaturedata/jec_lftoe.data 12B
|
|
+A mechs/jenner2c/armaturedata/jec_lftoe.data{element} 100B
|
|
+A mechs/jenner2c/armaturedata/jec_lftoe.data{gamemodel} 80B
|
|
+A mechs/jenner2c/armaturedata/jec_lgun.data 12B
|
|
+A mechs/jenner2c/armaturedata/jec_lgun.data{element} 100B
|
|
+A mechs/jenner2c/armaturedata/jec_lgun.data{gamemodel} 80B
|
|
+A mechs/jenner2c/armaturedata/jec_luleg.data 12B
|
|
+A mechs/jenner2c/armaturedata/jec_luleg.data{element} 100B
|
|
+A mechs/jenner2c/armaturedata/jec_luleg.data{gamemodel} 80B
|
|
+A mechs/jenner2c/armaturedata/jec_rbtoe.data 12B
|
|
+A mechs/jenner2c/armaturedata/jec_rbtoe.data{element} 100B
|
|
+A mechs/jenner2c/armaturedata/jec_rbtoe.data{gamemodel} 80B
|
|
+A mechs/jenner2c/armaturedata/jec_rdleg.data 12B
|
|
+A mechs/jenner2c/armaturedata/jec_rdleg.data{element} 100B
|
|
+A mechs/jenner2c/armaturedata/jec_rdleg.data{gamemodel} 80B
|
|
+A mechs/jenner2c/armaturedata/jec_rfoot.data 12B
|
|
+A mechs/jenner2c/armaturedata/jec_rfoot.data{element} 100B
|
|
+A mechs/jenner2c/armaturedata/jec_rfoot.data{gamemodel} 80B
|
|
+A mechs/jenner2c/armaturedata/jec_rftoe.data 12B
|
|
+A mechs/jenner2c/armaturedata/jec_rftoe.data{element} 100B
|
|
+A mechs/jenner2c/armaturedata/jec_rftoe.data{gamemodel} 80B
|
|
+A mechs/jenner2c/armaturedata/jec_rgun.data 12B
|
|
+A mechs/jenner2c/armaturedata/jec_rgun.data{element} 100B
|
|
+A mechs/jenner2c/armaturedata/jec_rgun.data{gamemodel} 80B
|
|
+A mechs/jenner2c/armaturedata/jec_ruleg.data 12B
|
|
+A mechs/jenner2c/armaturedata/jec_ruleg.data{element} 100B
|
|
+A mechs/jenner2c/armaturedata/jec_ruleg.data{gamemodel} 80B
|
|
+A mechs/jenner2c/armaturedata/jec_torso.data 12B
|
|
+A mechs/jenner2c/armaturedata/jec_torso.data{element} 100B
|
|
+A mechs/jenner2c/armaturedata/jec_torso.data{gamemodel} 80B
|
|
+A mechs/jenner2c/armaturedata/joint_cage.data 12B
|
|
+A mechs/jenner2c/armaturedata/joint_cage.data{element} 100B
|
|
+A mechs/jenner2c/armaturedata/joint_cage.data{gamemodel} 80B
|
|
+A mechs/jenner2c/armaturevideo/jec_hip.video 406B
|
|
+A mechs/jenner2c/armaturevideo/jec_lbtoe.video 406B
|
|
+A mechs/jenner2c/armaturevideo/jec_ldleg.video 406B
|
|
+A mechs/jenner2c/armaturevideo/jec_lfoot.video 406B
|
|
+A mechs/jenner2c/armaturevideo/jec_lftoe.video 406B
|
|
+A mechs/jenner2c/armaturevideo/jec_lgun.video 406B
|
|
+A mechs/jenner2c/armaturevideo/jec_luleg.video 406B
|
|
+A mechs/jenner2c/armaturevideo/jec_rbtoe.video 406B
|
|
+A mechs/jenner2c/armaturevideo/jec_rdleg.video 406B
|
|
+A mechs/jenner2c/armaturevideo/jec_rfoot.video 406B
|
|
+A mechs/jenner2c/armaturevideo/jec_rftoe.video 406B
|
|
+A mechs/jenner2c/armaturevideo/jec_rgun.video 406B
|
|
+A mechs/jenner2c/armaturevideo/jec_ruleg.video 406B
|
|
+A mechs/jenner2c/armaturevideo/jec_torso.video 683B
|
|
+A mechs/jenner2c/armaturevideo/joint_cage.video 646B
|
|
+A mechs/jenner2c/jenner_2c.contents 282B
|
|
+A mechs/jenner2c/jenner_2c.contents[joint_cage]{sites} 124B
|
|
+A mechs/jenner2c/jenner_2c.contents[joint_head]{sites} 45B
|
|
+A mechs/jenner2c/jenner_2c.contents[joint_hip]{armature} 282B
|
|
+A mechs/jenner2c/jenner_2c.contents[joint_hipabove]{armature} 282B
|
|
+A mechs/jenner2c/jenner_2c.contents[joint_hipbelow]{armature} 282B
|
|
+A mechs/jenner2c/jenner_2c.contents[joint_lankle]{armature} 282B
|
|
+A mechs/jenner2c/jenner_2c.contents[joint_lbelowankle]{armature} 842B
|
|
+A mechs/jenner2c/jenner_2c.contents[joint_lbelowankle]{sites} 39B
|
|
+A mechs/jenner2c/jenner_2c.contents[joint_ldleg]{armature} 282B
|
|
+A mechs/jenner2c/jenner_2c.contents[joint_lgun]{sites} 86B
|
|
+A mechs/jenner2c/jenner_2c.contents[joint_lgunabove]{armature} 282B
|
|
+A mechs/jenner2c/jenner_2c.contents[joint_luarm]{armature} 282B
|
|
+A mechs/jenner2c/jenner_2c.contents[joint_luleg]{armature} 282B
|
|
+A mechs/jenner2c/jenner_2c.contents[joint_rankle]{armature} 282B
|
|
+A mechs/jenner2c/jenner_2c.contents[joint_rbelowankle]{armature} 842B
|
|
+A mechs/jenner2c/jenner_2c.contents[joint_rbelowankle]{sites} 39B
|
|
+A mechs/jenner2c/jenner_2c.contents[joint_rdleg]{armature} 282B
|
|
+A mechs/jenner2c/jenner_2c.contents[joint_rgun]{sites} 45B
|
|
+A mechs/jenner2c/jenner_2c.contents[joint_rgunabove]{armature} 282B
|
|
+A mechs/jenner2c/jenner_2c.contents[joint_root]{armature} 842B
|
|
+A mechs/jenner2c/jenner_2c.contents[joint_ruarm]{armature} 282B
|
|
+A mechs/jenner2c/jenner_2c.contents[joint_ruleg]{armature} 282B
|
|
+A mechs/jenner2c/jenner_2c.contents[joint_torso]{armature} 282B
|
|
+A mechs/jenner2c/jenner_2c.contents[joint_torsoabove]{armature} 2522B
|
|
+A mechs/jenner2c/jenner_2c.contents[joint_torsoabove]{sites} 434B
|
|
+A mechs/jenner2c/jenner_2c.contents[joint_torsobelow]{armature} 282B
|
|
+A mechs/jenner2c/jenner_2c.contents[joint_vel]{armature} 282B
|
|
+A mechs/jenner2c/jenner_2c.contents[joint_world]{armature} 282B
|
|
+A mechs/jenner2c/jenner_2c.contents[joint_world]{sites} 40B
|
|
+A mechs/jenner2c/jenner_2c.damage 1356B
|
|
+A mechs/jenner2c/jenner_2c.data 12B
|
|
+A mechs/jenner2c/jenner_2c.data[shadow] 117B
|
|
+A mechs/jenner2c/jenner_2c.data{element} 100B
|
|
+A mechs/jenner2c/jenner_2c.data{footsteps} 102B
|
|
+A mechs/jenner2c/jenner_2c.data{gamemodel} 1636B
|
|
+A mechs/jenner2c/jenner_2c.data{hierarchicalobb} 4943B
|
|
+A mechs/jenner2c/jenner_2c.data{solidobb} 78B
|
|
+A mechs/jenner2c/jenner_2c.engine 12B
|
|
+A mechs/jenner2c/jenner_2c.engine{element} 100B
|
|
+A mechs/jenner2c/jenner_2c.engine{gamemodel} 64B
|
|
+A mechs/jenner2c/jenner_2c.instance 344B
|
|
+A mechs/jenner2c/jenner_2c.subsystems 2562B
|
|
+A mechs/jenner2c/jenner_2c.torso 12B
|
|
+A mechs/jenner2c/jenner_2c.torso{element} 100B
|
|
+A mechs/jenner2c/jenner_2c.torso{gamemodel} 1608B
|
|
+A mechs/jenner2c_destroyed/jenner2c_destroyed.data 12B
|
|
+A mechs/jenner2c_destroyed/jenner2c_destroyed.data{element} 100B
|
|
+A mechs/jenner2c_destroyed/jenner2c_destroyed.data{gamemodel} 32B
|
|
+A mechs/jenner2c_destroyed/jenner2c_destroyed.video 285B
|
|
+A mechs/jenner2c_destroyed/jenner2c_destroyed_solid.obb 78B
|
|
+A mechs/marauder/armaturedata/joint_cage.data 12B
|
|
+A mechs/marauder/armaturedata/joint_cage.data{element} 100B
|
|
+A mechs/marauder/armaturedata/joint_cage.data{gamemodel} 80B
|
|
+A mechs/marauder/armaturedata/mar_hip.data 12B
|
|
+A mechs/marauder/armaturedata/mar_hip.data{element} 100B
|
|
+A mechs/marauder/armaturedata/mar_hip.data{gamemodel} 80B
|
|
+A mechs/marauder/armaturedata/mar_lbtoe.data 12B
|
|
+A mechs/marauder/armaturedata/mar_lbtoe.data{element} 100B
|
|
+A mechs/marauder/armaturedata/mar_lbtoe.data{gamemodel} 80B
|
|
+A mechs/marauder/armaturedata/mar_ldleg.data 12B
|
|
+A mechs/marauder/armaturedata/mar_ldleg.data{element} 100B
|
|
+A mechs/marauder/armaturedata/mar_ldleg.data{gamemodel} 80B
|
|
+A mechs/marauder/armaturedata/mar_lfoot.data 12B
|
|
+A mechs/marauder/armaturedata/mar_lfoot.data{element} 100B
|
|
+A mechs/marauder/armaturedata/mar_lfoot.data{gamemodel} 80B
|
|
+A mechs/marauder/armaturedata/mar_lgun.data 12B
|
|
+A mechs/marauder/armaturedata/mar_lgun.data{element} 100B
|
|
+A mechs/marauder/armaturedata/mar_lgun.data{gamemodel} 80B
|
|
+A mechs/marauder/armaturedata/mar_litoe.data 12B
|
|
+A mechs/marauder/armaturedata/mar_litoe.data{element} 100B
|
|
+A mechs/marauder/armaturedata/mar_litoe.data{gamemodel} 80B
|
|
+A mechs/marauder/armaturedata/mar_lotoe.data 12B
|
|
+A mechs/marauder/armaturedata/mar_lotoe.data{element} 100B
|
|
+A mechs/marauder/armaturedata/mar_lotoe.data{gamemodel} 80B
|
|
+A mechs/marauder/armaturedata/mar_luarm.data 12B
|
|
+A mechs/marauder/armaturedata/mar_luarm.data{element} 100B
|
|
+A mechs/marauder/armaturedata/mar_luarm.data{gamemodel} 80B
|
|
+A mechs/marauder/armaturedata/mar_luleg.data 12B
|
|
+A mechs/marauder/armaturedata/mar_luleg.data{element} 100B
|
|
+A mechs/marauder/armaturedata/mar_luleg.data{gamemodel} 80B
|
|
+A mechs/marauder/armaturedata/mar_rbtoe.data 12B
|
|
+A mechs/marauder/armaturedata/mar_rbtoe.data{element} 100B
|
|
+A mechs/marauder/armaturedata/mar_rbtoe.data{gamemodel} 80B
|
|
+A mechs/marauder/armaturedata/mar_rdleg.data 12B
|
|
+A mechs/marauder/armaturedata/mar_rdleg.data{element} 100B
|
|
+A mechs/marauder/armaturedata/mar_rdleg.data{gamemodel} 80B
|
|
+A mechs/marauder/armaturedata/mar_rfoot.data 12B
|
|
+A mechs/marauder/armaturedata/mar_rfoot.data{element} 100B
|
|
+A mechs/marauder/armaturedata/mar_rfoot.data{gamemodel} 80B
|
|
+A mechs/marauder/armaturedata/mar_rgun.data 12B
|
|
+A mechs/marauder/armaturedata/mar_rgun.data{element} 100B
|
|
+A mechs/marauder/armaturedata/mar_rgun.data{gamemodel} 80B
|
|
+A mechs/marauder/armaturedata/mar_ritoe.data 12B
|
|
+A mechs/marauder/armaturedata/mar_ritoe.data{element} 100B
|
|
+A mechs/marauder/armaturedata/mar_ritoe.data{gamemodel} 80B
|
|
+A mechs/marauder/armaturedata/mar_rotoe.data 12B
|
|
+A mechs/marauder/armaturedata/mar_rotoe.data{element} 100B
|
|
+A mechs/marauder/armaturedata/mar_rotoe.data{gamemodel} 80B
|
|
+A mechs/marauder/armaturedata/mar_ruarm.data 12B
|
|
+A mechs/marauder/armaturedata/mar_ruarm.data{element} 100B
|
|
+A mechs/marauder/armaturedata/mar_ruarm.data{gamemodel} 80B
|
|
+A mechs/marauder/armaturedata/mar_ruleg.data 12B
|
|
+A mechs/marauder/armaturedata/mar_ruleg.data{element} 100B
|
|
+A mechs/marauder/armaturedata/mar_ruleg.data{gamemodel} 80B
|
|
+A mechs/marauder/armaturedata/mar_specialone.data 12B
|
|
+A mechs/marauder/armaturedata/mar_specialone.data{element} 100B
|
|
+A mechs/marauder/armaturedata/mar_specialone.data{gamemodel} 80B
|
|
+A mechs/marauder/armaturedata/mar_specialtwo.data 12B
|
|
+A mechs/marauder/armaturedata/mar_specialtwo.data{element} 100B
|
|
+A mechs/marauder/armaturedata/mar_specialtwo.data{gamemodel} 80B
|
|
+A mechs/marauder/armaturedata/mar_torso.data 12B
|
|
+A mechs/marauder/armaturedata/mar_torso.data{element} 100B
|
|
+A mechs/marauder/armaturedata/mar_torso.data{gamemodel} 80B
|
|
+A mechs/marauder/armaturevideo/joint_cage.video 646B
|
|
+A mechs/marauder/armaturevideo/mar_hip.video 406B
|
|
+A mechs/marauder/armaturevideo/mar_lbtoe.video 285B
|
|
+A mechs/marauder/armaturevideo/mar_ldleg.video 406B
|
|
+A mechs/marauder/armaturevideo/mar_lfoot.video 406B
|
|
+A mechs/marauder/armaturevideo/mar_lgun.video 289B
|
|
+A mechs/marauder/armaturevideo/mar_litoe.video 406B
|
|
+A mechs/marauder/armaturevideo/mar_lotoe.video 285B
|
|
+A mechs/marauder/armaturevideo/mar_luarm.video 406B
|
|
+A mechs/marauder/armaturevideo/mar_luleg.video 406B
|
|
+A mechs/marauder/armaturevideo/mar_rbtoe.video 285B
|
|
+A mechs/marauder/armaturevideo/mar_rdleg.video 406B
|
|
+A mechs/marauder/armaturevideo/mar_rfoot.video 406B
|
|
+A mechs/marauder/armaturevideo/mar_rgun.video 285B
|
|
+A mechs/marauder/armaturevideo/mar_ritoe.video 406B
|
|
+A mechs/marauder/armaturevideo/mar_rotoe.video 406B
|
|
+A mechs/marauder/armaturevideo/mar_ruarm.video 406B
|
|
+A mechs/marauder/armaturevideo/mar_ruleg.video 406B
|
|
+A mechs/marauder/armaturevideo/mar_specialone.video 406B
|
|
+A mechs/marauder/armaturevideo/mar_specialtwo.video 406B
|
|
+A mechs/marauder/armaturevideo/mar_torso.video 683B
|
|
+A mechs/marauder/marauder.contents 282B
|
|
+A mechs/marauder/marauder.contents[joint_cage]{sites} 124B
|
|
+A mechs/marauder/marauder.contents[joint_hip]{armature} 282B
|
|
+A mechs/marauder/marauder.contents[joint_hipabove]{armature} 282B
|
|
+A mechs/marauder/marauder.contents[joint_hipbelow]{armature} 282B
|
|
+A mechs/marauder/marauder.contents[joint_lankle]{armature} 282B
|
|
+A mechs/marauder/marauder.contents[joint_lbelowankle]{armature} 1122B
|
|
+A mechs/marauder/marauder.contents[joint_lbelowankle]{sites} 39B
|
|
+A mechs/marauder/marauder.contents[joint_ldleg]{armature} 282B
|
|
+A mechs/marauder/marauder.contents[joint_lefttorsofront]{sites} 44B
|
|
+A mechs/marauder/marauder.contents[joint_lgun]{sites} 130B
|
|
+A mechs/marauder/marauder.contents[joint_lgunabove]{armature} 282B
|
|
+A mechs/marauder/marauder.contents[joint_luarm]{armature} 282B
|
|
+A mechs/marauder/marauder.contents[joint_luleg]{armature} 282B
|
|
+A mechs/marauder/marauder.contents[joint_rankle]{armature} 282B
|
|
+A mechs/marauder/marauder.contents[joint_rbelowankle]{armature} 1122B
|
|
+A mechs/marauder/marauder.contents[joint_rbelowankle]{sites} 39B
|
|
+A mechs/marauder/marauder.contents[joint_rdleg]{armature} 282B
|
|
+A mechs/marauder/marauder.contents[joint_rgun]{sites} 130B
|
|
+A mechs/marauder/marauder.contents[joint_rgunabove]{armature} 282B
|
|
+A mechs/marauder/marauder.contents[joint_righttorsofront]{sites} 44B
|
|
+A mechs/marauder/marauder.contents[joint_root]{armature} 842B
|
|
+A mechs/marauder/marauder.contents[joint_ruarm]{armature} 282B
|
|
+A mechs/marauder/marauder.contents[joint_ruleg]{armature} 282B
|
|
+A mechs/marauder/marauder.contents[joint_specialone]{sites} 42B
|
|
+A mechs/marauder/marauder.contents[joint_specialtwo]{sites} 42B
|
|
+A mechs/marauder/marauder.contents[joint_torso]{armature} 282B
|
|
+A mechs/marauder/marauder.contents[joint_torsoabove]{armature} 3082B
|
|
+A mechs/marauder/marauder.contents[joint_torsoabove]{sites} 477B
|
|
+A mechs/marauder/marauder.contents[joint_torsobelow]{armature} 282B
|
|
+A mechs/marauder/marauder.contents[joint_vel]{armature} 282B
|
|
+A mechs/marauder/marauder.contents[joint_world]{armature} 282B
|
|
+A mechs/marauder/marauder.contents[joint_world]{sites} 40B
|
|
+A mechs/marauder/marauder.damage 1688B
|
|
+A mechs/marauder/marauder.data 12B
|
|
+A mechs/marauder/marauder.data[shadow] 117B
|
|
+A mechs/marauder/marauder.data{element} 100B
|
|
+A mechs/marauder/marauder.data{footsteps} 102B
|
|
+A mechs/marauder/marauder.data{gamemodel} 1636B
|
|
+A mechs/marauder/marauder.data{hierarchicalobb} 7322B
|
|
+A mechs/marauder/marauder.data{solidobb} 78B
|
|
+A mechs/marauder/marauder.engine 12B
|
|
+A mechs/marauder/marauder.engine{element} 100B
|
|
+A mechs/marauder/marauder.engine{gamemodel} 64B
|
|
+A mechs/marauder/marauder.instance 344B
|
|
+A mechs/marauder/marauder.subsystems 4002B
|
|
+A mechs/marauder/marauder.torso 12B
|
|
+A mechs/marauder/marauder.torso{element} 100B
|
|
+A mechs/marauder/marauder.torso{gamemodel} 1608B
|
|
+A mechs/marauder_destroyed/marauder_destroyed.data 12B
|
|
+A mechs/marauder_destroyed/marauder_destroyed.data{element} 100B
|
|
+A mechs/marauder_destroyed/marauder_destroyed.data{gamemodel} 32B
|
|
+A mechs/marauder_destroyed/marauder_destroyed.video 285B
|
|
+A mechs/marauder_destroyed/marauder_destroyed_solid.obb 78B
|
|
+A mechs/thunderbolt/armaturedata/joint_cage.data 12B
|
|
+A mechs/thunderbolt/armaturedata/joint_cage.data{element} 100B
|
|
+A mechs/thunderbolt/armaturedata/joint_cage.data{gamemodel} 80B
|
|
+A mechs/thunderbolt/armaturedata/thu_hip.data 12B
|
|
+A mechs/thunderbolt/armaturedata/thu_hip.data{element} 100B
|
|
+A mechs/thunderbolt/armaturedata/thu_hip.data{gamemodel} 80B
|
|
+A mechs/thunderbolt/armaturedata/thu_lbtoe.data 12B
|
|
+A mechs/thunderbolt/armaturedata/thu_lbtoe.data{element} 100B
|
|
+A mechs/thunderbolt/armaturedata/thu_lbtoe.data{gamemodel} 80B
|
|
+A mechs/thunderbolt/armaturedata/thu_ldleg.data 12B
|
|
+A mechs/thunderbolt/armaturedata/thu_ldleg.data{element} 100B
|
|
+A mechs/thunderbolt/armaturedata/thu_ldleg.data{gamemodel} 80B
|
|
+A mechs/thunderbolt/armaturedata/thu_lfoot.data 12B
|
|
+A mechs/thunderbolt/armaturedata/thu_lfoot.data{element} 100B
|
|
+A mechs/thunderbolt/armaturedata/thu_lfoot.data{gamemodel} 80B
|
|
+A mechs/thunderbolt/armaturedata/thu_lftoe.data 12B
|
|
+A mechs/thunderbolt/armaturedata/thu_lftoe.data{element} 100B
|
|
+A mechs/thunderbolt/armaturedata/thu_lftoe.data{gamemodel} 80B
|
|
+A mechs/thunderbolt/armaturedata/thu_lgun.data 12B
|
|
+A mechs/thunderbolt/armaturedata/thu_lgun.data{element} 100B
|
|
+A mechs/thunderbolt/armaturedata/thu_lgun.data{gamemodel} 80B
|
|
+A mechs/thunderbolt/armaturedata/thu_luarm.data 12B
|
|
+A mechs/thunderbolt/armaturedata/thu_luarm.data{element} 100B
|
|
+A mechs/thunderbolt/armaturedata/thu_luarm.data{gamemodel} 80B
|
|
+A mechs/thunderbolt/armaturedata/thu_luleg.data 12B
|
|
+A mechs/thunderbolt/armaturedata/thu_luleg.data{element} 100B
|
|
+A mechs/thunderbolt/armaturedata/thu_luleg.data{gamemodel} 80B
|
|
+A mechs/thunderbolt/armaturedata/thu_rbtoe.data 12B
|
|
+A mechs/thunderbolt/armaturedata/thu_rbtoe.data{element} 100B
|
|
+A mechs/thunderbolt/armaturedata/thu_rbtoe.data{gamemodel} 80B
|
|
+A mechs/thunderbolt/armaturedata/thu_rdleg.data 12B
|
|
+A mechs/thunderbolt/armaturedata/thu_rdleg.data{element} 100B
|
|
+A mechs/thunderbolt/armaturedata/thu_rdleg.data{gamemodel} 80B
|
|
+A mechs/thunderbolt/armaturedata/thu_rfoot.data 12B
|
|
+A mechs/thunderbolt/armaturedata/thu_rfoot.data{element} 100B
|
|
+A mechs/thunderbolt/armaturedata/thu_rfoot.data{gamemodel} 80B
|
|
+A mechs/thunderbolt/armaturedata/thu_rftoe.data 12B
|
|
+A mechs/thunderbolt/armaturedata/thu_rftoe.data{element} 100B
|
|
+A mechs/thunderbolt/armaturedata/thu_rftoe.data{gamemodel} 80B
|
|
+A mechs/thunderbolt/armaturedata/thu_rgun.data 12B
|
|
+A mechs/thunderbolt/armaturedata/thu_rgun.data{element} 100B
|
|
+A mechs/thunderbolt/armaturedata/thu_rgun.data{gamemodel} 80B
|
|
+A mechs/thunderbolt/armaturedata/thu_ruarm.data 12B
|
|
+A mechs/thunderbolt/armaturedata/thu_ruarm.data{element} 100B
|
|
+A mechs/thunderbolt/armaturedata/thu_ruarm.data{gamemodel} 80B
|
|
+A mechs/thunderbolt/armaturedata/thu_ruleg.data 12B
|
|
+A mechs/thunderbolt/armaturedata/thu_ruleg.data{element} 100B
|
|
+A mechs/thunderbolt/armaturedata/thu_ruleg.data{gamemodel} 80B
|
|
+A mechs/thunderbolt/armaturedata/thu_specialone.data 12B
|
|
+A mechs/thunderbolt/armaturedata/thu_specialone.data{element} 100B
|
|
+A mechs/thunderbolt/armaturedata/thu_specialone.data{gamemodel} 80B
|
|
+A mechs/thunderbolt/armaturedata/thu_torso.data 12B
|
|
+A mechs/thunderbolt/armaturedata/thu_torso.data{element} 100B
|
|
+A mechs/thunderbolt/armaturedata/thu_torso.data{gamemodel} 80B
|
|
+A mechs/thunderbolt/armaturevideo/joint_cage.video 646B
|
|
+A mechs/thunderbolt/armaturevideo/thu_hip.video 406B
|
|
+A mechs/thunderbolt/armaturevideo/thu_lbtoe.video 285B
|
|
+A mechs/thunderbolt/armaturevideo/thu_ldleg.video 406B
|
|
+A mechs/thunderbolt/armaturevideo/thu_lfoot.video 406B
|
|
+A mechs/thunderbolt/armaturevideo/thu_lftoe.video 406B
|
|
+A mechs/thunderbolt/armaturevideo/thu_lgun.video 285B
|
|
+A mechs/thunderbolt/armaturevideo/thu_luarm.video 406B
|
|
+A mechs/thunderbolt/armaturevideo/thu_luleg.video 406B
|
|
+A mechs/thunderbolt/armaturevideo/thu_rbtoe.video 406B
|
|
+A mechs/thunderbolt/armaturevideo/thu_rdleg.video 406B
|
|
+A mechs/thunderbolt/armaturevideo/thu_rfoot.video 406B
|
|
+A mechs/thunderbolt/armaturevideo/thu_rftoe.video 406B
|
|
+A mechs/thunderbolt/armaturevideo/thu_rgun.video 285B
|
|
+A mechs/thunderbolt/armaturevideo/thu_ruarm.video 406B
|
|
+A mechs/thunderbolt/armaturevideo/thu_ruleg.video 406B
|
|
+A mechs/thunderbolt/armaturevideo/thu_specialone.video 285B
|
|
+A mechs/thunderbolt/armaturevideo/thu_torso.video 683B
|
|
+A mechs/thunderbolt/thunderbolt.contents 282B
|
|
+A mechs/thunderbolt/thunderbolt.contents[joint_cage]{sites} 124B
|
|
+A mechs/thunderbolt/thunderbolt.contents[joint_hip]{armature} 282B
|
|
+A mechs/thunderbolt/thunderbolt.contents[joint_hipabove]{armature} 282B
|
|
+A mechs/thunderbolt/thunderbolt.contents[joint_hipbelow]{armature} 282B
|
|
+A mechs/thunderbolt/thunderbolt.contents[joint_lankle]{armature} 282B
|
|
+A mechs/thunderbolt/thunderbolt.contents[joint_lbelowankle]{armature} 842B
|
|
+A mechs/thunderbolt/thunderbolt.contents[joint_lbelowankle]{sites} 39B
|
|
+A mechs/thunderbolt/thunderbolt.contents[joint_ldleg]{armature} 282B
|
|
+A mechs/thunderbolt/thunderbolt.contents[joint_lefttorsofront]{sites} 44B
|
|
+A mechs/thunderbolt/thunderbolt.contents[joint_lgun]{sites} 130B
|
|
+A mechs/thunderbolt/thunderbolt.contents[joint_lgunabove]{armature} 282B
|
|
+A mechs/thunderbolt/thunderbolt.contents[joint_luarm]{armature} 282B
|
|
+A mechs/thunderbolt/thunderbolt.contents[joint_luleg]{armature} 282B
|
|
+A mechs/thunderbolt/thunderbolt.contents[joint_rankle]{armature} 282B
|
|
+A mechs/thunderbolt/thunderbolt.contents[joint_rbelowankle]{armature} 842B
|
|
+A mechs/thunderbolt/thunderbolt.contents[joint_rbelowankle]{sites} 39B
|
|
+A mechs/thunderbolt/thunderbolt.contents[joint_rdleg]{armature} 282B
|
|
+A mechs/thunderbolt/thunderbolt.contents[joint_rgun]{sites} 130B
|
|
+A mechs/thunderbolt/thunderbolt.contents[joint_rgunabove]{armature} 282B
|
|
+A mechs/thunderbolt/thunderbolt.contents[joint_righttorsofront]{sites} 44B
|
|
+A mechs/thunderbolt/thunderbolt.contents[joint_root]{armature} 842B
|
|
+A mechs/thunderbolt/thunderbolt.contents[joint_ruarm]{armature} 282B
|
|
+A mechs/thunderbolt/thunderbolt.contents[joint_ruleg]{armature} 282B
|
|
+A mechs/thunderbolt/thunderbolt.contents[joint_specialone]{sites} 86B
|
|
+A mechs/thunderbolt/thunderbolt.contents[joint_torso]{armature} 282B
|
|
+A mechs/thunderbolt/thunderbolt.contents[joint_torsoabove]{armature} 2802B
|
|
+A mechs/thunderbolt/thunderbolt.contents[joint_torsoabove]{sites} 393B
|
|
+A mechs/thunderbolt/thunderbolt.contents[joint_torsobelow]{armature} 282B
|
|
+A mechs/thunderbolt/thunderbolt.contents[joint_vel]{armature} 282B
|
|
+A mechs/thunderbolt/thunderbolt.contents[joint_world]{armature} 282B
|
|
+A mechs/thunderbolt/thunderbolt.contents[joint_world]{sites} 40B
|
|
+A mechs/thunderbolt/thunderbolt.damage 1522B
|
|
+A mechs/thunderbolt/thunderbolt.data 12B
|
|
+A mechs/thunderbolt/thunderbolt.data[shadow] 117B
|
|
+A mechs/thunderbolt/thunderbolt.data{element} 100B
|
|
+A mechs/thunderbolt/thunderbolt.data{footsteps} 110B
|
|
+A mechs/thunderbolt/thunderbolt.data{gamemodel} 1636B
|
|
+A mechs/thunderbolt/thunderbolt.data{hierarchicalobb} 5800B
|
|
+A mechs/thunderbolt/thunderbolt.data{solidobb} 78B
|
|
+A mechs/thunderbolt/thunderbolt.engine 12B
|
|
+A mechs/thunderbolt/thunderbolt.engine{element} 100B
|
|
+A mechs/thunderbolt/thunderbolt.engine{gamemodel} 64B
|
|
+A mechs/thunderbolt/thunderbolt.instance 344B
|
|
+A mechs/thunderbolt/thunderbolt.subsystems 5598B
|
|
+A mechs/thunderbolt/thunderbolt.torso 12B
|
|
+A mechs/thunderbolt/thunderbolt.torso{element} 100B
|
|
+A mechs/thunderbolt/thunderbolt.torso{gamemodel} 1608B
|
|
+A mechs/thunderbolt_destroyed/thunderbolt_destroyed.data 12B
|
|
+A mechs/thunderbolt_destroyed/thunderbolt_destroyed.data{element} 100B
|
|
+A mechs/thunderbolt_destroyed/thunderbolt_destroyed.data{gamemodel} 32B
|
|
+A mechs/thunderbolt_destroyed/thunderbolt_destroyed.obb 78B
|
|
+A mechs/thunderbolt_destroyed/thunderbolt_destroyed.video 285B
|
|
~ ablscripts/mwconst.abi A=26905B B=26643B
|
|
~ effects/ac_hit/ac5hit_lava.data{gamemodel} A=120B B=120B
|
|
~ effects/ac_hit/ac5hit_rock.data{gamemodel} A=120B B=120B
|
|
~ effects/gauss_flare/heavy_gauss_flare.audio A=128B B=128B
|
|
~ effects/longtom_hit/longtomhit_concrete.data{gamemodel} A=120B B=120B
|
|
~ effects/longtom_hit/longtomhit_darkbrowndirt.data{gamemodel} A=120B B=120B
|
|
~ effects/longtom_hit/longtomhit_darkconcrete.data{gamemodel} A=120B B=120B
|
|
~ effects/longtom_hit/longtomhit_darkgreydirt.data{gamemodel} A=120B B=120B
|
|
~ effects/searchlight/searchlightcone.data{gamemodel} A=120B B=120B
|
|
~ mechs/annihilator/annihilator.contents[joint_lbelowankle]{armature} A=1122B B=1122B
|
|
~ mechs/annihilator/annihilator.contents[joint_torsoabove]{armature} A=2802B B=2802B
|
|
~ mechs/annihilator/annihilator.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/annihilator/annihilator.subsystems A=6462B B=6462B
|
|
~ mechs/annihilator/annihilator.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/archer/archer.contents[joint_rbelowankle]{armature} A=1122B B=1122B
|
|
~ mechs/archer/archer.contents[joint_torsoabove]{armature} A=2522B B=2522B
|
|
~ mechs/archer/archer.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/archer/archer.subsystems A=6514B B=6514B
|
|
~ mechs/archer/archer.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/arcticwolf/arcticwolf.contents[joint_torsoabove]{armature} A=3082B B=3082B
|
|
~ mechs/arcticwolf/arcticwolf.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/arcticwolf/arcticwolf.subsystems A=4078B B=4078B
|
|
~ mechs/arcticwolf/arcticwolf.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/ares/ares.contents[joint_lbelowankle]{armature} A=1682B B=1682B
|
|
~ mechs/ares/ares.contents[joint_rbelowankle]{armature} A=1682B B=1682B
|
|
~ mechs/ares/ares.contents[joint_torsoabove]{armature} A=3082B B=3082B
|
|
~ mechs/ares/ares.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/ares/ares.subsystems A=5866B B=5866B
|
|
~ mechs/ares/ares.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/ares/armaturedata/ars_rgun.data{gamemodel} A=80B B=80B
|
|
~ mechs/argus/argus.contents[joint_lbelowankle]{armature} A=1122B B=1122B
|
|
~ mechs/argus/argus.contents[joint_rbelowankle]{armature} A=1122B B=1122B
|
|
~ mechs/argus/argus.contents[joint_torsoabove]{armature} A=3082B B=3082B
|
|
~ mechs/argus/argus.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/argus/argus.subsystems A=5650B B=5650B
|
|
~ mechs/argus/argus.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/assassin2/armaturedata/ass_hip.data{gamemodel} A=80B B=80B
|
|
~ mechs/assassin2/armaturedata/ass_rgun.data{gamemodel} A=80B B=80B
|
|
~ mechs/assassin2/armaturedata/ass_ruarm.data{gamemodel} A=80B B=80B
|
|
~ mechs/assassin2/assassin2.contents[joint_torsoabove]{armature} A=2802B B=2802B
|
|
~ mechs/assassin2/assassin2.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/assassin2/assassin2.subsystems A=4134B B=4134B
|
|
~ mechs/assassin2/assassin2.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/atlas/armaturedata/atl_hip.data{gamemodel} A=80B B=80B
|
|
~ mechs/atlas/armaturedata/atl_luleg.data{gamemodel} A=80B B=80B
|
|
~ mechs/atlas/armaturedata/atl_specialtwo.data{gamemodel} A=80B B=80B
|
|
~ mechs/atlas/atlas.contents[joint_torsoabove]{armature} A=2522B B=2522B
|
|
~ mechs/atlas/atlas.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/atlas/atlas.subsystems A=6082B B=6082B
|
|
~ mechs/atlas/atlas.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/avatar/armaturedata/ava_hip.data{gamemodel} A=80B B=80B
|
|
~ mechs/avatar/armaturedata/ava_torso.data{gamemodel} A=80B B=80B
|
|
~ mechs/avatar/avatar.contents[joint_lbelowankle]{armature} A=1402B B=1402B
|
|
~ mechs/avatar/avatar.contents[joint_rbelowankle]{armature} A=1402B B=1402B
|
|
~ mechs/avatar/avatar.contents[joint_torsoabove]{armature} A=2802B B=2802B
|
|
~ mechs/avatar/avatar.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/avatar/avatar.subsystems A=5922B B=5922B
|
|
~ mechs/awesome/armaturedata/awe_rgun.data{gamemodel} A=80B B=80B
|
|
~ mechs/awesome/awesome.contents[joint_torsoabove]{armature} A=2522B B=2522B
|
|
~ mechs/awesome/awesome.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/awesome/awesome.subsystems A=6242B B=6242B
|
|
~ mechs/awesome/awesome.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/awesome_destroyed/awesome_destroyed.data{gamemodel} A=32B B=32B
|
|
~ mechs/battlemaster/battlemaster.contents[joint_torsoabove]{armature} A=2802B B=2802B
|
|
~ mechs/battlemaster/battlemaster.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/battlemaster/battlemaster.subsystems A=3906B B=3906B
|
|
~ mechs/battlemaster/battlemaster.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/battlemaster2c/battlemaster2c.contents[joint_torsoabove]{armature} A=2802B B=2802B
|
|
~ mechs/battlemaster2c/battlemaster2c.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/battlemaster2c/battlemaster2c.subsystems A=3906B B=3906B
|
|
~ mechs/battlemaster2c/battlemaster2c.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/behemoth/behemoth.contents[joint_torsoabove]{armature} A=2802B B=2802B
|
|
~ mechs/behemoth/behemoth.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/behemoth/behemoth.subsystems A=5862B B=5862B
|
|
~ mechs/behemoth/behemoth.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/behemoth2/behemoth2.contents[joint_torsoabove]{armature} A=2802B B=2802B
|
|
~ mechs/behemoth2/behemoth2.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/behemoth2/behemoth2.subsystems A=5862B B=5862B
|
|
~ mechs/behemoth2/behemoth2.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/blackhawk/nova.contents[joint_lbelowankle]{armature} A=1682B B=1682B
|
|
~ mechs/blackhawk/nova.contents[joint_rbelowankle]{armature} A=1682B B=1682B
|
|
~ mechs/blackhawk/nova.contents[joint_torsoabove]{armature} A=3082B B=3082B
|
|
~ mechs/blackhawk/nova.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/blackhawk/nova.subsystems A=3642B B=3642B
|
|
~ mechs/blackhawk/nova.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/blacklanner/blacklanner.contents[joint_lbelowankle]{armature} A=1402B B=1402B
|
|
~ mechs/blacklanner/blacklanner.contents[joint_rbelowankle]{armature} A=1402B B=1402B
|
|
~ mechs/blacklanner/blacklanner.contents[joint_torsoabove]{armature} A=3082B B=3082B
|
|
~ mechs/blacklanner/blacklanner.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/blacklanner/blacklanner.subsystems A=3914B B=3914B
|
|
~ mechs/blacklanner/blacklanner.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/blacknight/blacknight.contents[joint_torsoabove]{armature} A=2522B B=2522B
|
|
~ mechs/blacknight/blacknight.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/blacknight/blacknight.subsystems A=6242B B=6242B
|
|
~ mechs/blacknight/blacknight.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/brigand/brigand.contents[joint_lbelowankle]{armature} A=1122B B=1122B
|
|
~ mechs/brigand/brigand.contents[joint_rbelowankle]{armature} A=1122B B=1122B
|
|
~ mechs/brigand/brigand.contents[joint_torsoabove]{armature} A=3082B B=3082B
|
|
~ mechs/brigand/brigand.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/brigand/brigand.subsystems A=3426B B=3426B
|
|
~ mechs/brigand/brigand.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/bushwacker/bushwacker.contents[joint_lbelowankle]{armature} A=1402B B=1402B
|
|
~ mechs/bushwacker/bushwacker.contents[joint_rbelowankle]{armature} A=1402B B=1402B
|
|
~ mechs/bushwacker/bushwacker.contents[joint_torsoabove]{armature} A=2802B B=2802B
|
|
~ mechs/bushwacker/bushwacker.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/bushwacker/bushwacker.subsystems A=5054B B=5054B
|
|
~ mechs/bushwacker/bushwacker.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/catapult/catapult.contents[joint_lbelowankle]{armature} A=1122B B=1122B
|
|
~ mechs/catapult/catapult.contents[joint_rbelowankle]{armature} A=1122B B=1122B
|
|
~ mechs/catapult/catapult.contents[joint_torsoabove]{armature} A=3082B B=3082B
|
|
~ mechs/catapult/catapult.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/catapult/catapult.subsystems A=3642B B=3642B
|
|
~ mechs/catapult/catapult.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/cauldronborn/cauldronborn.contents[joint_lbelowankle]{armature} A=1122B B=1122B
|
|
~ mechs/cauldronborn/cauldronborn.contents[joint_rbelowankle]{armature} A=1122B B=1122B
|
|
~ mechs/cauldronborn/cauldronborn.contents[joint_torsoabove]{armature} A=3082B B=3082B
|
|
~ mechs/cauldronborn/cauldronborn.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/cauldronborn/cauldronborn.subsystems A=4510B B=4510B
|
|
~ mechs/cauldronborn/cauldronborn.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/chimera/chimera.contents[joint_lbelowankle]{armature} A=1402B B=1402B
|
|
~ mechs/chimera/chimera.contents[joint_rbelowankle]{armature} A=1402B B=1402B
|
|
~ mechs/chimera/chimera.contents[joint_torsoabove]{armature} A=2522B B=2522B
|
|
~ mechs/chimera/chimera.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/chimera/chimera.subsystems A=5214B B=5214B
|
|
~ mechs/chimera/chimera.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/commando/commando.contents[joint_lbelowankle]{armature} A=1122B B=1122B
|
|
~ mechs/commando/commando.contents[joint_rbelowankle]{armature} A=1122B B=1122B
|
|
~ mechs/commando/commando.contents[joint_torsoabove]{armature} A=2802B B=2802B
|
|
~ mechs/commando/commando.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/commando/commando.subsystems A=2830B B=2830B
|
|
~ mechs/commando/commando.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/cougar/cougar.contents[joint_lbelowankle]{armature} A=1122B B=1122B
|
|
~ mechs/cougar/cougar.contents[joint_rbelowankle]{armature} A=1122B B=1122B
|
|
~ mechs/cougar/cougar.contents[joint_torsoabove]{armature} A=2522B B=2522B
|
|
~ mechs/cougar/cougar.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/cougar/cougar.subsystems A=4022B B=4022B
|
|
~ mechs/cougar/cougar.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/cyclops/cyclops.contents[joint_torsoabove]{armature} A=2802B B=2802B
|
|
~ mechs/cyclops/cyclops.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/cyclops/cyclops.subsystems A=5702B B=5702B
|
|
~ mechs/cyclops/cyclops.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/daishi/daishi.contents[joint_lbelowankle]{armature} A=1122B B=1122B
|
|
~ mechs/daishi/daishi.contents[joint_rbelowankle]{armature} A=1122B B=1122B
|
|
~ mechs/daishi/daishi.contents[joint_torsoabove]{armature} A=2802B B=2802B
|
|
~ mechs/daishi/daishi.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/daishi/daishi.subsystems A=5486B B=5486B
|
|
~ mechs/daishi/daishi.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/deimos/deimos.contents[joint_lbelowankle]{armature} A=1122B B=1122B
|
|
~ mechs/deimos/deimos.contents[joint_rbelowankle]{armature} A=1122B B=1122B
|
|
~ mechs/deimos/deimos.contents[joint_torsoabove]{armature} A=3082B B=3082B
|
|
~ mechs/deimos/deimos.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/deimos/deimos.subsystems A=6574B B=6574B
|
|
~ mechs/deimos/deimos.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/dragon/dragon.contents[joint_torsoabove]{armature} A=2802B B=2802B
|
|
~ mechs/dragon/dragon.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/dragon/dragon.subsystems A=4130B B=4130B
|
|
~ mechs/dragon/dragon.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/fafnir/fafnir.contents[joint_torsoabove]{armature} A=2522B B=2522B
|
|
~ mechs/fafnir/fafnir.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/fafnir/fafnir.subsystems A=4242B B=4242B
|
|
~ mechs/fafnir/fafnir.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/flea/flea.contents[joint_torsoabove]{armature} A=2522B B=2522B
|
|
~ mechs/flea/flea.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/flea/flea.subsystems A=3322B B=3322B
|
|
~ mechs/flea/flea.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/gladiator/gladiator.contents[joint_torsoabove]{armature} A=2522B B=2522B
|
|
~ mechs/gladiator/gladiator.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/gladiator/gladiator.subsystems A=7546B B=7546B
|
|
~ mechs/gladiator/gladiator.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/grizzly/grizzly.contents[joint_torsoabove]{armature} A=2802B B=2802B
|
|
~ mechs/grizzly/grizzly.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/grizzly/grizzly.subsystems A=4402B B=4402B
|
|
~ mechs/grizzly/grizzly.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/hauptmann/hauptmann.contents[joint_lbelowankle]{armature} A=1122B B=1122B
|
|
~ mechs/hauptmann/hauptmann.contents[joint_rbelowankle]{armature} A=1122B B=1122B
|
|
~ mechs/hauptmann/hauptmann.contents[joint_torsoabove]{armature} A=2802B B=2802B
|
|
~ mechs/hauptmann/hauptmann.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/hauptmann/hauptmann.subsystems A=6134B B=6134B
|
|
~ mechs/hauptmann/hauptmann.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/hellhound/hellhound.contents[joint_lbelowankle]{armature} A=1402B B=1402B
|
|
~ mechs/hellhound/hellhound.contents[joint_rbelowankle]{armature} A=1402B B=1402B
|
|
~ mechs/hellhound/hellhound.contents[joint_torsoabove]{armature} A=2522B B=2522B
|
|
~ mechs/hellhound/hellhound.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/hellhound/hellhound.subsystems A=4510B B=4510B
|
|
~ mechs/hellhound/hellhound.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/hellspawn/hellspawn.contents[joint_torsoabove]{armature} A=2802B B=2802B
|
|
~ mechs/hellspawn/hellspawn.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/hellspawn/hellspawn.subsystems A=4402B B=4402B
|
|
~ mechs/hellspawn/hellspawn.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/highlander/highlander.contents[joint_torsoabove]{armature} A=2522B B=2522B
|
|
~ mechs/highlander/highlander.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/highlander/highlander.subsystems A=5542B B=5542B
|
|
~ mechs/hollander/hollander.contents[joint_torsoabove]{armature} A=3082B B=3082B
|
|
~ mechs/hollander/hollander.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/hollander/hollander.subsystems A=4402B B=4402B
|
|
~ mechs/hollander/hollander.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/hunchback/hunchback.contents[joint_torsoabove]{armature} A=3082B B=3082B
|
|
~ mechs/hunchback/hunchback.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/hunchback/hunchback.subsystems A=4294B B=4294B
|
|
~ mechs/hunchback/hunchback.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/kodiak/kodiak.contents[joint_torsoabove]{armature} A=2522B B=2522B
|
|
~ mechs/kodiak/kodiak.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/kodiak/kodiak.subsystems A=5754B B=5754B
|
|
~ mechs/kodiak/kodiak.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/loki/loki.contents[joint_torsoabove]{armature} A=2802B B=2802B
|
|
~ mechs/loki/loki.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/loki/loki.subsystems A=4998B B=4998B
|
|
~ mechs/loki/loki.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/longbow/armaturedata/lon_lfoot.data{gamemodel} A=80B B=80B
|
|
~ mechs/longbow/longbow.contents[joint_torsoabove]{armature} A=2522B B=2522B
|
|
~ mechs/longbow/longbow.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/longbow/longbow.subsystems A=4294B B=4294B
|
|
~ mechs/longbow/longbow.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/madcat/madcat.contents[joint_lbelowankle]{armature} A=1122B B=1122B
|
|
~ mechs/madcat/madcat.contents[joint_rbelowankle]{armature} A=1122B B=1122B
|
|
~ mechs/madcat/madcat.contents[joint_torsoabove]{armature} A=3082B B=3082B
|
|
~ mechs/madcat/madcat.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/madcat/madcat.subsystems A=5702B B=5702B
|
|
~ mechs/madcat/madcat.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/madcat_destroyed/madcat_destroyed.data{gamemodel} A=32B B=32B
|
|
~ mechs/madcat_mkii/madcat_mkii.contents[joint_torsoabove]{armature} A=3082B B=3082B
|
|
~ mechs/madcat_mkii/madcat_mkii.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/madcat_mkii/madcat_mkii.subsystems A=7330B B=7330B
|
|
~ mechs/masakari/masakari.contents[joint_lbelowankle]{armature} A=1122B B=1122B
|
|
~ mechs/masakari/masakari.contents[joint_rbelowankle]{armature} A=1122B B=1122B
|
|
~ mechs/masakari/masakari.contents[joint_torsoabove]{armature} A=2802B B=2802B
|
|
~ mechs/masakari/masakari.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/masakari/masakari.subsystems A=5106B B=5106B
|
|
~ mechs/mauler/mauler.contents[joint_torsoabove]{armature} A=2522B B=2522B
|
|
~ mechs/mauler/mauler.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/mauler/mauler.subsystems A=5814B B=5814B
|
|
~ mechs/mauler/mauler.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/novacat/novacat.contents[joint_torsoabove]{armature} A=2522B B=2522B
|
|
~ mechs/novacat/novacat.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/novacat/novacat.subsystems A=5538B B=5538B
|
|
~ mechs/novacat/novacat.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/osiris/osiris.contents[joint_torsoabove]{armature} A=3082B B=3082B
|
|
~ mechs/osiris/osiris.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/osiris/osiris.subsystems A=4134B B=4134B
|
|
~ mechs/osiris/osiris.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/owens/owens.contents[joint_torsoabove]{armature} A=2522B B=2522B
|
|
~ mechs/owens/owens.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/owens/owens.subsystems A=3374B B=3374B
|
|
~ mechs/owens/owens.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/puma/puma.contents[joint_lbelowankle]{armature} A=1122B B=1122B
|
|
~ mechs/puma/puma.contents[joint_rbelowankle]{armature} A=1122B B=1122B
|
|
~ mechs/puma/puma.contents[joint_torsoabove]{armature} A=2522B B=2522B
|
|
~ mechs/puma/puma.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/puma/puma.subsystems A=3534B B=3534B
|
|
~ mechs/puma/puma.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/raven/raven.contents[joint_torsoabove]{armature} A=2522B B=2522B
|
|
~ mechs/raven/raven.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/raven/raven.subsystems A=3810B B=3810B
|
|
~ mechs/raven/raven.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/rifleman/rifleman.contents[joint_torsoabove]{armature} A=3082B B=3082B
|
|
~ mechs/rifleman/rifleman.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/rifleman/rifleman.subsystems A=4942B B=4942B
|
|
~ mechs/rifleman/rifleman.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/ryoken/ryoken.contents[joint_lbelowankle]{armature} A=1402B B=1402B
|
|
~ mechs/ryoken/ryoken.contents[joint_rbelowankle]{armature} A=1402B B=1402B
|
|
~ mechs/ryoken/ryoken.contents[joint_torsoabove]{armature} A=2802B B=2802B
|
|
~ mechs/ryoken/ryoken.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/ryoken/ryoken.subsystems A=4402B B=4402B
|
|
~ mechs/ryoken/ryoken.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/shadowcat/shadowcat.contents[joint_lbelowankle]{armature} A=1122B B=1122B
|
|
~ mechs/shadowcat/shadowcat.contents[joint_rbelowankle]{armature} A=1122B B=1122B
|
|
~ mechs/shadowcat/shadowcat.contents[joint_torsoabove]{armature} A=2802B B=2802B
|
|
~ mechs/shadowcat/shadowcat.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/shadowcat/shadowcat.subsystems A=4022B B=4022B
|
|
~ mechs/shadowcat/shadowcat.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/solitaire/solitaire.contents[joint_lbelowankle]{armature} A=1402B B=1402B
|
|
~ mechs/solitaire/solitaire.contents[joint_rbelowankle]{armature} A=1402B B=1402B
|
|
~ mechs/solitaire/solitaire.contents[joint_torsoabove]{armature} A=2802B B=2802B
|
|
~ mechs/solitaire/solitaire.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/solitaire/solitaire.subsystems A=3426B B=3426B
|
|
~ mechs/solitaire/solitaire.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/sunder/sunder.contents[joint_torsoabove]{armature} A=2802B B=2802B
|
|
~ mechs/sunder/sunder.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/sunder/sunder.subsystems A=6570B B=6570B
|
|
~ mechs/sunder/sunder.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/templar/templar.contents[joint_torsoabove]{armature} A=2522B B=2522B
|
|
~ mechs/templar/templar.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/templar/templar.subsystems A=7926B B=7926B
|
|
~ mechs/templar/templar.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/thanatos/thanatos.contents[joint_torsoabove]{armature} A=2522B B=2522B
|
|
~ mechs/thanatos/thanatos.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/thanatos/thanatos.subsystems A=5754B B=5754B
|
|
~ mechs/thanatos/thanatos.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/thor/thor.contents[joint_torsoabove]{armature} A=2802B B=2802B
|
|
~ mechs/thor/thor.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/thor/thor.subsystems A=5754B B=5754B
|
|
~ mechs/thor/thor.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/uller/uller.contents[joint_lbelowankle]{armature} A=1122B B=1122B
|
|
~ mechs/uller/uller.contents[joint_rbelowankle]{armature} A=1122B B=1122B
|
|
~ mechs/uller/uller.contents[joint_torsoabove]{armature} A=2522B B=2522B
|
|
~ mechs/uller/uller.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/uller/uller.subsystems A=3430B B=3430B
|
|
~ mechs/uller/uller.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/urbanmech/urbanmech.contents[joint_torsoabove]{armature} A=2522B B=2522B
|
|
~ mechs/urbanmech/urbanmech.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/urbanmech/urbanmech.subsystems A=2450B B=2450B
|
|
~ mechs/urbanmech/urbanmech.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/uziel/uziel.contents[joint_torsoabove]{armature} A=2802B B=2802B
|
|
~ mechs/uziel/uziel.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/uziel/uziel.subsystems A=4674B B=4674B
|
|
~ mechs/uziel/uziel.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/victor/victor.contents[joint_torsoabove]{armature} A=2522B B=2522B
|
|
~ mechs/victor/victor.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/victor/victor.subsystems A=4782B B=4782B
|
|
~ mechs/victor/victor.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/vulture/vulture.contents[joint_rbelowankle]{armature} A=1122B B=1122B
|
|
~ mechs/vulture/vulture.contents[joint_torsoabove]{armature} A=2802B B=2802B
|
|
~ mechs/vulture/vulture.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/vulture/vulture.subsystems A=6030B B=6030B
|
|
~ mechs/vulture/vulture.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/warhammer/warhammer.contents[joint_torsoabove]{armature} A=3082B B=3082B
|
|
~ mechs/warhammer/warhammer.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/warhammer/warhammer.instance A=344B B=344B
|
|
~ mechs/warhammer/warhammer.subsystems A=4674B B=4674B
|
|
~ mechs/warhammer/warhammer.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/wolfhound/wolfhound.contents[joint_torsoabove]{armature} A=2802B B=2802B
|
|
~ mechs/wolfhound/wolfhound.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/wolfhound/wolfhound.subsystems A=4458B B=4458B
|
|
~ mechs/wolfhound/wolfhound.torso{gamemodel} A=1608B B=1608B
|
|
~ mechs/zeus/zeus.contents[joint_torsoabove]{armature} A=2522B B=2522B
|
|
~ mechs/zeus/zeus.data{gamemodel} A=1636B B=1636B
|
|
~ mechs/zeus/zeus.subsystems A=5862B B=5862B
|
|
~ mechs/zeus/zeus.torso{gamemodel} A=1608B B=1608B
|
|
~ tables/mechchassistable.tbl A=3459B B=3158B
|
|
~ tables/mechtable.tbl A=3743B B=3418B
|
|
~ weapons/artillerymark/artillerymark.data{gamemodel} A=160B B=160B
|
|
~ weapons/bomb/srmbomb.data{gamemodel} A=136B B=136B
|
|
~ weapons/longtom/shorttom.data{gamemodel} A=136B B=136B
|
|
~ weapons/lrm/lrm.data{gamemodel} A=136B B=136B
|
|
~ weapons/mrm/mrm.data{gamemodel} A=136B B=136B
|
|
~ weapons/mrm/smrm.data{gamemodel} A=136B B=136B
|
|
~ weapons/srm/srm.data{gamemodel} A=136B B=136B
|
|
~ weapons/srm/ssrm.data{gamemodel} A=136B B=136B
|
|
~ weaponsubsystems/acweaponsubsystem/ac10.data{gamemodel} A=176B B=176B
|
|
~ weaponsubsystems/acweaponsubsystem/ac2.data{gamemodel} A=176B B=176B
|
|
~ weaponsubsystems/acweaponsubsystem/ac20.data{gamemodel} A=176B B=176B
|
|
~ weaponsubsystems/acweaponsubsystem/ac5.data{gamemodel} A=176B B=176B
|
|
~ weaponsubsystems/artillerystrikeweaponsubsystem/artillerystrike.data{gamemodel} A=176B B=176B
|
|
~ weaponsubsystems/bombweaponsubsystem/srmbomb.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/flamerweaponsubsystem/clanflamer.data{gamemodel} A=176B B=176B
|
|
~ weaponsubsystems/flamerweaponsubsystem/flamer.data{gamemodel} A=176B B=176B
|
|
~ weaponsubsystems/flareweaponsubsystem/flare.data{gamemodel} A=176B B=176B
|
|
~ weaponsubsystems/gaussweaponsubsystem/clangaussrifle.data{gamemodel} A=176B B=176B
|
|
~ weaponsubsystems/gaussweaponsubsystem/gaussrifle.data{gamemodel} A=176B B=176B
|
|
~ weaponsubsystems/gaussweaponsubsystem/heavygaussrifle.data{gamemodel} A=176B B=176B
|
|
~ weaponsubsystems/gaussweaponsubsystem/lightgaussrifle.data{gamemodel} A=176B B=176B
|
|
~ weaponsubsystems/highexplosiveweaponsubsystem/highexplosive.data{gamemodel} A=176B B=176B
|
|
~ weaponsubsystems/laserweaponsubsystem/bombastlaser.data{gamemodel} A=168B B=168B
|
|
~ weaponsubsystems/laserweaponsubsystem/clanerlargelaser.data{gamemodel} A=124B B=124B
|
|
~ weaponsubsystems/laserweaponsubsystem/clanermediumlaser.data{gamemodel} A=124B B=124B
|
|
~ weaponsubsystems/laserweaponsubsystem/clanersmalllaser.data{gamemodel} A=124B B=124B
|
|
~ weaponsubsystems/laserweaponsubsystem/erlargelaser.data{gamemodel} A=124B B=124B
|
|
~ weaponsubsystems/laserweaponsubsystem/ermediumlaser.data{gamemodel} A=124B B=124B
|
|
~ weaponsubsystems/laserweaponsubsystem/largelaser.data{gamemodel} A=124B B=124B
|
|
~ weaponsubsystems/laserweaponsubsystem/mediumlaser.data{gamemodel} A=124B B=124B
|
|
~ weaponsubsystems/laserweaponsubsystem/smalllaser.data{gamemodel} A=124B B=124B
|
|
~ weaponsubsystems/lbxacweaponsubsystem/clanlbxac10.data{gamemodel} A=184B B=184B
|
|
~ weaponsubsystems/lbxacweaponsubsystem/clanlbxac20.data{gamemodel} A=184B B=184B
|
|
~ weaponsubsystems/lbxacweaponsubsystem/lbxac10.data{gamemodel} A=184B B=184B
|
|
~ weaponsubsystems/lbxacweaponsubsystem/lbxac20.data{gamemodel} A=184B B=184B
|
|
~ weaponsubsystems/longtomweaponsubsystem/longtom.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/lrmweaponsubsystem/clanlrm10.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/lrmweaponsubsystem/clanlrm15.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/lrmweaponsubsystem/clanlrm20.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/lrmweaponsubsystem/clanlrm5.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/lrmweaponsubsystem/lrm10.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/lrmweaponsubsystem/lrm15.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/lrmweaponsubsystem/lrm20.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/lrmweaponsubsystem/lrm5.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/lrmweaponsubsystem/sharedclanlrm.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/lrmweaponsubsystem/sharedlrm.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/machinegunweaponsubsystem/clanmachinegun.data{gamemodel} A=176B B=176B
|
|
~ weaponsubsystems/machinegunweaponsubsystem/machinegun.data{gamemodel} A=176B B=176B
|
|
~ weaponsubsystems/mrmweaponsubsystem/mrm10.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/mrmweaponsubsystem/mrm20.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/mrmweaponsubsystem/mrm30.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/mrmweaponsubsystem/mrm40.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/mrmweaponsubsystem/sharedmrm.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/narcbeaconweaponsubsystem/clannarcbeacon.data{gamemodel} A=176B B=176B
|
|
~ weaponsubsystems/narcbeaconweaponsubsystem/narcbeacon.data{gamemodel} A=176B B=176B
|
|
~ weaponsubsystems/ppcweaponsubsystem/clanerppc.data{gamemodel} A=176B B=176B
|
|
~ weaponsubsystems/ppcweaponsubsystem/erppc.data{gamemodel} A=176B B=176B
|
|
~ weaponsubsystems/ppcweaponsubsystem/ppc.data{gamemodel} A=176B B=176B
|
|
~ weaponsubsystems/ppcweaponsubsystem/zeroppc.data{gamemodel} A=176B B=176B
|
|
~ weaponsubsystems/pulselaserweaponsubsystem/clanlargepulselaser.data{gamemodel} A=124B B=124B
|
|
~ weaponsubsystems/pulselaserweaponsubsystem/clanmediumpulselaser.data{gamemodel} A=124B B=124B
|
|
~ weaponsubsystems/pulselaserweaponsubsystem/clansmallpulselaser.data{gamemodel} A=124B B=124B
|
|
~ weaponsubsystems/pulselaserweaponsubsystem/largepulselaser.data{gamemodel} A=124B B=124B
|
|
~ weaponsubsystems/pulselaserweaponsubsystem/largexpulselaser.data{gamemodel} A=124B B=124B
|
|
~ weaponsubsystems/pulselaserweaponsubsystem/mediumpulselaser.data{gamemodel} A=124B B=124B
|
|
~ weaponsubsystems/pulselaserweaponsubsystem/mediumxpulselaser.data{gamemodel} A=124B B=124B
|
|
~ weaponsubsystems/pulselaserweaponsubsystem/smallpulselaser.data{gamemodel} A=124B B=124B
|
|
~ weaponsubsystems/pulselaserweaponsubsystem/smallxpulselaser.data{gamemodel} A=124B B=124B
|
|
~ weaponsubsystems/shorttomweaponsubsystem/shorttom.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/smrmweaponsubsystem/clansmrm10.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/smrmweaponsubsystem/clansmrm20.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/smrmweaponsubsystem/clansmrm30.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/smrmweaponsubsystem/clansmrm40.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/smrmweaponsubsystem/sharedclansmrm.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/smrmweaponsubsystem/sharedsmrm.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/smrmweaponsubsystem/smrm10.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/smrmweaponsubsystem/smrm20.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/smrmweaponsubsystem/smrm30.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/smrmweaponsubsystem/smrm40.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/srmweaponsubsystem/clansrm2.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/srmweaponsubsystem/clansrm4.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/srmweaponsubsystem/clansrm6.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/srmweaponsubsystem/sharedsrm.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/srmweaponsubsystem/srm2.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/srmweaponsubsystem/srm4.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/srmweaponsubsystem/srm6.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/ssrmweaponsubsystem/clanssrm2.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/ssrmweaponsubsystem/clanssrm4.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/ssrmweaponsubsystem/clanssrm6.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/ssrmweaponsubsystem/hssrm.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/ssrmweaponsubsystem/sharedclanssrm.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/ssrmweaponsubsystem/ssrm2.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/ssrmweaponsubsystem/ssrm4.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/ssrmweaponsubsystem/ssrm6.data{gamemodel} A=180B B=180B
|
|
~ weaponsubsystems/thunderboltweaponsubsystem/thunderbolt.data{gamemodel} A=176B B=176B
|
|
~ weaponsubsystems/ultraacweaponsubsystem/clanultraac10.data{gamemodel} A=176B B=176B
|
|
~ weaponsubsystems/ultraacweaponsubsystem/clanultraac2.data{gamemodel} A=176B B=176B
|
|
~ weaponsubsystems/ultraacweaponsubsystem/clanultraac20.data{gamemodel} A=176B B=176B
|
|
~ weaponsubsystems/ultraacweaponsubsystem/clanultraac5.data{gamemodel} A=176B B=176B
|
|
~ weaponsubsystems/ultraacweaponsubsystem/ultraac10.data{gamemodel} A=176B B=176B
|
|
~ weaponsubsystems/ultraacweaponsubsystem/ultraac2.data{gamemodel} A=176B B=176B
|
|
~ weaponsubsystems/ultraacweaponsubsystem/ultraac20.data{gamemodel} A=176B B=176B
|
|
~ weaponsubsystems/ultraacweaponsubsystem/ultraac5.data{gamemodel} A=176B B=176B
|