> For the complete documentation index, see [llms.txt](https://hamsterbaron.gitbook.io/hamsterbaron/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hamsterbaron.gitbook.io/hamsterbaron/help-guide/faq.md).

# 常见问题 / FAQ

### 1. Question : 为什么安装Arcana后帧数突然变低？

Answer: 在安装Arcana后出现游戏帧数骤降的问题，可能是由于镜内渲染机制仍不成熟导致的问题。此时您可以在游戏根目录下进入config配置文件夹，打开taczexpand.toml，将镜内渲染sync-render项设置为false即可解决问题。<mark style="background-color:red;">请注意：该操作会使得导致镜内放大与夜视镜，热成像特性不可用。</mark>

### 2. Question : 安装Arcana后我的游戏无法启动！

Answer: 请参考故障排查章节，少数情况下也可能因为个别拓展包的技能配置不正确而崩溃。此时请卸载掉有问题的拓展包并向作者反馈情况。

### 3. Question : 我的武器状态异常，突然变得手感奇怪/无法开火了！

Answer: 这可能是由于拥有特殊机制的武器未正确配置退出条件所造成的。通常情况下这是相关枪械拓展包的机制设计问题，请在确认特定武器会反复出现异常情况后反馈至作者处理（请先确认这是否就是作者所希望设计的特殊机制，避免打扰作者）如制作者表示无法复现异常情况，请联系Arcana的项目制作者说明情况并附带完整游戏客户端，模组列表，完整日志和操作过程视频。

### 4. Question : 请问Arcana开发版什么时候会正式发布？

Answer: 制作组暂时无法给出确切日期，由于目前更新重心依然处于功能拓展上，开发版正式发布之前需要经过完整细致的功能测试以避免潜在漏洞，因此请耐心等待。

### 5. Question : 正式发布开发版时会收费吗？

Answer: 不会。在确保全部功能均能按预期正常运行并且意外操作也不会导致严重后果后Arcana开发版将免费正式发布，内测版需要收费和激活码激活软件是为了确保一定的使用门槛，避免部分不认真遵循指引，且没有良好的开发习惯的使用者蒙受损失。

### 6. Question : 为什么设置了代码混淆？

Answer：原因之一是部分功能涉及资产保护，诸如美术材质包加密等，出于安全性考虑这部分代码被加密混淆保护。其余的部分是由于当前阶段尚未经过彻底测试，为了避免不必要的问题解答和恶意言辞评论，暂时一并加密混淆。在正式版发布后，机制开发器与特性部分代码均将完全开源，仅保留资产加密部分代码混淆。当前阶段代码也并不稳定，不建议特意为该模组处理兼容问题。如您是其他附属模组的开发者，需要访问源代码以查阅功能原理或协助处理模组间兼容性问题，请发送邮件至<2467395564@qq.com>，确认开发者身份后我们将发送源代码Github仓库访问链接以便于您的开发工作。

{% hint style="info" %}
说明：正式版发布后将去除开发版权限验证与非加密组件的代码保护，届时将一并支持非 Windows 操作系统。
{% 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://hamsterbaron.gitbook.io/hamsterbaron/help-guide/faq.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.
