User:Roland Riddler

From Second Life Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Hello ツ How are you doing?

My name is Roland Riddler, I am from Berlin, Germany.

I like to script in LSL and PHP, meet and explore in SL. Not a professional coder I am, it's more like a hobby.

Here is one for you

<lsl> default {

   state_entry()
   {
       
   }
   touch_start(integer total_number)
   {
       llOwnerSay(llGetOwner() + " is your UUID");
   }

} </lsl>

How to configure your viewer, if your computer is NOT state of the art... (lag issues)

In the "edit" menu, click on "preferences". Then, on the left side, click the "Hardware Options" Button. This will open a new window with more settings...

  • filtering: off
  • antialiasing: disabled
  • vbo/fbo: on
  • texture memory: should be your graphics card memory size
  • fog distance: well the lower, the better
    • the less detailes you set, the better will be the performance of your viewer

If you are using a different viewer, other than the original one and you are experiencing heavy client lag, you might want to edit your graphics settings just as mentioned above. There is more stuff you could edit. If you need help, just ask.

Greetings --Roland Riddler 09:08, 20 October 2009 (UTC)