> For the complete documentation index, see [llms.txt](https://wiki.vexview.top/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.vexview.top/tuo-zhan-gong-neng/geng-duo-she-zhi.md).

# 更多设置

## 自动连接服务器

设置自动连接服务器非常简单，在客户端的.minecraft中找到config文件夹，然后打开vexview\.cfg，找到aoutconnect项，将Enable设置为true，然后在下面的IP处填写服务器的IP地址，带上端口。{}

```
autoconnect {
    B:Enable=false
    S:IP=localhost:25565
}
```

## **连接延迟**

```
connect {
    I:Delay=3
}
```

## 自定义客户端标题

像上面一样，打开vexview\.cfg文件，找到client项，直接在下面Title后面写上想要自定义的标题即可：

```
client {
    S:Title=
}
```

## &#x20;**任务对话框相对布局**

考虑到某些玩家使用高分辨率的客户端，对话框显示出来的效果非常差，图片不会自动拉伸等，我们设计了相对布局。相对布局采用按游戏窗口大小百分比的形式，设置对话框的大小。将Enable项改为true以启用此功能，下方Height为相对高度，Width为相对宽度，对话框会自动居中。

```
relativelayout {
    B:Enable=false
    D:Height=0.2
    D:Width=0.9
}
```

## &#x20;**连接Gui开启和关闭**

```
connectgui {
开启重试Gui
B:RetryGui=true
开启连接中Gui
B:Show=true
}
```

## &#x20;**定义贴图存储路径**

```
imagepath {
    S:local_path=vexview/textures
}
```

至此，你已阅读完VexView教程的全部内容！祝贺！


---

# 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://wiki.vexview.top/tuo-zhan-gong-neng/geng-duo-she-zhi.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.
