diff options
author | Justin Clark-Casey (justincc) | 2013-08-23 20:58:22 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-08-23 20:58:46 +0100 |
commit | 1a623bb266e78c9dc2648038de7b67d81b5a417e (patch) | |
tree | ea81cb50874f6952336bf35f30348cac8f19cf4e /bin/pCampbot.ini.example | |
parent | minor: shortern warning messages in EntityTransferModule when UpdateAgent() f... (diff) | |
download | opensim-SC_OLD-1a623bb266e78c9dc2648038de7b67d81b5a417e.zip opensim-SC_OLD-1a623bb266e78c9dc2648038de7b67d81b5a417e.tar.gz opensim-SC_OLD-1a623bb266e78c9dc2648038de7b67d81b5a417e.tar.bz2 opensim-SC_OLD-1a623bb266e78c9dc2648038de7b67d81b5a417e.tar.xz |
Rename pCampbot.ini -> pCampBot.ini (and example file) to be consistent with other capitalizations of pCampBot
Diffstat (limited to 'bin/pCampbot.ini.example')
-rw-r--r-- | bin/pCampbot.ini.example | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/bin/pCampbot.ini.example b/bin/pCampbot.ini.example deleted file mode 100644 index 2952bb0..0000000 --- a/bin/pCampbot.ini.example +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
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 | ||