OpenSim
- OpenSim は Second Life サーバと互換のオープンソース
OpenSL は Second Life ビューアと互換のオープンソース-> Hippo Viewer
Links
- OpenSim サイト: http://opensimulator.org/
- ダウンロード: http://opensimulator.org/dist/
- opensim-libs: git://opensimulator.org/git/opensim-libs
- git git://opensimulator.org/git/opensim
Related Software
- OpenMetaverse http://openmv.org/
- opensim-libs: http://opensimulator.org/git/opensim-libs
- OpenLife http://openlifegrid.com/
- Freeの Assetと Inventoryのデータ OpenLibrary r0.20 (要OpenLifeのアカウント)
- OpenSim Web Interface OpenSimWI-Redux
- OpenSim - Grid Control Panel
- realXtend
by NSL
- XoopenSim: Xoops Cube 用 OpenSim インターフェイス by NSL
- Modlos: Moodle 用 OpenSim インターフェイス by NSL
- DTL/NSL Money Server by NSL
- OAR Converter of Linux for Unity3D by NSL
- OAR Converter of Windows for Unity3D by NSL
- Patch for OpenSim in NAT by NSL
- OpenSim Modules by NSL bt NSL
コンパイル,設定,実行
- ダウンロード & コンパイル & 実行
- ダウンロード & コンパイル & 実行 (NSL版)
- 設定
- 実行
- Bugs
- 古いバージョンのバグなど-> トラブルシューティング
0.9.3 with .NET6
yum install dotnet-*-6.0 git clone git://opensimulator.org/git/opensim cd opensim git checkout dotnet6 ./runprebuild.sh ./compile.sh cd bin ./opensim.sh or ./OpenSim
Functions
Our (NSL's) Works
- Money Server
- WEB Interface
- XoopenSim is Web Interface for Xoops Cube
- Modlos is Web Interface for Moodle
- OpenSim Diorama v2
- OpenSim Diorama v1
- 標高データ: r32ファイルへの変換
Source Code Memo
- Class
- Modules
- プログラムファイル
- SIM境界から,SIM中央への強制ジャンプ
- Sculpt
- log4net
- estate item の作り方
insert into estate_settings (EstateID, EstateName,AllowVoice,UseGlobalTime,PricePerMeter,AllowDirectTeleport,ParentEstateID,PublicAccess) Values ('106', 'Sirius01', '1', '1', '1','1','1','1'); insert into estate_settings (EstateID, EstateName,AllowVoice,UseGlobalTime,PricePerMeter,AllowDirectTeleport,ParentEstateID,PublicAccess) Values ('111', 'Ayahime', '1', '1', '1','1','1','1');
- estate と Region の対応付け
update estate_map set EstateID='111' where RegionID='30e40c7e-1c29-40c8-b57d-3d7091c1601d';
MySQL error in ExecuteReader: MySql.Data.MySqlClient.MySqlException: Table XXXXXX is marked as crashed and should be repaired
- MySQL にログインし,repair table XXXXXX; で修復.
Authentication with old password no longer supported, use 4.1 style passwords.
- 接続用モジュールが変わってパスワードの文字が41文字必要だそうだ.
+-----------+-------------+-------------------------------------------+ | Host | User | Password | +-----------+-------------+-------------------------------------------+ | localhost | root | a446bd48313ea0e1 | | rigel-c | OpensimUser | *DE2467C2A5C64DDF491A284A62A51A867F44FF9B | | % | OpensimUser | fc842bd464941c95 | +-----------+-------------+-------------------------------------------+ 3 rows in set (0.00 sec) mysql> set session old_passwords = 0; Query OK, 0 rows affected (0.00 sec) mysql> set password for 'OpensimUser'@'%' = password('XXXXXXXXXX'); Query OK, 0 rows affected (0.00 sec) mysql> select Host,User,Password from user; +-----------+-------------+-------------------------------------------+ | Host | User | Password | +-----------+-------------+-------------------------------------------+ | localhost | root | a446bd48313ea0e1 | | rigel-c | OpensimUser | *DE2467C2A5C64DDF491A284A62A51A867F44FF9B | | % | OpensimUser | *DE2467C2A5C64DDF491A284A62A51A867F44FF9B | +-----------+-------------+-------------------------------------------+ 3 rows in set (0.00 sec)
Index
- OpenSim/0.6.9
- OpenSim/0.7
- OpenSim/0.7.1
- OpenSim/0.7.5
- OpenSim/Bugs
- OpenSim/Bugs/cannot teleport to home
- OpenSim/Bugs/crash region server with sculpt and mesh
- OpenSim/Bugs/Invalid format for Guid.Guid
- OpenSim/Bugs/Unable to generate Map image
- OpenSim/Build
- OpenSim/Build/first_compile
- OpenSim/Build/next_compile
- OpenSim/Build_NSL/pre_compile
- OpenSim/Class
- OpenSim/Class/IConfigSource
- OpenSim/code_files
- OpenSim/Command
- OpenSim/Command/Region Server
- OpenSim/Command/User Server
- OpenSim/Config
- OpenSim/Config/GridCommon.ini
- OpenSim/Config/GridMode
- OpenSim/Config/Group
- OpenSim/Config/OpenSim.ini
- OpenSim/Console
- OpenSim/crossed_region
- OpenSim/DB
- OpenSim/DB/0.6.x
- OpenSim/DB/0.6.x/migrations
- OpenSim/DB/0.6.x/regions
- OpenSim/DB/0.7.0
- OpenSim/DB/0.7.0/assets
- OpenSim/DB/0.7.0/auth
- OpenSim/DB/0.7.0/Avatars
- OpenSim/DB/0.7.0/estate_map
- OpenSim/DB/0.7.0/estate_settings
- OpenSim/DB/0.7.0/Friends
- OpenSim/DB/0.7.0/GridUser
- OpenSim/DB/0.7.0/land
- OpenSim/DB/0.7.0/migrations
- OpenSim/DB/0.7.0/Presence
- OpenSim/DB/0.7.0/regions
- OpenSim/DB/0.7.0/tokens
- OpenSim/DB/0.7.0/UserAccounts
- OpenSim/DB/0.7.5
- OpenSim/DB/0.7.5/assets
- OpenSim/DB/0.7.5/auth
- OpenSim/DB/0.7.5/Avatars
- OpenSim/DB/0.7.5/estate_map
- OpenSim/DB/0.7.5/estate_settings
- OpenSim/DB/0.7.5/Friends
- OpenSim/DB/0.7.5/GridUser
- OpenSim/DB/0.7.5/inventoryfolders
- OpenSim/DB/0.7.5/inventoryitems
- OpenSim/DB/0.7.5/land
- OpenSim/DB/0.7.5/migrations
- OpenSim/DB/0.7.5/Presence
- OpenSim/DB/0.7.5/primitems
- OpenSim/DB/0.7.5/prims
- OpenSim/DB/0.7.5/regions
- OpenSim/DB/0.7.5/tokens
- OpenSim/DB/0.7.5/UserAccounts
- OpenSim/DB/0.8.2
- OpenSim/DB/0.8.2/tables
- OpenSim/DB/0.9.0
- OpenSim/DB/0.9.0/AgentPrefs
- OpenSim/DB/0.9.0/assets
- OpenSim/DB/0.9.0/auth
- OpenSim/DB/0.9.0/Avatars
- OpenSim/DB/0.9.0/balances
- OpenSim/DB/0.9.0/estateban
- OpenSim/DB/0.9.0/estate_groups
- OpenSim/DB/0.9.0/estate_managers
- OpenSim/DB/0.9.0/estate_map
- OpenSim/DB/0.9.0/estate_settings
- OpenSim/DB/0.9.0/estate_users
- OpenSim/DB/0.9.0/Friends
- OpenSim/DB/0.9.0/GridUser
- OpenSim/DB/0.9.0/hg_traveling_data
- OpenSim/DB/0.9.0/im_offline
- OpenSim/DB/0.9.0/inventoryfolders
- OpenSim/DB/0.9.0/inventoryitems
- OpenSim/DB/0.9.0/land
- OpenSim/DB/0.9.0/landaccesslist
- OpenSim/DB/0.9.0/migrations
- OpenSim/DB/0.9.0/Presence
- OpenSim/DB/0.9.0/primitems
- OpenSim/DB/0.9.0/prims
- OpenSim/DB/0.9.0/primshapes
- OpenSim/DB/0.9.0/regionban
- OpenSim/DB/0.9.0/regionenvironment
- OpenSim/DB/0.9.0/regionextra
- OpenSim/DB/0.9.0/regions
- OpenSim/DB/0.9.0/regionsettings
- OpenSim/DB/0.9.0/regionwindlight
- OpenSim/DB/0.9.0/spawn_points
- OpenSim/DB/0.9.0/Standalone
- OpenSim/DB/0.9.0/Standalone/regions
- OpenSim/DB/0.9.0/tables
- OpenSim/DB/0.9.0/terrain
- OpenSim/DB/0.9.0/tokens
- OpenSim/DB/0.9.0/totalsales
- OpenSim/DB/0.9.0/transactions
- OpenSim/DB/0.9.0/UserAccounts
- OpenSim/DB/0.9.0/userinfo
- OpenSim/DB/abnormal_prim
- OpenSim/DB/agents
- OpenSim/DB/avatarappearance
- OpenSim/DB/avatarattachments
- OpenSim/DB/classifieds
- OpenSim/DB/prims
- OpenSim/DB/prims/UTF-8
- OpenSim/DB/profile_classifieds
- OpenSim/DB/profile_usernotes
- OpenSim/DB/profile_userpicks
- OpenSim/DB/profile_userprofile
- OpenSim/DB/profile_usersettings
- OpenSim/DB/terrain
- OpenSim/DB/userfriends
- OpenSim/DB/userinfo
- OpenSim/DB/usernotes
- OpenSim/DB/userpicks
- OpenSim/DB/userprofile
- OpenSim/DB/users
- OpenSim/DB/usersettings
- OpenSim/DeBug
- OpenSim/Diorama
- OpenSim/Diorama (E)
- OpenSim/Diorama (E)/devel
- OpenSim/Diorama2
- OpenSim/Exec
- OpenSim/Flotsam Group
- OpenSim/Flotsam Group/DB
- OpenSim/Flotsam Group/DB/group_active
- OpenSim/Flotsam Group/DB/group_invite
- OpenSim/Flotsam Group/DB/group_list
- OpenSim/Flotsam Group/DB/group_membership
- OpenSim/Flotsam Group/DB/group_notice
- OpenSim/Flotsam Group/DB/group_role
- OpenSim/Flotsam Group/DB/group_rolemembership
- OpenSim/Flotsam Group/Group Notice
- OpenSim/Flotsam Group/Request
- OpenSim/Flotsam Group/Request/addAgentToGroupInvite
- OpenSim/Flotsam Group/Response
- OpenSim/FreeSwitch (E)
- OpenSim/Friend
- OpenSim/GeoSystem
- OpenSim/GeoSystem/kenzan
- OpenSim/GetRegionByPosition
- OpenSim/GridInfo
- OpenSim/Hack
- OpenSim/hack
- OpenSim/Hack/altitude_data
- OpenSim/hack/emergencyPos
- OpenSim/Hack/Inventory_Icon
- OpenSim/Hack/OdePlugin
- OpenSim/Hack/QueuePacket
- OpenSim/Hack/SimulatorVersion
- OpenSim/Hack/SIM_boundary
- OpenSim/Hack/UpdateMovementAnimations
- OpenSim/Heightmap
- OpenSim/Helper Scripts
- OpenSim/HTTP Command
- OpenSim/HyperGrid
- OpenSim/install
- OpenSim/LLFunction
- OpenSim/llGroundSet
- OpenSim/llLookAt
- OpenSim/llSetPrimitiveParams
- OpenSim/log4net
- OpenSim/Login
- OpenSim/LSL
- OpenSim/Mesh
- OpenSim/Modules
- OpenSim/Modules/IRegionModule
- OpenSim/Modules/IRegionModuleBase
- OpenSim/Modules/ISharedRegionModule
- OpenSim/MoneyServer
- OpenSim/MoneyServer/Aurora-Sim
- OpenSim/MoneyServer/ChangeLog
- OpenSim/MoneyServer/Client Certification
- OpenSim/MoneyServer/DB
- OpenSim/MoneyServer/Devel
- OpenSim/MoneyServer/Devel/currency.php
- OpenSim/MoneyServer/Devel/function_call
- OpenSim/MoneyServer/Devel/function_call/AuroraSim
- OpenSim/MoneyServer/Devel/function_call/OpenSim
- OpenSim/MoneyServer/Devel/landtool.php
- OpenSim/MoneyServer/Devel/transaction_code
- OpenSim/MoneyServer/Diva-0.7.2
- OpenSim/MoneyServer/DTL Currency Processing
- OpenSim/MoneyServer/Functions
- OpenSim/MoneyServer/Helper Script
- OpenSim/MoneyServer/LSL
- OpenSim/MoneyServer/MoneyServer.ini
- OpenSim/MoneyServer/old_version
- OpenSim/MoneyServer/OpenSim.ini
- OpenSim/MoneyServer/send_money
- OpenSim/MoneyServer/SQL_Reconnect_Error
- OpenSim/MoneyServer/standalone_0.7
- OpenSim/MoneyServer/standalone_0.7.1
- OpenSim/MuteList
- OpenSim/NAT
- OpenSim/NinjaPhysics
- OpenSim/NSL Modules
- OpenSim/OfflineMessage
- OpenSim/OpenProfile
- OpenSim/OpenSearch
- OpenSim/OSFunction
- OpenSim/OSFunction/List
- OpenSim/OSFunction/osSetDynamicTextureData
- OpenSim/OSFunction/osSetDynamicTextureURL
- OpenSim/OSFunction/osTerrainSetHeight
- OpenSim/osGroup
- OpenSim/osprofile
- OpenSim/ossearch
- OpenSim/Patch for OpenSim in NAT
- OpenSim/Patch for OpenSim in NAT (E)
- OpenSim/R.O.B.U.S.T.
- OpenSim/r32file
- OpenSim/r32file/OSTerrain.dll
- OpenSim/RegionHandle
- OpenSim/revision_change_point
- OpenSim/Robust
- OpenSim/ROBUST
- OpenSim/ScriptEngine
- OpenSim/sculpt
- OpenSim/setting_files
- OpenSim/SimianGrid
- OpenSim/Standalone
- OpenSim/Standalone/Config
- OpenSim/Standalone/Config/OpenSim.ini
- OpenSim/TerrainModifyer
- OpenSim/Troubleshooting
- OpenSim/UniversalUserIdentifier
- OpenSim/UserProfile
- OpenSim/VoiceChat
- OpenSim/WEB Interface
- OpenSim/WEB Interface (E)
- OpenSim/WEB Interface (E)/Common Simple Settings
- OpenSim/WEB Interface (E)/Common Simple Settings/StandAlone for 0.7
- OpenSim/WEB Interface/Common Simple Settings
- OpenSim/WEB Interface/Details of Settings and Operations
- OpenSim/Wind
- OpenSim/Wind/Memo
Counter: 16237,
today: 6,
yesterday: 20
最終更新: 2023-08-15 (火) 19:01:55 (JST) (481d) by iseki