mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Full .dll-name in config option for ScriptEngine. Loading only scriptengine specified in config.
ScriptServer will still not start!
This commit is contained in:
@@ -41,6 +41,12 @@ asset_database = "sqlite"
|
||||
|
||||
verbose = true
|
||||
|
||||
; ScriptEngine
|
||||
script_engine = OpenSim.Region.ScriptEngine.DotNetEngine.dll
|
||||
;Experimental remote ScriptServer plugin:
|
||||
;script_engine = OpenSim.Region.ScriptEngine.RemoteEngine.dll
|
||||
|
||||
|
||||
; if you would like to allow prim to be physical and move by physics with the physical checkbox in the client set this to true.
|
||||
physical_prim = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user