diff options
author | Diva Canto | 2015-06-13 14:41:50 -0700 |
---|---|---|
committer | Diva Canto | 2015-06-13 14:41:50 -0700 |
commit | 53502e8694af768de4a8b85bc8ecb2c192ba097f (patch) | |
tree | e72bcf956412d2149651b077556563cb59f4e17e /bin | |
parent | Added ':' to debug messages (diff) | |
download | opensim-SC-53502e8694af768de4a8b85bc8ecb2c192ba097f.zip opensim-SC-53502e8694af768de4a8b85bc8ecb2c192ba097f.tar.gz opensim-SC-53502e8694af768de4a8b85bc8ecb2c192ba097f.tar.bz2 opensim-SC-53502e8694af768de4a8b85bc8ecb2c192ba097f.tar.xz |
Added example of how to configure the GodNames module
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index b30436a..28a8dc2 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1124,6 +1124,15 @@ | |||
1124 | ;; Disabled when unset. | 1124 | ;; Disabled when unset. |
1125 | ;; URL = ${Const|BaseURL}:${Const|PrivatePort} | 1125 | ;; URL = ${Const|BaseURL}:${Const|PrivatePort} |
1126 | 1126 | ||
1127 | ;; | ||
1128 | ;; Optional module to highlight God names in the viewer. | ||
1129 | ;; Uncomment and costumize appropriately if you want this behavior. | ||
1130 | ;; | ||
1131 | ;[GodNames] | ||
1132 | ; Enabled = false | ||
1133 | ; FullNames = "Test User, Foo Bar" | ||
1134 | ; Surnames = "Kryztlsk" | ||
1135 | |||
1127 | [Architecture] | 1136 | [Architecture] |
1128 | ;# {Include-Architecture} {} {Choose one of the following architectures} {config-include/Standalone.ini config-include/StandaloneHypergrid.ini config-include/Grid.ini config-include/GridHypergrid.ini config-include/SimianGrid.ini config-include/HyperSimianGrid.ini} config-include/Standalone.ini | 1137 | ;# {Include-Architecture} {} {Choose one of the following architectures} {config-include/Standalone.ini config-include/StandaloneHypergrid.ini config-include/Grid.ini config-include/GridHypergrid.ini config-include/SimianGrid.ini config-include/HyperSimianGrid.ini} config-include/Standalone.ini |
1129 | ;; Uncomment one of the following includes as required. For instance, to create a standalone OpenSim, | 1138 | ;; Uncomment one of the following includes as required. For instance, to create a standalone OpenSim, |