# Exodus加载Lua教程

## **下载** <a href="#download" id="download"></a>

{% hint style="info" %} <mark style="color:blue;">**小贴士**</mark>

<mark style="color:blue;">**永远养成一个好习惯：下载任何程序不要下到含 中文/中文符号/奇怪字符 的文件夹中，这可能导致部分程序运行不了；并建议将单个程序/压缩包放入单独的文件夹中，防止部分程序释放出很多闲杂文件或解压出太多文件影响整洁度**</mark>
{% endhint %}

{% embed url="<https://hzmod.lanzoue.com/b02fg9vwb>" %}

**存放路径**

> `%AppData%\Exodus Client\Library\Red Dead Redemption 2\Client\Scripting`

**游戏内操作**

**`脚本`→`加载脚本`来使用脚本**

**加载脚本后,你可以通过菜单中的`脚本`→`点击对应脚本名称`或者`网络` → `玩家` → `玩家名称` → `脚本` → `脚本名称`来使用功能**

***

**其他补充**

**Eoxdus Lua文档**

{% embed url="<https://docs.exodusmenu.com/scripting/intro/>" %}

**Lua文档**

{% embed url="<https://www.lua.org/docs.html>" %}


---

# Agent Instructions: 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://docs.hzz.im/rdr2/exodus/lua.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.
