Opensim.ini - intelvwi/DSG GitHub Wiki

OpenSim.ini

Note: These options may be in various ini files including SimianGrid.ini, etc depending on the architecture and file include structure you are using.

Scene Persistence Simulator:

[Startup]
;; Scene Persistence simulator does not require a local physics engine
physics = RemotePhysicsEngine

[XEngine]
;; Scene Persistence simulator does not require a script engine
Enabled = false

[RegionReady]
;; RegionReady module is currently incompatible with DSG
enabled = false

[Messaging]
;; Allows instant messages with DSG
MessageTransferModule = DSGMessageTransferModule

[Groups]
;; DSG is incompatible with groups module
Enabled = false

[RegionSyncModule]
Enabled = true
ActorID = persist
IsHub = true

Physics Engine Simulator:

[Startup]
;; Physics Engine simulator should use OpenDynamicsEngine or BulletSim
physics = OpenDynamicsEngine

[XEngine]
;; Physics Engine simulator does not require a script engine
Enabled = false

[RegionReady]
;; RegionReady module is currently incompatible with DSG
enabled = false

[Messaging]
;; Allows instant messages with DSG
MessageTransferModule = DSGMessageTransferModule

[Groups]
;; DSG is incompatible with groups module
Enabled = false

[RegionSyncModule]
Enabled = true
ActorID = physics
IsHub = false

Script Engine Simulator:

[Startup]
;; Script Engine simulator does not require a local physics engine
physics = RemotePhysicsEngine

[XEngine]
;; Script Engine simulator should enable XEngine
Enabled = true

[RegionReady]
;; RegionReady module is currently incompatible with DSG
enabled = false

[Messaging]
;; Allows instant messages with DSG
MessageTransferModule = DSGMessageTransferModule

[Groups]
;; DSG is incompatible with groups module
Enabled = false

[RegionSyncModule]
Enabled = true
ActorID = script
IsHub = false

Client Management Simulator(s):

[Startup]
;; Client manager simulator does not require a local physics engine
physics = RemotePhysicsEngine

[XEngine]
;; Client Manager simulator does not require a script engine
Enabled = false

[RegionReady]
;; RegionReady module is currently incompatible with DSG
enabled = false

[Messaging]
;; Allows instant messages with DSG
MessageTransferModule = DSGMessageTransferModule

[Groups]
;; DSG is incompatible with groups module
Enabled = false

[RegionSyncModule]
Enabled = true
ActorID = client1
IsHub = false
⚠️ **GitHub.com Fallback** ⚠️