Jump to content

Ohjiro Watanabe

Resident
  • Posts

    11
  • Joined

  • Last visited

Everything posted by Ohjiro Watanabe

  1. Sometimes there is a built in command. So you can try in chat saying: bling off blingoff /1 bling off /1 blingoff doesn't always work
  2. Yes, a picture would be good, and also What are your graphics set to in preferences? Low Med High etc What is your graphics card. Are you using a default skin or did you buy one? Makeup can also help; try Glamorize lots of options at good prices.
  3. Having slagged off Firestorm I thought about it for a bit. I noticed in the script that I am using that there are a lot of llSleep()s and figured that it might cause a problem. So I took out the sleeps and just used a timer and I haven't noticed any problems with the FS AO since. Give this a try: integer express;default{ state_entry() { llRequestPermissions(llGetOwner(),PERMISSION_TRIGGER_ANIMATION); llSetTimerEvent(1.0); express = 0; } timer() { if(express == 20) { llStartAnimation("express_smile"); } if(express == 22) { llStartAnimation("express_toothsmile"); } if(express == 24) { llStartAnimation("express_wink_emote"); } if(express == 40) { llStartAnimation("express_wink_emote"); } if(express == 42) { llStartAnimation("express_smile"); } if(express == 44) { llStartAnimation("express_toothsmile"); } if(express == 60) { llStartAnimation("express_wink_emote"); } if(express == 62) { llStartAnimation("express_embarrassed_emote"); } if(express == 64) { llStartAnimation("express_wink_emote"); } if(express == 80) { llStartAnimation("express_smile"); } if(express == 82) { llStartAnimation("express_embarrassed_emote"); } if(express == 84) { llStartAnimation("express_toothsmile"); } if(express == 100) { llStartAnimation("express_toothsmile"); } if(express == 102) { llStartAnimation("express_wink_emote"); } if(express == 104) { llStartAnimation("express_toothsmile"); } // express = express + 1; if (express == 120) express = 0; } attach(key moo) { if(moo != NULL_KEY) { llResetScript(); } }}
  4. I didn't get round to trying it yet but this looks interesting: http://was.fm/secondlife:scripted_agents:corrade
  5. Well done Vivi, It is a rousing sea shanty creative camera work and skillfully edited to the song.
  6. Ohjiro Watanabe

    USER ID

    I don't know if there is some other ID but this is one way to get your GUID (globally unique identifer) in your browser type: http://keyfromname.appspot.com/?name=zaylene resident hit enter and your GUID will pop up
  7. Not sure if this will help but worth a try. Go to Amacci, which is a shop and also the name of the sim. Go to the hair dept and look for the free stuff. They have a set of hair base tattoos in 53 different shades. Find one that matches your hair and see if that stops your skin showing through.
  8. If you go hunting round the shops that sell templates some of them have free starter kits both for mesh and system type clothing. They may also provide either notecards or web pages with advice on how to use their stuff. Also look at the prices in different shops there is quite a range, maybe you get what you pay for and maybe you don't but it is worth doing the comparison.
  9. The Firestorm AO is a bit flakey is the problem. Sometimes when I am walking I will just freeze and glide across the floor. I also have a smile script which sometimes knocks out the AO. There is a jira here http://jira.phoenixviewer.com/browse/FIRE-7682 about similar issues. Anything from crossing a sim to sneezing it seems can trigger the problem. New version of FS in the next week or so, maybe it is fixed. Otherwise get a free ZHAO of which this is just an example (looks kinda cool) https://marketplace.secondlife.com/p/Free-ZHAO-II-MB209-HUD-sD-Look-boxed/729885 and put your AO anims in there.
  10. Check out the London sims. There are a few of them and people gather and chat at various places.
  11. If a friend owns the texture you can ask them to give it to you a copy with full permissions and then you can just open it and save to disk.
  12. One thing that you can do to make a texture that matches the ground is to take a snapshot of the ground.
  13. That is just the example in the wiki that removes the script; default { state_entry() { llOwnerSay("This script is called: " + llGetScriptName()); } } will work fine.
  14. Can also be a corrupt inventory cache. In FireStorm Prefs/Network & Cache/ clear inventory cache, in SL viewer just clear cache.
  15. I was interested to see the change so I went and checked it out. I am getting 30fps with my graphics set to Ultra. I checked the sim stats and it is a really low lag sim. The way it used to be all the paths lead to the same game. The way it is now you can get to about 8 different places which include the rock monster game, Wilderness, the new (as far as I know) Cornfield horror game, The Tea Party - where I picked up a nice mad hatter hat, grid hunt, Gnome Village and a Social Area. So more choices, seems good to me. I think that you just need to track down what it is that is causing your lag. Check out my Chasing The Lag link below.
  16. Look for something with Nvidia graphics, lots of negative reports using AMD with SL
  17. This isn't a recomendation for all the reasons that Freya mentions but I recently got a GeForce GTX 660/PCIe/SSE2 which is a mid range card and I am very happy with it. NVidia is recommended.
  18. I don't know about bifirst bunny but in general edit anything in the head area, hat, hair etc. Now you should stop moving around and can get your camera right up to, and inside your head. Then you may be able to focus in on the eye and be able to click on it and then you can try to apply your texture. It also depends on the eye being modify because if it isn't you won't be able to change the texture.
  19. Get some pants man! Rake through the freebie bins and score yourself some great duds. And a shirt too, just in case you need one some day. Try here: LONDON FREEBIES @ Burlington Arc, London Mayfair (136, 62, 21) or search for FREE and find a million other places.
  20. Who forced you to do that Orca, just give me their name, I'll sort 'em out for you.
  21. Search for "somnia", upstairs there are a bunch of lucky boards with either letters on them or a ?. Your lucky letter will be L, first letter of your name and the ? is a wild card. so you can click on either to get the item displayed. Some nice mesh clothing there.
  22. On the marketplace Loki Mesh Alpha Layers Mega Pack 50L for 80 files Trin's Alpha Layer Set Pro 10L [sA] Avatar Alpha Layers Pack!!! Free
  23. They have changed the code to handle HTTP much more efficiently and be less dependant on UDP. Maybe this is what you are benefiting from.
  24. Maybe this will help: http://wiki.secondlife.com/wiki/ExplodingObjects
  25. See this script about a door. You may be able to adapt it. Notice in the introduction it talks about using path cut to remove one half of the prim. This is the trick to the rotating around the middle problem. http://wiki.secondlife.com/wiki/Smooth_Rotating_Door
×
×
  • Create New...