Add [SimulationService] section to GridHypergrid.ini and StandaloneHypergrid.ini
This was already in Grid.ini and Standalone.ini Default settings are same as previously, just introduce a debug ConnectorProtocolVersion parametervarregion
parent
8999f06025
commit
ac0a527976
|
@ -35,6 +35,17 @@
|
||||||
SimulationServiceInConnector = true
|
SimulationServiceInConnector = true
|
||||||
LibraryModule = true
|
LibraryModule = true
|
||||||
|
|
||||||
|
[SimulationService]
|
||||||
|
; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport
|
||||||
|
; It is used to control the teleport handoff process.
|
||||||
|
; Valid values are
|
||||||
|
; "SIMULATION/0.2"
|
||||||
|
; - this is the default. A source simulator which only implements "SIMULATION/0.1" can still teleport with that protocol
|
||||||
|
; - this protocol is more efficient than "SIMULATION/0.1"
|
||||||
|
; "SIMULATION/0.1"
|
||||||
|
; - this is an older teleport protocol used in OpenSimulator 0.7.5 and before.
|
||||||
|
ConnectorProtocolVersion = "SIMULATION/0.2"
|
||||||
|
|
||||||
[Profile]
|
[Profile]
|
||||||
Module = "BasicProfileModule"
|
Module = "BasicProfileModule"
|
||||||
|
|
||||||
|
|
|
@ -38,6 +38,16 @@
|
||||||
SimulationServiceInConnector = true
|
SimulationServiceInConnector = true
|
||||||
MapImageServiceInConnector = true
|
MapImageServiceInConnector = true
|
||||||
|
|
||||||
|
[SimulationService]
|
||||||
|
; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport
|
||||||
|
; It is used to control the teleport handoff process.
|
||||||
|
; Valid values are
|
||||||
|
; "SIMULATION/0.2"
|
||||||
|
; - this is the default. A source simulator which only implements "SIMULATION/0.1" can still teleport with that protocol
|
||||||
|
; - this protocol is more efficient than "SIMULATION/0.1"
|
||||||
|
; "SIMULATION/0.1"
|
||||||
|
; - this is an older teleport protocol used in OpenSimulator 0.7.5 and before.
|
||||||
|
ConnectorProtocolVersion = "SIMULATION/0.2"
|
||||||
|
|
||||||
[Messaging]
|
[Messaging]
|
||||||
MessageTransferModule = HGMessageTransferModule
|
MessageTransferModule = HGMessageTransferModule
|
||||||
|
|
Loading…
Reference in New Issue