diff options
Diffstat (limited to 'bin/pCampbot.ini.example')
-rw-r--r-- | bin/pCampbot.ini.example | 15 |
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 | ||