flagflag  If you want to see English page, please click "English" Button at Left.
1: 2010-09-23 (木) 14:35:18 iseki ソース
Line 1: Line 1:
 +* Common Settings of [[XoopenSim>XoopenSim (E)]] and [[Modlos>Modlos (E)]] [#rf5583ad]
 +** Initial Settings [#k97d6f66]
 +
 +*** World Map [#h2a424c2]
 +- 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 [#t56a6685]
 +#br
 +
 +*** Login Screen [#k26dcfea]
 +#br
 +
 +*** Region Statistics [#j8ee7a51]
 +#br
 +
 +
 +*** Flotsam Group Function [#nad989a8]
 +#br
 +
 +*** Offline Message and Mute List [#re3a5103]
 +#br
 +
 +*** OS Profile [#ob18ff08]
 +#br
 +
 +*** OS Search [#vc7b6bf4]
 +#br
 +
 +** Details of Settings and Operations [#o48e3030]
 +
 +*** Lastnames Management [#d06de012]
 +- 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 [#df69e193]
 +- 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 [#h4b27791]
 +- 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 [#v6a1253e]
 +- 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 [#n8bcbb13]
 +**** Convert Sequence from 0.6.x to 0.7 [#sc479c1c]
 ++ 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 [#e0880c3a]
 +- 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 [#ec5a0b89]
 +#br
 +*** Clear Login Table [#pc847fcc]
 +#br
 +
 +*** World Map [#k17bef45]
 +- 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 [#ncf6cdf2]
 +- ''-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 [#sc9f5e73]
 +#br
 +*** Region Statistics [#pc774e28]
 +#br
 +*** Flotsam Group Function [#b8781c46]
 +- It is possible to use Group Function at OpenSim
 +#br
 +
 +**** Settings (0.7) [#d469f5c9]
 +- 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) [#n6144386]
 +- 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 [#i3023e80]
 +- 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 [#jbf63c6e]
 +- 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 [#zd8eccbb]
 +#br


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

サイト内 検索

ログイン

ユーザー名:

パスワード:


パスワード紛失
新規登録

サブ メニュー

ミニカレンダー

前月2024年 4月翌月
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
<今日>

オンライン状況

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

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

もっと...

アクセスカウンタ

今日 : 1127711277112771127711277
昨日 : 2042920429204292042920429
総計 : 2339068323390683233906832339068323390683233906832339068323390683
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com