RLV ZONE SYSTEM - HELP & DOCUMENTATION
version 2.2
This system creates an invisible zone where avatars with an active RLV relay (e.g., in a collar) are automatically restricted based on the settings in the 'config' notecard.
1. CONFIGURATION
Example Notecard: config
The notecard must be structured line by line: PARAMETER=VALUE
Zone Dimensions
- SIZE_X / SIZE_Y / SIZE_Z : Radius in meters (e.g., 5.0)
- SCAN_RATE : How often the zone is checked (Default: 5.0)
Permissions & Lists
- OPERATOR : UUID of an avatar allowed to use the menu.
- WHITELIST : UUID of an avatar to be ignored by RLV.
RLV Settings
(y = allowed / n = forbidden)
- FLY, JUMP, RUN, SIT, EDIT, PAY, BUY
- TPLURE, TPLM, TPLOC, SITTP (Teleport options)
- SENDIM, RECVIM, SENDCHAT (Communication)
- SHOUT, WHISPER (Chat ranges)
- FARTOUCH, TOUCHATTACH (Interactions)
Special Features
- ENV : Enforces an environment (e.g., ENV=Midnight or ENV=Noon)
- TPLOCAL : Local teleport (0 = allowed, 1 = forbidden)
- CAMMAX / CAMMIN : Camera zoom restrictions
Lines starting with # are ignored (comments).
2. MENU OPERATION
Click the object to open the Control Center:
- [RLV ON] : Activates the zone. Avatars will be restricted upon entry.
- [RLV OFF] : Deactivates the zone and releases all avatars immediately (
!release). - [Reload] : Re-reads the 'config' notecard. Must be pressed after every change to the notecard!
3. CHAT COMMANDS (Channel /666)
Operators can control the system via channel 666:
/666 rlvzoneSTART: Activates the zone./666 rlvzoneSTOP: Deactivates the zone./666 free [Name]: Releases a specific avatar for 60 seconds (Temporary Whitelist).
Example:/666 free Hans Resident
4. USAGE NOTES
- The zone only detects avatars wearing an RLV relay set to „Auto“ or „Ask“ mode.
- The sensor has a maximum range of 96 meters.
- When an avatar leaves the zone, the system automatically sends a
!releasecommand to lift all restrictions. - The environment setting (ENV) is also automatically reset to the default value upon exit.
# --- RLV ZONE SYSTEM CONFIGURATION --- # --- DIMENSIONS (Half-length of box axes) --- # Total size will be double these values SIZE_X=3.0 SIZE_Y=3.0 SIZE_Z=3.0 # --- TIMING & SENSORS --- SCAN_RATE=16.0 FREE_TIMER=15.0 # --- PERMISSIONS (UUIDs) --- # Operators can use the Menu and Chat-Commands OPERATOR=00000000-0000-0000-0000-000000000000 OPERATOR=00000000-0000-0000-0000-000000000000 # RLV Whitelist: These users will NOT be restricted by RLV WHITELIST=00000000-0000-0000-0000-000000000000 # --- RLV SETTINGS (n = forbid / y = allowed) --- # MOVEMENT FLY=y JUMP=y RUN=y SIT=y # TELEPORTATION (Block all methods) TPLURE=n TPLM=n TPLOC=n TPLOCAL=0 SITTP=n # COMMUNICATION SENDIM=y RECVIM=y SENDCHAT=y SHOUT=n WHISPER=n # INTERACTION EDIT=y PAY=n BUY=n FARTOUCH=y TOUCHATTACH=y # CAMERA CAMMAX=y CAMMIN=y # --- OPTIONAL FEATURES (Comment out to disable) --- # ENV=Midnight
RLV Zone System Changelog
Version 1.2 (Current)
- Environment Override: Added
ENVparameter to force EEP settings (e.g., Midnight, Noon) within the zone. - Public Announcements: The system now broadcasts status changes and entry/exit events to public chat for transparency.
- Temporary Release: Added
/666 free [name]command to whitelist a specific user for 60 seconds. - Optimized Performance: Removed Security/Eject subroutines to prevent accidental teleports and reduce script lag.
- Enhanced RLV Mapping: Added support for all major RLV commands (Edit, Pay, Buy, Camera, etc.).
- Stability: Improved sensor logic to ensure
!releaseis sent reliably when users exit the zone or the system is toggled off. - Notecard Configuration: Implemented
confignotecard support for persistent settings. - Operator System: Added UUID-based operator list to allow multiple managers.
- Whitelist: Added RLV-bypass list for friends/staff.
© 2026 KinkDesign & MasterControl