Jump to content

Impresario Beaumont

Resident
  • Posts

    39
  • Joined

  • Last visited

Reputation

21 Excellent

Recent Profile Visitors

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

  1. Thank you Clem. I was unaware of those facts. As you probably know, seeing the vast diversity of the mainland from the air is the big attraction. It has nothing to do with wanting to violate anyone's privacy. I've written a gadget I called the Magic Carpet that criss-crosses the public roads and waterways of pretty much all the mainland continents. But there's nothing like seeing it from the air!
  2. Wow, this is probably the most controversial subject I've ever raised. Some useful and some vitriolic responses. I guess I never realised that over-flying someone's property for one or two seconds was considered such a heinous act. I stand corrected and will constrain my travels to more welcoming areas where 15 second warning is considered a reasonable compromise.
  3. I've taken up flying in Second Life and find it a wonderful way of exploring the SL world. It is quite enjoyable when one restrict one's area of interest to Bellisseria and doesn't descend below 100m above ground. At that height one appears to avoid ban lines and since one travels at 15m/sec (or thereabout), one has no problem with surveillance orbs that allow incursions of 15 secs or less. Flying across other mainland continents is quite another matter. It appears that even at 400m above ground, SL's property rights fanatics on as little as 1024 parcels have the ability to send you back to your home parcel if one of your wings as much as touches their sovereign land. Is there no way to avoid this fate? Are there no SL TOS provisions that prevent unreasonable ejections?
  4. I am flooded by messages asking me to allow/disallow music from a particular URL as I fly across land. It interferes with my ability to fly the plane since it disables the keyboard until I click on one or more reply options. Is there a way to stop these messages?
  5. Thank you all for the great advice. I'm still testing different situations, but it looks like it's working perfectly.
  6. Ty Quistess! Not sure I follow the sequence of events. The llAttachToAvatarTemp() doesn't identify the avatar. Is my chair script issuing this? I'm sorry, I'm probably missing something obvious
  7. Is there a way of offering a HUD attachment to an avatar who sits on my chair by means of my script? I know I could offer the HUD as an inventory item, bu then the avatar has to not only give permissions to accept the inventory but then also attach the HUD. Thank you for any advice
  8. Thank you very much for the advice, I'll pursue the named child-prims approach.
  9. oh, here are the messages: [10:48] Object: link 3 received: Fourth guy [10:48] Object: link 4 received: Second guy [10:48] Object: link 2 received: Fifth guy [10:48] Object: link 4 received: Third guy
  10. I have an object comprised of a large number of prims. I thought it would be more efficient to communicate with MessageLinked to each specific prim by using that prim's link number, rather than using LINK_SET and having each prim determine if the message was meant for it by filtering on the data being sent. Alas, that didn't work for me. So I created a simple linked object of three boxes, resulting in link numbers 1, 2 and 3. In the root prim (link number 1) I placed a script that send one message to link 2 and a different message to link 3. In each of the other two prims (link # 2 and 3) I created a script that printed the message it received. What happened is that the link 2 prim printed the prim 3 message and prim 3 printed the prim 2 message. I verified that each prim had the correct link number. To complicate matters further, when I added a fourth box, the second box got the fourth box's message, the fourth box got the second box's message. The third box got the correct message. I continued to add boxes and they all seem to confuse the link number for their prim with someone elses. Any thoughts? Root script: default { touch_start(integer total_number) { llMessageLinked(2, 0, "Second guy", ""); llMessageLinked(3, 0, "Third guy", ""); llMessageLinked(4, 0, "Fourth guy", ""); llMessageLinked(5, 0, "Fifth guy", ""); } } Prim with link # 2: default { link_message(integer source, integer code, string data, key ID) { llSay(0, " link 2 received: " + data); } } The other scripts merely change the llSay message to define the correct prim
  11. I've got it working. Thank you so much for all the advice!!!
  12. Thank you so much for the overwhelming responses to my question. For my purposes, I only ever display one side of the cards as they lie on the table, either face up or face down. the sides can be invisible. I'll work with the suggestions made and see where it leads me. I'm a pretty competent scripter, but my Blender skills are minimal, A further complication is that I want the cards to overlap as they are dealt out to save table space. I've accomplished all that by having each card as a separate object and shrinking the card and texture as I deal the overlapping cards, but that comes at a very high prim cost as you can imagine in a multi-player game. Thanks again, everyone. It's a challenging, yet interesting problem to solve!
  13. I've written a game that involves the display of playing cards on a table. It's working fine except that i use one prim for every card on display. I've come across a number of table card games where the card images appear to be part of a mesh that's linked to the table. Does anyone know how that's done?
  14. I've done further testing and it appears that the 20 minute rule applies to most regions I had my driver-less vehicle passed. There were some, however, that would not permit entry without an attached avatar. When I sat back on the vehicle and the trip continued.
×
×
  • Create New...