Skip to content

Enabling RLVa

Catznip Viewer

  1. Open the Catznip viewer
  2. Go to Me > Preferences > General
  3. Check "Allow remote scripts to: "
  4. Enable "Activate RLV"
  5. Click OK and restart the viewer

Other Viewers

The process varies by viewer. Generally:

  1. Open Preferences or Settings
  2. Look for "RestrainedLove", "RLV", or "RLVa" in the settings
  3. Enable the feature
  4. 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);
    }
}