diff options
author | Teravus Ovares | 2008-02-03 04:34:37 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-02-03 04:34:37 +0000 |
commit | fc02dbc6bc5441a96d0323ba258231cc8c6918e5 (patch) | |
tree | 8f1878c61513f61d53383ab8dcf4e14459bfcc1c /pCampBot/PhysicsCamperBotREADME.txt | |
parent | * Adding the PhysicsCamperBot load testing app to the SVN in it's own folder.... (diff) | |
download | opensim-SC_OLD-fc02dbc6bc5441a96d0323ba258231cc8c6918e5.zip opensim-SC_OLD-fc02dbc6bc5441a96d0323ba258231cc8c6918e5.tar.gz opensim-SC_OLD-fc02dbc6bc5441a96d0323ba258231cc8c6918e5.tar.bz2 opensim-SC_OLD-fc02dbc6bc5441a96d0323ba258231cc8c6918e5.tar.xz |
* Updated the readme of PhysicsCamperBot to have documentation regarding a few extra steps for Linux builds and the console commands.
Diffstat (limited to 'pCampBot/PhysicsCamperBotREADME.txt')
-rw-r--r-- | pCampBot/PhysicsCamperBotREADME.txt | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/pCampBot/PhysicsCamperBotREADME.txt b/pCampBot/PhysicsCamperBotREADME.txt index 988f589..d8735dd 100644 --- a/pCampBot/PhysicsCamperBotREADME.txt +++ b/pCampBot/PhysicsCamperBotREADME.txt | |||
@@ -6,7 +6,11 @@ It creates <N> clients that log in, randomly jump/walk around, and say excuses f | |||
6 | **Warning:** Using this bot on a public grid could get you banned perminantly, so just say No! to greifing! | 6 | **Warning:** Using this bot on a public grid could get you banned perminantly, so just say No! to greifing! |
7 | 7 | ||
8 | -----Setup ----- | 8 | -----Setup ----- |
9 | Run the prebuilds for it IN THIS FOLDER and then open the created solution and compile it. It will end up in the regular opensim bin folder. | 9 | Linux: chmod the .sh runprebuild file, run it and then delete the pCampBot.exe.build file. nant, and it'll end up in the OpenSim/Bin folder |
10 | |||
11 | Windows: | ||
12 | 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. | ||
13 | |||
10 | 14 | ||
11 | -----Running the bot---- | 15 | -----Running the bot---- |
12 | 16 | ||
@@ -19,3 +23,10 @@ ex: pCampBot.exe -botcount <N> -loginuri <URI> -lastname <lastname> | |||
19 | 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. | 23 | 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. |
20 | 24 | ||
21 | pCampBot.exe -botcount 1 -loginuri http://somegrid.com:8002 -firstname SomeDude -lastname SomeDude -password GobbleDeGook | 25 | pCampBot.exe -botcount 1 -loginuri http://somegrid.com:8002 -firstname SomeDude -lastname SomeDude -password GobbleDeGook |
26 | ------- | ||
27 | |||
28 | The bot also has console commands | ||
29 | help - lists the console commands and what they do | ||
30 | shutdown - gracefully shuts down the bots | ||
31 | quit - forcefully shuts things down leaving stuff unclean | ||
32 | addbots N - adds N number of random bots. (replace 'N' with a number) \ No newline at end of file | ||