aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMelanie2013-08-14 21:25:22 +0100
committerMelanie2013-08-14 21:25:22 +0100
commitdf7a1e68f6b3f8d136c7f8fe2c973e1fa5b6701b (patch)
treed6e2983a501d41c2793fe30b7a87beb717d298f7 /bin
parentMerge branch 'master' into careminster (diff)
parentIf pCampbot has been asked to shutdown, don't carry on logging in queued bots (diff)
downloadopensim-SC_OLD-df7a1e68f6b3f8d136c7f8fe2c973e1fa5b6701b.zip
opensim-SC_OLD-df7a1e68f6b3f8d136c7f8fe2c973e1fa5b6701b.tar.gz
opensim-SC_OLD-df7a1e68f6b3f8d136c7f8fe2c973e1fa5b6701b.tar.bz2
opensim-SC_OLD-df7a1e68f6b3f8d136c7f8fe2c973e1fa5b6701b.tar.xz
Merge branch 'master' into careminster
Diffstat (limited to 'bin')
-rw-r--r--bin/pCampbot.ini.example15
1 files changed, 15 insertions, 0 deletions
diff --git a/bin/pCampbot.ini.example b/bin/pCampbot.ini.example
new file mode 100644
index 0000000..f44feae
--- /dev/null
+++ b/bin/pCampbot.ini.example
@@ -0,0 +1,15 @@
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[Bot]
5 ; Control whether bots should regularly send agent updates
6 ; Not doing this will reduce CPU requirements for pCampbot but greatly
7 ; reduce the realism compared to viewers which are constantly sending AgentUpdates UDP packets.
8 ; Defaults to true.
9 SendAgentUpdates = true
10
11 ; Control whether bots will requests textures when receiving object information
12 ; Not doing this will reduce CPU requirements for pCampbot but greatly
13 ; reduce the realism compared to viewers which requests such texture data if not already cached.
14 ; Defaults to true.
15 RequestObjectTextures = true