diff options
Diffstat (limited to 'OpenSim/Tools/pCampBot/PhysicsCamperBotREADME.txt')
-rw-r--r-- | OpenSim/Tools/pCampBot/PhysicsCamperBotREADME.txt | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/OpenSim/Tools/pCampBot/PhysicsCamperBotREADME.txt b/OpenSim/Tools/pCampBot/PhysicsCamperBotREADME.txt new file mode 100644 index 0000000..afa5fbd --- /dev/null +++ b/OpenSim/Tools/pCampBot/PhysicsCamperBotREADME.txt | |||
@@ -0,0 +1,36 @@ | |||
1 | This is the PhysicsCamperbot libslBot tester. | ||
2 | |||
3 | This is designed to be run in standalone mode with authorize accounts turned off as a way to stress test the simulator. | ||
4 | It 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 ----- | ||
9 | Linux: chmod the .sh runprebuild file, run it. Then run nant like; | ||
10 | |||
11 | nant -buildfile: pCampBot.build | ||
12 | |||
13 | and pCampBot.exe will end up in the regular opensim/bin folder | ||
14 | |||
15 | Windows: | ||
16 | Run 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 | |||
21 | windows: pCampBot.exe -botcount <N> -loginuri <URI> | ||
22 | *nix: mono pCampBot.exe -botcount <N> -loginuri <URI> | ||
23 | |||
24 | The names it produces are random by default, however, you can specify either a firstname or a lastname in the command line also. | ||
25 | ex: pCampBot.exe -botcount <N> -loginuri <URI> -lastname <lastname> | ||
26 | |||
27 | If 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 | |||
29 | pCampBot.exe -botcount 1 -loginuri http://somegrid.com:8002 -firstname SomeDude -lastname SomeDude -password GobbleDeGook | ||
30 | ------- | ||
31 | |||
32 | The bot also has console commands | ||
33 | help - lists the console commands and what they do | ||
34 | shutdown - gracefully shuts down the bots | ||
35 | quit - forcefully shuts things down leaving stuff unclean | ||
36 | addbots N - adds N number of random bots. (replace 'N' with a number) \ No newline at end of file | ||