corrade-lsl-templates – Blame information for rev 35

Subversion Repositories:
Rev:
Rev Author Line No. Line
35 office 1 ########################## START CONFIGURATION ############################
2  
3 # This is a configuration notecard based on the key-value data Wizardry and
4 # Steamworks reader. Everything following the "#" character is ignored
5 # along with blank lines. Values can be set for various parameters in a
6 # simple and understandable format with the following syntax:
7 # KEY = "VALUE"
8 # Every time you change this configuration notecard, the script will reset
9 # itself and the new configuration will be read from this notecard.
10  
11 # The "corrade", "group" and "password" settings must correspond to your
12 # settings in Corrade.ini otherwise the script will not work at all.
13  
14 # Set this to the UUID of the Corrade bot.
15 corrade = "b85c75dc-115a-434f-b6a8-51787160fae0"
16  
17 # The name of the group.
18 group = "My Group"
19  
20 # The password for the group.
21 password = "mypassword"
22  
23 # The range in meters to search for objects.
24 range = 10
25  
26 # The scan range in meters to detect object proximity.
27 scan = 2
28  
29 # The attachment point to attach the object when returning.
30 attachPoint = "Mouth"
31  
32 # A tag for installed notifications.
33 tag = "edb86679-846b-4400-9b71-29544366c786"
34  
35 ########################### END CONFIGURATION #############################