Configuration Files

 

The program uses three configuration files to increase functionality and define options:

settings.ini: Located under the bot's root folder. Various options are defined here, normally users won't have to edit this file manually for any reason

objects.txt: Located under the bot's root folder. It is used to override the 12 objects limitation the Locate Objects dialog has. Obviously semicolon is a delimiter, can't be used in the description or tag or it will mess up everything.

Format: Model name-semicolon-Object description-semicolon-scripting tag-semicolon-use this object (Boolean true/false)
example: pict1.rwx;Presentation Pict1;<pic1>;true

filenames.txt: Located under the bot's root folder. It is used to list and load presentations using spoken commands. Note that if the filename is not in the bot's folder the filename has to include an absolute path. If the files are in a folder under the bot root you can use relative path; for example if the file is in a folder named Presentations the example should read Security;Presentations\security.txt

Format: Description - semicolon - filename
Example: Security;Security.txt