OpenSim/Standalone/Config/OpenSim.ini
をテンプレートにして作成
[
トップ
] [
タイトル一覧
|
ページ一覧
|
新規
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
** Standalone OpenSim.ini [#a3cd75bd]
***設定例 [#m443e3fb]
- 重要または,サンプルと違う点のみ
- 接続ポートは 9000 (TCP).SIMの制御,ユーザの登録などを...
- データベースは SQLite
- 物理エンジンは ODE
- プリムのパーミッションあり
[Startup]
gridmode = false
meshing = Meshmerizer
;physics = basicphysics
;physics = POS
physics = OpenDynamicsEngine
;physics = modified_BulletX
permissionmodules = "DefaultPermissionsModule"
serverside_object_permissions = true
allow_grid_gods = false
region_owner_is_god = false
parcel_owner_is_god = true
;DefaultScriptEngine = "ScriptEngine.DotNetEngine"
DefaultScriptEngine = "XEngine"
[StandAlone]
inventory_plugin = "OpenSim.Data.SQLite.dll"
inventory_source = "URI=file:inventoryStore.db,versio...
userDatabase_plugin = "OpenSim.Data.SQLite.dll"
user_source = "URI=file:userprofiles.db,version=3"
[Network]
ConsoleUser = "Test"
ConsolePass = "secret"
http_listener_port = 9000
default_location_x = 1000
default_location_y = 1000
; Uncomment below to enable llRemoteData/remote chann...
; remoteDataPort = 20800
;grid_server_url = "http://127.0.0.1:8001"
;grid_send_key = "null"
;grid_recv_key = "null"
;user_server_url = "http://127.0.0.1:8002"
;user_send_key = "null"
;user_recv_key = "null"
;asset_server_url = "http://127.0.0.1:8003"
;inventory_server_url = "http://127.0.0.1:8004"
;messaging_server_url = "http://127.0.0.1:8006"
#br
終了行:
** Standalone OpenSim.ini [#a3cd75bd]
***設定例 [#m443e3fb]
- 重要または,サンプルと違う点のみ
- 接続ポートは 9000 (TCP).SIMの制御,ユーザの登録などを...
- データベースは SQLite
- 物理エンジンは ODE
- プリムのパーミッションあり
[Startup]
gridmode = false
meshing = Meshmerizer
;physics = basicphysics
;physics = POS
physics = OpenDynamicsEngine
;physics = modified_BulletX
permissionmodules = "DefaultPermissionsModule"
serverside_object_permissions = true
allow_grid_gods = false
region_owner_is_god = false
parcel_owner_is_god = true
;DefaultScriptEngine = "ScriptEngine.DotNetEngine"
DefaultScriptEngine = "XEngine"
[StandAlone]
inventory_plugin = "OpenSim.Data.SQLite.dll"
inventory_source = "URI=file:inventoryStore.db,versio...
userDatabase_plugin = "OpenSim.Data.SQLite.dll"
user_source = "URI=file:userprofiles.db,version=3"
[Network]
ConsoleUser = "Test"
ConsolePass = "secret"
http_listener_port = 9000
default_location_x = 1000
default_location_y = 1000
; Uncomment below to enable llRemoteData/remote chann...
; remoteDataPort = 20800
;grid_server_url = "http://127.0.0.1:8001"
;grid_send_key = "null"
;grid_recv_key = "null"
;user_server_url = "http://127.0.0.1:8002"
;user_send_key = "null"
;user_recv_key = "null"
;asset_server_url = "http://127.0.0.1:8003"
;inventory_server_url = "http://127.0.0.1:8004"
;messaging_server_url = "http://127.0.0.1:8006"
#br
ページ名: