aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/pCampBot/PhysicsCamperBotREADME.txt
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tools/pCampBot/PhysicsCamperBotREADME.txt')
-rw-r--r--OpenSim/Tools/pCampBot/PhysicsCamperBotREADME.txt36
1 files changed, 0 insertions, 36 deletions
diff --git a/OpenSim/Tools/pCampBot/PhysicsCamperBotREADME.txt b/OpenSim/Tools/pCampBot/PhysicsCamperBotREADME.txt
deleted file mode 100644
index afa5fbd..0000000
--- a/OpenSim/Tools/pCampBot/PhysicsCamperBotREADME.txt
+++ /dev/null
@@ -1,36 +0,0 @@
1This is the PhysicsCamperbot libslBot tester.
2
3This is designed to be run in standalone mode with authorize accounts turned off as a way to stress test the simulator.
4It creates <N> clients that log in, randomly jump/walk around, and say excuses from the BOFH
5
6**Warning:** Using this bot on a public grid could get you banned perminantly, so just say No! to greifing!
7
8-----Setup -----
9Linux: chmod the .sh runprebuild file, run it. Then run nant like;
10
11nant -buildfile: pCampBot.build
12
13and pCampBot.exe will end up in the regular opensim/bin folder
14
15Windows:
16Run the prebuild bat IN THIS FOLDER and then open the created solution and compile it. the Exe file will end up in the regular opensim bin folder.
17
18
19-----Running the bot----
20
21windows: pCampBot.exe -botcount <N> -loginuri <URI>
22*nix: mono pCampBot.exe -botcount <N> -loginuri <URI>
23
24The names it produces are random by default, however, you can specify either a firstname or a lastname in the command line also.
25ex: pCampBot.exe -botcount <N> -loginuri <URI> -lastname <lastname>
26
27If you specify both a firstname *and* a lastname, you'll likely run into trouble unless you're only running a single bot. In that case, there's also a password option.
28
29pCampBot.exe -botcount 1 -loginuri http://somegrid.com:8002 -firstname SomeDude -lastname SomeDude -password GobbleDeGook
30-------
31
32The bot also has console commands
33help - lists the console commands and what they do
34shutdown - gracefully shuts down the bots
35quit - forcefully shuts things down leaving stuff unclean
36addbots N - adds N number of random bots. (replace 'N' with a number) \ No newline at end of file