Enabling RLVa
Catznip Viewer
- Open the Catznip viewer
- Go to Me > Preferences > General
- Check "Allow remote scripts to: "
- Enable "Activate RLV"
- Click OK and restart the viewer
Other Viewers
The process varies by viewer. Generally:
- Open Preferences or Settings
- Look for "RestrainedLove", "RLV", or "RLVa" in the settings
- Enable the feature
- Restart the viewer
Note
Always restart your viewer after enabling or disabling RLVa to ensure changes take effect.
Verifying RLVa is Active
To verify RLVa is working, you can use the version check command. In local chat, type:
/2048 /version
If RLVa is active, you should see a response like:
RestrainedLove viewer v2.9.29 (SL 7.1.10.757794)
Alternatively, you can test with a simple script:
default
{
state_entry()
{
llOwnerSay("@version=2048");
}
listen(integer channel, string name, key id, string message)
{
llOwnerSay("RLVa version: " + message);
}
}