Jump to content

Ohjiro Watanabe

Resident
  • Posts

    11
  • Joined

  • Last visited

Everything posted by Ohjiro Watanabe

  1. The google app on this page: http://wiki.secondlife.com/wiki/User:Takat_Su/Name2Key has been broken (probably for half an age) by changes in the search results from LL search engine. So I made a new one keyfromname. It works the same way in your lsl script and you can test it in your browser: keyfromname.appspot.com?name=" + lFirstName + "%20" + lLastName you don't have to use the %20 in your browser, a space will do. keyfromname.appspot.com?name=Ohjiro Watanabe For single names you need to add Resident for the last name. It returns upper case name:key OHJIRO WATANABE:8f0aa46a-fdbf-428e-817c-f3744971df0a Some times it will return a null key for a valid name, maybe if folks have their search option turned off, so you still have to have a double check with another source.
  2. You probably just need to click OK and continue but... You can't turn off default animations, that's why you override them. In Firestorm there is a built in AO but you have to set it up with animations, it doesn't work out of the box. In the SL viewer there is no built in AO so there is nothing to turn off. You can also get AOs that you ware, normally a HUD that has a menu which you can turn on and off. If you don't know if you are waring an AO or not take everything off and dress carefully.
  3. What you want is called a LM (landmark). Go to the World menu and select Landmark This Place. The LM will be created in your inventory in the folder called Landmarks. You just double click on it to go back to that location.
  4. Lots of stuff on youtube. This is the first of a series of three that has good tips. You just have to adjust how you do it in your photo editor. This is quite an interesting one on in world lighting:
  5. My old da' used to say if you want to get ahead get a hat. But these days you can just go out and buy a head
  6. It just makes me want to jump up and down!
  7. Good job! I watched the other three videos as well, picked up some good tips. Keep up the good work.
  8. 1. Check that you have a valid email address set up in your account. 2. If that checks out try the answer given in this thread: http://community.secondlife.com/t5/Abuse-and-Griefing/failure-uploading-abuse-report-inworld/qaq-p/1617213
  9. Quite cool. After you create the script you have to right click and select Run to get it working. You also have to adjust it to your monitor. WinMove, , , 0, 0, 1680, 1050 goes to WinMove, , , 0, 0, 1920, 1080 for my monitor but I still had a thin border to fix that I did WinMove, , , -10, -10, 1700, 1070 so that the border was off the screen. Also worked on dual monitor setup.
  10. Can also be a wandering animal or any object that is scripted to move around that moves itself off your parcel.
  11. Just a guess, could it be a skin option? Did you change the viewer skin?
  12. You could try using Open Hardware Monitor to work out what is impacting your CPU v what is using GPU. Also, more complex sims suggests server lag which may have noting to do with your CPU. You can check that using the statistics bar. For more info see my article Chasing the Lag, link below.
  13. This may be of interest to you: http://wiki.secondlife.com/wiki/User:Becky_Pippen/Shared_Media_LSL_Recipes
  14. "I'm thinking if you don't allow 'anyone' to navigate or interact with your media (webpage) they won't be able to select additional pages via a primary webpage." That's true, but if you just deselect the Show Control Bar option for Anyone (and maybe also Group) that would work because you can still interact but you don't have an address bar. Just my opinion but I would go with scriptless if I could in this case.
  15. As long as your internal connections are working, not broken, it is usually irrelevant. Your connection to the Internet is going to be the bottleneck as far as Internet traffic goes. Unless you have a 1GB+ Internet connection that is. The one time I did buy a plug in card was when I got a computer with a 10/100 on board connection, so going to a 1GB card was well worth it, but that was about 8 years ago. As for Cat 6, yes if you are buying new go for Cat 6, it is a better standard of cable. But if you have Cat 5 it has been carrying 1GB for years now. One exception, if you have flat cable it may only have 4 wires in it. This will run at 100Mbps, not 1GB. You need 8 wires in your cable to run GB connections.
  16. I think that the best way to do that would be to create a 3rd web page and have the options for the other two on that page. Then set the 3rd page as the prim media. When you set that up go to the Customize tab and deselect the options for Anyone. This avoids using a script. If for some reason you have to have a script then this is a good place to start in the LSL Wiki: http://wiki.secondlife.com/wiki/LlSetPrimMediaParams
  17. The blog link is broken. Going to http://blog.nalates.net worked ok.
  18. One good reason for sticking with Firestorm (which I use without problems on Windows 8) is that they have great in world support (which no other viewer has). I would suggest that you do a clean install of the latest version of Firestorm following the instructions here: http://wiki.phoenixviewer.com/fs_clean_reinstall and then if you still have a problem join the "Firestorm Support English" group and see if someone there can help you sort it out.
  19. Well, the thing is that it could be quite a few things. You really need to dig in and find where the bottleneck is on your system. I wrote an article recently called Chasing the Lag which may help. Good luck!
  20. I know you already fixed it but... In the edit box near the top to the right of the Snap option is an arrow. If you click on that it opens up another box with the Decimal Precision option (as well as some others). --||-
  21. You could also check that your Windlight settings for water are the same. You might have Use Region Windlight set on one and not the other for example.
  22. Make sure you are using HTTP for receiving textures. In Firestorm the option is in Graphics/Rendering. HTTP has error checking which will help prevent corrupt cache. If this option is not checked it means that you are using UDP for texture download which doesn't have error checking and may well corrupt your cache.
×
×
  • Create New...