diff options
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/Grid.ini | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/bin/config-include/Grid.ini b/bin/config-include/Grid.ini index e7141a1..419b40d 100644 --- a/bin/config-include/Grid.ini +++ b/bin/config-include/Grid.ini | |||
@@ -33,13 +33,17 @@ | |||
33 | [SimulationService] | 33 | [SimulationService] |
34 | ; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport | 34 | ; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport |
35 | ; It is used to control the teleport handoff process. | 35 | ; It is used to control the teleport handoff process. |
36 | ; Valid values are | 36 | ; Valid values are |
37 | ; "SIMULATION/0.3" | ||
38 | ; - This is the default, and it supports teleports to variable-sized regions | ||
39 | ; - Older versions can teleport to this one, but only if the destination region | ||
40 | ; is 256x256 | ||
37 | ; "SIMULATION/0.2" | 41 | ; "SIMULATION/0.2" |
38 | ; - this is the default. A source simulator which only implements "SIMULATION/0.1" can still teleport with that protocol | 42 | ; - A source simulator which only implements "SIMULATION/0.1" can still teleport with that protocol |
39 | ; - this protocol is more efficient than "SIMULATION/0.1" | 43 | ; - this protocol is more efficient than "SIMULATION/0.1" |
40 | ; "SIMULATION/0.1" | 44 | ; "SIMULATION/0.1" |
41 | ; - this is an older teleport protocol used in OpenSimulator 0.7.5 and before. | 45 | ; - this is an older teleport protocol used in OpenSimulator 0.7.5 and before. |
42 | ConnectorProtocolVersion = "SIMULATION/0.2" | 46 | ConnectorProtocolVersion = "SIMULATION/0.3" |
43 | 47 | ||
44 | [SimulationDataStore] | 48 | [SimulationDataStore] |
45 | LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService" | 49 | LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService" |