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 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/OpenSim.ini.example') 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. -- cgit v1.1