約 2,374,515 件
https://w.atwiki.jp/v603t/pages/11.html
東芝プレスリリース ボーダフォン向けTV機能付携帯電話「V603T」の発売について http //www.toshiba.co.jp/about/press/2005_01/pr_j3102.htm impress ケータイ新製品SHOWCASE「V603T」 http //k-tai.impress.co.jp/cda/article/showcase_top/22812.html ボーダフォン、「V603SH」「V603T」を2月中旬以降発売 http //k-tai.impress.co.jp/cda/article/news_toppage/22407.html テレビ視聴にこだわった東芝製「V603T」 http //k-tai.impress.co.jp/cda/article/news_toppage/22417.html 東芝、TVの全画面表示が可能な携帯電話「V603T」 http //www.watch.impress.co.jp/av/docs/20050131/toshiba.htm 「V603T」開発者インタビュー http //k-tai.impress.co.jp/cda/article/interview/22788.html ボーダフォン、「V603T」など4機種に新色追加 http //k-tai.impress.co.jp/cda/article/news_toppage/23524.html ITmedia 360度回転ヒンジのテレビ携帯「V603T」、19日から発売 http //plusd.itmedia.co.jp/mobile/articles/0502/18/news084.html テレビを見るための“360°回転ヒンジ”搭載~「V603T」 http //plusd.itmedia.co.jp/mobile/articles/0501/31/news043.html ボーダフォン、6月上旬に“新色ラッシュ” http //plusd.itmedia.co.jp/mobile/articles/0504/18/news041.html ボーダフォンの“新色ラッシュ”始まる http //plusd.itmedia.co.jp/mobile/articles/0506/08/news063.html ハイエンドPDC投入するボーダフォンの真意 http //plusd.itmedia.co.jp/mobile/articles/0502/01/news039.html
https://w.atwiki.jp/cooldrive/pages/296.html
CoolDriveNews2008 10/15 edin が正規メンバーに加わりました。今後もCoolDriveをよろしくお願いいたします。 09/14 yamada100 が正規メンバーに加わりました。今後もCoolDriveをよろしくお願いいたします。 09/12 nissy が正規メンバーに加わりました。今後もCoolDriveをよろしくお願いいたします。 09/07 mathkm がCoolDrive紅白大臣になりますた。 08/15 mathkm が正規メンバーに加わりました。今後ともCoolDriveをよろしくお願いいたします。 08/08 U-ma が正規メンバーに加わりました。今後ともCoolDriveをよろしくお願いいたします。 08/07 メンバーの募集を再開しました。
https://w.atwiki.jp/bokuyo/pages/105.html
new/delete演算子 動的なメモリの確保、について最近やたらめったらそれ関係の話を訊くけど、そもそも、どうてきなメモリの確保とはいったい?ってことでnew/delete演算子についてまとめるページ。 まずよくある話から new/delete演算子をスカラ型、new[]/delete[]演算子をベクタ型という。ベクター=vector=配列のこと。配列をnewしたときは、delete[]演算子を使わなきゃだめってやつ。 そういえば、new/deleteは演算子(かっこよく言えばオペレータ)、malloc/freeは関数。 newでメモリの割り当てに失敗するとどうなるの? #include iostream int main() { int* eureka; int* renton; try { eureka = new int(156); } catch(std bad_alloc ) { eureka = 0; } renton = new(std nothrow) int(156); if(renton) { std cout *renton std endl; } return 0; } newで割り当てに失敗すると、「std bad_alloc」例外をthrowする。ちなみに、そのときNULLポインタを返さない。 new(std nothrow)演算子を使うと失敗したときに、例外をthrowせずに、NULLポインタを返すようになる。例外処理を書くときは、newなのか、nothrow型のnewなのかを考えて書くべき。 ちなみに、C言語のmalloc演算子は失敗したらNULLポインタを返す。 MFCのnew演算子の場合、CMemoryExceptionっていう例外を投げる。(MSDN - CMemoryException クラス)MFC = Microsoft Foundation Class VC++用に作ったMS製のライブラリ 多重解放するとどうなるの? C99(Cの標準規格)では、free()したポインタに何度もfree()を行った場合の動作は未定義。 ただし、NULLポインタをfree()しても何の動作も行わないことが保証されてる。 参考文献 MSDN - C と C++ での例外処理、第 5 部 MSDN - new 演算子 (CRT) MSDN - new(vector) 演算子 (CRT) MSDN - delete 演算子 (CRT) MSDN - delete(vector) 演算子 (CRT) MSDN - new Operator (C++)(英語)
https://w.atwiki.jp/zakites/pages/74.html
new2
https://w.atwiki.jp/sof2demo/pages/13.html
基本操作 操作にはマウスとキーボードを使います。 デフォルト(初期設定)W 前進S 後退A 左移動D 右移動 Q 左覗きこみE 右覗きこみX ジャンプC しゃがみShift 歩きR リロードF 武器を捨てる左クリック 攻撃右クリック オルト攻撃(ナイフを投げる・スコープを覗く・M203を発射するなど)マウスホイール上 ひとつ前の武器マウスホイール下 ひとつ次の武器T メッセージモード1(全体チャット)Y メッセージモード2(チームチャット)J メッセージモード3(ターゲットチャット)K メッセージモード4G ラジオチャットメニューを表示1 ナイフ2 ハンドガン3 ショットガン4 サブマシンガン5 アサルトライフル6 ライフル7 重火器8 グレネードB 装備メニュー表示N チームメニュー表示O 目的表示Tab スコア表示Enter ナイトビジョン・サーマルゴーグル装着^ ズームイン- ズームアウト] セミ/バースト/フルの切り替えAlt ストレイフ移動NumLock オートランEnd 照準を初期位置に戻すHome 照準にマウスを使うか切り替える
https://w.atwiki.jp/engineeringhowtos/pages/13.html
LaTeX、DVI、PostScript、PDF、図表作成に関するHOWTO集 目次 数式番号が余白部分に大きくはみでる場合に自動的に下に移動する スタイルファイルを生成する セクション番号が挿入されない問題を解決する 寸法変数(dimension)を使う[マクロ] 表の列幅が自動調整されるようにする dvipdfmxで生成するPDFにフォントを埋め込む Inkscapeでギリシャ文字を挿入する Postscriptファイルをテキストエディタで編集してギリシャ文字を書き込む ImageMagickのconvertでEPSファイルの変換ができない問題を解決する[Windows] 複数の画像の指定部分を切り取って別ファイルに保存する(ImageMagick convert) 数式番号が余白部分に大きくはみでる場合に自動的に下に移動する 通常のequationやeqnarray環境でなく,AMS-LaTeXのequationやalign環境を使う。 \usepackage{amsmath} %... (中略) ... \begin{align} 1 + 2 + 3 + 4 + 5 + 6 + 7 \end{align} スタイルファイルを生成する 入手した.insファイルをlatexで処理する. 例えばtools.insだったら次の通り. latex tools.ins セクション番号が挿入されない問題を解決する ありうる原因 クラスファイル中で\sectionが定義されていない カウンタsecnumdepthが設定されていない,またはその値が0 寸法変数(dimension)を使う[マクロ] クラスファイル/スタイルファイル内のみで有効な記法 定義 \newdimen name 代入 省略しない場合 name = value "="を省略した場合 name value 加算 \advance name value 減算 \advance name - value 乗算 省略なし name1 = multiplier name2 "="を省略 name1 multiplier name2 例 定義 \newdimen \narrow_margin 10mm 加算 \advance \narrow_margin 5mm 乗算 \total_margin = 2 \narrow 表の列幅が自動調整されるようにする tabularx環境を使う \usepackage{tabularx} % ... 中略 ... \begin{tabularx}{250pt}{|c|X|c|X|} 1 この列の幅は自動調整される 2 この列の幅は自動調整される \end{tabularx} dvipdfmxで生成するPDFにフォントを埋め込む 1. gs_pdfwr.psを変換対象のDVIファイルがあるディレクトリにコピーする. gs_pdfwr.psへのパスは次の通り. Debian/GNU Linuxの場合 /usr/share/gs-esp/8.15/lib/gs_pdfwr.ps Windowsの場合 GhostScriptのインストール先をC \gs\とすると, C \gs\gs8.54\lib\gs_pdfwr.ps 2.gs_pdfwr.psを編集する 下記の部分を /.standardfonts [ /Courier /Courier-Bold /Courier-Oblique /Courier-BoldOblique /Helvetica /Helvetica-Bold /Helvetica-Oblique /Helvetica-BoldOblique /Times-Roman /Times-Bold /Times-Italic /Times-BoldItalic /Symbol /ZapfDingbats ] readonly def 次のように編集(コメントアウト)する. /.standardfonts [ % /Courier /Courier-Bold /Courier-Oblique /Courier-BoldOblique % /Helvetica /Helvetica-Bold /Helvetica-Oblique /Helvetica-BoldOblique % /Times-Roman /Times-Bold /Times-Italic /Times-BoldItalic % /Symbol /ZapfDingbats ] readonly def 3. 欧文基本フォント用のマップファイルを変換対象のDVIファイルがあるディレクトリにコピーする 欧文基本フォント用のマップファイルへのパスは次の通り. Debian/GNU Linuxの場合 /var/lib/texmf/fonts/map/dvipdfm/updmap/dvipdfm_dl14.map Windowsの場合 TeXのインストール先をC \texとすると C \tex\usr\local\share\texmf\fonts\map\dvipdfm\base\dlbase14.map 4. 以下のようにdvipdfmxを実行する. 変換対象のDVIファイルをtest.dviとすると, Debian/GNU Linuxの場合 dvipdfmx -f dvipdfm_dl14.map test Windowsの場合 dvipdfmx -f dlbase14.map test Inkscapeでギリシャ文字を挿入する Unicodeスカラ値による文字入力機能を利用する. テキストオブジェクトを追加する ギリシャ文字に対応しているフォントを選ぶ(例 WindowsならTimes New Roman) テキストオブジェクトの編集状態でCtrlキーを押しながらUキーを押す. ギリシャ文字に対応するUnicode文字コード(unicode.org)をキー入力する. Enterキーを押す 結果として対応する文字が表示される Postscriptファイルをテキストエディタで編集してギリシャ文字を書き込む 標準フォントのSymbolを指定して,showコマンドを使う.このとき文字に対応する8進コードを使う. 例えばsigmaは\163で表わされる. /Symbol findfont 10 scalefont setfont (\163) show Gnuplotなどで生成したepsファイルは,そのファイル中で定義したオペレータを使っているので, その書式に従って文字列の箇所に所望のギリシャ文字に対応する8進コードを記述する. [ [(Symbol) 250.0 0.0 true true 0 (\163)] ] -58.3 MLshow この例では,"MLshow"というオペレータを用いている. 後置記法(= postscript)でオペレータ"MLshow"が指定されている. ImageMagickのconvertでEPSファイルの変換ができない問題を解決する[Windows] 問題 次のようなメッセージが表示され,EPSから別のファイルへの変換が行えない. $ convert test.eps test.png covert.exe unable to create temporary file `test.eps Permission denied convert.exe missing an image filename `test.png . 原因 管理者権限がないユーザには書き込み不可の領域がデフォルトの一時ファイルの作成場所として指定されていること. 解決策 一時ファイル作成場所を指定する環境変数 MAGICK_TMPDIRで,カレントディレクトリを指定する. Cygwinを使っていて,.bashrcなどに設定を書くなら,次のようにする. export MAGICK_TMPDIR="./" (パスの記述はUnix式でよい) [システムのプロパティ]→[詳細]→[環境変数]でも同様. 複数の画像の指定部分を切り取って別ファイルに保存する(ImageMagick convert) 問題 ウィンドウのスクリーンショットからタイトルバーや縁を取り除きたい 解決策 ImageMagick convert の -crop オプション(上書きの場合は ImageMagick mogrify を使用) convert -crop 640x480+4+49 raw.png cropped.png 640x480はサイズ, +4+49はx, y座標オフセット(原点 画像左上角,x軸正方向 右向き, y軸正方向 下向き) 複数のファイルに対して処理する(Bash使用) for f in *_raw.png; do convert -crop 640x480+4+49 $f ${f%_raw.png}_cropped.png; done
https://w.atwiki.jp/sof2demo/pages/21.html
コンフィグ実践 ここでは便利はコンフィグの設定を紹介していきます。 そのままあなたのコンフィグファイルに書き込んで使えます。 画面の揺れをなくす set cg_bobroll "0.000" set cg_bobpitch "0.000" set cg_bobup "0.000" set cg_runroll "0.000" set cg_runpitch "0.000" FPS値を表示させる set cg_drawFPS "1" 銃を非表示にする set cg_drawgun "0" 視野角を変更する set cg_fov "x"xのところに80-100の間で好きな値を入れてください。 基本的に低fovは遠距離に強く、高fovは近距離に強いです。 照準の大きさを変更する set cg_crosshairSize "x" xのところに0-1000の間で好きな値を入れてください。 解像度によっては小さすぎると照準が見えなくなってしまうようです。初期値 24 照準の色を変更する set cg_crosshairRGBA "r,g,b,a" r,g,b,aのところに0.0-1.0の間で好きな値を入れてください。 値はそれぞれ赤、緑、青、透明度を表します。例 "1,0,0,1"(真っ赤)set cg_crooshairFriendRGBA "r,g,b,a" こちらは味方に照準を合わせたときの照準の色の設定です。例 "0,1,1,1"(シアン) リフレッシュレートを変更する set r_displayrefresh "x" デフォルトで60になっているリフレッシュレートを変更できます。 xにモニタのリフレッシュレートを入れてください。 デモ録画トグルスクリプト seta rec "g_synchronousclients 1 ; wait ; record ; wait ; g_synchronousclients 0 ; set n_rd vstr st" seta st "stoprecord ; set n_rd vstr rec" seta n_rd "vstr rec" bind [key] "vstr n_rd"demoの録画・停止をひとつのキーで済ませることができます。[key]に割り当てるキーを入れてください。
https://w.atwiki.jp/nekonomike/pages/29.html
(2006年11月06日) New Factory Girl Poster and Website (2006年11月04日) Make it work. (2006年11月01日) MK gets parking ticket (2006年10月30日) Mary-Kate candids! (2006年10月29日) Ashley s New Hair? (2006年10月28日) MK with Max (2006年10月27日) shopping with beau (2006年10月26日) MK in West Hollywood (2006年10月24日) MK out and about in LA (2006年10月23日) Style magazine (2006年10月22日) Vogue November 2006 (2006年10月20日) 10.18 MK meets up with Greg Chait in LA (2006年10月16日) New photo (2006年10月14日) Keep it comin’ (2006年10月12日) MK out with some guy in Paris on October 10 (2006年10月08日) this recent Palace Hotel shoot (2006年10月07日) La Ciudad Bonita (1970年01月01日) La Ciudad Bonita (2006年10月06日) Au Revoir, Paris! (2006年10月05日) Christian Dior Fashion Show (2006年10月04日) Christian Dior fashion (2006年10月03日) Ashley leaving (2006年10月02日) New October Hip Picks and Candids (2006年10月01日) Paris-Bound (2006年09月30日) British Invasion (2006年09月29日) London Calling (2006年09月29日) London Calling.? (2006年09月29日) MK in Factory Girl thread? (2006年09月28日) MK out in NYC on September 21 (2006年09月27日) Olsen Fan Fashion Contest with prizes (2006年09月26日) Mary-Kate Sighting (2006年09月24日) New MK (2006年09月23日) MK keeps an Eye on her Man (2006年09月22日) Never seen MKA driving in LA (2006年09月18日) Jeremy Scott Spring 2007 Fashion Show (2006年09月16日) Spring 2007 Fashion Show After Party (2006年09月14日) Private Dinner To Celebrate Issue 11 (2006年09月13日) September 11 - Marc Jacobs Spring 2007 Fashion Show After Party (2006年09月11日) Balenciaga Paris Launch Hosted by Nicolas Ghesquiere (2006年09月10日) Ashley out in Soho on September 8th (2006年09月08日) Ashley outside of Barney s 9.4.06 (2006年09月07日) MK in a car with a friend on Mercer Street - 09.03 (2006年09月07日) MKA on Project Runway? (2006年09月07日) ASH IN BRENTWOOD CANIDDS. SEP 5 (2006年09月06日) mk and stavros (2006年08月30日) MKA at MuchMusic Studios (2006年08月29日) pics from Mary-Kate Ashley @ CityLineTV (2006年08月28日) MK candids (2006年08月25日) インタビュー記事 (2006年08月25日) MK in Beverly Hills 21.8.06 (2006年08月25日) MK in Beverly Hills, 21/8/06 (2006年08月22日) Teen Choice Awards 2006 (1970年01月01日) Teen Choice Awards 2006 (2006年08月21日) a pic of MKA summer 2006 (2006年08月21日) インタビュー記事 (2006年08月21日) teen choice awards arrival (2006年08月18日) 2007 Calender! (2006年08月18日) Ashley @ the teen choice awards (2006年08月18日) Mary-Kate Olsen Visiting a Friend in LA (2006年08月17日) New swedish scans (2006年08月16日) The world s wealthiest twins are coming to Canada. (2006年08月13日) blurb about mk s internship (2006年08月10日) mk leaving a beauty salon in Beverly Hills (2006年08月09日) Mary-Kate reportedly Sells - Buys stuff on E-Bay... (2006年08月09日) Ashley in a new movie role? (1970年01月01日) Ashley in a new movie role? (2006年08月09日) Mary-Kate reportedly Sells/Buys stuff on E-Bay... (2006年08月09日) Ashley in a new movie role? (2006年08月06日) MK hanging out at the Chateau Marmont Hotel (2006年08月05日) MK at Chateau Marmont (2006年08月04日) New MK Driving in LA (2006年07月27日) NEW DREAM UP SCANS (2006年07月26日) URGENT!! MKO AO UK Special Edition MAGAZINE News!!! (2006年07月25日) 7.21 MK leaving a Beverly Hills Salon (2006年07月25日) 7/21MK leaving a Beverly Hills Salon? (2006年07月25日) 04/27 Ashley leaving Mercer Hotel? (2006年07月25日) 7/21 - MK leaving a Beverly Hills Salon (2006年07月22日) Vogue Scans (2006年07月19日) Ashley s Nylon photoshoot (2006年07月15日) LA Opening of Waist Down - Skirts by Miuccia Prada (2006年07月11日) Girl Talk is a weekly magazine (2006年07月10日) MK photoshoots pics in latest Dream Up (2006年07月08日) LIVE @ Much pics (2006年07月04日) Australia Harper s Bazaar (2006年07月01日) Australia Harper s Bazaar (2006年06月29日) Mary-Kate and Ashley mention in Cleo new poster in german magazine Bravo (2006年06月27日) Rare picture of Ashley (2006年06月21日) MKA new photo (2006年06月20日) mary-kate ashley olsen new photo (2006年06月18日) new poster pictures (1970年01月01日) new poster pictures (2006年06月18日) Forbes Top 100 Celebrities (2006年06月11日) Ashley (2006年06月08日) New (2006年06月06日) new pics from australian (2006年06月02日) Swedish (2006年06月02日) Ashley (2006年05月28日) New photoshoot (2006年05月26日) Christian Louboutin store. (2006年05月24日) @ Free arts event (1970年01月01日) MKA pics @ Free arts event (2006年05月24日) Post subject New MKA pics @ Free arts event? (2006年05月24日) Ashley walking to her car with a bodyguard? (2006年05月24日) New MKA pics @ Free arts event (2006年05月18日) Beverly Hills Hotel in Los Angeles (2006年05月18日) Ashley leaves Barneys in Beverly Hills (2006年05月16日) ASHLEY OLSEN OUT AND ABOUT IN LOS ANGELES. (2006年05月16日) ASHLEY OLSEN OUT AND ABOUT IN LOS ANGELES. ~ EXCLUSIVE!? (2006年05月13日) cover of Dream Up? (2006年05月12日) cover of Dream Up (2006年05月11日) Ashley walks in Bevery Hills 9th of may 2006 (1970年01月01日) Ashley walks in Bevery Hills 9th of may 2006 (2006年05月09日) Ashley (2006年05月08日) Post subject MK is suspicious of Lilo (2006年05月02日) Costume Institute Benefit Gala (2006年05月01日) mka in the costume institute ball (2006年04月27日) Mary-Kate shopping @ Maxfields (1970年01月01日) Mary-Kate shopping @ Maxfields? (2006年04月26日) Ashley at a Shopping Center 4.25.06 (2006年04月26日) 4.25.06-(small) Ashley at a Shopping Center? (2006年04月26日) 4/25/06--(small) Ashley at a Shopping Center? (2006年04月24日) ポーランドの雑誌から (2006年04月18日) MK Ashley chairing a too-perfect cause? (2006年04月16日) New photo (2006年04月13日) April 2006 issue of Total Girl (2006年04月11日) April 10, 2006 Candids of MK out with David (2006年04月10日) New MK (2006年04月07日) Factory Girl to Premiere at Toronto Film Festival (2006年04月07日) MK April 6, 2006 (2006年04月06日) Barbie Photoshot (2006年04月06日) Barbie Photoshot (2006年04月05日) New Zealand s Stella magazine (2006年04月05日) New Zealand s Stella magazine (2006年04月04日) Airborne Inks Exclusive Deal With Mary-Kate and Ashley Olsen s Dualstar Entertainment Group (2006年04月01日) from aussie shoot (2006年04月02日) Ashley leaving Christian Louboutin on March 30 (2006年04月01日) Barbie-May 06 cover (2006年03月30日) Olsen twins pitch new clothing line to Wal-Mart (2006年03月30日) Message from the Editors (2006年03月29日) MK out and about in LA (2006年03月29日) Picture from Australian (2006年03月29日) MK IN SHOP (2006年03月29日) Mary-Kate Olsen out in LA 3/28 (2006年03月25日) Factory Girl news (2006年03月22日) Gossip (2006年03月21日) 19-02-06 Mary-Kate Olsen at Lanvin 2006 Fall Coll (2006年03月18日) Jenni Kayne Dinner to Celebrate Her Fall 2006 Collection (2006年03月18日) Mary-Kate Olsen goes out for ice cream in Beverly (2006年03月18日) Ash - Beverlyhills 17-M-06 (2006年03月18日) MK s factory girl part changed (2006年03月18日) [[MK's factory girl part changed Olsen News/2006年03月18日/MK's factory girl part changed ]] (2006年03月18日) [[MK's factory girl part changed Olsen News/2006年03月18日/MK's factory girl part changed ]] (2006年03月18日) Ash? (2006年03月18日) MK s factory girl part changed (2006年03月17日) MK at the Lakers Game (2006年03月16日) Mary-Kate Olsen out and about (2006年03月13日) 5th Annual Tom Arnold Celebrity Roast (1970年01月01日) 5th Annual Tom Arnold Celebrity Roast? (1970年01月01日) 5th Annual Tom Arnold Celebrity Roast? (1970年01月01日) 5th Annual Tom Arnold Celebrity Roast? (2006年03月11日) Mary-Kate and Ashley Meet Kate and Luisa (2006年03月11日) March 10, 2006 New Candids - MK leaving fabric store (2006年03月08日) Ashley smokes (2006年03月08日) Ashley smokes (1970年01月01日) Ashley smokes? (2006年03月08日) MKA tanning in Australia - Ashley smokes? (2006年03月05日) 21st Annual IFP Independent Spirit Awards (2006年03月03日) New Paparazzi Law (2006年02月26日) Mary-Kate Olsen wants to star as Kate Moss on-screen (2006年02月23日) Olsen twins say life is suffocating (2006年02月21日) M-K Ash Fashion Show Luna Park (2006年02月21日) Creme Magazine (New Zealand) (2006年02月17日) BADGLEY MISCHKA FASHION CAMPAIGN (2006年02月11日) Mary-Kate Olsen dating again (2006年01月23日) Olsens Fight Eating Disorders On The Web (2006年01月23日) Gawker Stalker MK Sighting (2006年01月21日) Olsens Offer Advice (2006年01月21日) Olsens Offer Advice (2006年01月21日) Dualstar Entertainment Group Announces Partnership With Teen Expert Jessica Weiner for mary-kateandashley.com? (2006年01月21日) Pink picks on celebs in her new Stupid Girls video (2006年01月21日) Golden Globes after-party (2006年01月21日) OLSEN TWINS TO LAUNCH NEW FASHION LINE (2006年01月21日) OLSEN TWINS TO LAUNCH NEW FASHION LINE (2006年01月21日) Olsen Twins Invest in Cake Shop (2006年01月20日) Reported by USA Today (2006年01月20日) Jodie Sweetin (2006年01月20日) Blackwell s 46th Annual Worst Dressed List
https://w.atwiki.jp/tesoro/pages/25.html
Addonとは機能を拡張したり、UIの見た目を変えたりと便利機能満載。 大手Addonサイトのランキングを参考に入れるのもいいかも。 Addon採用例 Wikiより転載 導入編 Addonを置いているサイトから自分が使いたいAddonを入手する。 hthttp //war.curseforge.com/ hthttp //war.curse.com/ AddonをInstallする Warhammer Onlineのフォルダの中に新たにinterfaceフォルダを作成し その中にAddonsフォルダを作成する(Userフォルダ内のnterfaceフォルダは関係ない)。 その中に解凍したAddonをフォルダごと入れれば良い。 例1 C \WARBits\interface\addons\AutoLoot 例2 C \Program Files\EA\Warhammer Online\interface\Addons\Cmap Tips AddonはGame中でもインストールすれば有効にすることができる。 コマンド/relを打つと再度Addonを読み込みなおす。 逆に駄目だと思ったAddonをインストールしたフォルダから 退避させ/relを打つことにより、すぐに無効化することもできる。 CurseClient 外部Tool。Addonの自動更新や新たなAddonインストールを支援する。 使用するためにはCurseアカウントが必要(無料) また、キャラクターの行動をcurceのページへ記録もしてくれるらしい。 自分はなぜか頻繁に落ちるようになったので、Curse Profilerを無効化し このToolの常駐も切っている。 お勧めAddonをあげた。 これくらいは入れておいたほうがいいかも。 (いくつかなくてもいいやつはあるけど)LibSlash ライブラリ。これ入れてないと動かないAddonも多い。必須。UI Mods Menu Enabler Addonを管理するためのAddon。簡単にOn/Off可能。Warhammer Scrolling Combat Text ダメージ、状態などを画面上へ動的に表示してくれる。KillingBlow デスブロウをとった時、相手の名前を音と共に大きく表示。面白い。AutoDismount Skill使用しようとすると自動でmount降りる。DuffTimer Buff、DebuffをBarでわかりやすく表示。BuffThrottle Buff更新を遅くする。Buff更新ありすぎで重いって人に。 ActionBarColor 射程外SkillのIconが赤く表示される。わかりやすい。ActionBarCoolDown CoolDownの数字を大きく見やすくする。 ISAssistTracker アシスト支援Addon。Chatにメッセージを流すことも可能。AlertFilter Ability not yet ready等のアラートを非表示にできる。HoverCast MouseOverするだけで対象にSkillを放つことができる。Healerは入れるとよい。ISMoCasts 自動ターゲット切り替え?とかHoverCastができたり。使いこなせば強力。たぶん。CombatLog Mod HPS、DPSの内訳表示など。 Healerは特に下記のうち、どちらかを導入することを強く推奨 PHealGrid Grp、WBをグリッド表示にする。視覚的にわかりやすく戦況理解の一助に。 Hovercastと連携するがBugアリ。HUDが秀逸。Squared Grp、WBをグリッド表示にする。視覚的にわかりやすく戦況理解の一助に。 Hovercast、ISMoCastesと連携する。CustomMap MiniMap表示関連。大Mapまで縮小表示できるようになった。RvR Stats Tab ペーパードールにRvR戦績タブを追加する。zMailMod MailでItemをいっぺんに送ったり、チェックしたMailを開いたり。Automatic NeedGreed 自動でNeed、Greed、Passをしてくれるようになる。コマンドで設定が必要。NRarity バック、ペーパードールのItemをレア度により色分け表示。PlantMe cultivatingやる人必携ClosetGoblin PvE用装備set、RvR用装備Set等そうしたsetを覚えてすぐに衣替え。Mostly Harmless Item Linker ChatにItem詳細情報を貼り付ける。便利WindowCleaner Chatのソーシャルアイコンなど、消したくても消せなかったアイツを非表示に。WaaaghBar タスクバーのようなBarができて、そこに様々な情報を表示。 情報追加のPulginがいくつかある。SNT BAR タスクバーのようなBarができて、そこに様々な情報を表示。 情報追加のPulginがいくつかある。SpamMeNot 業者SpamTellを非表示にする。表示され始めたと思ったら最新版がないかチェックMouse button targeting fix Mob、Playerターゲット関連。でもどう変わってるかよくわからん。
https://w.atwiki.jp/diablo3_2ch/pages/46.html
こちらのNewsはトップページに表示されるため、あまり長くならないようお願いします。 長くなり過ぎたら適宜News(アーカイブ)への移動をお願いします。 Gold Auction House Added to Friends Family date 2011.9.15 (http //us.battle.net/d3/en/forum/topic/3196339628) We’ve recently patched the Diablo III Friends Family beta test to include access to the gold-based auction house. Friends Family beta test participants can check out the auction house by clicking on the ‘gavel’ icon at the bottom of the main Battle.net interface seen when first logging into the game. To sell items, you’ll first need to place anything you want to sell in your shared stash. The shared stash can be found near the Slaughtered Calf Inn in New Tristram. Once you’ve placed items in your stash you’ll be able to choose from them the items you’d like to sell. By placing starting and (optional) buyout prices, you can place your item up for auction. If someone chooses to buy the item, you’ll receive the final sale price, minus any posting fees. Keep in mind that this is the gold-based auction house only. The currency-based auction house may be available for testing at a later date, and if it is, we’ll have more information on how it will function at that time. We’re looking for both stability and usability testing, and appreciate your help with buying and selling items to run the system through its paces. If you’d like to provide feedback, please do so by posting in this thread http //us.battle.net/d3/en/forum/topic/3196019654 and if you find any bugs please post in the Beta Bug Report forum in this thread http //us.battle.net/d3/en/forum/topic/3195919893 For an auction house overview and information regarding specific functionality, be sure to check out the services section of the Diablo III community site, here http //us.battle.net/d3/en/services/ Browse through the auction house section of the site using the multiple tabs at the top for more details, located here http //us.battle.net/d3/en/services/auction-house/functionality Friends Family beta tester向けにGoldで利用できるauction houseが実装されたようです。 案の定、一般βはまだ来ていないようです。