Jump to content

Rachel1206

Resident
  • Posts

    739
  • Joined

  • Last visited

Everything posted by Rachel1206

  1. Good resources on Corvid-19 can be found on WHO Coronavirus disease (COVID-19) Pandemic John Hopkins University & Medine -  Coronavirus Resoruce Center CDC - Coronavirus (COVID-19) Academic information: Science reports - some very scientific oriented, specialized medicine etc National health authorities information, at least in western world. News, for example BBC News - Coronavirus pandemic
  2. It just set the move force, if you are flying and with more and more force, not the best for a true fly assist, but OK for a script showing the principles. Improve by change conditions to if NOT flying, where you script it to hover a little side to side and up/down.
  3. The usage of sleep event within the timer is by no means optimal, I would even say counter productive. Best way would be to to call the timer and measure elapsed millisecond (or seconds) within the timer and proceed with the needed tasks based on the elapsed time. Further 100 ms timer for changing lights, full bright is simply an overkill IMHO, especial as llSleep uses whole seconds.
  4. Open the NVIDEA Control Panel and set GPU to use your GForce. Set Power management mode to Prefer maximum performance Be sure to click Apply, reboot your system and see, if above solves your problem. But I fear, if system is identified as Windows 8 by Firestorm and you have Windows 10 the problems are deeper.
  5. Sounds like a discrepancy between the graphics used by your computer and settings in FS or FS identifies graphic system wrongly. Either way, best answers only possible if we know your system, in FS go to Help->About Firestorm->Copy to Clipboard. Paste the content here.
  6. I use previous NVidea drivers 442.19, where you use 442.50, I have no idea, if this could cause the troubles.
  7. I went to the Casablanca region, went around and found the wedding chapel you have in your video, which is in the neighbor region LaTarazza At TheGrove. The video of the chapel is in region LaTarazza At TheGrove and it looks like you are use remote cam/video recording from Casablanca South. It is amazing beautiful regions, lot of high rezz textures in trees, objects etc, the GPU memory max usage I observed was 3.1 GB with graphics set to ultra and everything maxed out, the CPU around 18%-27%. I had no problems walking around and see things and no problems with the viewer FS, where the FPS at its lowest was 7.5 and highest 24 FPS depending on surroundings Do you use like a machina cam - could this be the explanation of the high CPU usage? FYI my computer: iCore7 3.4 GHz, 16 GB memory, GeForce GTX 1060 6 GB ( game ready drivers version 442.19), Windows 10 64 bit version 10.0.18363
  8. My bad, I did not watch the video, but just used, what we have seen cause such black screen from time to time. It is a little weird, the GeForce 1080 should be able to handle nearly anything SL can produce.
  9. This can happen if Not enough power - for example low battery on a laptop Bad cable connection to monitor Dual monitor where one of above problems found Try and unplug cables, clean connection. Check power.
  10. With Windows as OS: We have our web browser open and read say Forums, start a SL viewer, use Alt+Tab to focus back to the web browser - when things fire up in the viewer after a while, it puts it self in top of all programs and takes focus. This behavior is not expected by normal windowed programs but normal for full screen games.
  11. OK, the only solution I can think of is to rezz the items at fixed places and use a timer to let the item die after a given time or if the person leaves the area.
  12. The most elegant solution would be to use attachment to an avatar temporarily using llAttachToAvatarTemp No worries about inventory of person and weird temp rezzer. You need to understand the basics of llRequestPermissions and the basics to handle ( llDie ) the objects given, if the person by some reason does not attach/accept attachment.
  13. I am using Firestorm and from time to time I also experience, what you describe above and audio drivers working and all other programs using the microphone work flawless. The only solution I found, is to disable voice within the viewer, relog and enable voice again. I also noticed sometimes voice stops working after a TP (icon turns red), disable and enable voice solves the problems most of times. If not a relog will do. It looks like a kind of bug in the viewer.
  14. If you use Firestorm, try and look at: Preferences->Notifications->Report Script Errors in: () Nearby Chat () Separate Window
  15. Correct me if I am wrong, the AMD HD-7750 is from 2012 and has limited 1,024 MB memory. Windows 10 use more of the GPU memory, when all the whistles and bangs are enabled. Run sysdm.cpl, select the tab Advanced, first option is Performance, click Settings and select Adjust for best performance If you get blurry fonts after the above, repeat but select Custom options and enable Smooth edges of screen fonts, all other options disabled. I want to add, older PCs are stretched performance wise with new OS like Windows 10, so if possible a new PC/laptop highly recommended.
  16. Try this: Device Manager > Display Adapters. Right click on Intel Integrated Graphics > Disable device If problems still there (only applies to Dell laptop ) If your are not technical, get help from a friend or family member and: Update the BIOS to 1.15.1 or newer After reboot, install the Dell Intel Chipset driver 10.1.17541.8066 or better and reboot Install the Dell Intel GPU driver 26.20.100.7262 or better and reboot Install the Dell Nvidia driver 26.21.14.4145 or better and reboot
  17. I thought this would be of interest of many programmers: Larry Tesler, who invented cut-copy-paste is dead aged 74. His was a visionary man, who believed in making computers user-friendly and accessible for everyone. He enrolled at Stanford aged 16 and after graduation worked for Xerox, Apple, Yahoo and Amazon. A true Silicon Valley pioneer has gone. See also BBC News
  18. Ohh and the original, at Da Boom: http://maps.secondlife.com/secondlife/Ritch/76/222/37
  19. Good place to start is The Second Life Destination Guide: Cosmic SciFi Science & Technology
  20. if (throttle>0) integer count= llRound(throttle/10);
  21. If you use Firestorm, Advanced->Performance Tools->Statistics Bar - a graphic display will show you the FPS Opposite to the OP, I find the new Maitreya HUD fast and no impact on my FPS, excellent compared to the earlier versions of the Maitreya HUDs. And love the new BOM body with layers, we can add/remove as needed and bring down the terrible high triangle count.
  22. Find ppl with whom you share interests, is my best advice. Be it art, music, sailing - or interests in reading, science etc - but it takes a little to get to know the places and where. Normally open good chat ( voice and text) can be found in The London City sim (http://maps.secondlife.com/secondlife/London City/47/71/24) Also using destinations guide is a good thing, Featured Events and Editor's Picks ( for example Burrow Coffee), here you meet ppl, who like to explore and often like to share the experience.
  23. Some comments, the burst rate depends on your throttle value and the higher value the longer time between burst intervals. Low throttle would normally be slower burst rate as the engine is idle, so I would reverse the values. Notice, "Specifying a value of 0.0 will cause the emission of particles as fast as the viewer can do so." and remember particles will always depends on how good the user computer CPU and graphic GPU are, with that in mind is good custom to avoid "over bursting". A good way to handle engine throttle as above is using logarithmic functions, simplify for example by doing as Qie suggests by using a list for good values.
×
×
  • Create New...