2013-08-13 22:54:50 +00:00
|
|
|
; This is the example config file for pCampbot
|
|
|
|
; To use it, copy this file to pCampbot.ini and change settings if required
|
|
|
|
|
2013-08-22 22:43:33 +00:00
|
|
|
[BotManager]
|
|
|
|
; Number of milliseconds to wait between bot logins
|
|
|
|
LoginDelay = 5000
|
|
|
|
|
2013-08-13 22:54:50 +00:00
|
|
|
[Bot]
|
|
|
|
; Control whether bots should regularly send agent updates
|
2018-03-19 16:30:03 +00:00
|
|
|
; Not doing this will reduce CPU requirements for pCampbot but greatly
|
2013-08-14 18:53:10 +00:00
|
|
|
; reduce the realism compared to viewers which are constantly sending AgentUpdates UDP packets.
|
2013-08-13 22:54:50 +00:00
|
|
|
; Defaults to true.
|
|
|
|
SendAgentUpdates = true
|
2013-08-14 18:53:10 +00:00
|
|
|
|
|
|
|
; Control whether bots will requests textures when receiving object information
|
2018-03-19 16:30:03 +00:00
|
|
|
; Not doing this will reduce CPU requirements for pCampbot but greatly
|
2013-08-14 18:53:10 +00:00
|
|
|
; reduce the realism compared to viewers which requests such texture data if not already cached.
|
|
|
|
; Defaults to true.
|
|
|
|
RequestObjectTextures = true
|