Skip to content

v0.1.8

Choose a tag to compare

@1499501762 1499501762 released this 22 Aug 19:20
· 4 commits to main since this release

v0.1.8

装填/开火区事件解耦 + 装药同步修复 + 文档全面刷新。

修复

  • 装填状态回拉:装填状态改事件驱动(不再常规 SetState 覆盖),两端一致
  • 预备激发/推弹头/切弹舱:ArmSync(140)/CylinderActionSync(141) 事件解耦,修客机按钮 inactive 排队丢弃
  • 选药量差 1:删除强制覆盖 currentSelectedCharges(游戏 OnChargeButtonPressed 0-based)
  • Button Dispencer 开局误激活:移除 Tick 补激活链 + ChargeButtonSync(143) 主机权威掩码同步(0.3s 轮询+3s 补发)+ ChargeInventorySync(142)
  • 方向角动量:转速双通道(rotVel 高频 + 角度静止兜底 + SenderWhenBusy + 停止 ForceSend)
  • .Charge Dial 双向回归
  • 文档全面修订以代码为准(13 篇)