aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-08-13 23:54:50 +0100
committerJustin Clark-Casey (justincc)2013-08-13 23:54:50 +0100
commit5933f9448d839b9f6db391dedc493bb5cc951d66 (patch)
tree158049869953786cdf7741e52444380dbce6da89 /bin
parentminor: Eliminate one of the duplicate 'have's in the HG message telling the u... (diff)
downloadopensim-SC_OLD-5933f9448d839b9f6db391dedc493bb5cc951d66.zip
opensim-SC_OLD-5933f9448d839b9f6db391dedc493bb5cc951d66.tar.gz
opensim-SC_OLD-5933f9448d839b9f6db391dedc493bb5cc951d66.tar.bz2
opensim-SC_OLD-5933f9448d839b9f6db391dedc493bb5cc951d66.tar.xz
Add a SendAgentUpdates setting to a new pCampbot.ini.example file which can control whether bots send agent updates
pCampbot.ini.example is used by copying to pCampbot.ini, like other ini files
Diffstat (limited to 'bin')
-rw-r--r--bin/pCampbot.ini.example9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/pCampbot.ini.example b/bin/pCampbot.ini.example
new file mode 100644
index 0000000..81cdcf4
--- /dev/null
+++ b/bin/pCampbot.ini.example
@@ -0,0 +1,9 @@
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 sending agent updates 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