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

# COM3D2\_GUIDE\_CHINESE

90135 的 COM3D2 中文指北

[![CC BY-NC-ND 4.0](https://img.shields.io/badge/License-CC%20BY--NC--ND%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/) [![GitBook](https://img.shields.io/static/v1?message=GitBook\&logo=gitbook\&logoColor=ffffff\&label=%20\&labelColor=5c5c5c\&color=3F89A1)](https://90135.gitbook.io/com3d2_simple_mod_guide_chinese/com3d2_guide)

## 阅读地址

图片直接上传到 github，加载慢/加载不了请自备上网工具。

建议访问 gitbook 获得更佳阅读体验：

<https://90135.gitbook.io/com3d2_simple_mod_guide_chinese/com3d2_guide>

<br>

或者你也可以直接点本仓库里的 .md 文件阅读，项目地址：

<https://github.com/90135/COM3D2_GUIDE_CHINESE>

## 目录

* [好看的腿参数](https://90135.gitbook.io/com3d2_simple_mod_guide_chinese/com3d2_guide/hao-kan-de-tui-can-shu)
* [如何玩场景 MOD - ShaderServant 如何玩场景](https://90135.gitbook.io/com3d2_simple_mod_guide_chinese/com3d2_guide/ru-he-wan-chang-jing-mod-shaderservant-ru-he-wan-chang-jing)

## 也可以看看我的其他仓库

* [COM3D2 简明 MOD 教程](https://github.com/90135/COM3D2_Simple_MOD_Guide_Chinese)
* [COM3D2 MOD 编辑器](https://github.com/90135/COM3D2_MOD_EDITOR)
* [COM3D2 插件中文翻译](https://github.com/90135/COM3D2_Plugin_Translate_Chinese)
* [90135 的 COM3D2 中文指北](https://github.com/90135/COM3D2_GUIDE_CHINESE)

## 许可证

[![CC BY-NC-ND 4.0](https://licensebuttons.net/l/by-nc-nd/4.0/88x31.png)](https://creativecommons.org/licenses/by-nc-sa/4.0/)

本仓库的文本内容采用 [知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议](https://mirrors.creativecommons.org/presskit/buttons/88x31/png/by-nc-sa.png) 进行许可，特别注明除外。

若您选择转载本仓库内容，则必须在文档开头等明显位置署名，署名必须包含标题、作者、被转载页面的网页链接，否则许可无效。

其他类型作品版权归原作者所有，如有作者授权则遵照授权协议使用。无作者授权协议情况下，以评论，报道为目的，遵照 Fair use（合理使用） 原则使用，并标注来源。

```
您可以自由地：
共享 — 在任何媒介以任何形式复制、发行本作品
演绎 — 修改、转换或以本作品为基础进行创作
只要你遵守许可协议条款，许可人就无法收回你的这些权利。

惟须遵守下列条件：
署名 — 您必须给出 适当的署名 ，提供指向本许可协议的链接，同时 标明是否（对原始作品）作了修改 。您可以用任何合理的方式来署名，但是不得以任何方式暗示许可人为您或您的使用背书。
非商业性使用 — 您不得将本作品用于 商业目的 。
相同方式共享 — 如果您再混合、转换或者基于本作品进行创作，您必须基于 与原先许可协议相同的许可协议 分发您贡献的作品。
没有附加限制 — 您不得适用法律术语或者 技术措施 从而限制其他人做许可协议允许的事情。

声明：
您不必因为公共领域的作品要素而遵守许可协议，或者您的使用被可适用的 例外或限制 所允许。
不提供担保。许可协议可能不会给与您意图使用的所必须的所有许可。例如，其他权利比如 形象权、隐私权或人格权 可能限制您如何使用作品。
```


---

# 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:

```
GET https://90135.gitbook.io/com3d2_simple_mod_guide_chinese/com3d2_guide/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
