Difference between revisions of "User:Lum Pfohl/SL Trivia"

From Second Life Wiki
Jump to navigation Jump to search
m
Line 39: Line 39:
# '''The two HIPs are not identical.'''  The freebie store's vendors are configured differently.  Also, if you view two two HIP's on the mini-map - you'll see a large black box over the sandbox in HIP2 that does not appear on HIP.  There is also a black box over the freebie store in HIP that does not appear on HIP2.
# '''The two HIPs are not identical.'''  The freebie store's vendors are configured differently.  Also, if you view two two HIP's on the mini-map - you'll see a large black box over the sandbox in HIP2 that does not appear on HIP.  There is also a black box over the freebie store in HIP that does not appear on HIP2.
# '''There are sims which show up as icons in the MAP and www.slurl.com.''' When viewing the map, there are sims with recognizable features.  The '''Star of David,''' '''Map of Texas,'''  the words, '''Please Fix SL''' or '''Doctor WHO.''' It is actually amazing to think of of how this technology works.  There are thousands upon thousands of sims.  Each sim's object location (and even colors) are rendered quite accurately in the MAP and www.slurl.com sites.  It's also great fun to browse the world map.
# '''There are sims which show up as icons in the MAP and www.slurl.com.''' When viewing the map, there are sims with recognizable features.  The '''Star of David,''' '''Map of Texas,'''  the words, '''Please Fix SL''' or '''Doctor WHO.''' It is actually amazing to think of of how this technology works.  There are thousands upon thousands of sims.  Each sim's object location (and even colors) are rendered quite accurately in the MAP and www.slurl.com sites.  It's also great fun to browse the world map.
# '''A SIM can become disconnected from the grid and still function.''' Residents on that disconnected sim will still be able to move about, chat and IM with each other.  However, they will not be able to any of the following functions : Teleport, Search, MAP, IM residents outside the sim or participate in any Group IM.  If that resident logs off and attempts to log back on, they will receive the message "You have been moved to a nearby sim."  Residents in the neighboring sim will simply see a vast ocean of "nothing" where you sim used to be.  Linden Labs can often "rejoin" the sim to the grid without restarting it and things will continue as they did before.
# '''A SIM has it's own database, independent from the ASSET SERVER.'''  This is a blessing in disguise, but is also a danger.  The local sim's database is backed up every hour or so.  Any items and objects you set out onto the sim is maintained and backed up by the sim.  If a sim crashes, the last backup is read back and "rendered."  By keeping a "backup" of your valuable goods in your inventory on the SIM, you can weather the Asset Server Inventory Loss syndrome.  The flip side (and danger) is that if you set out a NO COPY object from your inventory onto the sim - the Asset Server marks it as no longer in your Inventory.  The SIM is now carrying that object.  If the SIM crashes before a backup is made - your object is gone for ever...  Caveat emptor...
;Lag
;Lag
# '''Textures Cause Lag'''
# '''Textures Cause Lag'''

Revision as of 11:26, 18 December 2007

SL Trivia

These are things I've noticed about SL over the course of a year. In no particular order at this time:

Avatar and UI
  1. Pressing the SPACE BAR while you move of fly will make you go slow. A fun thing to do is to fly up, press and hold the SPACE BAR and disable flight (stop flying). You will fall and flail in slow motion until you touch down, light as a feather.
  2. Typing /0 followed by your message text will suppress the Typing Anim. In addition to the DEBUG SETTING PlayTypingAnim, entering /0 before each message in group chat will signal SL to send your message to "Channel 0" - which just happens to be group chat - but you won't do the typing animation or have the associated clicking sound.
  3. There is an SL glitch with the CROUCH button. Pressing and holding the CROUCH button (either PGDN or C) and tapping the FORWARD (UP ARROW or W) once will cause your avatar to "wig out." Keep the CROUCH button pressed for the entire period, and you will see your avatar move back and forth wildly until you eventually move off-sim. When you do, your hair attachment will come off!!! ahahahaha!
  4. Linden Avatars do not show up on your Radar HUDs. Radar HUDs (and other avatar-sensing scripts) rely on the llSensor() and llSensorRepeat() functions. Linden personnel appear to be hidden from these functions, and thus would not be visible on any Second Life radar scripts. Lindens do appear on the mini-map. Because many of them hover over the land, they appear as green "T" symbols and can be discovered that way. I have to validate my claim, but so far it's proven true.
  5. It is possible to hide your name tag from others. By cleverly placing an invisi-prim over your head, the Avatar Name Tag can be obscured from view on everyone's Client Viewers, making you "nameless."


Inventory
  1. You cannot transfer more than 42 individual inventory items to another user at once. To transfer more than this amount, you must either break up the transfers into two or more chunks (like a folder of 80 items can be broken in to two folders of 40 each), or stuff the items into an object and transfer that one object.
  2. You can open more than one Inventory window. Open your INVENTORY. In the Inventory Window is a menu option called FILE. Click FILE -> NEW WINDOW and a second Inventory Window will open. You can now perform independent functions on each window - drag/copy from one window to another. Great tip for managing your cluttered inventory!


Prims and Objects
  1. You cannot enable physics for an object of more than 32 prims. There is much debate on whether this number is 32 or 31. I believe it's 32. ONE of those 32 will be a prim on which the avatar sits. Some contend that the AVATAR itself will be considered 1 prim in trying to enable physics. I will have to conduct a test for this...
  2. Rendition of Flexible Prims is a client side only function. That is, a flexible prim such as a skirt - is rendered completely on the Client Viewer. Each person's viewer can have a totally separate experience when viewing flexible prims, depending on their PC's load and lag conditions. Of course, having 10 flexible prims and having 1000 flexible prims will give different performance (which might be perceived as lag,) but the fact is that your PC is bogging down, not Second Life.
  3. A Flexible Prim causes less server load than a Regular Prim. When a object's "Set Flexible Path" setting is enabled, the object becomes Phantom (that is, you can pass through it without collision). Because the server doesn't have to calculate object and agent collisions with these objects any longer, the computational loads on the server is actually alleviated.
  4. A Particle Effect is a client side only function. Similar to the argument for flexible prims, rendition of the particles is purely a Client Viewer task. Again, everyone will see different particle effects, depending on the max number of particles they are set to see, how many particles are in their field of view currently, and whether they have particle rendering turned off.
  5. A Particle Effect is a Property of an Prim. This may sound like "duh," but people just don't understand. A particle effect, is just like any other object property (size, color, shape, hollow, twist, etc.) The only difference is that the particle effect property is only accessible by a script - it can only be set, not read. Once set with the llParticleSystem() statement in LSL, retains that property regardless of whether a script is there or not. If a particle effect is set to "die out," over time - then it will do so - but the properies are still set. Conversely, if a particle has an undefined lifetime, the only way to "stop it," is to pass null parameters to the llParticleSystem() function via LSL.
  6. A Hover Text is a Property of an Prim. Like particles, once set - it doesn't go away when the script that set it is deleted. It must be "set" to an empty string using LSL's llSetText() function.


Object Linking
  1. When objects are linked, the PHANTOM and TEMPORARY properties of the ROOT PRIM are copied to the entire object's prims. Here is a test: Create 4 boxes. Make one of the prims a PHANTOM object. Link all 4 boxes, with the PHANTOM box as your root prim. Your resultant object is completely phantom. Unlinking the object reveals that all 4 prims are now PHANTOM as well. Watch out when you link a very expensive no-copy no-transfer HOUSE with a TEMPORARY box as your root prim. Your house will disappear without a trace and that would be bad. :(
  2. Objects which span more than 32 meters (from center to center of the extreme prims) cannot be linked. I'm sure there is some sort of workaround for this - like sub-linking objects such that their geometric centers are no more than 32 meters... Need to test more around this claim.


Land and Sims
  1. There are 16 Help Islands. Ten of them are accessible by new residents. Help Islands 11 - 16, I have no idea what they're for.
  2. There are 2 Help Island Publics. Help Island Public2 is situated immediately West of Help Island Public, and serves as an overflow site for HIP. It runs on a newer, faster hardware. However, when Help Island Public crashes (as it often does), residents trying to teleport there do not get rerouted to HIP2. Instead, they'll simply be told the region is not available. As such, HIP2 remains relatively unpopulated.
  3. The two HIPs are not identical. The freebie store's vendors are configured differently. Also, if you view two two HIP's on the mini-map - you'll see a large black box over the sandbox in HIP2 that does not appear on HIP. There is also a black box over the freebie store in HIP that does not appear on HIP2.
  4. There are sims which show up as icons in the MAP and www.slurl.com. When viewing the map, there are sims with recognizable features. The Star of David, Map of Texas, the words, Please Fix SL or Doctor WHO. It is actually amazing to think of of how this technology works. There are thousands upon thousands of sims. Each sim's object location (and even colors) are rendered quite accurately in the MAP and www.slurl.com sites. It's also great fun to browse the world map.
  5. A SIM can become disconnected from the grid and still function. Residents on that disconnected sim will still be able to move about, chat and IM with each other. However, they will not be able to any of the following functions : Teleport, Search, MAP, IM residents outside the sim or participate in any Group IM. If that resident logs off and attempts to log back on, they will receive the message "You have been moved to a nearby sim." Residents in the neighboring sim will simply see a vast ocean of "nothing" where you sim used to be. Linden Labs can often "rejoin" the sim to the grid without restarting it and things will continue as they did before.
  6. A SIM has it's own database, independent from the ASSET SERVER. This is a blessing in disguise, but is also a danger. The local sim's database is backed up every hour or so. Any items and objects you set out onto the sim is maintained and backed up by the sim. If a sim crashes, the last backup is read back and "rendered." By keeping a "backup" of your valuable goods in your inventory on the SIM, you can weather the Asset Server Inventory Loss syndrome. The flip side (and danger) is that if you set out a NO COPY object from your inventory onto the sim - the Asset Server marks it as no longer in your Inventory. The SIM is now carrying that object. If the SIM crashes before a backup is made - your object is gone for ever... Caveat emptor...


Lag
  1. Textures Cause Lag
  2. Giant Prims Cause Lag
  3. Scripts Cause Lag
  4. Torus Prims Cause Lag


Lum Pfohl 06:55, 29 November 2007 (PST)

Lum's Quick Links
LumSelfPortrait.jpg
Click to Enlarge


Related topics

edit