Skip to content
Oscar Nardone edited this page Jul 24, 2020 · 4 revisions

Bit detection

ShouldYellAt32BitUsers

Type: Boolean (true or false, meaning yes or no respectively)

If set to true, itlt will show the message to the user when they are attempting to launch the game with 32bit Java.

Message

Type: String (text surrounded in quotation marks, like this: "This is a string")

This is the message displayed when both ShouldYellAt32BitUsers is true and also the user is attempting to launch the game with 32bit Java.

Server

itlt lets you add a server to the multiplayer server list by default without overwriting any previously saved user-added servers.

ServerName

Type: String (text surrounded in quotation marks, like this: "This is a string")

The name of the server, shown above its IP address and beside its icon.

ServerIP

Type: String (text surrounded in quotation marks, like this: "This is a string")

The IP address of the server

AddDedicatedServer

Type: Boolean (true or false, meaning yes or no respectively)

If set to true, the server details provided above will be added as default entry to the multiplayer server list.

Display

useTechnicIcon

Type: Boolean (true or false, meaning yes or no respectively)

If set to true and the game has been launched from the Technic Launcher, attempt to grab the icon from the launcher and use it as the custom icon. Overrides loadCustomIcon if set to true and the game has been launched from the Technic Launcher.

loadCustomIcon

Type: Boolean (true or false, meaning yes or no respectively)

If set to true, itlt will change the game's window and taskbar icon to an image provided if present.

The image must be named "icon.png", be a PNG file, have a maximum resolution of 128 pixels height and width and be placed in the itlt folder within the config folder. Icon sizes above 128px² will cause a crash on some platforms. Icon sizes above 64px² may cause blurry results on the window titlebar.

useTechnicDisplayName

Type: Boolean (true or false, meaning yes or no respectively)

If set to true and the game has been launched from the Technic Launcher, attempt to grab the title from the launcher and use it as the custom windowDisplayTitle.

Overrides windowDisplayTitle if set to true and the game has been launched from the Technic Launcher.

windowDisplayTitle

Type: String (text surrounded in quotation marks, like this: "This is a string")

Allows you to change the game window's titlebar text/display title.

Clone this wiki locally