README.txt 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. This is the PhysicsCamperbot libslBot tester.
  2. This is designed to stress test the simulator. It creates <N>
  3. clients that log in, randomly jump/walk around, and can say excuses from
  4. the BOFH.
  5. Bots must have accounts already created. Each bot will have the same firstname and password
  6. but their lastname will be appended with _<bot-number> starting from 0. So if you have two bots called ima bot, their
  7. first names will be ima_bot_0 and ima_bot_1.
  8. *** WARNING ***
  9. Using this bot on a public grid could get you banned permanently, so
  10. just say No! to griefing!
  11. ----- Setup -----
  12. Linux: To build, in the main opensim directory, run:
  13. ./runprebuild.sh
  14. nant
  15. Windows: Run the prebuild.bat in the main opensim directory and then
  16. open the created solution and compile it.
  17. pCampBot.exe will end up in the regular opensim/bin folder
  18. ----- Running the bot -----
  19. windows: pCampBot.exe -botcount <N> -loginuri <URI> -firstname <bot-first-name> -lastname <bot-last-name-stem> -password <bot-password>
  20. *nix: mono pCampBot.exe -botcount <N> -loginuri <URI> -firstname <bot-first-name> -lastname <bot-last-name-stem> -password <bot-password>
  21. ----- Commands -----
  22. The bot has console commands:
  23. help - lists the console commands and what they do
  24. shutdown - gracefully shuts down the bots
  25. quit - forcefully shuts things down leaving stuff unclean