From 169032b4a42736b3feef682fcbfd1cc1f8b159ba Mon Sep 17 00:00:00 2001 From: Tedd Hansen Date: Sat, 16 Feb 2008 07:53:02 +0000 Subject: Fixed ScriptEngine config in OpenSim.ini.example that was out of place. Added some info to failure on GridServices listening port so people can see what actually went wrong. Moved most of the function/event execution module to a baseclass so other execution methods (instead of reflection) can be used with custom script modules run by ScriptEngine.Common. + some accumulated patches --- bin/OpenSim.ini.example | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'bin/OpenSim.ini.example') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 2297fc4..1c96534 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -72,6 +72,23 @@ physical_prim = true ; To run a script every few minutes, set the script filename here ; timer_Script = "filename" +; ## +; ## ScriptEngine +; ## +; These are region modules loaded into each region to provide script support +; Scripts may be everything from LSL or C# scripts put in prims to whole game systems that controls the whole grid. +; You can load multiple modules by separating them with a coma. +; +; Example: +;script_engine = OpenSim.Region.ScriptEngine.DotNetEngine.dll,OpenSim.Region.ScriptEngine.RemoteServer.dll +; +; This is the current and most stable ScriptEngine: +script_engine = OpenSim.Region.ScriptEngine.DotNetEngine.dll + +;Experimental remote ScriptServer plugin (does not currently work): +;script_engine = OpenSim.Region.ScriptEngine.RemoteServer.dll + + [StandAlone] accounts_authenticate = true welcome_message = "Welcome to OpenSim" @@ -138,23 +155,6 @@ msgformat = "PRIVMSG {0} : {3} - {1} of {2}" ;frame_rate = 100 -; ## -; ## ScriptEngine -; ## -; These are region modules loaded into each region to provide script support -; Scripts may be everything from LSL or C# scripts put in prims to whole game systems that controls the whole grid. -; You can load multiple modules by separating them with a coma. -; -; Example: -;script_engine = OpenSim.Region.ScriptEngine.DotNetEngine.dll,OpenSim.Region.ScriptEngine.RemoteServer.dll -; -; This is the current and most stable ScriptEngine: -script_engine = OpenSim.Region.ScriptEngine.DotNetEngine.dll - -;Experimental remote ScriptServer plugin (does not currently work): -;script_engine = OpenSim.Region.ScriptEngine.RemoteServer.dll - - [ScriptEngine.DotNetEngine] ; ; These settings are specific to DotNetEngine script engine -- cgit v1.1