Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.86 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.86 KB

Documentation is currently a work in progress. For usage information, also see the How to videos

Concepts

Features

Command line options

tsgui.exe -config [filepath] -webconfig [url] -hash [password]

-config [filepath] where [filepath] is the path to a config XML file on the file system
-webconfig [url] where [url] is the URL to a config XML file on a web server. Takes precedence over -config. Note that this only downloads the config, not any dependencies e.g. images
-hash [password] where [password] is a password to be hashed for use in a Local Config Authentication block
-key [keystring] where [keystring] is the key to be used during the hash operation. Must be used with -hash

* If both -config and -webconfig are ommitted, TsGui will look for Config.xml in the same folder as tsgui.exe

Code

Source documentation can be found in the code documentation.