Releases: Huarch/MotionBridge-GameMod
Release list
Fallen Doll Playtest 0.9.0 Mod v0.17.6
Guided one-click installer for Fallen Doll Playtest 0.9.0.
- Extract the ZIP and double-click
Install Mod.cmd. - Automatically locates the Playtest in Steam libraries, with a folder picker fallback.
- Checks runtime-folder write access and verifies required Mod files.
- Uses an ASCII/CRLF Windows launcher to avoid broken cmd.exe commands.
- Fixes the PowerShell path-resolution failure in the original installer.
- Keeps installation errors visible and writes
Install-Mod.log.
完整解压 ZIP 后双击 Install Mod.cmd。安装器会自动搜索 Playtest、检查 runtime 写入权限并验证必需文件;Windows CMD 启动器编码问题已经修复。
SHA-256: D7B57DB1ADD61F6B42DC8D77C0920FE264BA7A41F301A7051A41F2623B43FF6F
Fallen Doll Demo / Legacy 0.49 Mod v0.17.3
Guided one-click installer for Fallen Doll Demo Desktop, Demo VR, and Legacy 0.49.
- Extract the ZIP and double-click
Install Mod.cmd. - Choose
1 = Demo Desktop,2 = Demo VR, or3 = Legacy 0.49. - Automatically locates Steam installations, with a folder picker fallback.
- Checks runtime-folder write access and verifies required Mod files.
- Uses an ASCII/CRLF Windows launcher to avoid broken cmd.exe commands.
- Keeps installation errors visible and writes
Install-Mod.log.
完整解压 ZIP 后双击 Install Mod.cmd,使用序号选择版本。安装器会检查 runtime 写入权限并验证必需文件。启动器已修复为 Windows CMD 兼容格式。
SHA-256: 9C103193BDDFF92C14B5CB5ED7B83E7D64551296785AA6C88950F0251C60DA33
Fallen Doll Playtest 0.9.0 Mod v0.17.5
Compatibility
- Operation Lovecraft: Fallen Doll Playtest 0.9.0 (Desktop and VR)
- Steam Build ID: 25029221
- Mod package version: 0.17.5
Replacement update — 2026-09-01
- Fixes
Install-Mod.ps1failing in Windows PowerShell withJoin-Path ... Path is an empty stringwhen using the documented-Filecommand. - Adds a standalone Windows PowerShell regression test for automatic discovery of the package's sibling
Gamefolder. - Expands the English and Chinese manual-installation instructions, including the exact installed directory tree and runtime verification steps.
- No separate KiritoMod installation is required for the Playtest.
Existing 0.17.5 changes
- Adds a multiplayer outer gate driven only by the local player's HAnime action state.
- Prevents a remote player's action from opening or reopening the output stream after the local player exits.
- Does not read, store, log, or transmit a player ID.
- Keeps the existing exact TableHAnim action identity and independent participant streams.
- Preserves BeginPlay component queuing when character creation occurs before the local action callback.
- Includes the locally patched UE4SS runtime required by the current UE 5.7 Playtest.
Download the ZIP asset below, extract the complete package, and run Install-Mod.ps1. Keep the script beside its Game folder and provide the top-level Playtest game folder as GameRoot.
SHA-256:
10EAD2F0188B9231D9F439EB590FB2C6191405EF7DC22D1BADD3EC826906B34A
Fallen Doll Playtest 0.9.0 Mod v0.17.4
Compatibility
- Operation Lovecraft: Fallen Doll Playtest 0.9.0 (Desktop and VR)
- Steam Build ID: 25029221
- Mod package version: 0.17.4
Changes
- Adds target-plane translation data for more stable multi-axis motion.
- Resets per-action motion state on direct HAnime action transitions without forcing a global participant rescan.
- Includes the locally patched UE4SS runtime required by the current UE 5.7 Playtest.
Download the ZIP asset below, extract it, and run Install-Mod.ps1.
SHA-256:
F3F484ADB5BA96B2E78DF0E47448C979A008FDD17974027D0FD11D3C144078F0
Fallen Doll Demo / Legacy 0.49 Mod v0.17.2
Compatibility
- Operation Lovecraft: Fallen Doll Steam Demo (Desktop and VR)
- Legacy standalone game build 0.49
- Mod package version: 0.17.2
Changes
- Reorganized the Lua runtime into explicit core and data modules.
- Unified the supported Demo and Legacy 0.49 installation paths.
- Uses a low-rate idle gate and 50 Hz active skeleton stream.
- Includes the matching verified UE4SS runtime.
Download the ZIP asset below, extract it, and run Install-Mod.ps1.
SHA-256:
1D3113D7A4215623E1EFB929BC717C8770586D9D1CC29DEC4572355A67DA2BD9
Fallen Doll Playtest Mod v0.17.3
English
MotionBridge companion Mod v0.17.3 for Operation Lovecraft: Fallen Doll Playtest (desktop and VR).
- Fixes motion-stream loss when a confirmed HAnime preview replaces its participants and enters the generic
EXP_*_Touch_*playable phase. - Expands the generated UE 5.7 HAnime identity catalog for ADA and the other supported playable humanoid characters.
- Includes the patched UE4SS runtime required by the current UE 5.7 Playtest. Do not replace the bundled
UE4SS.dllwith the stock experimental DLL. - Patched sources:
Huarch/RE-UE4SS@4ff35953andHuarch/UEPseudo@a3c0881. - Minimal runtime-only package: no PDBs, debug logs, UE4SS developer Mods/Docs, dump assets, or build caches.
Extract the package and run Install-Mod.ps1, or copy the contents of Game into the Playtest Paralogue/Binaries/Win64 folder. Start MotionBridge before enabling device output.
SHA-256: 7087E72E5F1793F23B3357090DD5E4C8F5F963B30FF3D8E847F82CED2B9E32E9
中文
这是适用于 Operation Lovecraft: Fallen Doll Playtest(桌面与 VR)的 MotionBridge 配套 Mod v0.17.3。
- 修复已确认的 HAnime 从预览参与者切换到通用
EXP_*_Touch_*正式阶段后,运动数据流消失的问题。 - 扩展 UE 5.7 HAnime 精确身份目录,覆盖 ADA 和其他已支持的可玩类人角色。
- 已包含当前 UE 5.7 Playtest 所需的修复版 UE4SS。请勿使用官方实验包中的原始
UE4SS.dll覆盖本包文件。 - 修复源码:
Huarch/RE-UE4SS@4ff35953与Huarch/UEPseudo@a3c0881。 - 最小运行包:不包含 PDB、调试日志、UE4SS 开发 Mod/Docs、Dump 资源或构建缓存。
解压后运行 Install-Mod.ps1,或将 Game 目录内容复制到 Playtest 的 Paralogue/Binaries/Win64。启用设备输出前请先启动 MotionBridge。
SHA-256:7087E72E5F1793F23B3357090DD5E4C8F5F963B30FF3D8E847F82CED2B9E32E9
Fallen Doll Playtest Mod v0.17.2
English
MotionBridge companion Mod v0.17.2 for Operation Lovecraft: Fallen Doll Playtest (desktop and VR).
- Includes the patched UE4SS runtime required by the current UE 5.7 Playtest. Do not replace the bundled
UE4SS.dllwith the stock experimental DLL. - Patched UE4SS source:
Huarch/RE-UE4SS@d4534c7. - Minimal runtime-only package: no PDBs, UE4SS developer Mods/Docs, dump keybinds, profiler, MapGen files, unrelated game templates, legacy reloader, precision-capture modules, or Demo-only tables.
- The remaining Lua data is required Playtest HAnime identity, skeleton, contact-plane, and motion-profile data.
- Uses bounded HAnime acquisition and cached active bindings to reduce repeated scene scans.
F10reloads only the HAnime detector logic.
Extract the package and run Install-Mod.ps1, or copy the contents of Game into the Playtest Paralogue/Binaries/Win64 folder. Start MotionBridge before enabling device output.
SHA-256: C2330BE59566176CEBEA86BC2FF726988C48F65ED3C6DB192AE62DAAFCDA297F
中文
这是适用于 Operation Lovecraft: Fallen Doll Playtest(桌面与 VR)的 MotionBridge 配套 Mod v0.17.2。
- 已包含当前 UE 5.7 Playtest 所需的修复版 UE4SS。请勿使用官方实验包中的原始
UE4SS.dll覆盖本包文件。 - 修复版 UE4SS 源码:
Huarch/RE-UE4SS@d4534c7。 - 最小运行包:不包含 PDB、UE4SS 开发 Mod/Docs、Dump 快捷键、Profiler、MapGen、无关游戏模板、旧重载器、精度录制模块或 Demo 专属数据表。
- 保留的 Lua 数据仅为 Playtest 运行所需的 HAnime 身份、骨架、接触面和运动 profile 数据。
- 使用受限的 HAnime 获取流程和活动绑定缓存,减少重复场景扫描。
F10只重载 HAnime 检测逻辑。
解压后运行 Install-Mod.ps1,或将 Game 目录内容复制到 Playtest 的 Paralogue/Binaries/Win64。启用设备输出前请先启动 MotionBridge。
SHA-256:C2330BE59566176CEBEA86BC2FF726988C48F65ED3C6DB192AE62DAAFCDA297F
Fallen Doll Playtest Mod v0.17.1
English
MotionBridge companion Mod for Operation Lovecraft: Fallen Doll Playtest (desktop and VR).
- Requires the current MotionBridge desktop application.
- Extract the package and run
Install-Mod.ps1, or copyGameinto the Playtest'sParalogue/Binaries/Win64folder. - Start MotionBridge, then enter an HAnime in the game. Confirm the Fallen Doll stream is Online and check the 3D preview before enabling real device output.
- This package does not include F8Studio, game assets, or device drivers.
中文
这是 Operation Lovecraft: Fallen Doll Playtest(桌面与 VR)的 MotionBridge 配套 Mod。
- 需要同时安装并启动最新版 MotionBridge 桌面程序。
- 解压后运行
Install-Mod.ps1;也可以将Game目录内容复制到 Playtest 游戏目录的Paralogue/Binaries/Win64。 - 启动 MotionBridge 后进入游戏 HAnime,确认 Fallen Doll 数据流显示为 Online,并在启用实体设备前先检查 3D 预览。
- 本包不包含 F8Studio、游戏资源或设备驱动。
Fallen Doll Demo Mod v0.17.1
English
MotionBridge companion Mod for Operation Lovecraft: Fallen Doll Demo.
- Requires the current MotionBridge desktop application.
- Extract the package and run
Install-Mod.ps1, or copyGameinto the Demo'sParalogue/Binaries/Win64folder. - Start MotionBridge, then enter an HAnime in the game. Confirm the Fallen Doll stream is Online and check the 3D preview before enabling real device output.
- This package does not include F8Studio, game assets, or device drivers.
中文
这是 Operation Lovecraft: Fallen Doll Demo 的 MotionBridge 配套 Mod。
- 需要同时安装并启动最新版 MotionBridge 桌面程序。
- 解压后运行
Install-Mod.ps1;也可以将Game目录内容复制到 Demo 游戏目录的Paralogue/Binaries/Win64。 - 启动 MotionBridge 后进入游戏 HAnime,确认 Fallen Doll 数据流显示为 Online,并在启用实体设备前先检查 3D 预览。
- 本包不包含 F8Studio、游戏资源或设备驱动。