diff options
author | BlueWall | 2010-09-25 16:22:18 -0400 |
---|---|---|
committer | Melanie | 2010-09-26 02:30:46 +0100 |
commit | 4f25b73b572e458a3e98614fc5694286e5e3fb92 (patch) | |
tree | 848a886d6cf75ae09b549ea3400073e60de83c73 /bin/OpenSim.ini.example | |
parent | Prevent spoofing the agent name on text IM (diff) | |
download | opensim-SC_OLD-4f25b73b572e458a3e98614fc5694286e5e3fb92.zip opensim-SC_OLD-4f25b73b572e458a3e98614fc5694286e5e3fb92.tar.gz opensim-SC_OLD-4f25b73b572e458a3e98614fc5694286e5e3fb92.tar.bz2 opensim-SC_OLD-4f25b73b572e458a3e98614fc5694286e5e3fb92.tar.xz |
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 <melanie@t-data.com>
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ | |||
545 | ;; false to allow script controlled underground positioning of | 545 | ;; false to allow script controlled underground positioning of |
546 | ;; prims | 546 | ;; prims |
547 | ; DisableUndergroundMovement = true | 547 | ; DisableUndergroundMovement = true |
548 | ; | ||
549 | ; Path to script engine assemblies | ||
550 | ; Default is ./bin/ScriptEngines | ||
551 | ; ScriptEnginesPath = "ScriptEngines" | ||
548 | 552 | ||
549 | [MRM] | 553 | [MRM] |
550 | ;; Enables the Mini Region Modules Script Engine. | 554 | ;; Enables the Mini Region Modules Script Engine. |