Skip to content

IronNestFCS v1.3.0

Choose a tag to compare

@KKTIME2024 KKTIME2024 released this 09 Aug 11:13
· 62 commits to master since this release

🎉 主要更新

  1. 适配正式版 / Full Release Adaptation
    针对游戏正式发行版全面适配(此前基于 Demo/CustomRecords 开发):
  • 适配上游 20 种弹种全支持:正式版全部弹种,采购卡自动识别(PurchaseDeck 字典查询)
  • 常住装药自动补充:独立循环持续补充装药包,不再中断扫荡节奏
  • 控制台按钮重排:适配 20 弹种布局
  • 适配上游结构变更(MapTable 字段私有化、TriggerConsole 空引用防护等)
  1. 更好的全自动 / 手动模式切换 / Auto–Manual Toggle
  • Numpad 0(或手柄 Select)切换全自动 / 手动模式
  • 手动模式下雷达完全休眠、队列清空,不再自动干预
  • 切换瞬间原子化收尾:已在装填/加载中的任务目前会强制打完(forceFire),不会卡在半途
  • 状态面板实时显示 [AUTO] / [MANUAL]
  1. 移动目标探测 / Moving-Target Detection
  • 雷达新增移动目标探测探针:通过位置差分追踪速度,移动目标可被持续锁定(提前量计算开发中)
  1. 稳定性与可靠性 / Stability
  • 原子化任务执行:所有等待点加入超时,杜绝永久死锁
  • 扫荡调度跳过有飞行中炮弹的目标,避免对叛军尸体发起重复打击
  • 修复 PickTarget 的 Nullable 解包问题
  • 装药决策日志:任务上限/按钮上限 + 每任务装药包数
    📦 安装
  1. 安装 MelonLoader (https://melonwiki.xyz/)(IL2CPP 版)
  2. 下载 IronNestFCS_v1.3.0.zip 解压到游戏根目录
  3. 启动游戏,按 Numpad 0(或 Ctrl+0 / 手柄 Select)开始扫荡
    提示:游戏若提供线上排行榜,建议游玩前在设置中关闭,避免成绩不被认可或被误判封禁。本 Mod 仅供学习与单机娱乐使用。
    English
    What's New in v1.3.0
  4. Full-release adaptation — now targets the official release: all 20 shell types supported with auto card recognition, a resident powder replenish loop, reflowed console buttons, and upstream structural fixes (MapTable privatization, TriggerConsole null guards).
  5. Auto/Manual toggle — press Numpad 0 (or gamepad Select) to switch: manual mode fully halts the radar and clears the queue; in-flight tasks finish atomically (forceFire). Status panel shows [AUTO] / [MANUAL].
  6. Moving-target detection — radar probes track velocity via position-diff, keeping moving targets locked.
  7. Reliability — atomic task execution with timeouts on every wait point (no more deadlocks), sweep skips targets with in-flight shells, fixed Nullable unwrap, and charge-decision logging.
    Install
  8. Install MelonLoader (https://melonwiki.xyz/) (IL2CPP).
  9. Extract IronNestFCS_v1.3.0.zip into the game root.
  10. Launch the game and press Numpad 0 (or Ctrl+0 / gamepad Select) to start.
    Disable online leaderboards in game settings before playing to avoid unrecognized scores or false bans. For educational/single-player use only.