diff options
Diffstat (limited to 'bin/pCampBot.ini.example')
-rw-r--r-- | bin/pCampBot.ini.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pCampBot.ini.example b/bin/pCampBot.ini.example index 2952bb0..138e4ec 100644 --- a/bin/pCampBot.ini.example +++ b/bin/pCampBot.ini.example | |||
@@ -7,13 +7,13 @@ | |||
7 | 7 | ||
8 | [Bot] | 8 | [Bot] |
9 | ; Control whether bots should regularly send agent updates | 9 | ; Control whether bots should regularly send agent updates |
10 | ; Not doing this will reduce CPU requirements for pCampbot but greatly | 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. | 11 | ; reduce the realism compared to viewers which are constantly sending AgentUpdates UDP packets. |
12 | ; Defaults to true. | 12 | ; Defaults to true. |
13 | SendAgentUpdates = true | 13 | SendAgentUpdates = true |
14 | 14 | ||
15 | ; Control whether bots will requests textures when receiving object information | 15 | ; Control whether bots will requests textures when receiving object information |
16 | ; Not doing this will reduce CPU requirements for pCampbot but greatly | 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. | 17 | ; reduce the realism compared to viewers which requests such texture data if not already cached. |
18 | ; Defaults to true. | 18 | ; Defaults to true. |
19 | RequestObjectTextures = true | 19 | RequestObjectTextures = true |