pCampbot.ini.example 720 B

123456789101112131415
  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. [Bot]
  4. ; Control whether bots should regularly send agent updates
  5. ; Not doing this will reduce CPU requirements for pCampbot but greatly
  6. ; reduce the realism compared to viewers which are constantly sending AgentUpdates UDP packets.
  7. ; Defaults to true.
  8. SendAgentUpdates = true
  9. ; Control whether bots will requests textures when receiving object information
  10. ; Not doing this will reduce CPU requirements for pCampbot but greatly
  11. ; reduce the realism compared to viewers which requests such texture data if not already cached.
  12. ; Defaults to true.
  13. RequestObjectTextures = true