[Opensim-users] Script Engine Question

Ursula MATOVA ursula.matova at klintcentral.net
Sun Feb 3 10:41:08 UTC 2008


Well,

Just for information, scripts are working again ( SVN.3263 )

Regards,

Le 2 févr. 08 à 18:33, Ursula MATOVA a écrit :

> Greetings All,
>
> I'm testing OpenSim SVN.3251in standalone mode ( 3x3 Regions ) and
> it's really working fine on my "Linux From Scratch" Box :)
>
> I saw that there are many new features/dev on the Script Engine.
> I have adapted my OpenSim.ini to match the new options, but I'm not
> able to make any scripts working ...
>
> In SVN.3187, I have a simple door script written in LSL that is
> working perfectly ... :S
>
> Here is my OpenSim.ini :
>
> [Startup]
> gridmode = False
> meshing = Meshmerizer
> physics = OpenDynamicsEngine
> verbose = True
> physical_prim = True
> child_get_tasks = False
> serverside_object_permissions = False
> storage_plugin="OpenSim.Framework.Data.MySQL.dll"
> storage_connection_string="Data
> Source=192.168.4.99;Database=opensim3251;User
> ID=root;Password=xxxxxxxx;Pooling=yes;";
> ; storage_prim_inventories_experimental = True
> storage_prim_inventories = True
> startup_console_commands_file = "startup_commands.txt"
> shutdown_console_commands_file =
> serverside_object_permissions = True
> script_engine = OpenSim.Region.ScriptEngine.DotNetEngine.dll
> asset_database = mysql
> [StandAlone]
> accounts_authenticate = True
> welcome_message = Welcome to OpenSim
> inventory_plugin = OpenSim.Framework.Data.MySQL.dll
> userDatabase_plugin = OpenSim.Framework.Data.MySQL.dll
> asset_plugin = OpenSim.Framework.Data.MySQL.dll
> dump_assets_to_file = True
> [Network]
> default_location_x = 1000
> default_location_y = 1000
> http_listener_port = 9000
> remoting_listener_port = 8895
> grid_server_url = http://external.mydomain.com:8001
> grid_send_key = 123
> grid_recv_key = 123
> user_server_url = http://external.mydomain.com:8002
> user_send_key = 123
> user_recv_key = 123
> asset_server_url = http://external.mydomain.com:8003
> inventory_server_url = http://external.mydomain.com:8004
> [Chat]
> whisper_distance = 10
> say_distance = 30
> shout_distance = 100
> [RemoteAdmin]
> enabled = False
> [ScriptEngine.DotNetEngine]
> RefreshConfig=0
> NumberOfScriptThreads=2
> ScriptThreadPriority=BelowNormal
> PrivateRegionThreads=False
> MaxEventExecutionTimeMs=5000
> EnforceMaxEventExecutionTime=True
> DeactivateScriptOnTimeout=False
> SleepTimeIfNoScriptExecutionMs=50
> ScriptsPerAppDomain=1
> ScriptLoadUnloadLoopms=30
> PrivateScriptLoadUnloadThread=False
> LoadUnloadMaxQueueSize=100
> EventExecutionMaxQueueSize=300
> AsyncLLCommandLoopms=50
> WriteScriptSourceToDebugFile=True
> DefaultCompileLanguage=lsl
> AllowedCompilers=lsl,cs,vb
> CompileWithDebugInformation=True
> CleanUpOldScriptsOnStartup=True
> _______________________________________________
> Opensim-users mailing list
> Opensim-users at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/opensim-users
>




More information about the Opensim-users mailing list