Jump to content

Zena Juran

Resident
  • Posts

    332
  • Joined

  • Last visited

Reputation

4 Neutral

Recent Profile Visitors

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

  1. Gemini Isle experiencing same as everyone else... serious rubberbanding and only about 25% objects rezzing.
  2. The simulator code maybe the same but the performance is not. Please remove Gemini Isle from this test channel. And please stop subjecting customers running businesses to your "trial and error" code testing. Your code testing is NEVER a good thing for in-world business. I suggest you employ some basic customer service principles and take the time to SEARCH and ASK for volunteers before randomly subjecting your paying customers to induced simulator instability..
  3. Or I could use mine! I use my mouse for Zoom Control so I replaced it with Draw Distance Control and removed the Headers (along with the other junk). Now if I could just get a Pie Menu.... LOL
  4. Modifying the Cam Control isn't too hard. I took out the stuff I don't use , resized the textures, and shrunk the box. Works and looks real nice.
  5. It would be nice if LL could figure a way to do all the number crunching and video processing in a cloud system (or even have the server for each region do it) and just stream us the video. I can't really think of how a mobile app would be much use in experiencing SL and /or benefit the economy of SL.
  6. My feelings are that this might have been something that was needing fixed for years (and I do mean years... since 2007 at least). The "broke" code just happened to work for me. I managed a workaround that "fixes" my existing products so I won't be filing a jira. :-)
  7. It was always a minus sign... LL changed something. I did manage a workaround that works for me. I don't think a third time will be a "Charm"... lol Thanx for your help :-)
  8. But why after all these years of working this all of a sudden dies?
  9. I've been using the equivalent of the following code for quite some time and it seems to have stopped working. I believe that whatever changes have occurred recently to the server code... 1. Placing a llSetTimerEvent() and/or llSleep() within a timer( ) in MONO breaks the timer. 2. Placing a llSetTimerEvent() within a timer() in LSL breaks the timer. Would anyone be so kind as to verify the above statements to be true or false? All help greatly appreciated. :-) float T1; float T2; integer Count; default { state_entry() { llSetMemoryLimit(10*1024); T1 = 0.0; T2 = 5.0; llSetTimerEvent(T1 + (llFrand(T2)-(T2/2))); } on_rez (integer start_param) { llResetScript(); } timer() { Count++; llOwnerSay((string)Count); llSetTimerEvent(T1 + (llFrand(T2)-(T2/2))); llSleep(T1 + (llFrand(T2)-(T2/2))); } }
  10. I've narrowed it down to... Placing a llSetTimerEvent() and/or llSleep() within a timer() in mono breaks the timer. Placing a llSetTimerEvent() within a timer() in LSL breaks the timer.
  11. All my Windchime products that use llTriggerSound() are broke. WTF???
  12. I have been using the "Leafy Ground Cover" found in the viewer Library for landscaping for years but since Oscar transferred my Homestead region the the RC Magnum the texture of the Leafy Ground Cover has been changing to that of the Small Grass. I've deleted and re-rezzed these objects (plants) twice now and my region is no longer on the RC Magnum but these things keep changing textues. I just re-rezzed them the other day and now they have changed again. I have about 40 to 50 of them rezzed and they seem to all change textures on sim resets. Anyone else notice anything similar to what I am seeing?
  13. I can not log on to the Market place either. I tried to do a search without being logged on and search failed miserably.
  14. Out of curiosity, I did some Internet Speed Tests to the diff places that LL has servers. San Fransisco, Dallas, and Virginia tests were well within what I would expect (30Mbps/5Mbps) but the test to Phoenix was about 1/3 of the others. As I reset my Homestead region I make note of the severs I end up at. There seems to be a numbered series... 7000, 8000, and 9000 for Homesteads. I do wonder if this is related to their location. I seem to get the best performance from the 8000 series servers but this is also were I'm experiencing poor asset server response. Are the 8000 series servers located in Phoenix? But even at 10Mbs/3Mbps I should be doing okay.
  15. The modem and router reset (I even updated the firmware on the router) didn't change anything... I'm still experiencing poor response times from the asset servers along with another problem. For the last 2 server updates I have had to reset my region due to Magic Box communications being not only knocked out but also locked out. Incoprorating the new LSL script functions, updating notecards and vendors, and trying to get new iterations to the Marketplace has become a real challenge.
×
×
  • Create New...