pCampBot.ini.example 806 B

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