Skip to content

Features

Tyler Bucher edited this page Sep 7, 2018 · 1 revision

glm-client features

Auto login and auto fill

Configuration option

In the configuration section you can specify the three options autoLogin, autoLoginAddress, and autoLoginPort to enable auto login. These options will make the client attempt to auto login to a valid GLM ready server.

URL

By default the URL auto login and auto fill option is enabled and the only way to disable it is to enable the config auto login option.
Options:

  • ip: The ip or host name address of a server.
  • port: The port of the server.
  • auto: Should the map auto login or just auto fill. True for login false for fill. Examples:
  • Fill: https://example.com?ip=map.reallifegames.net&port=443&auto=false
  • Login: https://example.com?ip=map.reallifegames.net&port=443&auto=true or https://example.com?ip=map.reallifegames.net&port=443
Clone this wiki locally