1: 2008-12-21 (日) 03:29:18 iseki  |
現: 2009-09-10 (木) 23:23:35 iseki  |
- | * OpenSim.ini [#a3cd75bd] | + | ** Standalone OpenSim.ini [#a3cd75bd] |
- | ***設定例 (StandAlone) [#m443e3fb] | + | |
| + | ***設定例 [#m443e3fb] |
| + | - 重要または,サンプルと違う点のみ |
| + | |
| + | - 接続ポートは 9000 (TCP).SIMの制御,ユーザの登録などを行う. |
| + | - データベースは SQLite |
| + | - 物理エンジンは ODE |
| + | - プリムのパーミッションあり |
| [Startup] | | [Startup] |
- | gridmode = False | + | gridmode = false |
- | ;meshing = ZeroMesher | + | |
- | ;meshing = Meshmerizer | + | meshing = Meshmerizer |
- | ;physics = basicphysics | + | |
- | ;physics = POS | + | ;physics = basicphysics |
- | physics = OpenDynamicsEngine | + | ;physics = POS |
- | ;physics = modified_BulletX | + | physics = OpenDynamicsEngine |
- | physical_prim = True | + | ;physics = modified_BulletX |
- | see_into_this_sim_from_neighbor = True | + | |
- | serverside_object_permissions = False | + | permissionmodules = "DefaultPermissionsModule" |
- | storage_plugin = OpenSim.Data.SQLite.dll | + | serverside_object_permissions = true |
- | storage_connection_string = URI=file:OpenSim.db,version=3 | + | allow_grid_gods = false |
- | storage_prim_inventories = True | + | region_owner_is_god = false |
- | startup_console_commands_file = shutdown_console_commands_file = | + | parcel_owner_is_god = true |
- | script_engine = OpenSim.Region.ScriptEngine.DotNetEngine.dll | + | |
- | asset_database = sqlite | + | ;DefaultScriptEngine = "ScriptEngine.DotNetEngine" |
| + | DefaultScriptEngine = "XEngine" |
| + | |
| [StandAlone] | | [StandAlone] |
- | accounts_authenticate = False | + | inventory_plugin = "OpenSim.Data.SQLite.dll" |
- | welcome_message = Welcome to OpenSimulator | + | inventory_source = "URI=file:inventoryStore.db,version=3" |
- | inventory_plugin = OpenSim.Data.SQLite.dll | + | |
- | inventory_source = | + | userDatabase_plugin = "OpenSim.Data.SQLite.dll" |
- | userDatabase_plugin = OpenSim.Data.SQLite.dll | + | user_source = "URI=file:userprofiles.db,version=3" |
- | user_source = | + | |
- | asset_plugin = OpenSim.Data.SQLite.dll | + | |
- | asset_source = | + | |
- | dump_assets_to_file = False | + | |
| [Network] | | [Network] |
- | default_location_x = 1000 | + | ConsoleUser = "Test" |
- | default_location_y = 1000 | + | ConsolePass = "secret" |
- | http_listener_port = 9000 | + | http_listener_port = 9000 |
- | remoting_listener_port = 8895 | + | default_location_x = 1000 |
- | grid_server_url = http://127.0.0.1:8001 | + | default_location_y = 1000 |
- | grid_send_key = null | + | |
- | grid_recv_key = null | + | ; Uncomment below to enable llRemoteData/remote channels |
- | user_server_url = http://127.0.0.1:8002 | + | ; remoteDataPort = 20800 |
- | user_send_key = null | + | |
- | user_recv_key = null | + | ;grid_server_url = "http://127.0.0.1:8001" |
- | asset_server_url = http://127.0.0.1:8003 | + | ;grid_send_key = "null" |
- | inventory_server_url = http://127.0.0.1:8004 | + | ;grid_recv_key = "null" |
- | [RemoteAdmin] | + | |
- | enabled = false | + | ;user_server_url = "http://127.0.0.1:8002" |
- | [Voice] | + | ;user_send_key = "null" |
- | enabled = false | + | ;user_recv_key = "null" |
- | | + | |
- | ** 物理エンジン [#m54c85f2] | + | ;asset_server_url = "http://127.0.0.1:8003" |
- | - 物理エンジンは ''OpenDynamicsEngine'' が(v0.5.7の時点で)最も高性能だが [[ODE]] のライブラリが必要 | + | ;inventory_server_url = "http://127.0.0.1:8004" |
- | | + | ;messaging_server_url = "http://127.0.0.1:8006" |
| | | |
- | ~ | + | #br |