corrade-lsl-templates – Blame information for rev 32

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
32 office 16 corrade = "4a1f4994-9fcd-491f-9abc-4f4a85142c41dsa"
3 office 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.
32 office 28 radius = 5
3 office 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.
32 office 37 version = 10.1
3 office 38  
39 ########################### END CONFIGURATION #############################