aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/pCampBot/README.txt
diff options
context:
space:
mode:
authorJeff Ames2008-02-15 03:21:05 +0000
committerJeff Ames2008-02-15 03:21:05 +0000
commit25e7f74d29b394737e3180dff71ee0020430b4e1 (patch)
treefa2c91ac8daf74c50b021ad825cc33d8713e70e9 /OpenSim/Tools/pCampBot/README.txt
parentMoved pCampBot to OpenSim/Tools (diff)
downloadopensim-SC_OLD-25e7f74d29b394737e3180dff71ee0020430b4e1.zip
opensim-SC_OLD-25e7f74d29b394737e3180dff71ee0020430b4e1.tar.gz
opensim-SC_OLD-25e7f74d29b394737e3180dff71ee0020430b4e1.tar.bz2
opensim-SC_OLD-25e7f74d29b394737e3180dff71ee0020430b4e1.tar.xz
Move pCampBot prebuild.xml into main prebuild.xml to fix reference errors. Update README.
Diffstat (limited to 'OpenSim/Tools/pCampBot/README.txt')
-rw-r--r--OpenSim/Tools/pCampBot/README.txt44
1 files changed, 44 insertions, 0 deletions
diff --git a/OpenSim/Tools/pCampBot/README.txt b/OpenSim/Tools/pCampBot/README.txt
new file mode 100644
index 0000000..7ecbde1
--- /dev/null
+++ b/OpenSim/Tools/pCampBot/README.txt
@@ -0,0 +1,44 @@
1This is the PhysicsCamperbot libslBot tester.
2
3This is designed to be run in standalone mode with authorize accounts
4turned off as a way to stress test the simulator. It creates <N>
5clients that log in, randomly jump/walk around, and say excuses from
6the BOFH.
7
8*** WARNING ***
9Using this bot on a public grid could get you banned permanently, so
10just say No! to griefing!
11
12----- Setup -----
13Linux: To build, in the main opensim directory, run:
14 ./runprebuild.sh
15 nant
16
17Windows: Run the prebuild.bat in the main opensim directory and then
18open the created solution and compile it.
19
20pCampBot.exe will end up in the regular opensim/bin folder
21
22----- Running the bot -----
23
24windows: pCampBot.exe -botcount <N> -loginuri <URI>
25*nix: mono pCampBot.exe -botcount <N> -loginuri <URI>
26
27The names it produces are random by default, however, you can specify
28either a firstname or a lastname in the command line also.
29
30ex: pCampBot.exe -botcount <N> -loginuri <URI> -lastname <lastname>
31
32If you specify both a firstname *and* a lastname, you'll likely run
33into trouble unless you're only running a single bot. In that case,
34there's also a password option.
35
36pCampBot.exe -botcount 1 -loginuri http://somegrid.com:8002 -firstname SomeDude -lastname SomeDude -password GobbleDeGook
37
38----- Commands -----
39
40The bot has console commands:
41 help - lists the console commands and what they do
42 shutdown - gracefully shuts down the bots
43 quit - forcefully shuts things down leaving stuff unclean
44 addbots N - adds N number of random bots. (replace 'N' with a number)