diff options
author | Dan Lake | 2011-10-31 15:21:39 -0700 |
---|---|---|
committer | Dan Lake | 2011-10-31 15:21:39 -0700 |
commit | 3a2dcc7298f91a04ffd71c01809fa9c54403566a (patch) | |
tree | 9f3e38490904be795f7c8f5a8e1c75f3444e6649 /OpenSim/Tools/pCampBot/README.txt | |
parent | Adding green dots to map response should be for root agents only (diff) | |
parent | adjust pCampbot so it starts up bots with the name format "<firstname> <lastn... (diff) | |
download | opensim-SC-3a2dcc7298f91a04ffd71c01809fa9c54403566a.zip opensim-SC-3a2dcc7298f91a04ffd71c01809fa9c54403566a.tar.gz opensim-SC-3a2dcc7298f91a04ffd71c01809fa9c54403566a.tar.bz2 opensim-SC-3a2dcc7298f91a04ffd71c01809fa9c54403566a.tar.xz |
Merge branch 'master' of git://opensimulator.org/git/opensim
Diffstat (limited to 'OpenSim/Tools/pCampBot/README.txt')
-rw-r--r-- | OpenSim/Tools/pCampBot/README.txt | 25 |
1 files changed, 8 insertions, 17 deletions
diff --git a/OpenSim/Tools/pCampBot/README.txt b/OpenSim/Tools/pCampBot/README.txt index 7ecbde1..c4fcf33 100644 --- a/OpenSim/Tools/pCampBot/README.txt +++ b/OpenSim/Tools/pCampBot/README.txt | |||
@@ -1,10 +1,13 @@ | |||
1 | This is the PhysicsCamperbot libslBot tester. | 1 | This is the PhysicsCamperbot libslBot tester. |
2 | 2 | ||
3 | This is designed to be run in standalone mode with authorize accounts | 3 | This is designed to stress test the simulator. It creates <N> |
4 | turned off as a way to stress test the simulator. It creates <N> | 4 | clients that log in, randomly jump/walk around, and can say excuses from |
5 | clients that log in, randomly jump/walk around, and say excuses from | ||
6 | the BOFH. | 5 | the BOFH. |
7 | 6 | ||
7 | Bots must have accounts already created. Each bot will have the same firstname and password | ||
8 | but their lastname will be appended with _<bot-number> starting from 0. So if you have two bots called ima bot, their | ||
9 | first names will be ima_bot_0 and ima_bot_1. | ||
10 | |||
8 | *** WARNING *** | 11 | *** WARNING *** |
9 | Using this bot on a public grid could get you banned permanently, so | 12 | Using this bot on a public grid could get you banned permanently, so |
10 | just say No! to griefing! | 13 | just say No! to griefing! |
@@ -21,19 +24,8 @@ pCampBot.exe will end up in the regular opensim/bin folder | |||
21 | 24 | ||
22 | ----- Running the bot ----- | 25 | ----- Running the bot ----- |
23 | 26 | ||
24 | windows: pCampBot.exe -botcount <N> -loginuri <URI> | 27 | windows: pCampBot.exe -botcount <N> -loginuri <URI> -firstname <bot-first-name> -lastname <bot-last-name-stem> -password <bot-password> |
25 | *nix: mono pCampBot.exe -botcount <N> -loginuri <URI> | 28 | *nix: mono pCampBot.exe -botcount <N> -loginuri <URI> -firstname <bot-first-name> -lastname <bot-last-name-stem> -password <bot-password> |
26 | |||
27 | The names it produces are random by default, however, you can specify | ||
28 | either a firstname or a lastname in the command line also. | ||
29 | |||
30 | ex: pCampBot.exe -botcount <N> -loginuri <URI> -lastname <lastname> | ||
31 | |||
32 | If you specify both a firstname *and* a lastname, you'll likely run | ||
33 | into trouble unless you're only running a single bot. In that case, | ||
34 | there's also a password option. | ||
35 | |||
36 | pCampBot.exe -botcount 1 -loginuri http://somegrid.com:8002 -firstname SomeDude -lastname SomeDude -password GobbleDeGook | ||
37 | 29 | ||
38 | ----- Commands ----- | 30 | ----- Commands ----- |
39 | 31 | ||
@@ -41,4 +33,3 @@ The bot has console commands: | |||
41 | help - lists the console commands and what they do | 33 | help - lists the console commands and what they do |
42 | shutdown - gracefully shuts down the bots | 34 | shutdown - gracefully shuts down the bots |
43 | quit - forcefully shuts things down leaving stuff unclean | 35 | quit - forcefully shuts things down leaving stuff unclean |
44 | addbots N - adds N number of random bots. (replace 'N' with a number) | ||