Jump to content

Melkanea

Resident
  • Posts

    40
  • Joined

  • Last visited

Everything posted by Melkanea

  1. ...Bait and it was successful! I have 350 profile views and comments about SLifers who knew exactly what my subject was about. jet That the Linden God descended upon me making me understand and regret my mistake was fair and i accept it. Finding the scenario was not really a surprise, ima fetichist, i have my roles to play what was really interesting was the fact that most, after analyzing their community replies they either found it normal, had already experienced it or actively involved in these activities. in some other more intricate formal roleplay or another. I just love SL, its weirder than i am! the ones who build and maintain or live in this place are weirder that imagined and i love it!
  2. Well i duno if im doing it wrong but it listens to its own UUID
  3. Thank you sooooooo much! Even 6 years later its almost impossible to find a simple and way of getting all the object details without manually adding them to each prim. Now i can use this for RLV games cus the objects can be moved and rezzed by anyone and still work by sending RLV commands.
  4. won't work with notepad++ i tried that. Someone should move this to the bugs section
  5. Also using Firestorm and Win 10. Maybe its connected. I believe its an add-on that causes it. Are you using AddBlockerPlus?
  6. Im just glad i have a ROG machine, bish flys <3 giggle Well the fix was> Remove any add on i dont really use all the time. Clear browsing data. Uninstall Chrome. Run the Win Hard Drive cleaner. Reboot Reinstall chrome The bug is gone now.
  7. breaking char for a sec. its me and only me. Im in IT, Irrelevant of inside or outside of SL. I have an extra keystroke, and i have cornered the culprit. Its my Chrome. i reactivated my MS Edge and the copy/pasta works normally. One of my Addons is altering the website while im seeing it. Mixed emotions right now. For one i have a real issue and for the other im happy you helped me discover it. Thank you @Rolig Loon for entertaining my issue.
  8. The extra key is between the R and e i checked the columns in the SL editor Im using Firestorm and you?
  9. I did the same, no matter how many times i copy/paste, even my reply coping my own reply copied from your post keeps giving me the extra letter. Ill get weirder and do it with https://www.lettercount.com/ This is crazy!!! Im really weirded out, is it my machine? are my fonts having kerning issues???
  10. OHH i see, well then its just me. ill add what i get. This is probably the wrong place to post this but for conversations sake Every single time i copy/paste your initial script i get the same syntax issue. I get an extra keystroke. i get 15 letters ina 14 letter word. I might have found a bug, a really annoying one i must say, this script was short but if it persist then copy/paste from the forum is a problem since i wont see the mistake right away. I seriously thought you where just having fun or something @Rolig Loon
  11. llSetRegionPos( vThere ); llSetRegionPos( vThere ); I know they look identical but they are not. Please believe me and copy/paste them in SL
  12. Not what i meant. Its not the font, you will see the difference only if you copy/paste both functions. Please try. I noticed, after some trial and error. chuckle
  13. Rolig WTH is that! how did you??? but the kerning??? Wuuuuuuut? i have written more letters on a keyboard than with hand and i have never ever seen that happen how is that even possible?
  14. Nuice! I loved that trick since llTeleportAgent is always dropping me to the starting position, even in a sandbox. How do i avoid the prim to go to my "lost and found" folder once finished? Ohh and btw Rolig I dont really know what kind of sorcery this is but should be llSetRegionPos( vThere );
  15. Im creating a RLV trap, a TV showing Gif from the web when some sits in front of it. The URLs loaded from a notecard given to the TV. llSetPrimMediaParams(face, [PRIM_MEDIA_CURRENT_URL, ImgURL, PRIM_MEDIA_PERMS_INTERACT,PRIM_MEDIA_PERM_NONE, PRIM_MEDIA_PERMS_CONTROL, PRIM_MEDIA_PERM_NONE, PRIM_MEDIA_AUTO_PLAY,TRUE ] ); to disable the Browser menu and load the URL. When i rez the object i still have to click on the TV for it to load the first URL or i will get the default texture. There isnt even a TOUCH in the script. Once clicked everything works perfectly. Why do i have to "click" on the prim for its to start doing its job???
  16. i was thinking as much when you answered, thank you its like past 1am so Giggle
  17. HypnoCinema v026: failed: @setcam_unlock=<n> (thingy error)
  18. That was in my first post, what do you mean cut down version?
  19. RLV is still confusing and now im more confused since http://wiki.secondlife.com/wiki/LSL_Protocol/RestrainedLoveAPI
  20. Dont forget to add the small detail that CAMERA_ACTIVE expects 1 and not TRUE to activate. lol I managed to do it doing this key uuid=llGetKey(); list position = llGetObjectDetails(uuid, ([ OBJECT_POS])); vector pos = llList2Vector(position,0); vector pos1 = pos + <0,-2.5,0.0> ; llSetCameraParams( [CAMERA_ACTIVE,1, CAMERA_POSITION_LOCKED,TRUE, CAMERA_FOCUS_LOCKED, TRUE, CAMERA_POSITION, pos1, CAMERA_DISTANCE, 2.5 ] ); But only when the TV is in a perfect angle specially when assigning pos1, im currently looking into how i can get the Rotation too list rotated = llGetObjectDetails(uuid, ([OBJECT_ROT])); rotation rot = llList2Rot(rotated,0);
  21. Creating an RLV trap, one that captures the view of the avatar and focuses it to the center of a TV screen. Im overwhelmed with these camera functions i have tried them all so far not what i want. http://wiki.secondlife.com/wiki/FollowCam llSetCameraParams CAMERA_FOCUS, <vector> CAMERA_POSITION, <vector> CAMERA_DISTANCE, float CAMERA_PITCH, degrees Difference???? I got the permissions right, that was the easy part. All of these change the values of the others, like, if i set Position, Focus focuses anywhere, Pitch changes when i change the vector Z or the distance to the object. and most of all! if my avatar is not perfectly aligned with the axis of the TV or if the TV is rotated the avatar looks anywhere but at the center so i tried the following ======= http://wiki.secondlife.com/wiki/LlGetCameraRot //Camera Follower Script This script moves my object out of bounds? wat? llGetCameraRot llGetCameraPos and the avatar still looks anywhere but the center of the screen ====== Then come these functions llSetCameraEyeOffset llSetCameraAtOffset Suposedly when i sit the cam looks at the prim, NOT! llSetLinkCamera Chuckles, i havent even gotten to the RLV part jet. http://wiki.secondlife.com/wiki/LSL_Protocol/RestrainedLoveAPI I get that i need to setup the cam on sit first and then restrict it. WHELP!
  22. I had the same issue with my first collar. Im using Firestorm. I just disabled the "Allow Remote Scripted Viewer Controls" [RLVa] and took off the collar. Requires restart so its seriously annoying. The best solution i found was to get a better scripted Collar that had a RLV>"Clear All" option in its HUD. Its still a bit of a hassle since one needs to "Touch" the collar in the main Inventory and not the Outfits
  23. I believe i must explain myself to the reason of wanting to create this particular object for no real reason. One part is to learn and toy with LSL, the second part is a long long past kids dream. Animate with script and create that exact object for a map i designed in Quake 2 . never managed to do it. Now with your help i did! Thank you all since i finally have time to live my second life. better late than never! Chuckles
×
×
  • Create New...