Justin Clark-Casey (justincc) caf2abe311 Record individual region bot disconnects in pCampbot log 10 years ago
..
Behaviours b781a23c44 In pCampbot PhysicsBehaviour.Close(), only cancel jumping if bot is connected 11 years ago
Interfaces 3dbe7313d1 Add Close() method to IBehaviour to allow behaviours to cleanup when removed or bot it disconnected. 11 years ago
Properties 42bdf44658 Bump OPenSimulator version and assembly versions up to 0.8.0 Dev 10 years ago
Bot.cs caf2abe311 Record individual region bot disconnects in pCampbot log 10 years ago
BotManager.cs cc7065f9ee minor: change "bot" pCampBot help cateogry to "Bots" 10 years ago
README.txt b1647f6d04 adjust pCampbot so it starts up bots with the name format "<firstname> <lastname>_<bot-number>" 12 years ago
pCampBot.cs 0e07fad2e1 minor: update pCampbot usage/help statement 10 years ago

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