URI Commands
Starting with Eco 9.4 the game client now supports its own custom Uri protocol on Windows. This protocol can be used to quickly access startup options for Eco as well as be used for implementing custom launcher type applications. Such as a quick join link on a community website.
Initial Setup
Currently because Eco does not have a dedicated installer you must run the Eco client at least once before the eco:// Uri protocol will be recognized by Windows. This first time setup runs the ClientSetupUtility.exe application to configure your machine to accept Eco's protocol.
Notice: The protocol will stop working if you move the game's install. To configure the protocol simply run the game again or launch the ClientSetupUtility found in the install folder directory.
Supported Commands
All of Eco's Uri commands start with the eco:// prefix. This creates a valid link that can be shared, used in Windows shortcuts, website links, ect. Anything that accepts a valid website URL should be able to execute a Eco Uri command.
Currently the following commands are supported:
Command | Description |
---|---|
eco://run/ | Simply starts the Eco client with no startup options. |
eco://connect/<serverid> | Starts the Eco client and connects to the supplied server identifier. This server id can be found in your networking configuration page on the Eco server. |