Allen Kerensky"It seems you've been living two lives ..."

[Chat]

Configures the ChatModule in Simulators.

This module will send messages to all listeners in a region which are within range of the type of message sent.

Chat Configuration Item Default Example Description
enabled true true Controls whether the chat module is enabled
whisper_distance 10 10 Distance in meters that whispers should travel
say_distance 20* 20 Distance in meters that ordinary chat should travel
shout_distance 100 100 Distance in meters that shouts should travel

* Older revisions of OpenSimulator defaulted to 30 meters instead of the expected 20 meters.

OpenSimDefaults.ini

[Chat]
    ; Controls whether the chat module is enabled.  Default is true.
    enabled = true;

    ; Distance in meters that whispers should travel.  Default is 10m
    whisper_distance = 10

    ; Distance in meters that ordinary chat should travel.  Default is 20m
    say_distance = 20

    ; Distance in meters that shouts should travel.  Default is 100m
    shout_distance = 100

ConciergeModule Note

The ConciergeModule may be used to replace the ChatModule and carry local chat message to everyone in a region regardless of range from the speaker, for meetings, presentation, or educational purposes.

See Also

Simulators

Last update: r/22287

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
DokuWiki