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

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 23 Rev 42
Line 1... Line 1...
1 ########################## START CONFIGURATION ############################ 1 ########################## START CONFIGURATION ############################
Line 2... Line -...
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   2  
11 # The "corrade", "group" and "password" settings must correspond to your 3 # The "corrade", "group" and "password" settings must correspond to your
Line 12... Line 4...
12 # settings in Corrade.ini otherwise the script will not work at all. 4 # Corrade settings otherwise the script will not work at all.
13   5  
14 # Set this to the UUID of the Corrade bot. 6 # Set this to the UUID of the Corrade bot.
Line 15... Line 7...
15 # Ecto Resident 7 # Ecto Resident
16 corrade = "d726edfb-a1c4-4499-8c01-2746227b55e5" 8 corrade = "ced1d317-a32c-443d-a47f-cab329e77948"
Line 17... Line 9...
17   9  
Line 23... Line 15...
23   15  
24 # A short nickname for the bot - something you would call it for short. 16 # A short nickname for the bot - something you would call it for short.
Line 25... Line 17...
25 nickname = "ecto" 17 nickname = "ecto"
26   18  
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" -  
Line 39... Line 19...
39 # Secret 19 # The notification tag - any string you can come up with except the empty string.
40 ai secret = "corrade" 20 notification tag = "119cb10d-3416-4d44-8f42-27c223bba0f3"
Line 41... Line 21...
41   21  
42 # The version that this template is compatible with (no need to change). 22 # The version that this template is compatible with (no need to change).
Line 43... Line 23...
43 version = 10.0 23 version = 11.0
44   24  
Line 45... Line 25...
45 # The character to use for commands. 25 # The character to use for commands.
46 command = @ 26 command = @
Line 47... Line 27...
47   27  
48 # The range for the dice rolling command (inclusive). 28 # The range for the dice rolling command (inclusive).
Line 49... Line 29...
49 roll range = 3,64 29 roll range = 3,64
Line 65... Line 45...
65 motd table = "corrade-eggdrop-motd" 45 motd table = "corrade-eggdrop-motd"
Line 66... Line 46...
66   46  
67 # Database table for jokes. 47 # Database table for jokes.
Line -... Line 48...
-   48 joke table = "corrade-eggdrop-joke"
-   49  
-   50 # Activity database table.
-   51 activity table = "corrade-eggdrop-activity"
-   52  
-   53 # Reminders table
-   54 reminders table = "corrade-eggdrop-reminders"
-   55  
-   56 # If the group has a subscription fee, should it be paid back after the new member joined?
68 joke table = "corrade-eggdrop-joke" 57 pay back = true
69   58  
Line -... Line 59...
-   59 # The name of the help notecard in this primitive's inventory.
-   60 help card = "Help"
-   61  
-   62 # The name of the home region.
-   63 home region = "Puguet Sound"
-   64  
-   65 # This template also processes Discord messages, please see:
-   66 # http://grimore.org/secondlife/scripted_agents/corrade/projects/external_services/synchronize_group_chat_and_discord
-   67 # on how to set up the Corrade Group to Discord synchronization.
-   68 # The following is a list of Discord user IDs that will be allowed to execute administrative commands.
-   69 discord admin = "was#5255"
-   70  
-   71 ## Jenkins CI integration
-   72 # Jenkins HTTP user and password
-   73 jenkins user = jenkins
-   74 jenkins password = mainpassword
70 # The name of the help notecard in this primitive's inventory. 75 jenkins host = jenkins.dev.net