コンフィグ設定

「コンフィグ設定」の編集履歴(バックアップ)一覧に戻る
コンフィグ設定」を以下のとおり復元します。
<p><span style="font-size:14px;">BGMやステージの設定はmugenと一緒です<br />
設定したい場合mugenの説明サイトを参照してください<br />
以下に書いてあるのはI.K.E.M.E.N限定のコンフィグ設定やコマンドの仕方です</span><br />
 </p>
<p><span style="color:#ff0000;"><span style="font-size:16px;">・キーコンフィグ設定方法</span></span><br /><span style="font-size:14px;">一度I.K.E.M.E.Nを起動するとさまざまなファイルがI.K.E.M.E.Nフォルダの中に作成されます<br /><strong><span style="color:#ff0000;">ssz</span></strong>フォルダの中にある<strong><span style="color:#ff0000;">config.ssz</span></strong>をメモ帳で開きましょう</span></p>
<p><span style="font-size:14px;"><i style="font-size:14px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:1.22;">
in.new[0].set(<br style="letter-spacing:0px;line-height:1.22;" />
-1, (int)k_t::UP, (int)k_t::DOWN, (int)k_t::LEFT, (int)k_t::RIGHT,<br style="letter-spacing:0px;line-height:1.22;" />
(int)k_t::z, (int)k_t::x, (int)k_t::c, (int)k_t::a, (int)k_t::s,
(int)k_t::d,<br style="letter-spacing:0px;line-height:1.22;" />
(int)k_t::RETURN);</i></span></p>
<p> </p>
<p>と書かれた場所があると思います<br /><span style="line-height:1.6em;">ジョイパッドやゲームパッドを使用される方は以下のように書き換えてください</span></p>
<p> </p>
<p><i style="font-size:14px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:1.22;">
in.new[0].set( <br style="letter-spacing:0px;line-height:1.22;" />
0, -3, -4, -1, -2, //ジョイパッドの番号, 上, 下, 左, 右, <br style="letter-spacing:0px;line-height:1.22;" />
2, 1, 5, 3, 0, 7, //a, b, c, x, y, z,  <br style="letter-spacing:0px;line-height:1.22;" />
8); //start <br style="letter-spacing:0px;line-height:1.22;" />
in.new[1].set(<br style="letter-spacing:0px;line-height:1.22;" />
-1, (int)k_t::UP, (int)k_t::DOWN, (int)k_t::LEFT, (int)k_t::RIGHT,<br style="letter-spacing:0px;line-height:1.22;" />
(int)k_t::z, (int)k_t::x, (int)k_t::c, (int)k_t::a, (int)k_t::s,
(int)k_t::d,<br style="letter-spacing:0px;line-height:1.22;" />
(int)k_t::q);</i></p>
<p><span style="font-size:14px;"><font color="#FF0000" style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;line-height:19px;">
in.new[0].set(</font><span style="font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,255);line-height:19px;"> </span><font color="#000000" style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;line-height:19px;">より下は1Pの設定、<font color="#0000FF" style="line-height:1.22;">in</font></font><span style="font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,255);line-height:19px;">.new[1].set(</span><font color="#000000" style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;line-height:19px;">より下は2Pの設定です<br />
このように書き換えると1P側はジョイパッドやゲームパッドでの操作になり、2P側がキーボードでの操作に変わります<br />
上の設定のキーボードでのボタン配置は</font><span style="font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">A,B,C,X,Y,Z,STARTのボタンが</span><span style="font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">キーボードのz,x,c,a,s,d,qのキーに対応しています</span><br /><span style="font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
キーボードでのボタン配置を変えたい場合は</span><span style="font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(255,0,0);line-height:19px;">(int)k_t:</span><font color="#FF0000" style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;line-height:19px;">:</font><span style="font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">の後にキーボードの対応させたいキーを打ち込んでください<br />
また「,」は「COMMA」、「;」は「SEMICOLON」というように</span><strong><span style="color:#FF0000;"><span style="font-family:'MS PGothic', 'Lucida Grande', sans-serif;line-height:19px;">大文字の英語</span></span></strong><span style="font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">で書くことで、通常は構文エラーとなってしまうキーも使用することが出来ます</span></span></p>
<p><span style="font-size:14px;"><span style="font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
例:</span><span style="color:#ff0000;"><font style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;line-height:19px;">(int)k_t::UP</font></span><span style="font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">の部分を</span><span style="color:#ff0000;"><font style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;line-height:19px;">(int)k_t::p</font></span><span style="font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">とすると方向キー上でジャンプしたキャラがpでジャンプするようになります</span></span></p>
<p><span style="font-size:14px;"><span style="color:rgb(51,51,51);font-family:sans-serif, Arial, Verdana, 'Trebuchet MS';background-color:rgb(255,255,255);">
キーボード向けにもう少し説明すると、</span><br /><span style="color:rgb(51,51,51);font-family:sans-serif, Arial, Verdana, 'Trebuchet MS';background-color:rgb(255,255,255);">
数字キーを使う場合は</span><br /><span style="color:rgb(51,51,51);font-family:sans-serif, Arial, Verdana, 'Trebuchet MS';background-color:rgb(255,255,255);">
「_1」、「_2」、「_3」…</span><br /><span style="color:rgb(51,51,51);font-family:sans-serif, Arial, Verdana, 'Trebuchet MS';background-color:rgb(255,255,255);">
テンキーを使う場合は</span><br /><span style="color:rgb(51,51,51);font-family:sans-serif, Arial, Verdana, 'Trebuchet MS';background-color:rgb(255,255,255);">
「KP_1」、「KP_3」、「KP_3」…</span></span><br /><span style="color:rgb(51,51,51);font-family:sans-serif, Arial, Verdana, 'Trebuchet MS';font-size:13px;background-color:rgb(255,255,255);">
<span style="font-size:14px;">と書けばそのキーが使えます</span></span><br />
 </p>
<p>次に、ジョイパッドやゲームパッドのボタン配置の変え方です<br />
十字キーの部分は変更しなくてよいのですが、ボタンはそれぞれのパッドによって異なるため変更の必要があるので<br />
ゲームパッドのプロパティの操作テストでボタンを押した時に表示された数字から-1したものに書き換えます<br />
例えばAボタンに設定したいボタンを押した時に5と表示されたらconfigを</p>
<p><span style="font-size:14px;"><i style="font-size:14px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:1.22;">
in.new[0].set( <br style="letter-spacing:0px;line-height:1.22;" />
0, -3, -4, -1, -2, //ジョイパッドの番号, 上, 下, 左, 右, <br style="letter-spacing:0px;line-height:1.22;" /><strong><span style="color:#000000;"><font color="#FF0000">4</font>,</span></strong>1, 5, 3, 0, 7, //<strong><span style="color:#ff0000;">a</span></strong>, b, c, x, y, z, <br style="letter-spacing:0px;line-height:1.22;" />
8); //start </i></span></p>
<p>このように書き換えてください。同じようにほかのボタンも設定します。<br /><br />
ちなみにゲームパッドのプロパティはwin8の場合<br />
コントロールパネル→ハードウェアとサウンド→デバイスとプリンター<br />
→コントローラーのアイコンを右クリックして設定を選択→使用するコントローラーを選択することで表示されます</p>
<p>OSによってやり方が多少異なるのでわからない場合は検索してください<br />
 </p>
<p><span style="font-size:14px;">また、mugenのコンフィグの数字を-5したものを設定するとうまくいく場合もあるようですが</span><br /><span style="font-size:14px;">上のやり方の方が確実だと思われます</span></p>
<p> </p>
<p><span style="font-size:14px;">どうしてもできないという方はJOYTOKEYを使用すると簡単にできます<br />
以下のサイトからダウンロードできます<br /><span style="line-height:1.22;"><a href="http://www.vector.co.jp/soft/winnt/util/se101657.html" style="line-height:1.22;">http://www.vector.co.jp/soft/winnt/util/se101657.html</a></span><br /><span style="line-height:15px;">ただし、JOYTOKEYを使用すると少し入力遅延が発生するようです</span><br /><strong><span style="color:#ff0000;"><span style="line-height:1.22;">どうしてもできない場合の最終手段として考えておいてください</span></span></strong></span></p>
<p> </p>
<p><span style="font-size:14px;"><span style="color:rgb(0,0,0);line-height:1.22;">ページ作成者のボタン配置(PS2コントローラー)</span><br /><em>in.new[0].set( <br />
0, -3, -4, -1, -2, //ジョイパッドの番号, 上, 下, 左, 右, <br />
1, 2, 3, 0, 7, 6, //a, b, c, x, y, z,  (○=a ×=b □=c △=x R1=y L1=z
start=select)<br />
8); //start <br />
in.new[1].set(<br />
-1, (int)k_t::UP, (int)k_t::DOWN, (int)k_t::LEFT, (int)k_t::RIGHT,<br />
(int)k_t::z, (int)k_t::x, (int)k_t::c, (int)k_t::a, (int)k_t::s,
(int)k_t::d,<br />
(int)k_t::q);</em></span></p>
<div>Xbox 360 Controller(箱コン)の方向キーをDpadで行う設定</div>
<div><em>in.new[0].set(</em></div>
<div style="margin-left:40px;"><em>0, -7, -8, -5, -6, // 上:-7, 下:-8, 左:-5,
右:-6</em></div>
<div style="margin-left:40px;"><em>0, 1, -20, 2, 3, 5, //a:A, b:B, c:RT, x:X,
y:Y, z:RB</em></div>
<div style="margin-left:40px;"><em>7 //S:Start</em></div>
<div><em>);</em></div>
<div> </div>
<div>106/109キーボード向けテンキー+ナビゲーションキー操作用
<div><em>in.new[0].set(</em></div>
<div style="margin-left:40px;"><em>-1, (int)k_t::KP_8, (int)k_t::KP_2,
(int)k_t::KP_4, (int)k_t::KP_6,</em></div>
<div style="margin-left:40px;"><em>(int)k_t::DELETE, (int)k_t::END,
(int)k_t::PAGEDOWN, (int)k_t::INSERT, (int)k_t::HOME,
(int)k_t::PAGEUP,</em></div>
<div style="margin-left:40px;"><em>(int)k_t::RETURN</em></div>
<div><em>);</em></div>
</div>
<p><span style="font-size:14px;">参考程度にどうぞ</span></p>
<hr /><p><span style="color:#ff0000;"><strong><span style="font-size:16px;">・その他設定項目</span></strong></span></p>
<p><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
scriptフォルダの中にある </span><font color="#FF0000" style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;line-height:19px;">main.lua(環境によっては main ファイル) </font><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">の項目について解説</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><i style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
<font size="3" style="line-height:1.22;"><b style="line-height:1.22;">setRoundTime(<font color="#FF0000" style="line-height:1.22;"><u style="line-height:1.22;">999</u></font> *
6)---frames</b></font></i><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
・999の部分を書き換えると1ラウンドの時間を変更できます。</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><i style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
<b style="line-height:1.22;"><font size="3" style="line-height:1.22;">setLifeMul(<u style="line-height:1.22;"><font color="#FF0000" style="line-height:1.22;">1.0</font></u>)</font></b></i><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
・1.0の数値を書き換えると全員のキャラのHPが増えたり減ったりします</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
2.0にすると初期設定よりHPが2倍に、0.5にすると初期設定よりHPが半分になります</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><i style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
<b style="line-height:1.22;"><font size="3" style="line-height:1.22;">setTeam1VS2Life(<u style="line-height:1.22;"><font color="#FF0000" style="line-height:1.22;">1.0</font></u>)</font></b></i><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
・チーム戦で1vs2になったときの2人のほうの合計HPの割合を変更できます</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
例:初期設定(AvsB&amp;Cの場合 A:HP1000VSB:HP500&C:HP500)</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
  2.0に変更(AvsB&amp;Cの場合 A:HP1000VSB:HP1000&C:HP1000)</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><i style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
<font size="3" style="line-height:1.22;"><b style="line-height:1.22;">setTurnsRecoveryRate(1.0 / <u style="line-height:1.22;"><font color="#FF0000" style="line-height:1.22;">300.0</font></u>)</b></font></i><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
・300.0の部分を書き換えるとTurnsの際、相手を倒したときのHP回復量を変更できます</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
この場合そのまんまで1人倒すとHPが300回復して次の試合に移ります</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><i style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
<font size="3" style="line-height:1.22;"><b style="line-height:1.22;">setZoom(<u style="line-height:1.22;"><font color="#FF0000" style="line-height:1.22;">false</font></u>)</b></font></i><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
・</span><u style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;"><font color="#FF0000" style="line-height:1.22;">false</font></u><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">の場合 ズーム機能がオフで </span><u style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;"><font color="#FF0000" style="line-height:1.22;">true</font></u><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;"> にするとズーム機能がオンになります</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
ズーム機能とは、お互いが画面端のほうによるとカメラが後ろに戻ってステージを広くみせる機能です</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
事実ステージも広くなるので遠距離キャラが有利になったりします</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
あと全画面攻撃の技などは判定が全画面ではなくなったりしますので注意</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><i style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
<font size="3" style="line-height:1.22;"><b style="line-height:1.22;">setZoomMin(<font color="#FF0000" style="line-height:1.22;"><u style="line-height:1.22;">0.25</u></font>)<br style="letter-spacing:0px;line-height:1.22;" />
setZoomMax(<u style="line-height:1.22;"><font color="#FF0000" style="line-height:1.22;">1.0</font></u>)<br style="letter-spacing:0px;line-height:1.22;" />
setZoomSpeed(<font color="#FF0000" style="line-height:1.22;"><u style="line-height:1.22;">1.0</u></font>)</b></font></i><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
・あまり触らなくてもいいと思うけど一応解説</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
setZoomまでは同じなのでズーム関係の設定ということがわかります。</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><b style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
setZoomMin</b><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">はどこまでカメラが遠ざかるかという設定</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
初期は0.25なので本来の画面の1/4倍までカメラが遠ざかったらそれ以上遠ざからなくなります</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
数値を小さくするほどカメラが遠ざかるようになるので0.25でキャラが最大まで離れても画面が小さいと感じるなら数値を小さくすることを推奨</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><b style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
setZoomMax</b><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">はどこまでカメラが近づくかという設定</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
初期は1.0なので本来の画面まで近づくとそれ以上カメラが近づかなくなります</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
2.0なんかにすると結構キャラが大きくなるくらいまでズームされるのでここが一番書き換えなくていい項目だと思います</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><b style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
setZoomSpeed</b><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">はカメラが近づいたり遠ざかったりする速度の設定です</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
1.0でも遅いなぁと感じたら数値を大きく速すぎると感じたら数値を小さくしましょう</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><i style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
<font size="3" style="line-height:1.22;"><b style="line-height:1.22;">loadLifebar('<u style="line-height:1.22;"><font color="#FF0000" style="line-height:1.22;">data/gms_lifebar/fight.def</font></u>')</b></font></i><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
・ライフバーのfight.defがある場所を指定しましょう</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
ライフバーを変更できます</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><br style="letter-spacing:0px;line-height:1.22;" /><font style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
<b style="line-height:1.22;"><i style="line-height:1.22;">loadDebugFont('data/gms_lifebar/font2.fnt')</i></b></font><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
・そのまんまなんですが試合中デバッグキー(Ctrl+D)入力で見ることができる文字のフォントの設定です。</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
下手にいじらなくてOKです</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><i style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
<font size="3" style="line-height:1.22;"><b style="line-height:1.22;">setDebugScript('script/debug.lua')</b></font></i><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
・デバッグの際Ctrl+何かのキーを押すことで何を起こすかという設定を書いているファイルの場所を指定しますが、書き換える必要はないです</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><b style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
selectColumns = <u style="line-height:1.22;"><font color="#FF0000" style="line-height:1.22;">10</font></u></b><br style="letter-spacing:0px;line-height:1.22;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
1行のキャラの登録数を変更できます</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
5にしたら1行5キャラ表示されるようになります</span></p>
<hr /><p><strong><span style="color:#ff0000;"><span style="font-size:16px;">・試合中に使えるデバックキーなど</span></span></strong></p>
<p><b style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
Esc<br style="letter-spacing:0px;line-height:1.22;" />
一つ前の画面に戻ります<br style="letter-spacing:0px;line-height:1.22;" /><br style="letter-spacing:0px;line-height:1.22;" />
Ctrl+D</b><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
プレイヤーがどのアニメを表示しているかとかどのステートにいるかを見れます</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
再び押すと解除</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><b style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
Ctrl+C</b><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
キャラクターの当たり判定や攻撃判定の枠が見れます</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
再び押すと解除</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><b style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
Ctrl+S</b><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
・ゲームの速度を変更できます</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
押すと2倍、4倍、1/4倍、1/2倍、普通、2倍・・・と変わっていきます</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><b style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
Ctrl+L</b><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
ライフバーの表示が消えます</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
再び押すと見えるようになります</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><b style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
Ctrl+1 Ctrl+2 Ctrl+3 Ctrl+4</b><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
その数字のプレイヤーのAIを起動します</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
一度起動するとモード選択画面まで戻らないと解除されないので注意</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><br style="letter-spacing:0px;line-height:1.22;" /><b style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
F1 Ctrl+F1</b><br style="letter-spacing:0px;line-height:1.22;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
F1で2Pが、Ctrl+F1で1Pが死にます</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><b style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
F2 Ctrl+F2 Alt+F2</b><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
F2で全員がHP1に Ctrl+F2で1P側がHP1に Alt+F2で2P側がHP1になります</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><b style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
F3</b><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
ゲージがお互いMAXになります</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><b style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
F4</b><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
ラウンドをリセットします</span></p>
<p> </p>
<p><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
Shift+F4</span></p>
<p><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
試合を最初からやり直す ファイルもリロードされる</span></p>
<p><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
ラウンド数やパワーゲージ等も当然リセット</span></p>
<p><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><b style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
Alt+F4</b><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
ゲームを終了します・・・×で消せばいいと思うんだけどね・・・</span></p>
<p><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
てかこれデバッグキーじゃ無さそう</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><b style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
F5</b><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
タイムアップになります</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><br style="letter-spacing:0px;line-height:1.22;" /><b style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
スペースキー</b><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
自分も相手も全回復+ゲージもフル+試合時間もリセットされます</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><b style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
Pauseキー</b><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
所謂ポーズ 画面がとまります</span></p>
<p><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
もう一度押すと解除</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><b style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
Scroolockキー</b><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
Pauseキーでとまってるときにボタンを押すごとに1Fずつ動かします</span><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><b style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
Ctrl+I</b><br style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;" /><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
キャラを強制的に立ちモーションにします</span></p>
<p> </p>
<p> </p>
<p> </p>
<p><span style="font-size:16px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;color:rgb(0,0,0);line-height:19px;">
だいたいはmugenと同じらしい</span></p>

復元してよろしいですか?