Reference: URL.txt

Purpose

Certain modded GUI panels in the client will attempt to open webpages. Some of these URL calls were redesigned to be fetched from the server, to be configurable rather than hardcoded in the client.

The client will ask for this list of URLs, which the server will provide.

File Format

List file of Key=Value pairs.
Comment character: semicolon (;)
Each line is split at the first "=" symbol.

Format:
Name=URL

Where Name is an internal identifier of the page, and URL is the address. The Name is hardcoded in the client, so they must be exact.