corrade-lsl-templates – Blame information for rev 5

Subversion Repositories:
Rev:
Rev Author Line No. Line
3 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 Resident
16 corrade = "f5418c55-0e51-41bc-8ba3-c9c986047bb6"
17  
18 # The name of the group - it can also be the UUID of the group.
19 group = "My Group"
20  
21 # The password for the group.
22 password = "mypassword"
23  
24 # The range in meters to follow the wearer of the follower at.
25 range = 5
26  
27 # The distance from this box that Corrade is allowed to wander.
28 radius = 10
29  
30 # The maximal time in seconds allowed for Corrade to remain stationary.
31 wait = 60
32  
33 # The range in which to search for primitives and avatars.
34 radar = 5
35  
36 # The version that this HUD is compatible with.
37 version = 9.143
38  
39 ########################### END CONFIGURATION #############################