aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--bin/OpenSim.ini.example8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index fc10a8d..717319f 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -107,10 +107,10 @@ physical_prim = true
107; Example: 107; Example:
108;script_engine = OpenSim.Region.ScriptEngine.DotNetEngine.dll,OpenSim.Region.ScriptEngine.RemoteServer.dll 108;script_engine = OpenSim.Region.ScriptEngine.DotNetEngine.dll,OpenSim.Region.ScriptEngine.RemoteServer.dll
109; 109;
110; This is the current and most stable ScriptEngine: 110; This is the current ScriptEngine:
111script_engine = "OpenSim.Region.ScriptEngine.DotNetEngine.dll" 111script_engine = "OpenSim.Region.ScriptEngine.DotNetEngine.dll"
112 112
113; This is the new XEngine (experimental) 113; This is the new XEngine
114;script_engine = "OpenSim.Region.ScriptEngine.XEngine.dll" 114;script_engine = "OpenSim.Region.ScriptEngine.XEngine.dll"
115 115
116;Experimental remote ScriptServer plugin (does not currently work): 116;Experimental remote ScriptServer plugin (does not currently work):
@@ -596,7 +596,7 @@ AutoSavePeriod = 15 ; Number of minutes between autosave backups
596 596
597 597
598[XEngine] 598[XEngine]
599; Use the newer LSL to CS compiler (experimental) 599; Use the newer LSL to CS compiler (under test)
600UseNewCompiler = true 600UseNewCompiler = true
601; How many threads to keep alive even if nothing is happening 601; How many threads to keep alive even if nothing is happening
602MinThreads = 2 602MinThreads = 2
@@ -617,7 +617,7 @@ WriteScriptSourceToDebugFile = false
617; Default language for scripts 617; Default language for scripts
618DefaultCompileLanguage = lsl 618DefaultCompileLanguage = lsl
619; List of allowed languages (lsl,vb,js,cs) 619; List of allowed languages (lsl,vb,js,cs)
620AllowedCompilers = lsl 620AllowedCompilers = lsl,vb,js,cs
621; Compile debug info (line numbers) into the script assemblies 621; Compile debug info (line numbers) into the script assemblies
622CompileWithDebugInformation = true 622CompileWithDebugInformation = true
623; Allow the use of os* functions (some are dangerous) 623; Allow the use of os* functions (some are dangerous)