Justin Clark-Casey (justincc) 08a9b01123 Fix a bug in pCampbot grabbing behaviour where an exception would be thrown if the bot was not yet aware of any objects. 12 лет назад
..
Behaviours 08a9b01123 Fix a bug in pCampbot grabbing behaviour where an exception would be thrown if the bot was not yet aware of any objects. 12 лет назад
Interfaces 2ae5b40ca6 On pCampBot, add bot as a property on behaviours instead of passing it in every time 13 лет назад
Bot.cs 2d16d14ef1 If logging a client out due to ack timeout, do this asynchronously rather than synchronously on the outgoing packet loop. 12 лет назад
BotManager.cs debd83b06a Print out more information on connecting bots 12 лет назад
README.txt b1647f6d04 adjust pCampbot so it starts up bots with the name format "<firstname> <lastname>_<bot-number>" 13 лет назад
pCampBot.cs 6538dd24bb Invoke log4net configurator in pCampBot.exe in order to get OpenSim sylte logging 12 лет назад

README.txt

This is the PhysicsCamperbot libslBot tester.

This is designed to stress test the simulator. It creates
clients that log in, randomly jump/walk around, and can say excuses from
the BOFH.

Bots must have accounts already created. Each bot will have the same firstname and password
but their lastname will be appended with _ starting from 0. So if you have two bots called ima bot, their
first names will be ima_bot_0 and ima_bot_1.

*** WARNING ***
Using this bot on a public grid could get you banned permanently, so
just say No! to griefing!

----- Setup -----
Linux: To build, in the main opensim directory, run:
./runprebuild.sh
nant

Windows: Run the prebuild.bat in the main opensim directory and then
open the created solution and compile it.

pCampBot.exe will end up in the regular opensim/bin folder

----- Running the bot -----

windows: pCampBot.exe -botcount -loginuri -firstname -lastname -password
*nix: mono pCampBot.exe -botcount -loginuri -firstname -lastname -password

----- Commands -----

The bot has console commands:
help - lists the console commands and what they do
shutdown - gracefully shuts down the bots
quit - forcefully shuts things down leaving stuff unclean