corrade-lsl-templates – Blame information for rev 5

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 = "a87202c7-1b95-4d56-b099-53b6cb1517f2"
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 # A CSV list of region names to escape to in case of a region restart.
22 # For example's sake, this example lists several infohubs that may be safe during a region restart.
23 regions = "Tahoe Springs,Castle Valeria,Barbarossa,Calleta"
24  
25 # The name of the home region where Corrade will be teleported back after a region restart.
26 home = "Puguet Sound"
27 # The position on the home region to teleport back to as a local 3-vector.
28 position = "<130.588501, 169.906158, 3402.433838>"
29  
30 ############################# END CONFIGURATION #############################