コンフィグ設定

「コンフィグ設定」の編集履歴(バックアップ)一覧に戻る

コンフィグ設定 - (2015/01/03 (土) 18:38:56) のソース

<p><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="line-height:1.22;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:14px;">
in.new[0].set(<br style="line-height:1.22;letter-spacing:0px;" />
-1, (int)k_t::UP, (int)k_t::DOWN, (int)k_t::LEFT, (int)k_t::RIGHT,<br style="line-height:1.22;letter-spacing:0px;" />
(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="line-height:1.22;letter-spacing:0px;" />
(int)k_t::RETURN);</i></span></p>
<p> </p>
<p>と書かれた場所があると思います<br /><span style="line-height:1.6em;">ジョイパッドやゲームパッドを使用される方は以下のように書き換えてください</span></p>
<p> </p>
<p><i style="line-height:1.22;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:14px;">
in.new[0].set( <br style="line-height:1.22;letter-spacing:0px;" />
0, -3, -4, -1, -2, //ジョイパッドの番号, 上, 下, 左, 右, <br style="line-height:1.22;letter-spacing:0px;" />
2, 1, 5, 3, 0, 7, //a, b, c, x, y, z, <br style="line-height:1.22;letter-spacing:0px;" />
8); //start <br style="line-height:1.22;letter-spacing:0px;" />
in.new[1].set(<br style="line-height:1.22;letter-spacing:0px;" />
-1, (int)k_t::UP, (int)k_t::DOWN, (int)k_t::LEFT, (int)k_t::RIGHT,<br style="line-height:1.22;letter-spacing:0px;" />
(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="line-height:1.22;letter-spacing:0px;" />
(int)k_t::q);</i></p>
<p><span style="font-size:14px;"><font color="#FF0000" style="line-height:19.5200004577637px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;">
in.new[0].set(</font><span style="color:rgb(0,0,255);font-family:'MS PGothic', 'Lucida Grande', sans-serif;line-height:19.5200004577637px;"> </span><font color="#000000" style="line-height:19.5200004577637px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;">より下は1Pの設定、<font color="#0000FF" style="line-height:1.22;">in</font></font><span style="color:rgb(0,0,255);font-family:'MS PGothic', 'Lucida Grande', sans-serif;line-height:19.5200004577637px;">.new[1].set(</span><font color="#000000" style="line-height:19.5200004577637px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;">より下は2Pの設定です<br />
このように書き換えると1P側はジョイパッドやゲームパッドでの操作になり、2P側がキーボードでの操作に変わります<br />
キーボードでのボタン配置は</font><span style="color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;line-height:19.5200004577637px;">A,B,C,X,Y,Z,STARTのボタンが</span><span style="color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;line-height:19.5200004577637px;">キーボードのz,x,c,a,s,d,qのキーに対応しています</span><br /><span style="color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;line-height:19.5200004577637px;">
キーボードでのボタン配置を変えたい場合は</span><span style="color:rgb(255,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;line-height:19.5200004577637px;">(int)k_t:</span><font color="#FF0000" style="line-height:19.5200004577637px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;">:</font><span style="color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;line-height:19.5200004577637px;">の後にキーボードの対応させたいキーを打ち込んでください</span></span></p>
<p><span style="font-size:14px;"><span style="color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;line-height:19.5200004577637px;">
例:</span><span style="color:#FF0000;"><font style="line-height:19.5200004577637px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;">(int)k_t::UP</font></span><span style="color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;line-height:19.5200004577637px;">の部分を</span><span style="color:#FF0000;"><font style="line-height:19.5200004577637px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;">(int)k_t::p</font></span><span style="color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;line-height:19.5200004577637px;">とすると方向キー上でジャンプしたキャラがpでジャンプするようになります</span></span></p>
<p> </p>
<p>次に、ジョイパッドやゲームパッドのボタン配置の変え方です<br /><strong><span style="font-size:16px;"><span style="color:#FF0000;">*</span><span style="color:rgb(255,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;line-height:19.5200004577637px;">ボタンの設定は自分のMugenのコンフィグの数字-5(マイナス5)で設定します*</span></span></strong></p>
<p><span style="font-size:14px;">例えば、MugenでAボタンをゲームパッドの6の番号のボタンに設定にしたのならマイナス5をすると1になります<span style="color:#FF0000;">(6-5=1)</span><br />
なのでI.K.E.M.E.Nで設定する場合Aボタンの所を1の数字に変えてください</span></p>
<p><span style="font-size:14px;"><i style="line-height:1.22;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:14px;">
in.new[0].set( <br style="line-height:1.22;letter-spacing:0px;" />
0, -3, -4, -1, -2, //ジョイパッドの番号, 上, 下, 左, 右, <br style="line-height:1.22;letter-spacing:0px;" /><strong><span style="color:#FF0000;">1</span><span style="color:#000000;">,</span></strong>1, 5, 3, 0, 7, //<strong><span style="color:#FF0000;">a</span></strong>, b, c, x, y, z, <br style="line-height:1.22;letter-spacing:0px;" />
8); //start </i></span></p>
<p><span style="font-size:14px;">これでパッドでのAボタンは6ボタンになりました</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:15.8599996566772px;">ただし、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, <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><br />
参考程度にどうぞ</span></p>
<hr /><p><span style="color:#FF0000;"><strong><span style="font-size:16px;">・その他設定項目</span></strong></span></p>
<p><span style="color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;line-height:19.5200004577637px;">
scriptフォルダの中にある </span><font color="#FF0000" style="line-height:19.5200004577637px;font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;">main.lua(環境によっては main ファイル) </font><span style="color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;line-height:19.5200004577637px;">の項目について解説</span><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><i style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;">
<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="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><span style="color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;line-height:19.5200004577637px;">
・999の部分を書き換えると1ラウンドの時間を変更できます。</span><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><i style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;">
<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="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><span style="color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;line-height:19.5200004577637px;">
・1.0の数値を書き換えると全員のキャラのHPが増えたり減ったりします</span><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><span style="color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;line-height:19.5200004577637px;">
2.0にすると初期設定よりHPが2倍に、0.5にすると初期設定よりHPが半分になります</span><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><i style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;">
<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="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><span style="color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;line-height:19.5200004577637px;">
・チーム戦で1vs2になったときの2人のほうの合計HPの割合を変更できます</span><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><span style="color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;line-height:19.5200004577637px;">
例:初期設定(AvsB&amp;Cの場合 A:HP1000VSB:HP500&C:HP500)</span><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><span style="color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;line-height:19.5200004577637px;">
  2.0に変更(AvsB&amp;Cの場合 A:HP1000VSB:HP1000&C:HP1000)</span><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><i style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;">
<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="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><span style="color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;line-height:19.5200004577637px;">
・300.0の部分を書き換えるとTurnsの際、相手を倒したときのHP回復量を変更できます</span><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><span style="color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;line-height:19.5200004577637px;">
この場合そのまんまで1人倒すとHPが300回復して次の試合に移ります</span><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><i style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;">
<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="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><span style="color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;line-height:19.5200004577637px;">
・</span><u style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;"><font color="#FF0000" style="line-height:1.22;">false</font></u><span style="color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;line-height:19.5200004577637px;">の場合 ズーム機能がオフで </span><u style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;"><font color="#FF0000" style="line-height:1.22;">true</font></u><span style="color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;line-height:19.5200004577637px;"> にするとズーム機能がオンになります</span><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><span style="color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;line-height:19.5200004577637px;">
ズーム機能とは、お互いが画面端のほうによるとカメラが後ろに戻ってステージを広くみせる機能です</span><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><span style="color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;line-height:19.5200004577637px;">
事実ステージも広くなるので遠距離キャラが有利になったりします</span><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><span style="color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;line-height:19.5200004577637px;">
あと全画面攻撃の技などは判定が全画面ではなくなったりしますので注意</span><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><i style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;">
<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="line-height:1.22;letter-spacing:0px;" />
setZoomMax(<u style="line-height:1.22;"><font color="#FF0000" style="line-height:1.22;">1.0</font></u>)<br style="line-height:1.22;letter-spacing:0px;" />
setZoomSpeed(<font color="#FF0000" style="line-height:1.22;"><u style="line-height:1.22;">1.0</u></font>)</b></font></i><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><span style="color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;line-height:19.5200004577637px;">
・あまり触らなくてもいいと思うけど一応解説</span><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><span style="color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;line-height:19.5200004577637px;">
setZoomまでは同じなのでズーム関係の設定ということがわかります。</span><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><b style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;">
setZoomMin</b><span style="color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;line-height:19.5200004577637px;">はどこまでカメラが遠ざかるかという設定</span><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><span style="color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;line-height:19.5200004577637px;">
初期は0.25なので本来の画面の1/4倍までカメラが遠ざかったらそれ以上遠ざからなくなります</span><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><span style="color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;line-height:19.5200004577637px;">
数値を小さくするほどカメラが遠ざかるようになるので0.25でキャラが最大まで離れても画面が小さいと感じるなら数値を小さくすることを推奨</span><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><b style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;">
setZoomMax</b><span style="color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;line-height:19.5200004577637px;">はどこまでカメラが近づくかという設定</span><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><span style="color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;line-height:19.5200004577637px;">
初期は1.0なので本来の画面まで近づくとそれ以上カメラが近づかなくなります</span><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><span style="color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;line-height:19.5200004577637px;">
2.0なんかにすると結構キャラが大きくなるくらいまでズームされるのでここが一番書き換えなくていい項目だと思います</span><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><b style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;">
setZoomSpeed</b><span style="color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;line-height:19.5200004577637px;">はカメラが近づいたり遠ざかったりする速度の設定です</span><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><span style="color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;line-height:19.5200004577637px;">
1.0でも遅いなぁと感じたら数値を大きく速すぎると感じたら数値を小さくしましょう</span><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><i style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;">
<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="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><span style="color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;line-height:19.5200004577637px;">
・ライフバーのfight.defがある場所を指定しましょう</span><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><span style="color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;line-height:19.5200004577637px;">
ライフバーを変更できます</span><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><br style="line-height:1.22;letter-spacing:0px;" /><font style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;">
<b style="line-height:1.22;"><i style="line-height:1.22;">loadDebugFont('data/gms_lifebar/font2.fnt')</i></b></font><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><span style="color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;line-height:19.5200004577637px;">
・そのまんまなんですが試合中デバッグキー(Ctrl+D)入力で見ることができる文字のフォントの設定です。</span><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><span style="color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;line-height:19.5200004577637px;">
下手にいじらなくてOKです</span><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><i style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;">
<font size="3" style="line-height:1.22;"><b style="line-height:1.22;">setDebugScript('script/debug.lua')</b></font></i><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><span style="color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;line-height:19.5200004577637px;">
・デバッグの際Ctrl+何かのキーを押すことで何を起こすかという設定を書いているファイルの場所を指定しますが、書き換える必要はないです</span><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><b style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;">
selectColumns = <u style="line-height:1.22;"><font color="#FF0000" style="line-height:1.22;">10</font></u></b><br style="line-height:1.22;letter-spacing:0px;" /><span style="color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;line-height:19.5200004577637px;">
1行のキャラの登録数を変更できます</span><br style="line-height:19.5200004577637px;color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;" /><span style="color:rgb(0,0,0);font-family:'MS PGothic', 'Lucida Grande', sans-serif;font-size:16px;line-height:19.5200004577637px;">
5にしたら1行5キャラ表示されるようになります</span></p>
<p> </p>
<p> </p>
<p><br />
 </p>
<p> </p>
<p> </p>
<p> </p>