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 enginephysics = RemotePhysicsEngine
[XEngine];; Scene Persistence simulator does not require a script engineEnabled = false
[RegionReady];; RegionReady module is currently incompatible with DSGenabled = false
[Messaging];; Allows instant messages with DSGMessageTransferModule = DSGMessageTransferModule
[Groups];; DSG is incompatible with groups moduleEnabled = false
[RegionSyncModule]Enabled = true
ActorID = persist
IsHub = true
Physics Engine Simulator:
[Startup];; Physics Engine simulator should use OpenDynamicsEngine or BulletSimphysics = OpenDynamicsEngine
[XEngine];; Physics Engine simulator does not require a script engineEnabled = false
[RegionReady];; RegionReady module is currently incompatible with DSGenabled = false
[Messaging];; Allows instant messages with DSGMessageTransferModule = DSGMessageTransferModule
[Groups];; DSG is incompatible with groups moduleEnabled = false
[RegionSyncModule]Enabled = true
ActorID = physics
IsHub = false
Script Engine Simulator:
[Startup];; Script Engine simulator does not require a local physics enginephysics = RemotePhysicsEngine
[XEngine];; Script Engine simulator should enable XEngineEnabled = true
[RegionReady];; RegionReady module is currently incompatible with DSGenabled = false
[Messaging];; Allows instant messages with DSGMessageTransferModule = DSGMessageTransferModule
[Groups];; DSG is incompatible with groups moduleEnabled = false
[RegionSyncModule]Enabled = true
ActorID = script
IsHub = false
Client Management Simulator(s):
[Startup];; Client manager simulator does not require a local physics enginephysics = RemotePhysicsEngine
[XEngine];; Client Manager simulator does not require a script engineEnabled = false
[RegionReady];; RegionReady module is currently incompatible with DSGenabled = false
[Messaging];; Allows instant messages with DSGMessageTransferModule = DSGMessageTransferModule
[Groups];; DSG is incompatible with groups moduleEnabled = false
[RegionSyncModule]Enabled = true
ActorID = client1
IsHub = false