|MUGENとは?|DOWNLOAD|起動方法|キャラ&ステージの追加方法|豆知識|

起動方法

ここからかなり面倒です。(管理人はあきらめそうに・・・(ボソ))
まずは、dateフォルダを開いてmugen.cfgをノートパッドで開いてください。
右クリック→プログラムから開くでノートパッドを選択
それで、中央より少し上の方に

[Video]
;Enter the width and height of the resolution you want to set here.
;The optimal resolution is 320x240, but if your video card has problems
;You may want to try 640x480.
;
; 横と縦の解像度を指定します。
; 基本的には320x240ですが、ビデオカードに問題がある場合は640x480を試してください
Width = 640
Height = 480

;This is the color depth at which to run MUGEN. You should set it to
;16 bit color unless your video card has problems with it.
;16-fastest, 24,32-slower, 8-slowest/worst
;
; MUGEN上での色数の設定です。
; ビデオカードに問題がなければ16ビットにしてください。
; 16−最速、24、32−遅い、8−最も遅い
Depth = 16

;Set this parameter to 0 to disable screen stretching, and set it to 1 if
;you want to scale it up to fit the current resolution.
;
; 0にすると上記で指定したままのサイズで表記します。
; 1にすると画面いっぱいに拡張します。
Stretch = 1(1のままがいいようです)

;Set this parameter to use a resolution-doubling filter. You will
;need a fast machine to use these filters. You will need to increase
;the screen resolution to at least 640x480 for these modes.
;0 - off
;1 - diagonal edge detection
;2 - bilinear filtering
;3 - horizontal scanlines
;
; この項目を利用するには高速なマシンを使っている必要があります。
; 利用する場合は画面解像度を最低640x480にする必要があります。
; 0=使用しない
; 1=細かい色を塗りつぶした感じ
; 2=少しぼやけるが画面の粗が減る
; 3=水平ライン(アーケードのモニター風)、画面を明るくすれば綺麗になります
; 4=縮小されたキャラの表示を滑らかにする(ただしフォントなどは小さくなります)
DoubleRes = 0

;Choose from "1" for VESA1, "Linear" or "Banked" for VESA2, and "3" for
;VESA3.
;Note: VESA1 is very slow on certain video cards, especially the newer
;ones. "Linear" or "3" is usually the fastest for new cards.
;Default is "Linear".
;
; ビデオボードが:
; VESA1なら1を、
; VESA2ならLinearかBankedを、
; VESA3なら3を入れます。
; デフォルトではLinearに設定されています。
; WinXPなら1にすると動くようです
Vesamode = Linear

;Set to 1 to enable vertical retrace synchronization.
;
; 1にするとvertical retrace synchronization(?)を使用します。
; 動作環境が思わしくない場合は0にしてください。
VRetrace = 1

まぁこんな感じです(;´Д`)
私はXPで説明のようにいじったらできましたので、これでできないとわかりません( ´ー`)ポ-