> For the complete documentation index, see [llms.txt](https://docs.hzz.im/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hzz.im/g/cod/ring-1/update/mw3.md).

# Ring-1 MW3更新公告

{% hint style="success" %}
2024.09.29

MW3-Ring-1更新

Hz译

更新日志:

> 修复容器内容不显示的问题
>
> 修复预测错误
> {% endhint %}

{% hint style="success" %}
2024.08.13

MW3-Ring-1更新

Hz译

更新日志:

> 修复缓存内容显示有时会显示错误项目的问题
> {% endhint %}

{% hint style="success" %}
2024.04.24

MW3-Ring-1更新

Hz译

更新日志:

> 提高稳定性
> {% endhint %}

{% hint style="success" %}
2024.04.22

MW3-Ring-1更新

Hz译

更新日志:

> 新增适当的战利品透视
> {% endhint %}

{% hint style="success" %}
2024.04.05

MW3-Ring-1更新

Hz译

更新日志:

> 修复自瞄
>
> 修复自动扳机
> {% endhint %}

{% hint style="success" %}
2024.03.13

MW3-Ring-1更新

Hz译

更新日志:

> 修复加入僵尸模式时的自崩问题
>
> 修复比赛之间加载到主菜单期间罕自崩问题
>
> 整体稳定性改进
> {% endhint %}

{% hint style="success" %}
2024.02.02

MW3-Ring-1更新

Hz译

更新日志:

> 在僵尸模式下实现透视项目（尚不支持缓存内容）
>
> 提供稳定性和改进性能
> {% endhint %}

{% hint style="success" %}
2024.01.18

MW3-Ring-1更新

Hz译

更新日志:

> 修复BNET版本
> {% endhint %}

{% hint style="success" %}
2024.01.16

MW3-Ring-1更新

Hz译

更新日志:

> 修复部分透视&#x20;
>
> 新增箱子信息文本，显示战区/Resurgence模式中的内容&#x20;
>
> 僵尸模式新增物品透视&#x20;
>
> 修复具有前缀的车辆名称&#x20;
>
> 注意：物品目前按稀有度强制上色，更多定制选项即将推出
> {% endhint %}

{% hint style="success" %}
2023.12.21

MW3-Ring-1更新

Hz译

更新日志:

> 修复战区地图上偶尔发生的自闭问题
> {% endhint %}

{% hint style="success" %}
2023.12.15

MW3-Ring-1更新

Hz译

更新日志:

> 修复载具透视中车辆名称带有自闭前缀的错误
>
> 修复导致自瞄随机摆动的错误
>
> 修复物品透视错误
> {% endhint %}

{% hint style="success" %}
2023.12.11

Ring-1 战区3更新

Hz译

更新日志:

> 新增物品透视&#x20;
>
> 新增检查队伍的车辆透视
> {% endhint %}

{% hint style="success" %}
2023.12.09

Ring-1 战区3更新

Hz译

更新日志:

> 改进对更长距离的预测
> {% endhint %}

{% hint style="success" %}
2023.11.15

Ring-1 战区3更新

Hz译

更新日志:

> 改进菜单性能
> {% endhint %}

{% hint style="success" %}
2023.11.14

Ring-1 战区3更新

Hz译

更新日志:

> 修复骨骼透视有时显示尸体而不是正确可视骨骼的问题
>
> 改进上色
>
> 使用安全，防作弊截图时不显示
>
> 支持每种对象类型（AI/玩家/lethals etc等）
> {% endhint %}

{% hint style="success" %}
2023.11.13

Ring-1 战区3更新

Hz译

更新日志:

> 修复自瞄时BNET上的鼠标自崩问题
>
> 修复自动扳机在死亡竞赛中无法正常使用的问题
>
> 修复自动扳机会向地图上的随机垃圾射击的问题
>
> 为修复自动扳机新增`仅在完整的ADS中瞄准`选项
> {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.hzz.im/g/cod/ring-1/update/mw3.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
