diff options
-rw-r--r-- | pCampBot/PhysicsCamperBotREADME.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pCampBot/PhysicsCamperBotREADME.txt b/pCampBot/PhysicsCamperBotREADME.txt index d8735dd..afa5fbd 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 | 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 | 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 | ||
10 | 14 | ||
11 | Windows: | 15 | 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. | 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. |