Files
firestorm/Gameleap/mw4/Content/textures/@ajec2.tga
T
a67d1c00d2 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) <noreply@anthropic.com>
Co-authored-by: GitHub Copilot <copilot@github.com>
2026-08-09 17:20:24 -05:00

64 KiBLFS