README.txt 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. This is the PhysicsCamperbot libslBot tester.
  2. This is designed to be run in standalone mode with authorize accounts
  3. turned off as a way to stress test the simulator. It creates <N>
  4. clients that log in, randomly jump/walk around, and say excuses from
  5. the BOFH.
  6. *** WARNING ***
  7. Using this bot on a public grid could get you banned permanently, so
  8. just say No! to griefing!
  9. ----- Setup -----
  10. Linux: To build, in the main opensim directory, run:
  11. ./runprebuild.sh
  12. nant
  13. Windows: Run the prebuild.bat in the main opensim directory and then
  14. open the created solution and compile it.
  15. pCampBot.exe will end up in the regular opensim/bin folder
  16. ----- Running the bot -----
  17. windows: pCampBot.exe -botcount <N> -loginuri <URI>
  18. *nix: mono pCampBot.exe -botcount <N> -loginuri <URI>
  19. The names it produces are random by default, however, you can specify
  20. either a firstname or a lastname in the command line also.
  21. ex: pCampBot.exe -botcount <N> -loginuri <URI> -lastname <lastname>
  22. If you specify both a firstname *and* a lastname, you'll likely run
  23. into trouble unless you're only running a single bot. In that case,
  24. there's also a password option.
  25. pCampBot.exe -botcount 1 -loginuri http://somegrid.com:8002 -firstname SomeDude -lastname SomeDude -password GobbleDeGook
  26. ----- Commands -----
  27. The bot has console commands:
  28. help - lists the console commands and what they do
  29. shutdown - gracefully shuts down the bots
  30. quit - forcefully shuts things down leaving stuff unclean
  31. addbots N - adds N number of random bots. (replace 'N' with a number)