Update 2.215
8/2/2026
v2.215.0.0BETAMINOR
SeymourAug 2, 2026
Phase 2: in-game layout dots preview (before Launch)
- The lab prints the final layout ASCII map (
PrintLayoutPreview— 16×8 grid, P=party, 1..9=monsters, XZ projection + party/mon/cam h summary) with thePREV|prefix on the--composeoutput.
v2.214.0.2
v2.215.0.0BETAMINOR
SeymourAug 2, 2026
Monster Studio + Magic Studio in the editor (noclip 3D)
- Monster Studio (PS2 3D):
MonsterStudioWeb/MonsterStudioLauncher.csmodule — port 8769, serve dir%TEMP%\ffx-monster-studio-serve(copied dist +data/junction), noclip discovery (envNOCLIP_ROOT→ walk-up →Downloads/Compressed), browser open at#ffx/monster-studio;monster-studio-webentry inModuleCatalogPolicy(Extras cluster,RequiresProject: false). 284 monsters in dropdown, 246 animating (IDLE/WALK/RUN) with real skeleton. - Magic Studio:
OpenMagicStudio()in the launcher —#ffx/magic-studioroute on noclip: ALL 372 magics in one dropdown with name filter (MagicStudioSceneRendererextendsMagicSceneRendererwith the virtualALL_MAGIC_CATEGORY; newmagic-studioscene desc registered in the catalog). - Process leak fix: launcher now registers
ProcessExitand kills the pythonhttp.server(same pattern asMagicViewerLauncher— previously one leaked python per open). - Ifrit legacy docs committed:
docs/ai/FFX_3D_VISUALIZER_DOCUMENTATION_2026-08-01.md(master),FFX_3D_AURORA_HANDOFF_2026-08-01.md,FFX_3D_AURORA_DATA_2026-08-01.md,FFX_MAGIC_SUPER_DOC_2026-08-01.md,FFX_MAGIC_LANE_DOCUMENTATION_2026-08-01.md,MODEL_VIEWER_3D_PLAN_2026-08-01.md,MODEL_VIEWER_PROGRESS_2026-08-01.md,MONSTER_ANIMATION_SOURCES_2026-08-01.md,MONSTER_VIEWER_REPORT_2026-08-01.md— playbook for the Aurora lane (monsters + battle fields) and Magic lane (372 magics, architecture, the custom-magic-monster dream). - Gate: noclip rsbuild 0 TS errors (15.9s), bundle 461.*.js contains
magic-studio(3 matches), serve probe 200/200 (index.html, 7.5MB bundle,11/004C.bin). - Pending: manual browser smoke (
#ffx/magic-studio); WebView2 embed; full animation gallery; RT2 N/A (read-only viewer). ### PATCH
v2.214.2.0
v2.215.0.1BETAPATCH
SeymourAug 2, 2026
Preview: smaller font (DrawStringSub scale 0.52/0.70 — the map fits the panel without overflowing) + preview export to `modules\compose_preview_last.txt`
- (the user/agents read the layout later; the hook writes picks + scenario + the PREV| lines on every Build Preview)
- Deploy pending: FFX was open during the build — copy
ffx-hooks.dll(06:55) tomodules\on next boot. - RT2: Build Preview → the smaller map on the left panel (no overflow) +
modules\compose_preview_last.txtcreated. ### MINOR
v2.215.0.0