Skip to content

MOD Settings

LK520 edited this page Sep 3, 2018 · 2 revisions

Automatically connect to the server

Setting up the automatic connection server is very simple. Find the "config" folder in the client's folder ".minecraft", then open vexview.cfg, find the aoutconnect entry, set Enable to true, then fill in the server's IP address and bring the port in the IP below.

(you can change the background in the folder "Custom" in the MOD (open with Rar), named back.png, you can replace the image and change the size, but the file name can not be modified!)

Autoconnect {

B: Enable=true

S:IP=localhost:25565

}

Custom client title (Change the window name "Minecraft 1.12.2" to "YourServer Client")

Open the vexview.cfg file, find the client entry, and write the title you want to customize directly after the Title

below:

Client {

S:Title=YourServer 1.8.x

}

BQ dialog relative layout/coordinates

Considering that some players use high-resolution clients/screen, the dialog box shows very poor results, the images are not automatically stretched, etc.

We designed the relative layout; The relative layout takes the size of the game window as a percentage of the size of the game window.

Change the Enable=false to Enable=true. The lower Height is the relative height, the Width is the relative width, and the dialog is automatically centered.

Relativelayout {

B: Enable=false

D:Height=0.2

D:Width=0.9 }

If you have any other questions, welcome to our Discord

Thanks to the translators: ☁ Danniel ☁ (English/Spanish)

Clone this wiki locally