Jump to content

dk201

Resident
  • Posts

    44
  • Joined

  • Last visited

Reputation

6 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I actually want to make a video clip with dolly zoom effect. RLV solution worked as magic with a loop to change fov as long as in a low-laggy sim.
  2. Wow, this looks very promising! If RLV allows me to change fov in a smooth way, dolly zoom might be feasible! Thanks for advice.
  3. Appreciated! I will do some test. My avatar is not sit on an object, but this will be a good solution! Why dont i just sit on something transparent and adjust camera!? It would be much easier! Thanks a lot
  4. Hi SL residents, I am trying to write a script allow me to make dolly zoom effect (https://en.wikipedia.org/wiki/Dolly_zoom) in SL. However, I met 2 questions: 1) I can not force camera to be in front of my avatar. (which i believe is a know issue with LSL, correct me if i am wrong) 2) I can not adjust camera view angle via LSL scripts. Those i can do a screen record and create dolly zoom effect in video editing software, however I will loose some video quality and i would like to avoid that. Anyone has advice?
  5. Hi All, I am working on my bento tail. I find some bento tails on MP that will not adjust length when you change your avi height. I wanna my bento tail to be fixed length regardless of my avi height. Does anyone know how to do that? I am using blender 2.79c with avastar 2.40. Thanks in advance
  6. Thanks a lot! A lot of useful info
  7. Hi All, I am writing a piece of script for a hud and an vendor. There is a small function that i want to implement and it is described as follow: 1) When HUD is attached, the avi cannot chat in public chat channel. I want to either replace his typing content with "XXXXX" or simply dont allow typing content to show in public chat. I can do this with RLV, but I am looking for a way to do it without RLV. 2) For those no-script area, is there a way to set-up an object with vendor script? I know CasperVend works even in a no-script sim, I just wonder how that happens. Thanks in advance, -DK
  8. Wiki is very likely wrong on group giver for llGiveInventory. I will try some bot script and I get an out-world server anyway, I guess i can do a server based giver as well. Attaching the object to a group notice can not do scheduled delivery. I would like to do scheduled delivery.
  9. The item is a full perm item. I am able to send it to single avi. I guess llGiveInventory is just not supporting group
  10. According to llGiveInventory howto page (http://wiki.secondlife.com/wiki/LlGiveInventory), destination parameter can be a group uuid. However, it is not true. At least in my case, it does not work. I guess if i want to do a delivery to all group member, i can only use an out-world server to feed a sim object with all group members' uuid and send one by one?
  11. Hi All, I recently work on a game system. In this game system, I would like to send items to all players in different grid. I would like to design this behavior just like those notecards of new releases sent by store owner. So, i created an object in sim and i throw following code: llGiveInventory(GROUP_UUID. "some item name"); However, this llGiveInventory() does not work at all. I do know that llGiveInventory() have throttle of about 2000, and i expect my group has less than 2000 members. Any clue why llGiveInventory() fails? If this is not a good way to send items to everyone in a large group, is there a recommended way to do so? Thanks, -dk
  12. Hi All, I just have a silly question about ANS. I set up my ANS server on a vps but i don't have a domain. My original plan is to let my marketplace to report to my ANS server via a url like http://11.33.22.44:5555/ans However, I cannot save this url on Automatic Notifications (ANS) page under my merchant account, the error message is: The URL you're trying to use apears to be invalid Do i need a domain to replace my server ip to make ANS feature work? Or maybe i can use google form as instead of a dedicate ANS server? Thanks in advance for help, -DK
  13. Hi All, I just have a silly question about ANS. I set up my ANS server on a vps but i don't have a domain. My original plan is to let my marketplace to report to my ANS server via a url like http://11.33.22.44:5555/ans However, I cannot save this url on Automatic Notifications (ANS) page under my merchant account, the error message is: The URL you're trying to use apears to be invalid Do i need a domain to replace my server ip to make ANS feature work? Or maybe i can use google form as instead of a dedicate ANS server? Thanks in advance for help, -DK
×
×
  • Create New...