cinderblocks / radegast

Lightweight client for connecting to Second Life and OpenSim based virtual worlds
http://radegast.life/
GNU Lesser General Public License v3.0
65 stars 24 forks source link

Inventory and RLV Enhancements #11

Closed m33p closed 3 years ago

m33p commented 3 years ago

Add Missing RLV functions. getpath, getpathnew, detachallthis

Update inventory behavior to be more inline with the SecondLife viewer. Add subfolder support for Add/Remove/Replace outfits.

ohhmye commented 3 years ago

While using Radegast, I’m unable to have scripts attach/detach items in RLV folders.

Example: I create a subfolder in my avatar's RLV folder and name it +hat. I place the following script in a box:

integer RLVChannel = 1; string Nickname = "an"; string RLVFolder = "+hat"; default { touch_start(integer total_number) { llSay(RLVChannel, Nickname + " " + RLVFolder); } }

If I log in with Firestorm and click the box, the hat attaches to my avatar. If I log in with Radegast and click the box, the hat doesn't attach. The most recent info I found on the topic was from 2018: https://github.com/radegastdev/radegast/issues/33 The person that started the thread was able to gain access to their RLV folders after they modified their Radegast installation. I tried doing the same but was unsuccessful. I hoped it would be resolved in the latest update [2.33]. But after installing it and testing, I found it wasn't. Although I see the RLV commands output in chat when my avatar touches the box, the hat does not attach.

I don't think I posted this in the appropriate section.