diff options
author | lbsa71 | 2007-04-03 16:57:50 +0000 |
---|---|---|
committer | lbsa71 | 2007-04-03 16:57:50 +0000 |
commit | 5ab7205dc56cec9f39e826ef66abda61afebc992 (patch) | |
tree | 2fef6f965af9b7d9a5ef00594be7029b0606b413 | |
parent | * Script prototype (diff) | |
download | opensim-SC_OLD-5ab7205dc56cec9f39e826ef66abda61afebc992.zip opensim-SC_OLD-5ab7205dc56cec9f39e826ef66abda61afebc992.tar.gz opensim-SC_OLD-5ab7205dc56cec9f39e826ef66abda61afebc992.tar.bz2 opensim-SC_OLD-5ab7205dc56cec9f39e826ef66abda61afebc992.tar.xz |
* added script prototype intructions
-rw-r--r-- | README.txt | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -102,3 +102,15 @@ LOCAL SET-UP OF OGS CONFIGURATION | |||
102 | 102 | ||
103 | * start the secondlife viewer with -loginuri http://localhost:8080/ | 103 | * start the secondlife viewer with -loginuri http://localhost:8080/ |
104 | 104 | ||
105 | === Trying Prototype Scripting Engine out === | ||
106 | |||
107 | * Update, build and run in sandbox mode. | ||
108 | * Use the admin web front localhost:9000/Admin, password Admin | ||
109 | * Create an account, then log in with the viewer | ||
110 | * Press 'Entities' in the admin view and memorize the guids (well, try to) | ||
111 | * Create a new object in the viewer | ||
112 | * Refresh the entities view (You might have to empty cache....) | ||
113 | * Locate the new guid, that's the primitive you just created | ||
114 | * Be sure to see both the object in the viewer and the admin web front. | ||
115 | * Press 'add test script'. | ||
116 | * Enjoy the blinkenlichten! \ No newline at end of file | ||