Second Life

From Grigbertz

(Difference between revisions)
Jump to: navigation, search
m
m
Line 8: Line 8:
* Re-skinning script
* Re-skinning script
**  Link original item with skin. Original item will be root item. Put a script in the original item which sets the entire object's opacity to 0.0 and sends messages to linked items. The added skin objects all include scripts which sets opacity to the opposite of the base item. Thus toggling skinning on and off.
**  Link original item with skin. Original item will be root item. Put a script in the original item which sets the entire object's opacity to 0.0 and sends messages to linked items. The added skin objects all include scripts which sets opacity to the opposite of the base item. Thus toggling skinning on and off.
-
** See flagpole scripts for examples. The linked flag and pennant objects also include scripts.
+
** See flagpole scripts for examples. Note that the linked flag and pennant objects also include scripts.
* Attached Vehicle - Scarlett
* Attached Vehicle - Scarlett
** Attach the Floating Disc to Pelvis. Make an AO settings notecard with Sit Crosslegged (an SL standard animation) overriding all walk, fly and stand poses. Turn the vehicle invisible on Sit and visible on UnSit.
** Attach the Floating Disc to Pelvis. Make an AO settings notecard with Sit Crosslegged (an SL standard animation) overriding all walk, fly and stand poses. Turn the vehicle invisible on Sit and visible on UnSit.
Line 17: Line 17:
** Skin with rusted metal for Wastelands.
** Skin with rusted metal for Wastelands.
* Flagpole - Scarlett
* Flagpole - Scarlett
-
** Find a photographic flag texture
+
** Find a photographic flag texture.
* [http://grigbertz.com/gallery/odd/cidri_guard.jpg.html?g2_imageViewsIndex=1| Chain bustier] - Cidri
* [http://grigbertz.com/gallery/odd/cidri_guard.jpg.html?g2_imageViewsIndex=1| Chain bustier] - Cidri
* T-Shirts - Scarlett, Cidri
* T-Shirts - Scarlett, Cidri
 +
* Add fabric texture to Baroque Witch and Dark Witch Items - Scarlett
 +
* Dirty and torn clothing - Scarlett
 +
** Sweater tied around the hips.
 +
** Ripped skirt. Flexi and non-flexi.
* Cathedral - Scarlett
* Cathedral - Scarlett
** Needs better wall textures
** Needs better wall textures
Line 30: Line 34:
* Can animations be scripted to run by UUID reference? Test with a simple freebie poseball, e.g. Sirena's poseball tutorial
* Can animations be scripted to run by UUID reference? Test with a simple freebie poseball, e.g. Sirena's poseball tutorial
* Can web images be displayed in SL without uploading, by using Quicktime media?
* Can web images be displayed in SL without uploading, by using Quicktime media?
 +
* Can particle chains be made to run smoother by finding out distance between start and end and adjusting the parameters dynamically?

Revision as of 10:07, 8 April 2008

Projects and ideas for Second Life.

Ideas

  • Multi-attachment gadget; allows multiple attachments to one avatar location.
  • Flak Gun - shoots harmless poofs at aerial intruders
  • Walk/Fly speed gearbox HUD.
    • Select current speed by clicking a slider. Reset button included.
  • Re-skinning script
    • Link original item with skin. Original item will be root item. Put a script in the original item which sets the entire object's opacity to 0.0 and sends messages to linked items. The added skin objects all include scripts which sets opacity to the opposite of the base item. Thus toggling skinning on and off.
    • See flagpole scripts for examples. Note that the linked flag and pennant objects also include scripts.
  • Attached Vehicle - Scarlett
    • Attach the Floating Disc to Pelvis. Make an AO settings notecard with Sit Crosslegged (an SL standard animation) overriding all walk, fly and stand poses. Turn the vehicle invisible on Sit and visible on UnSit.
  • Attached BondageFurniture - Scarlett

Projects

  • Universal Cuffs - combines LockMeister and LockGuard functionality - Scarlett
    • Skin with rusted metal for Wastelands.
  • Flagpole - Scarlett
    • Find a photographic flag texture.
  • Chain bustier - Cidri
  • T-Shirts - Scarlett, Cidri
  • Add fabric texture to Baroque Witch and Dark Witch Items - Scarlett
  • Dirty and torn clothing - Scarlett
    • Sweater tied around the hips.
    • Ripped skirt. Flexi and non-flexi.
  • Cathedral - Scarlett
    • Needs better wall textures
  • Modular building - Scarlett
    • Needs better textures
  • Obsidian Temple - Tuft

Research

  • Test if HUDDLES will run a script specified by name on a notecard
  • Can animations be scripted to run by UUID reference? Test with a simple freebie poseball, e.g. Sirena's poseball tutorial
  • Can web images be displayed in SL without uploading, by using Quicktime media?
  • Can particle chains be made to run smoother by finding out distance between start and end and adjusting the parameters dynamically?