Yan Lauria による投稿

ああ、ちゃんとOSgridからZeta Worldsに飛べました。

試しにOSgridからVirtual World Gridに飛べるか試したらダメでした。
 
Virtual World GridのMyronから返事が来ましたが、まだ解決せず。詳しく調べてみるとのこと。  

 

〇AiLandはなぜか再び飛べるようになりました。何も変更は加えていません。

 

〇Zeta Worldsは公式サイト

https://zetaworlds.com/

に従ってHyperGrid URIを

”hg.zetaworlds.com:80:Welcome”

に訂正しましたが、飛べません。アバター登録は済んでいます。

 

〇Virtual World Grid

https://www.virtualworldsgrid.com/

もアバター登録は済んでいます。HyperGrid URIを

http://www.vwc.selfip.net:8002 または http://www.myronjc.webhop.net:8002

に訂正しましたが飛べません。Facebookグループがあって

https://www.facebook.com/groups/virtualworldsgrid

先月、オフラインから復旧した。ただユーザーがなんたらかんたら書いてあって意味が分からない。

Grid管理者がなんとFBフレンドで、約1年前にメッセージを交わしたMyron Curtisだった^^;; その時もVirtual Worlds Gridに来てみてと言われて行こうとしたら飛べず、登録する必要があるのか聞いたら、HGテレポートは登録は関係ない。サーバーがダウンしてるかもとの返事。 vwv.selfip.net:8002/Mesa を試せ、と返事があったので、たぶんその時試してダメだったのでうやむやになったかも。

 

もう一度問い合わせてみます。

 

 

OSgrid と Metropolisは昨晩はダメ。シノバーさんは飛べたそうです。

人を選んでるのか? どちらもアバター登録はしてるんだけど。

で、今朝は無事飛べました。

残るは Virtual Worlds Grid と Zeta Worlds。

--------------------------------

default
{
 state_entry()
 {
  llSetText( "Hope @ Virtual Worlds Grid",<1, 0, 0>, 1 );
 }
 touch_start(integer total_number)
 {
  llMapDestination( "vwc.selfip.net:8002:Hope", <130, 126, 21>, <0,1,0> );
 }
}

-----------------------------

default
{
 state_entry()
 {
  llSetText( "Zeta Worlds",<1, 0, 0>, 1 );
 }
 touch_start(integer total_number)
 {
// llMapDestination( "hg.zetaworlds.com:8002:Welcome", <134, 127, 21>, <0,1,0> );
 llMapDestination( "login.zetaworlds.com:Welcome", <134, 127, 21>, <0,1,0> );
 }
}

---------------------------------------

一昨日は飛べたのに、昨晩から飛べなくなってるのは AiLand

--------------------------------------

default
{
 state_entry()
 {
  llSetText( "AiLand",<1, 0, 0>, 1 );
 }
 touch_start(integer total_number)
 {
  llMapDestination("ai.vue.ed.ac.uk:8002:AiLand", <127, 127, 23>, <0,1,0> );
 }
}

---------------------

添付 JOG-TelePotal.jpg

なぜかMetropolisのエラーメッセージはほかのGridと同じ"Unable to verify identity"になりました。

行先アドレスが違ってたのかも。

それで念のため、osslに変えてみました。つまり、

touch_start(integer total_number)

  llMapDestination( "hg.metro.land:80:*Metropolis*", <138, 121, 114>, <0,1,0> ); 

の代わりに

touch_start(integer num_detected)

  key avatar = llDetectedKey(0);
  osTeleportAgent(avatar, "hg.metro.land:80:*Metropolis*", <138, 121, 114>, <0,1,0> );

にしてみたましたが、TPできず。

 

なぜかYouTube映像を表示するボードだけが消えるという珍事件が起きて、その後、表示の仕方をちょっと変えて再設置しました。

次に消えた場合のために証拠写真をアップしておきます。

それぞれのボードはタッチするとズームになって再生ボタンが赤くなり、それをクリックすると再生が始まるようにしています。常時再生にするとバンド幅的に数個までしか再生されないので。

添付 JOG_001.jpg
添付 JOG_003.png