Jump to content

Rolig Loon

Resident
  • Posts

    46,361
  • Joined

  • Days Won

    5

Everything posted by Rolig Loon

  1. In both Phoenix and Firestrom, there is an option under Graphics -- Rendering in Preferences. Their wiki advises ... Alpha Mask Rendering: These options control when alpha masking should be used in an attempt to mitigate the well known alpha sorting issue, in which prims behind other prims may appear to flicker in front. Please note that enabling this can have side effects of its own, such as objects not rendering at all. The two options are: Render alpha masks when “lighting and shadows” is not enabled Render alpha masks when “lighting and shadows” is enabled My guess is that you have the option enabled in one viewer but not in the other one.
  2. Unfortunately, no. The smartest way to handle inventory organization is to stay ahead of it all the time. Otherwise, your inventory will balloon out of control before you know what happened and you'll start losing things. My own personal rules: (1) If I add something new to inventory, I immediately move it to the folder where I want it to live. (1a) If "immediately" isn't possible, I never log off without moving new things to their proper folders. (2) I schedule quiet time each week for cleaning out duplicates and garbage. At that time, I open the Recent tab in inventory, set the filter to show me everything new within the past week, and do a ruthless trash removal. (3) About once a month, I empty my Trash folder. (4) A couple of times a year, I take time to wander through folders and see if there are things that I really don't need to have available for day-to-day access. I drag those things into a prim and store them as "boxed" collections. If I really need to get then, I can always rez the box later and drag them out again. (OK .... so I'm not too good about this rule, but I try.) (5) I love subfolders, with sub-subfolders. I use names for items and folders that are as unambiguous as I can, so that I don't need to rez them to find out what this particular "Object" is. I put version numbers (v1.1, v2.3, etc ) on works in progress so I can go back to a previous saved version if I screw up or change my mind. I know I'm OCD, or at least mildly OCD. I write a lot of scripts in a week and rez a lot of prims, though, so if I don't follow my own rules, I can get swamped before I know what hit me. Then I lose valuable time and get really frustrated. I have managed to keep my inventory stable at 23K to 25K items for a long time and I rarely have trouble finding things in there.
  3. There were several sites through which you could still, use the Reg API to get an account with a legacy name, but it's my understanding that they are no longer available. The good news, however, is that LL is "actively discussing" ways to bring last names back, perhaps as early as January . See >>> https://my.secondlife.com/rodvik.linden/posts/4ee6a8320d42770001000e53
  4. One of the advantages of posting your own question in a new thread instead of tacking onto the bottom of an ancient one like this is that you'll get an immediate up-to-date answer. In this case, things have changed since last October. The correct answer we gave back then doesn't apply to what you are experiencing now. You have run into a NEW bug >>> https://jira.secondlife.com/browse/SVC-7540? . Here's the workaround suggested by Maestro Linden, until LL fixes things properly: "After more investigation, I have a guess about why this issue only affects certain avatars. One of my avatars had this issue, and had an empty Block List. As soon as I had the avatar block an object inworld (right click -> Block), I immediately received the queued offline IMs. This fix persisted between different sessions, even after I removed the object from my Block List (making it empty once again). For those of you affected by this bug, could you try blocking/muting an object or avatar, and see if that fixes your problem? To block an object (or avatar), you can right click on them, then select Manage->Block from the context menu."
  5. There are certainly ways to create that nipple bump deliberately, but there's also a small artifact -- a very slight, faint circle -- that shows up naturally. The avatar mesh has a ring of grid elements around the nipple that can show up if the sun angle is just right, especially if you are wearing light-colored tops that don't have other design elements that obscure them. If that's what you are seeing, don't worry about it.
  6. Don't use wireless. It is not inherently stable enough for the sort of use that SL demands, and it is easily interrupted by interference from cell phones, garage door openers, smart refrigerators, fluorescent light fixtures, and almost everything else in RL. Not only that, but unless you are on a private router you are losing bandwidth to everyone else in your dorm, coffee shop, or office. Wireless is fine for simple things, but not for SL.
  7. When you write your script, use llMapDestination . There's an example script in the wiki that you can use as a jumping off point for your work.
  8. Your life is WAY too complicated. If you don't want friends to drop in without calling first, just have the guts to say so. Don't make some machine say it for you. IMO, security orbs are a pain in the butt. They always offend people that you don't want to offend, and they send everyone the message that you have them on "a list".
  9. If an item is no transfer, it doesn't transfer. Period. You're not selling the stuff on the land with it unless your sales agreement inclkudes them, and anyone knows that you can't sell non-transferable items. If you leave them behind when you sell the property, they will probably be returned to your inventory when the next owner resets permissions on the land. The house has nothing to do with the things in it. If you want to sell the house and any of the belongings, you'll have to do that as a bunch of separate sales to be sure that ownership changes properly.
  10. Yup. As I said, it sounds like low-probability scrambling, but I can imagine it happening.
  11. You'd have to know which direction your av is facing first. One way to do that is to ask rotation AvFacing = (rotation) llList2String(llGetObjectDetails(llGetOwner(),[OBJECT_ROT]),0); Once you have that, then the rotation for your rezzed object should be llEuler2Rot(<0.0,0.0,PI>)*AvFacing That is, your own rotation times a 180 degree turn around the Z axis. I assume that you mean to have the object rez in front of you, so you'd want the position vector to be your own position plus, say, <2.0,0.0,0.0>*AvFacing .
  12. There are many reasons why you might get that message. It's usually LL's code to say that you have been suspended or banned. If so, you should have received an e-mail explaining why. Check your spam filter. Your account may also have been put on hold by mistake, or for an administrative reason -- maybe someone else has been using your account for phishing or other unauthorized purposes, or maybe someone using the same IP address ( a wireless router, maybe?). In any case, the only people who can take your account off hold again are at Linden Lab. Read http://wiki.secondlife.com/wiki/Linden_Lab_Official:Why_is_my_account_on_hold%3F for more details and to find out what you can do next. Occasionally, that same message can also mean that your router is acting up and will not let you connect to SL's servers. You can try rebooting it by unplugging it from the power for a few minutes to let it clear its RAM and see if that helps.
  13. I can't think of anything in SL that would cause that. It sounds as if you have a sick mouse. Try borrowing a spare to see. Fortunately mice are cheap., so replacing it won't be hard, if it comes to that.
  14. There's quite a bit of information in the Knowledge Base. To learn about the control panel, for example, take a look at http://community.secondlife.com/t5/English-Knowledge-Base/Linden-Home-reference-guide/ta-p/700105#Accessory_Controls . There are embedded links on that page and associated ones where you will find most of your questions answered. Of course, there's always someone here too. To find out how many prims you are using, open the World menu at the top of your screen and look at About Land ( or Parcel Details, depending on which wording your own viewer uses). If you look under the Objects tab, you'll see a minor wealth of information about how many prims your parcel supports, how many are being used, and how they are being used. As for taking care of you ..... that's not really part of the corporate philosophy. For better or worse, residents learn from each other and offer fairly reliable support. We're mostly adults, reasonably smart, and definitely resourceful. :smileywink:
  15. Lindal's right that your inventory doesn't reside on your own computer, but a cached copy of it does. The item descriptions are all safely in LL's asset servers. The list you see in your screen is (loosely speaking) a lookup table, like an index, that lets your viewer tell the asset servers what you'd like to rez. That table can get scrambled easily, which is why we sometimes have to ask people to manually clear cache and rebuild a freshly cached copy. What Peggy's suggesting sounds like a low-probability sort of scrambling, but I can imagine it happening if you have similar files stored and accessed by your viewer. Like both of you, I think it's more likely that the OP accidentally logged in with the wrong account. I've done that myself several times, and LL's dumb system has even tricked me into doing it by failing to log me out as I asked.
  16. Funny, it used to bother the heck out of me. Over the past five years, though, I have become more and more tolerant of crummy typing. Communicating rapidly by chat in SL gradually makes you more tolerant of typos. They are our equivalent of mumbling, the inevitable price of valuing speed over accuracy. Yes, I know chat is not the same as a web site. People who create web sites don't have the excuse of needing to communicate quickly. They have the luxury of time for editing. Still, the question was whether their errors annoy me, and I suppose the answer is that I have become numbed to them after creating so many thousands of typos myself. It could also be that the older I get, the pickier I get about which things I let rile me. Just don't get me started on politics ...... BTW, this would be a lovely question to post in General Discussion, where you could get a real discussion going. It's hard here. The structure of Answers doesn't lend itself to back and forth conversation, and we are really here to answer questions, not debate them anyway.
  17. It sounds as if you may have accidentally logged in under the wrong account, or without logging out of your main av's account first. I'm not sure how much help technical support will be, but you can try it. From what I hear, they are usually very reluctant to move assets from one av to another. The only Linden technical support is Live Chat, which you can get to from https://support.secondlife.com/contact-support/ if you are a Premium member. There's no way to use a support ticket for that kind of problem.
  18. The easy part is that you just drop the animation in. Select the ball with your edit tool and go to the Contents page, then drag the anim from your inventory and drop it in. Bingo. :smileyvery-happy: The hard part is that you need a script to make the animation work. Well, not all that hard, actually. Here's a poseball script too >>> http://community.secondlife.com/t5/LSL-Library/Basic-Pose-Ball-script/td-p/719317 Follow Dora's instructions and you'll have yourself a poseball.
  19. If you ever need to whitelist any executable file with your anti-virus program, here's a good set of instructions for how to do it >>> http://wiki.phoenixviewer.com/doku.php?id=as_anti-virus_white_listing_steps Incidentally, there's another possible reason for voice and streamed media to disappear. You may have your Maximum Bandwidth set too high (in Preferences >> Graphics). That slider should normally be set at around 1,500 for most people. It determines the maximum amount of your available bandwidth that your viewer will use for basic functions like handling object/avatar shapes and texture, motion, communication, etc. If you set it too high, then your viewer may try to use all of your available bandwidth for those functions. That will give you better FPS and less lag, but it can leave you with no available bandwidth for voice and streaming music or video. If your are having trouble with voice or music getting choppy or dropping our altogether, sometimes lowering Maximum Bandwidth can cure the problem right away.
  20. There are many reasons why that might happen. Usually they boil down to an intermittent connection problem. SL is unlike most applications you have used before. It depends on having a continuous data stream between your viewer and LL's servers, because both are being continuously updated. That requires a large bandwidth and few interruptions. A break of even a second is often enough to drop you out of SL. Th prime suspects are usually (1) Wireless. SL residents commonly have difficulty with wireless connections, which are inherently less stable than direct cable connections and more susceptible to interference from cell phones, garage door openers, and almost anything else that emits RF interference. If you have a choice at all, get off wireless. (2) Your router. Especially if a router has been plugged in for a while, it begins to accumulate garbage in its RAM and becomes less efficient. Reboot by unplugging for a few minutes. (You may actually want to plug your computer's cable diretly into the modem as a test, to see whether bypassing the router clear up your problem. If so, and if a simple reoot isn't enough to solve the problem, it may be time to replace the router, (3) Packet loss en route to LL's servers. You can check for his by looking at your Statistics Bar (CTRL + Shift + 1), or by doing a ping test. For more about this and other possibilitis, see >>> http://blog.nalates.net/2011/10/26/troubleshoot-your-sl-connection/
  21. Simply clearing your cache is often not enough. It's best to clear cache manually from outside SL. Follow the instructions at http://wiki.phoenixviewer.com/doku.php?id=fs_cache_clear . They apply to any viewer, although they were written for Firestorm's support group. Be sure that once you have cleared cache as directed, you log in to a quiet, low lag sim like Smith or Pooley and let your viewer fetch your entire inventory from the servers to build a new cached copy before you try to do anything else. It's a good time to just sit back and watch, or go out for coffee if your inventory is large enough.
  22. OK, here's a semi-schematic of the top part of your script. I left out Void's multipagination function and a bunch of other stuff, to just focus on the logical flow through the start of the dialogs. I'll assume that your notecards are named in the same alphabetical order as the elements in the list called gContinents below. That's important, so that we know which card to read. Notice, among other things, that this means we don't need that stack of names gCard1, gCard2, etc. This is only schematic, and probably has a typo or two...... list gContinents = ["Africa","Asia","Europe","N America","Oceania","S America","Miscellany"];list gSites;list gTex1;list gTex2;list gLstMnu;list gDlabels;list Lbls;integer gRunOnce;integer gCrdNo;integer gCount;integer gLine;string gCard;key gQuery;default{ state_entry() { if(!gRunOnce) //This is the first time through { if (llGetInventoryNumber(INVENTORY_NOTECARD)) //There are no notecards present { llOwnerSay("No Flag notecard detected."); } else { gQuery =llGetNotecardLine(llGetInventoryName(INVENTORY_NOTECARD,0),0); gCrdNo = 0; //Reading card #0 gCount = 1; //Set index for first line in dialog box text } } else //Not the first time through. Just read the chosen card. { gCount = 1; //Set index for first line in dialog box text gQuery = llGetNotecardLine(gCard,0); } } dataserver(key qID, string data) { if (qID == gQuery) { if (data != EOF) { integer idx = llSubStringIndex(data,"="); if (~idx) { gSites += [llStringTrim(llGetSubString(data,0,idx-1),STRING_TRIM)]; //Site names from NC gTex1 += [llStringTrim(llGetSubString(data,idx+1,idx+37),STRING_TRIM)]; //Texture from NC gTex2 += [llStringTrim(llGetSubString(data,idx+39,-1),STRING_TRIM)]; //Flip texture from NC gDlabels += [(string)gCount + ". " +llStringTrim(llGetSubString(data,0,idx-1),STRING_TRIM) + " \n"]; //Dialog text gLbls += [(string)gCount]; // Button labels ++gCount; } gQuery = llGetNotecardLine(gCard,++gLine); } else { llSay(0,"Card " + gCard + " reading complete."); state running; } } }}state running{ state_entry() { gRunOnce = TRUE; //You've determined that there are notecards present. No need to do it again. } touch_start(integer num) { if(llDetectedKey(0) == llGetOwner()) { gDChan = (integer)("0xF" + llGetSubString(llGetOwner(),0,6)); gDLsn = llListen(gDChan,"","",""); llDialog(llGetOwner(),"Pick a continent.",gContinents,gDChan); //Always start with a continent dialog } } listen (integer channel, string name, key id, string msg) { if (~channel = llListFindList(gContinents,[msg]) //Was this a Continent question ? { if(channel != gCrdNo) //If the selected continent is not the one we read last time .... { gCrdNo = channel; //We've selected a different continent, so empty all the lists first gSites = []; gTex1 = []; gTex2 = []; gDlabels = []; gLbls = []; //Then .... gCard = llGetInventoryName(INVENTORY_NOTECARD,gCrdNo); //go back and read its card now. state default; } else { // Do your country dialog based on the first ten lines of the current card } } else //The User has not just answered a Continent dialog question, so { //Did the user hit a << or >> button? If so advance page or go back //Else //What texture did the user choose? Act on the choice. } }} So, that first if test at the top of the listen event in state running always tests to see if you chose a continent. If you did, and if it's not the same continent you read the last time, it goes back to state default and reads the new continent's notecard. (This is a little clunky, because it means that the user will have to answer a Continent dialog question again, but this time he will be chosing the continent that was just read. You could get around that extra click easily enough, but for now ...) If the user selected the continent that was read most recently, then you present him with a country dialog based on that continent's notecard. From there on, it's straight sailing .... second star to the right and straight on till morning.
  23. Read this >>> http://community.secondlife.com/t5/English-Knowledge-Base/Second-Life-Quickstart/ta-p/1087919 There's a lot more to SL than just logging in, so you'll need to at least read some of the basics before you come in world for the first time. You'll find that there a lot of helpful people who can show you the first steps. Still, it's good to have a general picture first.
×
×
  • Create New...