diff options
author | Teravus Ovares | 2008-02-07 22:44:26 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-02-07 22:44:26 +0000 |
commit | 121789f54a1d21be2a6d1813d0d64de7dc6dff58 (patch) | |
tree | 73cb2940ebf28d8889825f14757816fe14c9e846 /pCampBot/PhysicsCamperBotREADME.txt | |
parent | Maybe VB.Net will compile now... who knows ;) (diff) | |
download | opensim-SC_OLD-121789f54a1d21be2a6d1813d0d64de7dc6dff58.zip opensim-SC_OLD-121789f54a1d21be2a6d1813d0d64de7dc6dff58.tar.gz opensim-SC_OLD-121789f54a1d21be2a6d1813d0d64de7dc6dff58.tar.bz2 opensim-SC_OLD-121789f54a1d21be2a6d1813d0d64de7dc6dff58.tar.xz |
* Updated the readme for pCampBot with info from Fly-Man-
Diffstat (limited to '')
-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. |