corrade-lsl-templates – Diff between revs 9 and 10

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 9 Rev 10
1 ########################## START CONFIGURATION ############################ 1 ########################## START CONFIGURATION ############################
2   2  
3 # This is a configuration notecard based on the key-value data Wizardry and 3 # This is a configuration notecard based on the key-value data Wizardry and
4 # Steamworks reader. Everything following the "#" character is ignored 4 # Steamworks reader. Everything following the "#" character is ignored
5 # along with blank lines. Values can be set for various parameters in a 5 # along with blank lines. Values can be set for various parameters in a
6 # simple and understandable format with the following syntax: 6 # simple and understandable format with the following syntax:
7 # KEY = "VALUE" 7 # KEY = "VALUE"
8 # Every time you change this configuration notecard, the script will reset 8 # Every time you change this configuration notecard, the script will reset
9 # itself and the new configuration will be read from this notecard. 9 # itself and the new configuration will be read from this notecard.
10   10  
11 # The "corrade", "group" and "password" settings must correspond to your 11 # The "corrade", "group" and "password" settings must correspond to your
12 # settings in Corrade.ini otherwise the script will not work at all. 12 # settings in Corrade.ini otherwise the script will not work at all.
13   13  
14 # Set this to the UUID of the Corrade bot. 14 # Set this to the UUID of the Corrade bot.
15 # Corrade Resident 15 # Corrade Resident
16 corrade = "2783a9d0-7e5d-4598-b127-d88ebdf1091d" 16 corrade = "2783a9d0-7e5d-4598-b127-d88ebdf1091d"
17   17  
18 # The name of the group - it can also be the UUID of the group. 18 # The name of the group - it can also be the UUID of the group.
19 group = "My Group" 19 group = "My Group"
20   20  
21 # The password for the group. 21 # The password for the group.
22 password = "mypassword" 22 password = "mypassword"
23   23  
24 # The version that this HUD is compatible with. 24 # The version that this template is compatible with.
-   25 version = 9.163
-   26  
-   27 # The character to use for commands.
25 version = 9.163 28 command = @
26   29  
27 # The range for the dice rolling command (inclusive). 30 # The range for the dice rolling command (inclusive).
28 roll range = 3,64 31 roll range = 3,64
29   32  
30 # The roles that are eligible for administrative group functions. 33 # The roles that are eligible for administrative group functions.
31 admin roles = Owners,Officers,Ecto 34 admin roles = Owners,Officers,Ecto
32   35  
33 # Restrict wiki operations to admin roles. 36 # Restrict wiki operations to admin roles.
34 restricted wiki = True 37 restricted wiki = True
35   38  
36 ########################### END CONFIGURATION ############################# 39 ########################### END CONFIGURATION #############################
37   40