corrade-lsl-templates – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
4 office 1 ############################# START CONFIGURATION ############################
2  
3 # This is a configuration notecard based on the key-value data Wizardry and Steamworks reader.
4 # Everything following the "#" character is ignored along with blank lines. Values can be set for various
5 # parameters in a simple and understandable format with the following syntax:
6 # KEY := "VALUE"
7 # Every time you change this configuration notecard, the script will reset itself and the new configuration
8 # will be read from this notecard.
9  
10 # The "corrade", "group" and "password" settings must correspond to your settings in Corrade.ini
11  
12 # This is the UUID of the Corrade bot.
13 corrade = "0b20a4ee-89d8-43ce-ad5b-39a7fb81f5c3"
14  
15 # The name of the group - it can also be the UUID of the group.
16 group = "My Group"
17  
18 # The password for the group.
19 password = "mypassword"
20  
21 # The avatar to whom local chat will be relayed to.
22 path = "<199.007645, 69.56356, 23.839432>, <199.007645, 66.018173, 23.839432>, <194.149078, 66.018173, 23.839432>, <194.149078, 69.623375, 23.839432>"
23  
24 # The amount of seconds to wait between path points.
25 pause = "5"
26  
27 # Whether to randomize the pause delay.
28 randomize = "true"
29  
30 ############################# END CONFIGURATION #############################