Jump to content

Innula Zenovka

Advisor
  • Posts

    10,644
  • Joined

  • Last visited

Reputation

6,256 Excellent

7 Followers

Recent Profile Visitors

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

  1. Generally I use debugSay(string what){ llRegionSay(iDebugChannel, what); } integer iDebugChannel //an integer from the list of random large negative integers generated by ChatGPT that I keep in notepad and wear an attachment listening on the appropriate channel when I want to hear what the script is telling me. But however it's done, finding out what's actually happening vs what I think is happening is generally the first step towards fixing mysterious problems like this. Most of the time it's something minor, but nothing like what it would be.
  2. When something's not working as I expect, I start debugging it by sticking in llOwnerSay()s at every point of interest, just to make sure what's actually happening rather than what I think is happening. So I'd start with somethink like this, so you can find out where things are going wrong.
  3. You can read Linden Lab Official:Intellectual Property in the Wiki. which outlines the procedure for submitting complaints about intellectual property infringements. The short version is that LL respond only to complaints from the copyright holder or their agents -- you don't know, after all, what licences, if any, the owner of the IP in question may have granted to either the person using their material or, more to the point, to the person uploading the material on YouTube, and neither do LL until the owner or their agent complain about the materials in question. If you look at YouTube's policy on removing copyright material you'll see it's very similar: So I'd suggest, if you're concerned, that you contact the movie studios in question and bring the matter to their attention.
  4. Thanks. But I meant that, since LL aren't going to remove the DATA_BORN flag and break lots of existing scripted content, I don't see the point of removing birth dates from profiles, since the date will still be visible, with the aid of a simple script, to anyone who's interested.
  5. While it would be simple enough to tweak the viewer UI and web profiles to hide avatars' start dates, it would not be possible to hide the information from scripts by removing the flag DATA_BORN from llRequestAgentData without breaking a whole load of content that tests for account age (freebie vendors restricted to new residents, for example, or security orbs that deny entry to day-old accounts). LL don't like breaking existing content, particularly when it's something that's widely used. If LL did hide birthdates on people's profiles without disabling the DATA_BORN flag, people would readily be able to check account birth dates by using a very simple script. What's the point?
  6. Viale left years ago. The Zindra Help Vortex was a trainwreck that's long been defunct, AFIAK. I guess someone at LL should wind up the group, reclaim the land and return the group-owned objects, but I can understand why it's not that high on anyone's priorities.
  7. I don't say it could never happen but I view it as something so unlikely as not to be worth worrying about until there's some indication it might. But such a discussion, as we have just been reminded, is off topic for this thread, which is the likely results of Amazon banning adult content on its servers, not all governments everywhere deciding to ban porn online.
  8. The whole topic is an interesting hypothetical, but so would be "What would people do if social media companies banned all posts that aren't correctly spelled and punctuated?" Neither is going to happen, so what's the point?
  9. So if I'm flying at 75 or 100 metres above the ground, are you saying that I won't know whether or not I'm allowed to fly over the parcel unless a security orb tells me to go away (or kicks me out)?
  10. I have a question. According to the wiki, If you're flying, and encounter a parcel that's not set to public access, at what altitude do the ban lines cease to be visible? Or is that determned by your draw distance?
  11. You can increase the maximum length of body to receive in the http_response event by setting, in the llHTTPRequest call, HTTP_BODY_MAXLENGTH,16384
  12. You may have missed Henri's post earlier in the thread
  13. I know it's very easy, or said to be, to create PBR materials with Substance Painter, but are there any tutorials about how to it with free tools like Gimp and/or Blender that you can recommend?
×
×
  • Create New...