diff options
author | David Walter Seikel | 2016-11-03 21:44:39 +1000 |
---|---|---|
committer | David Walter Seikel | 2016-11-03 21:44:39 +1000 |
commit | 134f86e8d5c414409631b25b8c6f0ee45fbd8631 (patch) | |
tree | 216b89d3fb89acfb81be1e440c25c41ab09fa96d /bin/pCampBot.ini.example | |
parent | More changing to production grid. Double oops. (diff) | |
download | opensim-SC-134f86e8d5c414409631b25b8c6f0ee45fbd8631.zip opensim-SC-134f86e8d5c414409631b25b8c6f0ee45fbd8631.tar.gz opensim-SC-134f86e8d5c414409631b25b8c6f0ee45fbd8631.tar.bz2 opensim-SC-134f86e8d5c414409631b25b8c6f0ee45fbd8631.tar.xz |
Initial update to OpenSim 0.8.2.1 source code.
Diffstat (limited to '')
-rw-r--r-- | bin/pCampBot.ini.example | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/bin/pCampBot.ini.example b/bin/pCampBot.ini.example new file mode 100644 index 0000000..2952bb0 --- /dev/null +++ b/bin/pCampBot.ini.example | |||
@@ -0,0 +1,19 @@ | |||
1 | ; This is the example config file for pCampbot | ||
2 | ; To use it, copy this file to pCampbot.ini and change settings if required | ||
3 | |||
4 | [BotManager] | ||
5 | ; Number of milliseconds to wait between bot logins | ||
6 | LoginDelay = 5000 | ||
7 | |||
8 | [Bot] | ||
9 | ; Control whether bots should regularly send agent updates | ||
10 | ; Not doing this will reduce CPU requirements for pCampbot but greatly | ||
11 | ; reduce the realism compared to viewers which are constantly sending AgentUpdates UDP packets. | ||
12 | ; Defaults to true. | ||
13 | SendAgentUpdates = true | ||
14 | |||
15 | ; Control whether bots will requests textures when receiving object information | ||
16 | ; Not doing this will reduce CPU requirements for pCampbot but greatly | ||
17 | ; reduce the realism compared to viewers which requests such texture data if not already cached. | ||
18 | ; Defaults to true. | ||
19 | RequestObjectTextures = true | ||