Jump to content

Taff Nouvelle

Resident
  • Posts

    65
  • Joined

  • Last visited

Posts posted by Taff Nouvelle

  1. Trying to use the support link on my account page, I get the message

    "An error has occurred. Further information is available in the server log.

    Any ideas if this is my end or LL having problems, I cant call support to get support about the lack of support, :p

  2. I see many people saying, "turn off Advanced lighting". If you go to a stage show or dance show in SL, if it has been well run, there is a really good chance that the show uses advanced lighting effects which you will completely miss. I spend hours getting the lighting just right for the companies that I work with, and it is a shame that the audience does not always see the full effect.

  3. the fault is the 2 lines after else. you must put any more than a single command in braces  It is good practice to use braces anyway for clarity

     if( glowVal > 0.0) 

    {
     glowVal = 0.0;    

    }     
     else

    {

    glowVal = 0.2;          
     llSetLinkPrimitiveParamsFast(LINK_THIS, [PRIM_GLOW, tFace, glowVal]); 
       }

    • Thanks 1
  4. Agreed there are simpler ways to do this, but none as realistic. Any other method uses straight line movement, and fish do not turn at right angles :)

    the vehicle script does not have any sub scripts, it is a simple submarine ( Balloon ) script that has a random direction change on a timer, nothing more than that. 

    the llSetLinkPrimitiveParams is used to show and hide 3 faces to flick the tail.

  5. I have a strange problem with a simple vehicle script.

    Test setup

    loop 100 llSetLinkPrimitiveParamsFast SET_COLOR) etc

    time taken    <1sec

    start 20 fish ( simple vehicle script )  total script time <2ms.

    run the test again, time is now between 4 and 5 secs.

    Is there a known limit for vehicle scripts running on a single region ? or is this a bug.

  6. The ability to flash lights rapidly is already there, llSetLinkPrimitiveParamsFast(PRIM_POINT_LIGHT) does that, the only thing I am asking for is the ability to alter the FOV of what is already available. I think that the only reason it has not been implemented is lack of interest since more exciting things take over.

    • Like 1
  7. I really dont see what anyone could do to crash a viewer by adjusting the FOV, and that is the biggest need, most of the functionallity is already there in PRIM_POINT_LIGHT. Just add the FOV to what is already there, it will not break anythinmg since it is only effective when projector light is enabled.

  8. You can run your own web server at home using a Raspberry Pi computer with web server software, very easy to do, and will cost around $30.

    then a very simple PHP script to store and update the SL URL, something like:

    <?php
    $myfile = fopen("seattest.txt", "w") or die("Unable to open file!");
    $txt = $_POST['url'];
    fwrite($myfile, $txt);
    fclose($myfile);
    ?>

     

    that writes the URL to a notecard, and can be read by any script that needs the in world SL URL

  9. if the name is input as " something Resident" it fails to find the key, so add this to the listen.

    listen(integer channel, string name, key id, string message)
    {
    if(llToLower(llGetSubString(message,-8,-1)) == "resident")
    {
    message = llGetSubString(message,0,-9);
    }
    llListenRemove(iListen);

  10. Morning, 

    The delete option was not there when I posted, now it is, very strange :)

    I see the rules have changed from what was originally said to be the way this would work.

    My understanding was that the magic box and DD would both work together, so that if one failed, the other would be available. 

    It seems now that it is one or the other only.

  11. OK, I have all of my items on DD now, slight problem, with the old magic box, if I wanted to remove an item, I did just that, remove it from the box, and mark unavailable.

    I cant find any way to actually remove an item from the DD folder once it has been sent. ??

     

  12. "> The most likely reason is the shopping cart. "

     

    Hmmmm, we just built this GREAT new train, it keeps crashing because all of the lines are an inch too wide,

    If the new system doesnt work, the original system must be at fault.

  13. "Marketplace failed delivery: If you have not received an item you paid for, please submit a support request that includes the order number and the name(s) of the item(s) that failed to be delivered. You may also contact the seller directly."

     

    OK, so what do you do if you are a merchant who has consistently failed deliveries ??

  14. I just checked with a customer who supposedly had a failed delivery, the item was delivered, and the money taken by LL, however, it did not reach me and the customer also received a message saying that the delivery had failed.

    I have sent in a support ticket with the full info from the customers transaction.

    If this has happened with the FIRST customer that I contacted, how many others of the supposed failed deliveries have succeeded with LL pocketing the money ??

  15. what the hell is going on with the marketplace, I have lost almost all of my sales in the last month due to failed deliveries, now and then one will go through, so the box is being seen, but I have had approx 45 failed deliveries in the last 4 weeks, resetting the box or re-syncing seems to have no effect.

    Is it just me, or is this a regular thing now?? deliveries V failed = around 3% success.

     By the way, I am in world every day for at least 12 hours. but have not had any customers calling, so does this mean that the deliveries are going through, but not being registered, so i do not get paid ??

     

×
×
  • Create New...