forked from intelvwi/DSG
-
Notifications
You must be signed in to change notification settings - Fork 0
Opensim.ini
Dan Lake edited this page Oct 4, 2013
·
1 revision
Note: These options may be in various ini files including SimianGrid.ini, etc depending on the architecture and file include structure you are using.
[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[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[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[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