Jump to content

Vera Gavilan

Resident
  • Posts

    12
  • Joined

  • Last visited

Posts posted by Vera Gavilan

  1. I need a script that would give out objects from inventory under different categories: Food,  Cleaning, Cooking, Utensils. For example, clicking 'cleaning' should give 2 choices: Wash dishes and Clean sink.  Again, clicking 'wash dishes' should give 2 wearable objects from inventory.

    IM me to discuss about the details and the cost. Thanks.

  2. Ty for quick reply. Okay the script accepted the UUID and there were no errors. However there's a script error when turning the faucet on. Tthe prim can't find the sound. I put it in the prim contents next to script.

  3. I have zero knowledge of scripting. With help from tutorials I managed to make running water for a faucet, touching on/off. Now I want to put a sound in it. The sound should play looped as long as the faucet is running.

    How and where to put the UUID and the sound, please help :)

     

    The water on/off script:

    integer on = TRUE;

    default
    {
         touch_start(integer iNum)
         {
              if (!on) llMessageLinked(LINK_SET, 0, "on", NULL_KEY);
              else llMessageLinked(LINK_SET, 0, "off", NULL_KEY);
              on = !on;
         }
    }

     

     


  4. Setekh Ichtama wrote:

    You haven't seen quality until you've seen Battlefield 3 (YouTube "Grand Bazaar" in Ultra Quality)

    and GTA4 is an older game (it was released in 2008).

     

    This was actually GTA 4 ENB ultra graphics, which is newer than 2008?

    And about lagging, that is understandable. But while shooting machinima, isn't it possible to restrict access to a sim during filming so there wouldn't  be any random surprises such as avatars creating huge lag?

  5. Wondering if it would ever be possible to have better graphics and animations in SL? In videogames the quality is amazingly realistic.

    In this machinima video from GTA 4,

    http://www.youtube.com/watch?v=5m3oxZBpaGQ&feature=related

    you might think for a moment you are looking at a video from rl, it is actually that good!  Also, the movement of the characters is smooth, they walk in a natural way, get up from a car and close the door in a way that never happens in SL. Is it because someone just hasn't created it yet or is it because it's not even possible?

×
×
  • Create New...