Jump to content

trondheimtour

Resident
  • Posts

    17
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hi, I have seen that there are path finding functions available in second life. So is it possible to create an object and make it move around the land with specific paths ?
  2. Hi, I am working with Second Life Texturing . I am using GIMP to add design clothes . But now i need to design a cloth for avatar . It is a traditional clothes worn by people in the past in a specific region. I have images of the cloth . I am using Avatar UV template , http://www.robinwood.com/Catalog/Technical/SL-Tuts/SLPages/AVUVTemplates.html And I am using GIMP software to design clothes. I am wondering whether I can directly apply the exiting image of cloth to GIMP and then to SL . Hope I get a reply for this .
  3. Hi, Now I understood the problem and the code is working fine . Thank you so much for this help.
  4. Hi, I copied the object to inventory and save the script . Also created as notecard inside the same object. Below shows the screenshot. Here avaobj is the object i created . But i can see that after copying the script to inventory the ' Running ' option was not there ... I dont know how it happens . What i did here is I created a new object . Then take copy of that object to inventory . Then i changed the script . But Running option was not there . Before I copy to inventory Running option was there . Then the result was like , No Notecard found in the inventory . So i copied the object to inventory . Then Running option disappeared . I dont know why this happens .
  5. Hi, I put the above script inside my object . Also I have a notecard in the subject. But there is no output when I touch the object. How can i take the output with this script. Is there anything more I should do here in the object . I am sorry ...I dont know what to do here next.
  6. Hi .. I am cofused with this ... I put the Notecard inside the object which I created. The object is just a box .And then I put my new notecard under the created object in the inventory .. But I dont understand the second thing you mentioned. The name of my notecard is MYNotecard The script is just New Script .I didnt change the name of the script . And where should i use this function llGetInventoryName (INVENTORY_NOTECARD,0 ) Now I am getting the same error
  7. Hi, I have written this script as follows : default { state_entry() { llSay(0, "Hello, Avatar!"); } touch_start(integer total_number) { // get the UUID of the person touching this object key user = llDetectedKey(0); // Give them the first notecard found in the object's contents llGiveInventory(user, "MyNotecard"); } } Also I created a new notecard in my inventory named as MyNotecard. But when i run and touch the object , it give a warning Unable to give inventory: 'No item named 'MyNotecard'.'. Actually what might be the problem here .
  8. Hi, I found something i wiki as follows <lsl>//Give a notecard to anyone touching this object default { touch_start(integer total_number) { // get the UUID of the person touching this object key user = llDetectedKey(0); // Give them the first notecard found in the object's contents llGiveInventory(user, llGetInventoryName(INVENTORY_NOTECARD, 0) ); } }</lsl> Here I got many doubts .. what is </lsl> Where we shoud put this if i create my own new script . In this script INVENTORY_NOTECARD is the name of the notecard that we created and put it in inworld inventory ? and give that notecard for the Avatar who touches the prim ? user ? means
  9. Hi Freya, Thank you for your help ... Actually I want to learn scripting..But the problem is that I read the LSL wiki ..and I am not able to find how can i start script in a new script.. I can find only some functions ..And I dont know how to make it as one for my need. I dont know the technical term for all these things ..for eg : If i want to display information aftter touch ...I dont know how to search it in witki..and I found so many functions to display ..so I am confused .. How to start ..how the control move ...etc .. So I just asked like as that in my previous post ... Hope i get a help to start the things ..
  10. Hi, I need to write a script for the following function. I have a human character in SL . I want to display a floating text above that character . Then if the avatar touch the charater , then it should display some kind of information .The information is a detialed one so that it can long for upto a paragraph ... How can i do this . Hope i can get a ready made script , I am in a hurry to make it done in few days. :(
  11. Hi, I created a mesh model in blender 2.71. Th mesh model includes 5 objects , total of having less than 7 material textures for each object . I uploaded this whole mesh model in .dae format into secondlife. But it is showing " Missing required level of detail " . What might be the issue with the file I try to upload. I tried with some other models and it worked fine . But this mesh os still have the problem .
  12. I created a model of house with 2 openings as doors.. Also I created a physics model of same dimensions similar to the mesh model , ie with 2 openings and the house is of same shape. The physics i applied is Rigidbody . I applied it for the whole mesh . I upload the model to secondlife . Then I checked for Render Physics shape . That is showing a closed cube model . The faces I created for my model of the building is all deformed to another triangular shaped faces , and the opening is closed automatically. What might be the problem ? How can I fix this issue ? How can I apply physics to a building with rooms .
  13. I build a duplicate model for the physics model with dimensions same as that of the original model . I upload the model to secondlife . Then I checked for Render Physics shape . That is showing a closed model . The faces I created for my model of the building is all deformed to another triangular shaped faces , and the opening is closed automatically. **Only uploaded images may be used in postings**://secondlife.i.lithium.com/i/smilies/16x16_smiley-sad.gif" border="0" alt=":smileysad:" title="Smiley Sad" /> How it happened ?
  14. I build a duplicate model for the physics model with dimensions same as that of the original model . I upload the model to secondlife . Then I checked for Render Physics shape . That is showing a closed model . The faces I created for my model of the building is all deformed to another triangular shaped faces , and the opening is closed automatically. How it happened ?
  15. When uploading mesh model after calculate mesh fees and weight , it shows upload filure error "Failure when receiving data from Peer Network Error " . What might be this ? I am uploading a mesh model , only L$21 , but land impact is 5.4 How can i reduce this land impact ?
×
×
  • Create New...