MaidReform

Added more configurable mechanisms to Touhou Little Maid. 为车万女仆添加更多可配置功能机制。
1.png

1.png

2.png

2.png

3.png

3.png

4.png

4.png

Description

MaidReform — Touhou Little Maid: Reform

MaidReform (Touhou Little Maid: Reform) is an add‑on mod for Touhou Little Maid. It adds more configurable mechanics for maids: down‑and‑rescue system, custom idle animations, and one‑click maid commanding.


✨ Features

🛡️ Down and Rescue System

  • When a maid receives fatal damage, she will be knocked down instead of dying directly. During this period, she enters a death countdown and becomes invulnerable, requiring rescue by the player or other maids.
  • When the player takes fatal damage, they will be knocked down and bleed out until death, requiring rescue by maids.
  • Nearby maids will automatically move to rescue the player.
  • The player needs to manually aim and hold G to rescue the maid, or directly hold G to command nearby maids to rescue downed maids.
  • Maids can also automatically rescue each other (can be enabled in config, disabled by default).
  • Repeated knockdowns within a short time will slow down the rescue speed.

💤 Custom Idle Animations

  • Press O while looking at a maid to open the idle animation settings interface.
  • You can configure your own "normal idle / downed / rescue" animation pools for each maid.
  • TLM‑model maids use sleep as the default downed animation pool.
  • YSM‑model maids use climbing as the default downed animation pool.
  • Maids will play animations randomly from the animation pool.
  • While idle, maids will randomly play animations from the idle animation pool.

📍 Waypoint Marking

  • Press G on the ground to make following maids walk to that position.
  • Waypoint marking can be used in combat to temporarily control maid movement for attack or retreat effects.

🎯 Hostile Target Marking

  • Press G on a mob to lock the target; maids will prioritize attacking this target.
  • Double‑tap G on the ground in quick succession to cancel the mark.
  • Re‑applying the hostile mark will also cancel the mark.

⚙️ Highly Configurable

  • All major features have configuration options, including toggles for maid/player knockdown, G‑key waypoint function toggle, and O‑key animation pool configuration changes.

📦 Dependencies

Dependency Version Required
Minecraft Forge 47+ (MC 1.20.1)
Touhou Little Maid 1.5.3+
Yes Steve Model 2.6.5+ ✅(⚠️ Removed from CurseForge, please download from Modrinth or MC百科)

🎮 Keybinds

Keybind Function
G(press on ground) Set maid waypoint
G(press on mob) Mark hostile target
G(hold, not aiming at maid)     Command maids to rescue downed maids
G(hold, aiming at maid) Rescue downed maid
O(looking at maid) Open idle animation settings

🙏 Acknowledgements

  • Touhou Little Maid(Code MIT / Assets CC BY‑NC‑SA 4.0) — The base mod this mod relies on.
  • ParCool!(LGPLv3) — The implementation of player knockdown pose draws inspiration from ParCool’s logic of intercepting updatePlayerPose. Not a dependency; no ParCool code is used or bundled.
  • Yes Steve Model(ARR) — Support is provided only via runtime compatibility hooks. No code or assets of it are bundled or distributed; please download and install it yourself.

📄 License

MIT — Free to use, modify, and can be used in modpacks.

MaidReform — 车万女仆:改革

MaidReform(车万女仆:改革)车万女仆(Touhou Little Maid) 的附属 mod,围绕女仆增加了更多可配置机制:倒地救援系统、自定义闲置动画,以及一键指挥女仆。


✨ 功能特性

🛡️ 倒地与救援系统

  • 女仆受到致命伤时会被击倒,而非直接死亡,期间进入死亡倒计时并无敌,需要玩家或其他女仆救援
  • 玩家受到致命伤后会被击倒,流血直至死亡,需要被女仆救援
  • 附近的女仆会自动前往救援玩家。
  • 玩家需要手动前往瞄准长按G键救援女仆,或直接长按G键指挥附近女仆前往救援倒地女仆
  • 女仆之间也可以自动互相救援(可在配置中开启,默认关闭)。
  • 短时间内连续倒地,救援速度会变慢。

💤 自定义闲置动画

  • 对着女仆按 O 键打开闲置动画设置界面。
  • 可以为每个女仆配置自己的「普通闲置 / 倒地 / 救援」动画池
  • TLM 模型女仆倒地动画池默认使用sleep。
  • YSM 模型女仆倒地动画池默认使用climbing。
  • 女仆会从动画池中随机播放动画。
  • 闲置时,女仆会从闲暇动画池中随机播放动画。

📍 路标标记

  • 对地面按 G 键可以让跟随的女仆走到那个位置。
  • 战斗中可以使用路标标记暂时控制女仆移动,达到进攻/撤退的效果。

🎯 敌对标记

  • 对怪物按 G 键锁定目标,女仆会优先攻击该目标。
  • 短时间内在地面连按两次 G 键可取消标记。
  • 重复赋予敌对标记可取消标记。

⚙️ 高度可配置

  • 所有主要功能都有配置项,包括女仆/玩家倒地开关、G 键标点功能开关、O键动画池配置更改。

📦 依赖要求

依赖 版本 必需
Minecraft Forge 47+(MC 1.20.1)
车万女仆 Touhou Little Maid 1.5.3+
Yes Steve Model 2.6.5+ ✅(⚠️ CurseForge 已下架,请到 ModrinthMC百科 下载)

🎮 按键操作

按键 功能
G(点地面) 设置女仆路标
G(点怪物) 标记敌对目标
G(长按,不瞄准女仆)     指挥女仆救援倒地女仆
G(长按,瞄准女仆) 救援倒地女仆
O(对着女仆) 打开闲置动画设置

🙏 致谢

  • 车万女仆 Touhou Little Maid(代码 MIT / 素材 CC BY-NC-SA 4.0)—— 本 mod 的依托本体。
  • ParCool!(LGPLv3)—— 玩家倒地姿势的实现借鉴了 ParCool 拦截 updatePlayerPose 的思路。并非依赖,未使用也未打包任何 ParCool 代码。
  • Yes Steve Model(ARR)—— 仅通过运行时兼容性 Hook 提供支持,未打包、未分发其代码与资源,请自行下载安装。

📄 许可协议

MIT —— 可自由使用、修改,并可用于整合包。

The MaidReform Team

profile avatar
Owner
  • 1
    Projects
  • 32
    Downloads

迟昼