flagflag  
5: 2009-05-28 (Thu) 14:18:49 iseki source Cur: 2013-11-10 (Sun) 00:06:10 iseki source
Line 1: Line 1:
-* サーバコマンド (Gridモード)[#bb04fa66] +** サーバコマンド (Gridモード)[#bb04fa66] 
-** サーバ共通 [#w9a1bfde] +*** サーバ共通 [#w9a1bfde] 
-**** quit, shutdown [#x3f7c3d5+**** quit, shutdown [#ec680bd6
-+#br
-~+
-** User Server [#k059e0fa+** Region Server [#lc55b829
-*** ユーザの作成 [#e003280f] +*** [[Region Server コマンド一覧>./Region Server]] [#l01f06b2] 
- OpenUser# : create user + 
- First name: Fumi +*** Terrain コマンド[#kea3635e] 
- Last name: Hax +- OpenSim/Region/CoreModules/World/Terrain/TerrainModule​.cs
- Password xxxxx +
- Start Region X: 1000 +
- Start Region Y: 1000 +
-+
-~+
-** Region(Sim) Server[#qb9f1f07]+- プラグイン・エフェクトは OpenSim.Region.CoreModules.World.Terrain.DefaultEffect​s.dll
-*** Terrain [#kea3635e] 
**** terrain load ファイル名 [#eb8d9183] **** terrain load ファイル名 [#eb8d9183]
- ファイルの識別子でフォーマットを識別する. - ファイルの識別子でフォーマットを識別する.
- raw: 8bit RGB+10チャンネルで計13チャンネル.ヘッダ無し.所謂セカンドライフのフォーマット.Rに標高データが入る - raw: 8bit RGB+10チャンネルで計13チャンネル.ヘッダ無し.所謂セカンドライフのフォーマット.Rに標高データが入る
- r32: 1pixcel 用の32bit float (Little Endian)で標高を表す.ヘッダは無し.[[L3DT:http://www.bundysoft.com/L3DT/]]でデータを作成可能 - r32: 1pixcel 用の32bit float (Little Endian)で標高を表す.ヘッダは無し.[[L3DT:http://www.bundysoft.com/L3DT/]]でデータを作成可能
- terrain load default.r32+ ;>; terrain load default.r32
**** terrain multiply 実数 [#p10c8e63] **** terrain multiply 実数 [#p10c8e63]
- 現在の標高に指定された数字を乗算する. - 現在の標高に指定された数字を乗算する.
- terrain multiply 0.5    現在のSIMの標高を 1/2 にする.+ ;>; terrain multiply 0.5    現在のSIMの標高を 1/2 にする.
**** terrain fill 実数 [#p7edfcc8] **** terrain fill 実数 [#p7edfcc8]
- SIMを一定の高さ(m) にする.実数を指定可能だが,小数点以下は切り上げになる模様. - SIMを一定の高さ(m) にする.実数を指定可能だが,小数点以下は切り上げになる模様.
- terrain fill 20.5    SIM全体を 21mの高さのフラットな地面にする+ ;>; terrain fill 20.5    SIM全体を 21mの高さのフラットな地面にする
-**** コマンド一覧 [#ofd8cfa6]+*** tree module [#c614ddbc] 
 +- OpenSim/Region/OptionalModules/World/Tre​ePopulator/TreePopulatorModule.cs 
 +#br
-alert <first> <last> <message> - Send an alert to a user+** [[ROBUST Server>../ROBUST]] [#ib283b19] 
 +- サーバシェル 
 +- 以下のサーバを統合する 
 +#br
-alert general <message> - Send an alert to everyone+** User Server [#k059e0fa]
-backup - Persist objects to the database now+*** [[User Server コマンド一覧>./User Server]] [#kf87912e]
-bypass permissions <true / false> - Bypass permission checks +**** ユーザ作成コマンド [#e003280f
- +&nbsp;OpenUser# : create user 
-change region <region name> - Change current console region +&nbsp;First name: Fumi 
- +&nbsp;Last name: Hax 
-clear assets - Clear the asset cache +&nbsp;Password xxxxx 
- +&nbsp;Start Region X: 1000 
-command-script <script> - Run a command script from file +&nbsp;Start Region Y: 1000
- +
-config get <section> <field> - Read a config option +
- +
-config save - Save current configuration +
- +
-config set <section> <field> <value> - Set a config option +
- +
-create region - Create a new region +
- +
-debug packet <level> - Turn on packet debugging +
- +
-debug permissions <true / false> - Enable permissions debugging +
- +
-debug scene <cripting> <collisions> <physics> - Turn on scene debugging +
- +
-delete-region <name> - Delete a region from disk +
- +
-edit scale <name> <x> <y> <z> - Change the scale of a named prim +
- +
-export - Execute subcommand for plugin 'export' +
- +
-export-map [<path>]: - Save an image of the world map +
- +
-force permissions &lt;true / false> - Force permissions on or off +
- +
-force update - Force the update of all objects on clients +
- +
-help [<command>]: - Get general command list or more detailed help on a specific command +
- +
-help export - Get help on plugin command 'export' +
- +
-help terrain - Get help on plugin command 'terrain' +
- +
-kick user <first> <last> [message]: - Kick a user off the simulator +
- +
-link-mapping [&lt;x> <y>]: <cr> - Set local coordinate to map HG regions to +
- +
-link-region <Xloc> <Yloc> <HostName>:<HttpPort>[:<RemoteRegionName​>]: <cr> - Link a hypergrid region +
- +
-load iar <first> <last> <inventory path> [<archive path>]: - Load user inventory archive.  EXPERIMENTAL, PLEASE DO NOT USE YET +
- +
-load oar <oar name> - Load a region's data from OAR archive +
- +
-load xml [-newIDs [<x> <y> <z>]:] - Load a region's data from XML format +
- +
-load xml2 - Load a region's data from XML2 format +
- +
-login disable - Disable logins to the simulator +
- +
-login enable - Enable logins to the simulator +
- +
-login status - Display status of logins +
- +
-modules list - List modules +
- +
-modules load &lt;name> - Load a module +
- +
-modules unload <name> - Unload a module +
- +
-predecode-j2k [<num threads>]:> - Precache assets,decode j2k layerdata +
- +
-quit - Quit the application +
- +
-remove-region <name&gt; - Remove a region from this simulator +
- +
-restart - Restart all sims in this instance +
- +
-save iar &lt;first> <last> <inventory path> [<archive path>]: - Save user inventory archive.  EXPERIMENTAL, PLEASE DO NOT USE YET +
- +
-save oar &lt;oar name> - Save a region's data to an OAR archive +
- +
-save prims xml2 [<prim name> <file name>]: - Save named prim to XML2 +
- +
-save xml - Save a region's data in XML format +
- +
-save xml2 - Save a region's data in XML2 format +
- +
-set log level <level> - Set the console logging level +
- +
-show assets - Show asset data +
- +
-show info - Show general information +
- +
-show modules - Show module data +
- +
-show queues - Show queue data +
- +
-show ratings - Show rating data +
- +
-show regions - Show region data +
- +
-show stats - Show statistics +
- +
-show threads - Show thread status +
- +
-show uptime - Show server uptime +
- +
-show users [full]: - Show user data +
- +
-show version - Show server version +
- +
-shutdown - Quit the application+
-sun - Usage: sun [param]: [value] - Get or Update Sun module paramater+** Grid Server [#i3feaa57] 
 +#br
-terrain - Execute subcommand for plugin 'terrain'+** Asset Server [#o5903bcb] 
 +#br
-tree active <boolean> - Change activity state for trees module+** Inventory Server [#ba1f65be] 
 +#br
-tree plant - Start populating trees+** Messaging Server [#n026bbef] 
 +#br
-unlink-region <local name> or <HostName>:<HttpPort> <cr> - Unlink a hypergrid region+** Money Server [#m51c6895] 
 +#br


Front page   New List of Pages Search Recent changes   Help   RSS of recent changes (RSS 1.0) RSS of recent changes (RSS 2.0) RSS of recent changes (RSS Atom)

Site Search

Login

Username:

Password:


Lost Password?
Register now!!

Sub Menu

mini Calendar

Last MonthMay 2024Next Month
Su Mo Tu We Th Fr Sa
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
Today

Who's Online

38 user(s) are online (2 user(s) are browsing xpwiki)

Members: 0
Guests: 38

more...

Access Counter

Today : 3760376037603760
Yesterday : 8599859985998599
Total : 2365076623650766236507662365076623650766236507662365076623650766
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com