Jump to content

Jazmina Voom

Resident
  • Posts

    44
  • Joined

  • Last visited

Reputation

10 Good

Recent Profile Visitors

585 profile views
  1. Thanks for your reply but it does not seem to be the case. When I run 2 different animations (at different times), both priority 6, one will continue to play over the AO and the other one will not. The part about the most recent animation taking priority makes sense, but why then does one work and the other does not? By the way, I am pretty sure all my walking animations are p4, which makes it more confusing to me still.
  2. I am trying to upload an animation/pose that I have created in QAvimator. The purpose is to hold the arm in a certain position no matter what, overriding everything, even the AO. (I use the built-in AO in Firestorm). The problem is even when I upload it as priority 6, the AO walk will break the pose and the arm will swing according to the walking animation. I have other poses that do this (hold the pose over the AO walks), and they have the time set to 0, whereas the ones I upload are 0.07 seconds, which I think is the minimum for an animation (2 frames). However, if this is indeed the solution, I don't seem to be able to do it in QAvimator. If I try to reduce the animation to 1 frame, I cannot move anything on the model. Does someone know the answer to this?
  3. Here's hoping! Would love to get my money's worth out of my Core i7 but I honestly doubt it will ever happen.
  4. I used the link I get directly from right-clicking the cell in the sheet (Get link to this cell) and I also get all the html when I call it, but I also get all the data. If I understand corrcetly this data needs to be parsed to get what I want out but it seems so clunky that it does not seem like a solution at all. I'd have to know what I am looking for or where it is before I find it. I feel like there must be an easier way to pull the contents of a cell out of a Google sheet and into SL but so far I have not found it. Thanks again @Xiija for posting your solution! If I understand the above, I would have to put different markers on all my data in order to find them again and then I need to keep track of all the markers, which defeats the purpose (for me) of keeping data external in the first place. What I want is to be able to find a particular cell in column A (UUID) and return what is in the next columns on the same row (Name, rank, favorite sausage, etc.). I don't know if this is possible. Maybe if I can import the whole list I can search it in SL? Will keep trying...
  5. Thanks for the detailed reply @chibiusa Ling I really like the idea of being able to store data outside SL to be written and read by scripts. Speed and security are not important as the data would not be sensitive. I don't feel like paying for premium membership or hosting a DB as I am just playing around at the moment. So Google docs seems like the way to go. Now I just need to figure out how to GET the data.... I'll keep looking and post back here when I find the answer.
  6. How is this dump done? A script cannot write to a note card, right? In general I am enjoying the idea of having a script in SL communicate with "the outside world". I think that is the thing that is making me want to dig into this, not necessarily any practical need.
  7. Maybe I just don't know how SL handles data. My impression was that a script can store lists, but if you want to edit the script, the data in the lists (unless it is all defined) will be lost. A simple example is a members list. You click on a prim to add yourself as a member. Your ID is stored. But if I want to edit the script now, the list will be reset. Is that not correct? I am by no means an expert in LSL. Are there links you can provide that show how SL handles data?
  8. Thank you @Estelle Pienaar for the link to your very useful and informative post!! I feel like I might want to go down this rabbit hole! It always annoyed me that data could not be properly stored in SL. If I happen to learn lots of things along the way while finding a solution, then so much the better! 🙂
  9. So I got as far as being able to write to a sheet via a form as @Xiija explained above like this: string URL = "<the link to the form>" + "it works" + "&submit=Submit"; key httpkey=llHTTPRequest(URL, [] , ""); The text "it works" appears in the sheet. Great! Now I would like to be able to read that cell from SL. Can anyone help?
  10. @XiijaThank you so much for this info!!! I have been wondering about a way to do this for a long time. I got my first script running thanks to your very clear instructions. Sooo many possibilities with this!!!
  11. You can take off the object that causes the blur and re-log. Innula's script also works. I really wanted to know what the code is to produce the effect though. Thanks Innula for pointing me in the right direction! The following script will make your vision blurry (if that's what you want). Increase the value for more blur. default{ state_entry() { llOwnerSay("@setdebug_renderresolutiondivisor:2.0=force"); }} Needs RLV (restrained love) to be turned on.
  12. Dear Mr. Meriman, Thank you so much for your reply! You have saved me hours of fruitless tinkering! Best Wishes, Jaz
  13. Hi! So I was playing with RLV settings and it was going great but then this "fog" feature did not do anything. I wanted to limit all vision llOwnerSay("@camdrawmin:1.0=y"); llOwnerSay("@camdrawmax:5.0=y"); llOwnerSay("@camdrawalphamin:0=y"); llOwnerSay("@camdrawalphamax:1=y"); The script does nothing. Anyone know what I am doing wrong here? The script is in a box prim that I wear. Thanks! Rose
  14. Upload error - DAE parsing issue Some faces in the mesh are turned the wrong way (although it may look normal) To see faces the facing the wrong way: n menu - Shading - (turn on) Backface culling View mode (not edit)– Object menu - apply - rotation and scale You will now see parts of the mesh inside-out. To fix: Edit mode - select all - Ctrl + n
  15. Analog Dog - check out Rae in the Afro section - edit down/out the floaties
×
×
  • Create New...