> 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/gta5/exit/menu/frontier/chinese.md).

# 开拓者设置中文教程

**游戏内操作：**

**Settings > Translations > Chinses.json 按`回车/Ent/5` 确定**

> **\[有时可能翻译文件名为`Frontier.json`或者 `JT/FTChinses` 这只是翻译文件命名不一样.]**

### 中文显示乱码？

> **解决办法**
>
> [**点击下载最新的汉化文件**](https://hzmod.lanzoub.com/b02djp9uj) **丨建议每次更新都替换最新的汉化文件**
>
> **1、需要中文字体文件(后缀.ttf的)才能渲染中文字符，你可以从"C:\Windows\Fonts"任意选择一个含中文的字体即可**&#x20;
>
> **2、将.ttf字体复制两份，将其分别重命名为ChaletLondon.ttf和HouseScript.ttf**&#x20;
>
> **3、将字体文件放在"%homepath%\Documents\Frontier\Fallback Fonts"里，如无Fallback Fonts文件夹自行创建**&#x20;
>
> **4、部分中文仍显示乱码？ 打开翻译文件搜索"Add Words": 并将缺失的字符添加到翻译里即可**
>
> **By Cryins#0621**


---

# 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/gta5/exit/menu/frontier/chinese.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.
