Update 2.176
6/25/2026
v2.176.0.0BETAMINOR
Seymour
MinHook migration + WireInstanceToSceneNodes + C1-C3 bugfixes
- PolyHook → MinHook (MH_CreateHook + MH_ApplyQueued, thread-safe). WireInstanceToSceneNodes (0x65B0F0): 447 entries of PMeshInstance↔PNode pairing. CommitInstanceMappings (0x65A850): conditional commit hook. C1: shutdown check between detours. C2: atomic g_currentArea/Field reads. C3: trace thread timeout + retry. RVAs corrected
v2.175.1.0
v2.176.1.0BETAPATCH
Seymour
KHR_materials_unlit removed from glTF (PBR shading active)
- All materials used
KHR_materials_unlit— zero lighting. Now use native Three.js PBR with HemisphereLight + DirectionalLight. flipV fixed
v2.176.0.0
v2.176.2.0BETAPATCH
Seymour
Vertex color priority + normal maps infra + binding
- Vertex color: unbound submeshes use per-vertex Color stream. Normal maps:
DescriptorGltfMaterialTexturewithNormalMapPngPath, writer emitsnormalTexturein glTF. Binding via additional DDS imports in PParameterBuffer
v2.176.1.0
v2.176.4.0BETAPATCH
Seymour
field172 normal maps + special lanes scanner + mods restored
- field172 captures additional PAssetReference links. Special lanes scanner:
ScanSpecialLaneTextureRefsreads .dae.phyre for tex/<name>.dds COLLADA source paths. Mods Spira Reforge + FFX_Data + ffx_ps2 restored to active
v2.176.2.0
v2.176.6.0BETAPATCH
Seymour
ComposeWorldMatrix naked hook + ApplyQueued fix + heavy hooks stable
- ComposeWorldMatrix removed from heavy hooks (per-frame passthrough, zero value). SetupSceneNode confirmed as BindMaterialTextureSampler (IDA proof). ApplyQueued runs immediately on worker thread (no delay). Heavy hooks (WireInstance + CommitInstanceMappings) stable with zero crashes
v2.176.4.0
v2.176.8.0BETAMINOR
Seymour
AGS decoder: textureanimation.ags.phyre parser + raw scan (11 frames)
PhyreTextureAnimationDecoder.cs: decodes RYHPT PBinary files with PTextureAtlasInfo, PSubTextureInfo, PSpriteAnimationInfo. Extracts animation frames from texture atlas. Integrated into export pipeline. Atlas PNG pending PTexture2D binary layout RE
v2.176.6.0