Jump to content

Love Zhaoying

Resident
  • Posts

    38,966
  • Joined

  • Last visited

  • Days Won

    190

Everything posted by Love Zhaoying

  1. I think y'all have misunterpreted by statement that changing the camera default would create "chaos". I will attempt to explain. Since more than one person questioned my statement I'll just post this separately instead of responding to each. Assume: 1) 99.999% of SL users are "used" to their current unchanged, original SL camera defaults. 2) SL users may or may not have learned how to "tweak" their defaults on an "as needed" basis, but they are "used to it now". 3) SL users may have not liked the camera defaults at first, but "got used to it". Now, if you examine those above assumptions here is what I am proposing: 1) If you change the camera detaults (which was proposed in the JIRA I referenced) for ALL SL users, then all of a sudden ALL SL users will have new camera defaults. 2) Not all users will "like" the new defaults. 3) Communications will not necessarily be sent to or read by all users, so they will not understand why their camera defauts changed. (Confusion, if not chaos, for a large number of users.) ...are you beginning to see what I am getting at? Change the camera defaults for ALL USERS an many people will be confused and probably not like the change.
  2. Read the JIRA..WOW! If they take Penny's suggestion of changing the carmera defaults, don't you think that would create a lot of chaos?
  3. Someone could charge them a lot fo that script! ;-)
  4. Iknowrite? Not sure if sarcasm or extreme ignorance.
  5. Thanks! My system appears fine (I do not use Wi-fi) so no reason to tweak it.
  6. Just read an article on a new specialized "gaming router" being shown at CES this year (Linksys WRT32X). Is there any chance that such a device would help with SL performance?
  7. I'm interested also, since the Solarian was the first mesh I purchased!
  8. You're welcome, please post here when you get your "A-ha" moment! Sorry my example was sloppy.
  9. Ok, here's an example (this is pseudo-code not real code). key NotecardQueryID=""; // Will be used if reading from Notecard via llGetNotecardLine handlenotecardresponse(string message) { llWhisper(0,question +"\n\n\n"); listenhandle=llListen(0,"",id,""); // Note that you will need to add code for the listen() event for handling any responses to this llSetTimerEvent(gap); // Note that you will need to add code for the timer() event } default { touch_start(integer total_number) { NotecardQueryID=llGetNotecardLine("NotecardName", 1); // Get first notecard line, save query id!! // Don't bother doing else in this function, we need to wait for the notecard } // end touch_start dataserver(key queryid, string data) { if (querid==NotecardQuerID) { // Yes! We got a notecard line back! handlenotecardresponse(data); } } // end dataserver }
  10. Notecard operations are "asynchronous"; the code will not wait, as the "read response" occurs in an event. The reader function would have to call llGetNotecardLine(), which will trigger a dataserver() event response. You would have to have your dataserver() event call another function after it gets the notecard line to continue processing.
  11. Beware the trolley at Luna, it goes off the tracks at the terminal stop for years now. I think it works OK in the other direction though.
  12. Putting it in one call, the actions occur faster - especially if you use lLSetLinkPrimitiveParmsFast()! (Except for any specific calls that have built-in delays). This is the main reason to use certain "multiple-call" formats. The code is clear if you structure it so that you can see each individual call llSetlinkPrimitiveParamsFast(link_number, [CONSTANT1, parm1, parm2, parm3, CONSTANT2, parm1, parm2, parm3, parm4]); etc.
  13. "If your stool is blue for more than 1 week, contact your doctor."
  14. And Using Random Capital Letters Makes The Review Seem More Legit!
  15. Step 1 in "How To NOT Get Muted": Don't be a dick.
  16. Thanks! I was happy to see that Solarian has lion mods.
  17. You got my attention with "cat furry" since I'm a years-long neko. Could you please provide a link or specific search criteria to find the Solarian? Thanks!
  18. True, although I forgot to mention 2 things: 1) I got a "bargain" because someone listed it lower than they intended (they were trying to sell it to a specific person who was slow to buy and I jumped on it after seeing it listed for a few days), and 2) it is coastal adult. Even more true, in that I myself am in the situation you describe! I guess if everyone tries to sell their mainland to get private sims, there will be a land price crash. :-/
  19. With the private region "buydown", I'm considering selling my mainland. However, between the forums, auctions, etc. I cannot find many other people selling full adult mainland regions to compare. Can someone please tell me what a "good" price is these days (for the seller)? I'm hoping to make enough to help with my private region purchase/buydown.
  20. I saw this as a reason to get a private sim again. I have not had one for years, and recently bought mainland for the lower tier. Now, for an apparently investment of US$1200 ($600 setup + $600 "buydown"), I can get a private sim with the same $195 tier fee as I am paying now for mainland. Maybe, just maybe, since my mainland is adult coastal, I can somehow break even if I sell it first. Any thoughts?
×
×
  • Create New...