beatmaniaIIDX 専用コントローラーと各ボタンの対応

2005-12-24T22:37:00 / bm2dx, popn / comment

beatmaniaIIDX 専用コントローラー通常の PS2 用コントローラーとの各ボタンの対応は以下の通り。

PS2 に専用コントローラー繋ぎっぱなしで DVD を見たり、ポップン用にキーバインドを変える際に便利かも知れません。注意点はR2に対応するボタンがないことです。CS ポップン 10 をやる場合は HI-SPEED を変更できないので不便。

ターンテーブル (時計回り)
ターンテーブル (反時計回り)
1 鍵
2 鍵
L1
3 鍵
×
4 鍵
R1
5 鍵
6 鍵
L2
7 鍵

pop'n music に目覚める

2005-12-24T13:58:00 / popn / comment

今まで敬遠していた pop'n music を試しにプレイしてみました。動機の九分九厘はマジックアカデミー組曲です。それとアロエです。「はいてない」魅力、恐るべし。

プレイしてみたところ、案外面白い。ボタンとその間隔がかなり大きく、「手を動かす感覚」がなかなか楽しいです。後は全体的なカオス具合ですかね。以前はあの独特の雰囲気のために敬遠していたのですが、慣れてしまえばそう悪いものではありませんね。ポップン電機 CM ソングなんて他では真似できません。

で、目覚めた翌日にアケコン注文しちゃいました。通常の専用コントローラーの方は出来が今一で、特に筐体と比べてサイズが大幅に異なる点がどうしても我慢できなかったのです。てへ。財布が物凄く痛いけど気にしないことにします。

ハピスカ片手三段合格

2005-12-16T21:49:00 / bm2dx / comment

ハピスカ片手プレイ三段合格。

まあなんだ、私、必死過ぎ。

はじめての spam 受信

2005-12-09T12:43:00 / diary / comment

2005-12-02、人生初の spam を受信しました。早かれ遅かれ来るものだとは思っていましたが、実際来てみるとショックです。これまで spam 対策は一切していませんでしたからね。そろそろ対策に動けということですか。

ハピスカ片手二段合格

2005-12-07T21:18:00 / bm2dx / comment

一ヶ月程前から片手プレイを始めたのですが、とうとうハピスカの段位認定で二段に合格しました。当初は片手でなんてできる訳がないと思っていたのですが、人間やればできるものですね。

ここ二週間でぐんぐん腕前が上がってきました。今日は one or eight(N)、rainbow rainbow(N)、Take It Easy(N)、Innocent Walls(N)、THE SAFARI(N) をクリア。でもそろそろ打ち止めのはず。これ以上は両手でもできませんよ。

Playing with MIME type: application/x-bb4w-style

2005-12-07T18:05:00 / bb4w, prog, site, opera / comment

(This is an English-translated version of my old article MIME type で遊ぶ: application/x-bb4w-style)

Skins distributed in My Opera community are served with MIME type "application/x-opera-skin", and Opera's default action for that type is "Open with Opera" -- save a downloaded skin to the proper directory, and apply it.

This tip is useful for other cases, isn't it? Let's try:

  1. Create the following batch file. You have to edit the value of DOWNLOADED_STYLE_DIR (the directory to save downloaded style), BBKONTROLLER (the path to BBKontroller) and SED (the path to sed) for your computer environment.

    @echo off
    set DOWNLOADED_STYLE_DIR=C:\blackbox\Styles\Downloaded
    set BBKONTROLLER=C:\blackbox\BBKontroller.exe
    set SED=C:\blackbox\sed.exe
    for /F "usebackq delims=" %%i in (`%SED% -ne "/name:/{s/^.*name:[ \t]*\([ -~]*\)[ \t]*$/\1/;s/[/:*?<>|'\x22\\]/_/g;p;q}" %1`) DO set STYLE_NAME=%%i
    set NEW_PATH=%DOWNLOADED_STYLE_DIR%\%STYLE_NAME%.style
    copy %1 "%NEW_PATH%"
    "%BBKONTROLLER%" "style('%NEW_PATH%')"
    
    1. Open "Tools > Preferences > Advanced > Downloads" from Opera's main menu, and select "New".
    2. Modify "MIME type" as application/x-bb4w-style.
    3. Select "Open with other application" for "Action", and input the path to the above batch file as the application.
    4. Uncheck "Pass web address directly to application".
  2. Follow the link to a style served as application/x-bb4w-style.
  3. If everything is okay, that style will be applied after following that link.