From 198dea28add519a5cd14b47a01345cf4207b4ee3 Mon Sep 17 00:00:00 2001 From: Tedd Hansen Date: Wed, 2 Jan 2008 15:58:33 +0000 Subject: Full .dll-name in config option for ScriptEngine. Loading only scriptengine specified in config. ScriptServer will still not start! --- bin/OpenSim.ini.example | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bin/OpenSim.ini.example') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 61438dd..e081d4e 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -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 -- cgit v1.1