corrade-lsl-templates – Diff between revs 15 and 23

Subversion Repositories:
Rev:
Only display areas with differencesRegard whitespace
Rev 15 Rev 23
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 # Ecto Resident 15 # Ecto Resident
16 corrade = "861eb918-0be7-4aa1-a6ed-d495f99c2af3" 16 corrade = "d726edfb-a1c4-4499-8c01-2746227b55e5"
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 # A short nickname for the bot - something you would call it for short. 24 # A short nickname for the bot - something you would call it for short.
25 nickname = "corrade" 25 nickname = "ecto"
26   26  
27 # The notification tag - any string you can come up with except the empty string. 27 # The notification tag - any string you can come up with except the empty string.
-   28 notification tag = "147d8bf1-4fbc-4c31-b0ea-1d2a72a41041"
-   29  
-   30 ## Corrade AI module parameters.
-   31 # Subscription ID
-   32 ai subscription = "ee12b9b4-87e7-41e2-84a6-e505e32aaa0b"
-   33 # Host
-   34 ai host = "127.0.0.1"
-   35 # Port
-   36 ai port = "1443"
-   37 # Username
-   38 ai username = "corrade"
-   39 # Secret
28 notification tag = "bf712608-4132-45c2-b770-bcdfa32146ba" 40 ai secret = "corrade"
29   41  
30 # The version that this template is compatible with (no need to change). 42 # The version that this template is compatible with (no need to change).
31 version = 9.173 43 version = 10.0
32   44  
33 # The character to use for commands. 45 # The character to use for commands.
34 command = @ 46 command = @
35   47  
36 # The range for the dice rolling command (inclusive). 48 # The range for the dice rolling command (inclusive).
37 roll range = 3,64 49 roll range = 3,64
38   50  
39 # The roles that are eligible for administrative group functions such as "eject". 51 # The roles that are eligible for administrative group functions such as "eject".
40 admin roles = Owners,Officers,Ecto 52 admin roles = Owners,Officers,Ecto
41   53  
42 # Wiki database table. 54 # Wiki database table.
43 wiki table = "corrade-eggdrop-wiki" 55 wiki table = "corrade-eggdrop-wiki"
44   56  
45 # The number of records to be retrieved from a namespace. 57 # The number of records to be retrieved from a namespace.
46 # This limit works around LSL HTTP limitations not being able to receive more than 2KiB. 58 # This limit works around LSL HTTP limitations not being able to receive more than 2KiB.
47 wiki results limit = 15 59 wiki results limit = 15
48   60  
49 # How many paths in total should be returned when looking up data. 61 # How many paths in total should be returned when looking up data.
50 wiki search limit = 5 62 wiki search limit = 5
51   63  
52 # MOTD database table. 64 # MOTD database table.
53 motd table = "corrade-eggdrop-motd" 65 motd table = "corrade-eggdrop-motd"
-   66  
-   67 # Database table for jokes.
-   68 joke table = "corrade-eggdrop-joke"
54   69  
55 # The name of the help notecard in this primitive's inventory. 70 # The name of the help notecard in this primitive's inventory.
56 help card = "Help" 71 help card = "Help"
57   -  
58 # All joke notecards have the following string in their name (case sensitive). -  
59 jokes = "Jokes" -  
60   72  
61 ########################### END CONFIGURATION ############################# 73 ########################### END CONFIGURATION #############################
62   74