flagflag  If you want to see English page, please click "English" Button at Left.
  • ソース を表示
  • OpenSim/WEB Interface (E)/Details of Settings and Operations は削除されています。
1: 2010-09-23 (木) 14:29:39 iseki ソース
Line 1: Line 1:
 +* Common Settings of [[XoopenSim>XoopenSim (E)]] and [[Modlos>Modlos (E)]] [#cbe3bb72]
 +** Initial Settings [#q400f890]
 +
 +*** World Map [#bdde8273]
 +- OpenSim.ini~
 +enable Map modules
 + WorldMapModule = "WorldMap"
 + MapImageModule = "MapImageModule"
 +- OpenSim 0.7 has bug of World Map function. Therefore, XoopenSim can not display the SIM icon on World Map normally. Please patch to the source code with [[patch code:http://www.nsl.tuis.ac.jp/DownLoad/​SoftWare/OpenSim/opensim_nsl_r13094_worl​dmap.patch]].  We fairly reported on this to Mantis ahead. However, it is not corrected. (21 June '10)
 +#br
 +
 +*** Helper Function [#ee0a1e72]
 +#br
 +
 +*** Login Screen [#ne118e0e]
 +#br
 +
 +*** Region Statistics [#h810950a]
 +#br
 +
 +
 +*** Flotsam Group Function [#m9fa4ac1]
 +#br
 +
 +*** Offline Message and Mute List [#w3800413]
 +#br
 +
 +*** OS Profile [#g8d9f642]
 +#br
 +
 +*** OS Search [#r37f8b90]
 +#br
 +
 +** Details of Settings and Operations [#d4f24583]
 +
 +*** Lastnames Management [#zbd8e657]
 +- If ''Last Name Activation'' at setting page is checked, last name that can be used is registered, use stopped temporarily, and is deleted on this page.
 +#br
 +
 +*** Chage of Estate (Region) Owner [#pa9c312f]
 +- When the region name is clicked on the region list screen, the admin user can change the owner in the region (estate).
 +- In the operation of DB, both the region and the estate owners have been changed. .
 +- When you specify ''SQLite'' for ''Storage_plugin'' at [StartUp] Section, this function cannot be used.
 +- It is necessary to reboot the Region server to change effectively.
 +#br
 +
 +*** Change of Voice Chat Mode [#p693bf09]
 +- When the region name is clicked on the region list screen, the admin user can set the mode of the voice chat in the region.
 +- Two or more Percel exists in one region, and the voice chat is set accurately by the unit of Percel.
 +- The mode displayed on the region information screen is a logical product of two or more Percel's modes (It is ,in a word, the nether mode in two or more Percel).
 +- When the mode of the voice chat is set on the region information screen, all Percel included in the region becomes the same chat mode.
 +- It is necessary to reboot the Region server to change effectively.
 +- When you specify SQLite for Storage_plugin at [StartUp] Section, this function cannot be used.
 +- ''[[FreeSwitch>OpenSim/FreeSwitch (E)]]'' is necessary for doing Voice chat on OpenSim.
 +#br
 +&ref(/XoopenSim (E)/XoopenSim_RegionInfo_e.jpg);
 +#br
 +
 +*** Support StandAlone mode of v0.7 [#nb8be437]
 +- You should change ''[GridService]'' section at ''bin/config-include/StandaloneCommon.in​i''
 +- Please enable ''StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"'' line.
 + [GridService]
 + ;; For in-memory region storage (default)
 + ; StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
 + ;;--- For MySql region storage (alternative)
 + StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"
 +
 +*** Convert DB from 0.6.x to 0.7 [#kd48bf7b]
 +**** Convert Sequence from 0.6.x to 0.7 [#l5952d17]
 ++ Information in the DB of 0.6.7/0.6.8/0.6.9 as much as possible is copied into the DB of 0.7.
 ++ It doesn't copy it when there is already corresponding data in the DB of 0.7.
 +**** Procedure of Convert [#o08cafce]
 +- DB update must be executed after ROBUST server execution and before Region Server execution.
 ++ start Robust Server (0.7)
 ++ stop Robust Server (For safety)
 ++ execute DB update by XoopenSim
 ++ start Robust Server (0.7)
 ++ start Region Server (0.7)
 +#br
 +
 +*** Clear Texture Cache [#d8c005bf]
 +#br
 +*** Clear Login Table [#g142fea8]
 +#br
 +
 +*** World Map [#g75fbf12]
 +- OpenSim.ini~
 +enable Map modules
 + WorldMapModule = "WorldMap"
 + MapImageModule = "MapImageModule"
 +- OpenSim 0.7 has bug of World Map function. Therefore, XoopenSim can not display the SIM icon on World Map normally. Please patch to the source code with [[patch code:http://www.nsl.tuis.ac.jp/DownLoad/​SoftWare/OpenSim/opensim_nsl_r13094_worl​dmap.patch]].  We fairly reported on this to Mantis ahead. However, it is not corrected. (21 June '10)
 +#br
 +
 +*** Helper Function [#l24581a2]
 +- ''-helperuri XOOPS_URL/modules/xoopemsim/helper/'' is specified for an argument when Viwer is started, helper function of currency and landtool can work. (Here, XOOPS_URL is your Xoops Cube Top URL)
 +-- However, the access permission of the module is necessary for the guest user.
 +- Helper Function of currency:
 +-- Sales of the object and land with L$0 become possible.
 +- Helper Function of landtool:
 +-- The land subdividing and integration become possible.
 +-- The sales setting of land becomes possible.
 +#br
 +*** Login Screen [#mb04e776]
 +#br
 +*** Region Statistics [#e23e80f1]
 +#br
 +*** Flotsam Group Function [#g71bf517]
 +- It is possible to use Group Function at OpenSim
 +#br
 +
 +**** Settings (0.7) [#k44fe2b2]
 +- If the guest user doesn't have the access permission to the module, helper/xmlgroups.php  cannot be started and avatar fails in log in. .
 +- At setting page, you should set Group Database Read Key/Group Database Write Key
 +- And you should set OpenSim.ini with same read/write key.
 + Example)
 + [Groups]
 +   Enabled = true
 +   Module  = GroupsModule
 +   NoticesEnabled  = true
 +
 +   MessagingModule = GroupsMessagingModule
 +   MessagingEnabled = true
 +
 +   ServicesConnectorModule = XmlRpcGroupsServicesConnector
 +   GroupsServerURI      = XOOPS_URL/modules/xoopensim/helper/xmlgr​oups.php
 +   XmlRpcServiceReadKey  = "Read Key"
 +   XmlRpcServiceWriteKey = "Write Key"
 +
 +- config-include/[[GridCommon.ini>/OpenSim​/Config/GridCommon.ini]] ''[Groups] Section''
 + Example)
 + [Groups]
 +   GroupsServerURI = XOOPS_URL/modules/xoopensim/helper/xmlgr​oups.php
 +
 +**** Settings (0.6.x) [#l9b3a7dc]
 +- If the guest user doesn't have the access permission to the module, ''helper/xmlgroups.php'' cannot be started and avatar fails in log in. .
 +- At setting page, you should set ''Group Database Read Key/Group Database Write Key''
 +- And you should set OpenSim.ini with same read/write key.
 + Example)
 + [Groups]
 +   Enabled = true
 +   Module  = GroupsModule
 +   DebugEnabled    = false
 +
 +   ServicesConnectorModule = XmlRpcGroupsServicesConnector
 +   XmlRpcServiceURL        = XOOPS_URL/modules/xoopensim/helper/xmlgr​oups.php
 +   XmlRpcServiceReadKey    = "Read Key"
 +   XmlRpcServiceWriteKey  = "Write Key"
 +#br
 +
 +*** Offline Message and Mute List Function [#h6284d0c]
 +- OpenSim.ini
 + [Messaging]
 +   InstantMessageModule = InstantMessageModule
 +   MessageTransferModule = MessageTransferModule
 +   OfflineMessageModule = OfflineMessageModule
 +   OfflineMessageURL = XOOPS_URL/modules/xoopensim/helper/offli​ne.php
 +   MuteListModule = MuteListModule
 +   MuteListURL = XOOPS_URL/modules/xoopensim/helper/mute.​php
 +- Mute List Function is not implemented yet.
 +- offline message is function of  [[opensimwi redux>http://forge.opensimulator.org/gf/​project/opensimwi/]]
 +- There is no security function.
 +#br
 +*** Osprofile Function for 0.7 [#r5a8340a]
 +- It is necessary to add the module to the region server of OpenSim to use the osprofile function.
 +- The program is defrosted also on the region server of OpenSim to add the module, and build.sh is executed.
 + # tar zfxv xoopensim-x.y.z.tgz
 + # cp -Rpd xoopensim/osprofile "Directory that OpenSim is installed"
 + # cd "Directory that OpenSim is installed"
 + # cd osprofile
 + # ./build.sh
 +- ''Profile'' section is added to OpenSim.ini, and ProfileURL is set as follows.
 + [Profile]
 +   ProfileURL = XOOPS_URL/modules/xoopensim/helper/profi​le.php
 +
 +*** Ossearch Function for 0.7 [#ffad0488]
 +#br


トップ   新規 ページ一覧 単語検索 最終更新   ヘルプ   最終更新のRSS 1.0 最終更新のRSS 2.0 最終更新のRSS Atom

サイト内 検索

ログイン

ユーザー名:

パスワード:


パスワード紛失
新規登録

サブ メニュー

ミニカレンダー

前月2024年 5月翌月
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
<今日>

オンライン状況

105 人のユーザが現在オンラインです。 (15 人のユーザが xpwiki を参照しています。)

登録ユーザ: 0
ゲスト: 105

もっと...

アクセスカウンタ

今日 : 1639116391163911639116391
昨日 : 1412914129141291412914129
総計 : 2346200123462001234620012346200123462001234620012346200123462001
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com