From 4f25b73b572e458a3e98614fc5694286e5e3fb92 Mon Sep 17 00:00:00 2001 From: BlueWall Date: Sat, 25 Sep 2010 16:22:18 -0400 Subject: Add configurable path to script engine assemblies Adding ability to place script engine assemblies outside the codebase directories. Uses new [XEngine] option: ScriptEnginesPath = "path_to_assemblies" Signed-off-by: Melanie --- bin/OpenSim.ini.example | 4 ++++ bin/OpenSimDefaults.ini | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 109e0aa..abd4d40 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -545,6 +545,10 @@ ;; false to allow script controlled underground positioning of ;; prims ; DisableUndergroundMovement = true + ; + ; Path to script engine assemblies + ; Default is ./bin/ScriptEngines + ; ScriptEnginesPath = "ScriptEngines" [MRM] ;; Enables the Mini Region Modules Script Engine. diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index e78f25b..d20a91d 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini @@ -999,7 +999,10 @@ ; false to allow script controlled underground positioning of ; prims ; DisableUndergroundMovement = true - + ; + ; Path to script engine assemblies + ; Default is ./bin/ScriptEngines + ; ScriptEnginesPath = "ScriptEngines" [OpenGridProtocol] ;These are the settings for the Open Grid Protocol.. the Agent Domain, Region Domain, you know.. -- cgit v1.1